>>> linux 5.17.7 Extracting xzcat /nvmedata/autobuild/instance-27/dl/linux/linux-5.17.7.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7 -xf - >>> linux 5.17.7 Patching if [ -f /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools/perf/Documentation/Makefile ]; then printf "%%:\n\t@:\n" >/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools/perf/Documentation/GNUmakefile; fi for p in ; do if test -d $p ; then PATH=/nvmedata/autobuild/instance-27/output-1/host/bin:$PATH support/scripts/apply-patches.sh /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7 $p \*.patch || exit 1 ; else PATH=/nvmedata/autobuild/instance-27/output-1/host/bin:$PATH support/scripts/apply-patches.sh /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7 `dirname $p` `basename $p` || exit 1; fi done >>> linux-tools Patching >>> linux-tools Configuring >>> linux-tools Building /bin/sed -i -e 's%-fstack-protector%%' /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools/thermal/tmon/Makefile PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools HOSTCC="/usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" ARCH=mips INSTALL_MOD_PATH=/nvmedata/autobuild/instance-27/output-1/target CROSS_COMPILE="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-" WERROR=0 DEPMOD=/nvmedata/autobuild/instance-27/output-1/host/sbin/depmod CC=/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PKG_CONFIG_PATH=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig tmon make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools' DESCEND thermal/tmon make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools/thermal/tmon' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.0\" -c -o tmon.o tmon.c tmon.c: In function 'main': tmon.c:233:4: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation] 233 | strncpy(ctrl_cdev, optarg, CDEV_NAME_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.0\" -c -o tui.o tui.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.0\" -c -o sysfs.o sysfs.c sysfs.c: In function 'scan_cdevs': sysfs.c:81:30: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 364 | sysfs_get_string(cdev_name, "type", ptdata.cdi[k].type); | ~~~~~~ sysfs.c:81:2: note: 'snprintf' output between 6 and 261 bytes into a destination of size 256 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c: In function 'scan_tzones': sysfs.c:81:30: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 302 | sysfs_get_string(tz_name, "type", ptdata.tzi[k].type); | ~~~~~~ sysfs.c:81:2: note: 'snprintf' output between 6 and 261 bytes into a destination of size 256 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:62:30: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ sysfs.c:62:2: note: 'snprintf' output between 2 and 512 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:81:30: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 131 | sysfs_get_string(tz_path, filename, temp_str); | ~~~~~~~~ sysfs.c:81:2: note: 'snprintf' output between 2 and 512 bytes into a destination of size 256 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:216:32: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 216 | snprintf(cdev_name, 256, "%s/%s", tz_name, nl->d_name); | ^~ sysfs.c:216:3: note: 'snprintf' output between 2 and 512 bytes into a destination of size 256 216 | snprintf(cdev_name, 256, "%s/%s", tz_name, nl->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:229:37: warning: '%s' directive output may be truncated writing 11 bytes into a region of size between 1 and 256 [-Wformat-truncation=] 229 | snprintf(cdev_trip_name, 256, "%s%s", nl->d_name, | ^~ 230 | "_trip_point"); | ~~~~~~~~~~~~~ sysfs.c:229:4: note: 'snprintf' output between 12 and 267 bytes into a destination of size 256 229 | snprintf(cdev_trip_name, 256, "%s%s", nl->d_name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 230 | "_trip_point"); | ~~~~~~~~~~~~~~ sysfs.c:62:30: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 231 | sysfs_get_ulong(tz_name, cdev_trip_name, | ~~~~~~~~~~~~~~ sysfs.c:62:2: note: 'snprintf' output between 2 and 512 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c: In function 'update_thermal_data': sysfs.c:62:30: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 501 | sysfs_get_ulong(tz_name, "temp", | ~~~~~~ sysfs.c:62:2: note: 'snprintf' output between 6 and 261 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:81:30: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 97 | sysfs_get_string(path, "type", cdi->type); | ~~~~~~ sysfs.c:81:2: note: 'snprintf' output between 6 and 261 bytes into a destination of size 256 81 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:62:30: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 98 | sysfs_get_ulong(path, "max_state", &cdi->max_state); | ~~~~~~~~~~~ sysfs.c:62:2: note: 'snprintf' output between 11 and 266 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c:62:30: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 99 | sysfs_get_ulong(path, "cur_state", &cdi->cur_state); | ~~~~~~~~~~~ sysfs.c:62:2: note: 'snprintf' output between 11 and 266 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c: In function 'set_ctrl_state': sysfs.c:38:30: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 38 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 553 | sysfs_set_ulong(ctrl_cdev_path, "cur_state", | ~~~~~~~~~~~ sysfs.c:38:2: note: 'snprintf' output between 11 and 266 bytes into a destination of size 256 38 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sysfs.c: In function 'get_ctrl_state': sysfs.c:62:30: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~ ...... 582 | sysfs_get_ulong(ctrl_cdev_path, "cur_state", state); | ~~~~~~~~~~~ sysfs.c:62:2: note: 'snprintf' output between 11 and 266 bytes into a destination of size 256 62 | snprintf(filepath, 256, "%s/%s", path, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.0\" -c -o pid.o pid.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -D VERSION=\"1.0\" tmon.o tui.o sysfs.o pid.o -o tmon -lm -lpthread -lpanel -lncurses make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools/thermal/tmon' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools' >>> linux-tools Installing to staging directory >>> linux-tools Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools HOSTCC="/usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" ARCH=mips INSTALL_MOD_PATH=/nvmedata/autobuild/instance-27/output-1/target CROSS_COMPILE="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-" WERROR=0 DEPMOD=/nvmedata/autobuild/instance-27/output-1/host/sbin/depmod CC=/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PKG_CONFIG_PATH=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig INSTALL_ROOT=/nvmedata/autobuild/instance-27/output-1/target tmon_install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools' DESCEND thermal/tmon make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools/thermal/tmon' install -m 755 -p -D "tmon" "/nvmedata/autobuild/instance-27/output-1/target/usr/bin/tmon" make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools/thermal/tmon' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/tools' lowpan-tools-0.3.1.tar.gz: OK (sha256: 92fbefdf18d45147c2b78ca2ce2d899d4d1da5a3391a4ff6c51a5b14c6d6f87c) >>> linux-zigbee 0.3.1 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/linux-zigbee/lowpan-tools-0.3.1.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1 -xf - >>> linux-zigbee 0.3.1 Patching Applying 0001-test-serial-Remove-test-serial.patch using patch: patching file Makefile.am patching file configure.ac Applying 0002-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch using patch: patching file addrdb/coord-config-parse.y >>> linux-zigbee 0.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> linux-zigbee 0.3.1 Configuring >>> linux-zigbee 0.3.1 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'misc'. libtoolize: copying file 'misc/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:17: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:17: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:17: the top level configure.ac:22: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:22: 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:22: the top level configure.ac:28: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:28: 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:28: the top level configure.ac:34: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:34: 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:34: the top level configure.ac:62: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:62: 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:62: the top level configure.ac:76: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:76: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:76: the top level configure.ac:77: 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... aclocal.m4:1072: AM_PROG_LEX is expanded from... configure.ac:77: the top level configure.ac:86: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:86: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:86: the top level configure.ac:121: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:121: 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:121: the top level configure.ac:69: installing 'misc/compile' configure.ac:14: installing 'misc/missing' addrdb/Makefile.am: installing 'misc/depcomp' >>> linux-zigbee 0.3.1 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/misc/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 /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-manpages --disable-werror --with-leasefile="/var/run/izcoordinator.leases" --with-zbtestdir='' ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /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 mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 vfork.h... no checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 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 for bison... bison -y checking pkg-config is at least version 0.9.0... yes checking for NL... yes checking for egrep... (cached) /bin/grep -E checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for libintl.h... yes checking for limits.h... yes checking for malloc.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 sys/ioctl.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for syslog.h... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for net/ieee802154.h... no checking for net/af_ieee802154.h... no checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for int16_t... yes checking for int32_t... yes checking for int8_t... yes checking for size_t... (cached) yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for struct sockaddr_ieee802154... no checking for pid_t... yes checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for malloc... yes checking for realloc... yes checking for memset... yes checking for socket... yes checking for getopt_long... yes checking for select... yes checking for strdup... yes checking for strtol... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating addrdb/Makefile config.status: creating src/Makefile config.status: creating tests/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, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> linux-zigbee 0.3.1 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' Making all in lib make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/lib' CC libcommon_la-printbuf.lo CC libcommon_la-genl.lo CC libcommon_la-parse.lo CC libcommon_la-shash.lo CC libcommon_la-logging.lo CC libcommon_la-nl_policy.lo CCLD libcommon.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/lib' Making all in addrdb make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb' YACC coord-config-parse.c /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:105.1-5: warning: POSIX Yacc does not support %code [-Wyacc] 105 | %code requires { | ^~~~~ /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:115.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc] 115 | %error-verbose | ^~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:115.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 115 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:116.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc] 116 | %pure-parser | ^~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y:116.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 116 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb/coord-config-parse.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] updating coord-config-parse.output updating coord-config-parse.h /usr/bin/make all-am make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb' CC coord-config-parse.lo CC coord-config-lex.lo CC addrdb.lo addrdb.c: In function 'addrdb_dump_leases': addrdb.c:181:47: warning: 'snprintf' output truncated before the last format character [-Wformat-truncation=] 181 | "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n", | ^ addrdb.c:180:3: note: 'snprintf' output 25 bytes into a destination of size 24 180 | snprintf(hwaddr_buf, sizeof(hwaddr_buf), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 181 | "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 182 | lease->hwaddr[0], lease->hwaddr[1], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 183 | lease->hwaddr[2], lease->hwaddr[3], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 184 | lease->hwaddr[4], lease->hwaddr[5], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 185 | lease->hwaddr[6], lease->hwaddr[7]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libaddrdb.la make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/src' CC izchat.o CCLD izchat CC serial.o CCLD izattach CC izcoordinator-coordinator.o coordinator.c: In function 'main': coordinator.c:299:2: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 299 | strncpy(pname, argv[0], PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD izcoordinator CC iz-iz.o CC iz-iz-common.o CC iz-iz-mac.o CC iz-iz-phy.o CCLD iz make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/src' Making all in tests make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/tests' CC listen-packet.o CCLD listen-packet CC test1.o CCLD test1 CC test2.o CCLD test2 CC test3.o CCLD test3 CC test4.o CCLD test4 CC test5.o CCLD test5 CC test6.o CCLD test6 CC test7.o CCLD test7 CC gnl-gnl.o CCLD gnl CC listen.o CCLD izlisten make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' >>> linux-zigbee 0.3.1 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' Making install in lib make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/lib' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/lib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/lib' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/lib' Making install in addrdb make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb' /usr/bin/make install-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/addrdb' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c izchat '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c izchat /nvmedata/autobuild/instance-27/output-1/target/usr/bin/izchat /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c izattach izcoordinator iz '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c izattach /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/izattach libtool: install: /usr/bin/install -c izcoordinator /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/izcoordinator libtool: install: /usr/bin/install -c iz /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/iz /usr/bin/make install-data-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/src' /bin/bash /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/misc/install-sh -d /nvmedata/autobuild/instance-27/output-1/target`dirname /var/run/izcoordinator.leases` /bin/bash /nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/misc/install-sh -d /nvmedata/autobuild/instance-27/output-1/target`dirname /var/run/izcoordinator.pid` make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/src' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include' /usr/bin/install -c -m 644 include/ieee802154.h include/nl802154.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-zigbee-0.3.1' >>> lsuio 0.2.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.lsuio-0.2.0.tar.gz.hmDghQ/output' 'http://www.osadl.org/projects/downloads/UIO/user/lsuio-0.2.0.tar.gz' --2022-06-04 13:13:44-- http://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|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.osadl.org/projects/downloads/UIO/user/lsuio-0.2.0.tar.gz [following] --2022-06-04 13:13:44-- https://www.osadl.org/projects/downloads/UIO/user/lsuio-0.2.0.tar.gz Connecting to www.osadl.org (www.osadl.org)|62.245.132.105|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2022-06-04 13:13:45 ERROR 404: Not Found. wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.lsuio-0.2.0.tar.gz.Fvo7N5/output' 'http://sources.buildroot.net/lsuio/lsuio-0.2.0.tar.gz' --2022-06-04 13:13:45-- http://sources.buildroot.net/lsuio/lsuio-0.2.0.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 104.26.0.37, 172.67.72.56, ... 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: '/nvmedata/autobuild/instance-27/output-1/build/.lsuio-0.2.0.tar.gz.Fvo7N5/output' 0K .......... .......... .......... .......... .......... 25% 43.7M 0s 50K .......... .......... .......... .......... .......... 50% 2.46M 0s 100K .......... .......... .......... .......... .......... 75% 2.50M 0s 150K .......... .......... .......... .......... ....... 100% 61.8M=0.04s 2022-06-04 13:13:45 (4.68 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.lsuio-0.2.0.tar.gz.Fvo7N5/output' saved [202584/202584] lsuio-0.2.0.tar.gz: OK (sha256: c88b3850248b2d3419e025abd7b9b0991c8bd33a2d4983f9608408a29900bfb5) >>> lsuio 0.2.0 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/lsuio/lsuio-0.2.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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... 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="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0' /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -c lsuio.c lsuio.c: In function 'main': lsuio.c:82:17: warning: implicit declaration of function 'uio_mmap_test' [-Wimplicit-function-declaration] 82 | if (opt_mmap) uio_mmap_test(p); | ^~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -c uio_helper.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o lsuio lsuio.o uio_helper.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0' >>> lsuio 0.2.0 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0' test -z "/usr/bin" || mkdir -p -- "/nvmedata/autobuild/instance-27/output-1/target/usr/bin" /usr/bin/install -c 'lsuio' '/nvmedata/autobuild/instance-27/output-1/target/usr/bin/lsuio' test -z "/usr/share/info" || mkdir -p -- "/nvmedata/autobuild/instance-27/output-1/target/usr/share/info" /usr/bin/install -c -m 644 './lsuio.info' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/info/lsuio.info' install-info --info-dir='/nvmedata/autobuild/instance-27/output-1/target/usr/share/info' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/info/lsuio.info' install-info: warning: no info dir entry in `/nvmedata/autobuild/instance-27/output-1/target/usr/share/info/lsuio.info' test -z "/usr/share/man/man1" || mkdir -p -- "/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1" /usr/bin/install -c -m 644 './lsuio.1' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1/lsuio.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lsuio-0.2.0' lzo-2.10.tar.gz: OK (sha1: 4924676a9bae5db58ef129dc1cebce3baa3c4b5d) lzo-2.10.tar.gz: OK (sha256: c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072) >>> lzo 2.10 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/lzo/lzo-2.10.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/lzo-2.10 -xf - >>> lzo 2.10 Patching >>> lzo 2.10 Configuring (mkdir -p /nvmedata/autobuild/instance-27/output-1/build/lzo-2.10//buildroot-build && cd /nvmedata/autobuild/instance-27/output-1/build/lzo-2.10//buildroot-build && rm -f CMakeCache.txt && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-27/output-1/host/bin/cmake /nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/ -DCMAKE_TOOLCHAIN_FILE="/nvmedata/autobuild/instance-27/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -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 -DENABLE_SHARED=ON -DENABLE_STATIC=OFF ) -- The C compiler identification is GNU 10.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config (found version "1.6.3") -- Looking for assert.h -- Looking for assert.h - found -- Looking for ctype.h -- Looking for ctype.h - found -- Looking for dirent.h -- Looking for dirent.h - found -- Looking for errno.h -- Looking for errno.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for float.h -- Looking for float.h - found -- Looking for limits.h -- Looking for limits.h - found -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for setjmp.h -- Looking for setjmp.h - found -- Looking for signal.h -- Looking for signal.h - found -- Looking for stdarg.h -- Looking for stdarg.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdio.h -- Looking for stdio.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for time.h -- Looking for time.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for utime.h -- Looking for utime.h - found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for sys/wait.h -- Looking for sys/wait.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of __int16 -- Check size of __int16 - failed -- Check size of __int32 -- Check size of __int32 - failed -- Check size of __int64 -- Check size of __int64 - failed -- Check size of void * -- Check size of void * - done -- Check size of size_t -- Check size of size_t - done -- Check size of ptrdiff_t -- Check size of ptrdiff_t - done -- Check size of intmax_t -- Check size of intmax_t - done -- Check size of uintmax_t -- Check size of uintmax_t - done -- Check size of intptr_t -- Check size of intptr_t - done -- Check size of uintptr_t -- Check size of uintptr_t - done -- Check size of float -- Check size of float - done -- Check size of double -- Check size of double - done -- Check size of long double -- Check size of long double - done -- Check size of dev_t -- Check size of dev_t - done -- Check size of fpos_t -- Check size of fpos_t - failed -- Check size of mode_t -- Check size of mode_t - done -- Check size of off_t -- Check size of off_t - done -- Check size of ssize_t -- Check size of ssize_t - done -- Check size of time_t -- Check size of time_t - done -- Looking for access -- Looking for access - found -- Looking for alloca -- Looking for alloca - not found -- Looking for atexit -- Looking for atexit - found -- Looking for atoi -- Looking for atoi - found -- Looking for atol -- Looking for atol - found -- Looking for chmod -- Looking for chmod - found -- Looking for chown -- Looking for chown - found -- Looking for clock_getcpuclockid -- Looking for clock_getcpuclockid - found -- Looking for clock_getres -- Looking for clock_getres - found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for ctime -- Looking for ctime - found -- Looking for difftime -- Looking for difftime - found -- Looking for fstat -- Looking for fstat - found -- Looking for getenv -- Looking for getenv - found -- Looking for getpagesize -- Looking for getpagesize - found -- Looking for getrusage -- Looking for getrusage - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for gmtime -- Looking for gmtime - found -- Looking for isatty -- Looking for isatty - found -- Looking for localtime -- Looking for localtime - found -- Looking for longjmp -- Looking for longjmp - found -- Looking for lstat -- Looking for lstat - found -- Looking for memcmp -- Looking for memcmp - found -- Looking for memcpy -- Looking for memcpy - found -- Looking for memmove -- Looking for memmove - found -- Looking for memset -- Looking for memset - found -- Looking for mkdir -- Looking for mkdir - found -- Looking for mktime -- Looking for mktime - found -- Looking for mmap -- Looking for mmap - found -- Looking for mprotect -- Looking for mprotect - found -- Looking for munmap -- Looking for munmap - found -- Looking for qsort -- Looking for qsort - found -- Looking for raise -- Looking for raise - found -- Looking for rmdir -- Looking for rmdir - found -- Looking for setjmp -- Looking for setjmp - found -- Looking for signal -- Looking for signal - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Looking for strchr -- Looking for strchr - found -- Looking for strdup -- Looking for strdup - found -- Looking for strerror -- Looking for strerror - found -- Looking for strftime -- Looking for strftime - found -- Looking for stricmp -- Looking for stricmp - not found -- Looking for strncasecmp -- Looking for strncasecmp - found -- Looking for strnicmp -- Looking for strnicmp - not found -- Looking for strrchr -- Looking for strrchr - found -- Looking for strstr -- Looking for strstr - found -- Looking for time -- Looking for time - found -- Looking for umask -- Looking for umask - found -- Looking for utime -- Looking for utime - found -- Looking for vsnprintf -- Looking for vsnprintf - found -- Check if the system is big endian -- Searching 16 bit integer -- Check size of unsigned short -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Check if the system is big endian - little endian -- CMAKE_BUILD_TYPE = Release -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTS -- Build files have been written to: /nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build >>> lzo 2.10 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/lzo-2.10//buildroot-build make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Scanning dependencies of target lzo_shared_lib make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 1%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1.c.o [ 2%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1_99.c.o [ 3%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1a.c.o [ 4%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1a_99.c.o [ 5%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_1.c.o [ 7%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_2.c.o [ 8%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_3.c.o [ 9%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_4.c.o [ 10%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_5.c.o [ 11%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_6.c.o [ 12%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_7.c.o [ 14%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_8.c.o [ 15%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_9.c.o [ 16%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_99.c.o [ 17%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_9x.c.o [ 18%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_cc.c.o [ 20%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_d1.c.o [ 21%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_d2.c.o [ 22%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_rr.c.o [ 23%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1b_xx.c.o [ 24%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_1.c.o [ 25%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_2.c.o [ 27%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_3.c.o [ 28%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_4.c.o [ 29%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_5.c.o [ 30%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_6.c.o [ 31%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_7.c.o [ 32%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_8.c.o [ 34%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_9.c.o [ 35%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_99.c.o [ 36%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_9x.c.o [ 37%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_cc.c.o [ 38%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_d1.c.o [ 40%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_d2.c.o [ 41%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_rr.c.o [ 42%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1c_xx.c.o [ 43%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1f_1.c.o [ 44%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1f_9x.c.o [ 45%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1f_d1.c.o [ 47%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1f_d2.c.o [ 48%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_1.c.o [ 49%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_1k.c.o [ 50%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_1l.c.o [ 51%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_1o.c.o [ 52%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_9x.c.o [ 54%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_d1.c.o [ 55%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_d2.c.o [ 56%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_d3.c.o [ 57%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1x_o.c.o [ 58%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_1.c.o [ 60%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_9x.c.o [ 61%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_d1.c.o [ 62%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_d2.c.o [ 63%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_d3.c.o [ 64%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1y_o.c.o [ 65%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1z_9x.c.o [ 67%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1z_d1.c.o [ 68%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1z_d2.c.o [ 69%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo1z_d3.c.o [ 70%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo2a_9x.c.o [ 71%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo2a_d1.c.o [ 72%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo2a_d2.c.o [ 74%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo_crc.c.o [ 75%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo_init.c.o [ 76%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo_ptr.c.o [ 77%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo_str.c.o [ 78%] Building C object CMakeFiles/lzo_shared_lib.dir/src/lzo_util.c.o [ 80%] Linking C shared library liblzo2.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 80%] Built target lzo_shared_lib make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Scanning dependencies of target dict make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 81%] Building C object CMakeFiles/dict.dir/examples/dict.c.o [ 82%] Linking C executable dict make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 82%] Built target dict make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Scanning dependencies of target lzopack make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 83%] Building C object CMakeFiles/lzopack.dir/examples/lzopack.c.o [ 84%] Linking C executable lzopack make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 84%] Built target lzopack make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Scanning dependencies of target overlap make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 85%] Building C object CMakeFiles/overlap.dir/examples/overlap.c.o [ 87%] Linking C executable overlap make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 87%] Built target overlap make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Scanning dependencies of target simple make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 88%] Building C object CMakeFiles/simple.dir/examples/simple.c.o [ 89%] Linking C executable simple make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 89%] Built target simple make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Scanning dependencies of target lzotest make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 90%] Building C object CMakeFiles/lzotest.dir/lzotest/lzotest.c.o [ 91%] Linking C executable lzotest make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 91%] Built target lzotest make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Scanning dependencies of target precomp make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 92%] Building C object CMakeFiles/precomp.dir/examples/precomp.c.o [ 94%] Linking C executable precomp make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 94%] Built target precomp make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Scanning dependencies of target precomp2 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 95%] Building C object CMakeFiles/precomp2.dir/examples/precomp2.c.o [ 96%] Linking C executable precomp2 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 96%] Built target precomp2 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Scanning dependencies of target testmini make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [ 97%] Building C object CMakeFiles/testmini.dir/minilzo/testmini.c.o [ 98%] Building C object CMakeFiles/testmini.dir/minilzo/minilzo.c.o [100%] Linking C executable testmini make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' [100%] Built target testmini make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' >>> lzo 2.10 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install/fast -C /nvmedata/autobuild/instance-27/output-1/build/lzo-2.10//buildroot-build make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/lzo/AUTHORS -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/lzo/COPYING -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/lzo/NEWS -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/lzo/THANKS -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/lzo/LZO.FAQ -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/lzo/LZO.TXT -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/lzo/LZOAPI.TXT -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzo1.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzo1a.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzo1b.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzo1c.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzo1f.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzo1x.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzo1y.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzo1z.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzo2a.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzo_asm.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzoconf.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzodefs.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/lzo/lzoutil.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/liblzo2.so.2.0.0 -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/liblzo2.so.2 -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/liblzo2.so -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/libexec/lzo/examples/lzopack -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/libexec/lzo/examples/lzopack" to "/usr/lib" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/libexec/lzo/examples/lzotest -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/libexec/lzo/examples/lzotest" to "/usr/lib" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/libexec/lzo/examples/simple -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/libexec/lzo/examples/simple" to "/usr/lib" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/libexec/lzo/examples/testmini -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/lzo2.pc make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' >>> lzo 2.10 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> lzo 2.10 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install/fast -C /nvmedata/autobuild/instance-27/output-1/build/lzo-2.10//buildroot-build make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/lzo/AUTHORS -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/lzo/COPYING -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/lzo/NEWS -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/lzo/THANKS -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/lzo/LZO.FAQ -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/lzo/LZO.TXT -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/lzo/LZOAPI.TXT -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzo1.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzo1a.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzo1b.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzo1c.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzo1f.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzo1x.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzo1y.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzo1z.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzo2a.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzo_asm.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzoconf.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzodefs.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/lzo/lzoutil.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/lib/liblzo2.so.2.0.0 -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/lib/liblzo2.so.2 -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/lib/liblzo2.so -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/libexec/lzo/examples/lzopack -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/target/usr/libexec/lzo/examples/lzopack" to "/usr/lib" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/libexec/lzo/examples/lzotest -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/target/usr/libexec/lzo/examples/lzotest" to "/usr/lib" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/libexec/lzo/examples/simple -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/target/usr/libexec/lzo/examples/simple" to "/usr/lib" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/libexec/lzo/examples/testmini -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig/lzo2.pc make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/lzo-2.10/buildroot-build' memcached-1.6.12.tar.gz: OK (sha1: 40d43e98f149e13e6c81eee813e6734f23413a01) memcached-1.6.12.tar.gz: OK (sha256: f291a35f82ef9756ed1d952879ef5f4be870f932bdfcb2ab61356609abf82346) >>> memcached 1.6.12 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/memcached/memcached-1.6.12.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12 -xf - >>> memcached 1.6.12 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 patching file crc32c.c >>> memcached 1.6.12 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12 -name $file); do cp support/gnuconfig/$file $i; done; done >>> memcached 1.6.12 Configuring >>> memcached 1.6.12 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:745: AM_CONFIG_HEADER is expanded from... configure.ac:8: the top level configure.ac:165: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:165: 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:122: AC_C_DETECT_SASL_CB_GETCONF is expanded from... configure.ac:165: the top level configure.ac:166: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:166: 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:145: AC_C_DETECT_SASL_CB_GETCONFPATH is expanded from... configure.ac:166: the top level configure.ac:320: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:320: 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:320: the top level configure.ac:422: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:422: 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:422: the top level configure.ac:546: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:546: 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:525: AC_HAVE_SASL_CALLBACK_FT is expanded from... configure.ac:546: the top level configure.ac:572: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:572: 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:553: AC_C_DETECT_UINT64_SUPPORT is expanded from... configure.ac:572: the top level configure.ac:603: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:603: 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:584: AC_C_SOCKLEN_T is expanded from... configure.ac:603: the top level configure.ac:633: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:633: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:611: AC_C_HTONLL is expanded from... configure.ac:633: the top level configure.ac:706: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:706: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:706: the top level configure.ac:719: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:719: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:719: the top level >>> memcached 1.6.12 Patching libtool (cd /nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no ac_cv_prog_cc_c99='-std=gnu99' ac_cv_c_endian=little CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 ) 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... mips64el-buildroot-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for icc in use... no checking for clang in use... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C99... (cached) -std=gnu99 checking for sasl/sasl.h... no checking size of void *... 8 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 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... no 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... yes checking for setppriv... no checking for pledge... no checking for cap_enter... 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.12 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/doc' /usr/bin/make all-am make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-memcached.o `test -f 'memcached.c' || echo './'`memcached.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-hash.o `test -f 'hash.c' || echo './'`hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-slabs.o `test -f 'slabs.c' || echo './'`slabs.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-items.o `test -f 'items.c' || echo './'`items.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-assoc.o `test -f 'assoc.c' || echo './'`assoc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-thread.o `test -f 'thread.c' || echo './'`thread.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-daemon.o `test -f 'daemon.c' || echo './'`daemon.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-stats_prefix.o `test -f 'stats_prefix.c' || echo './'`stats_prefix.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-util.o `test -f 'util.c' || echo './'`util.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-cache.o `test -f 'cache.c' || echo './'`cache.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-bipbuffer.o `test -f 'bipbuffer.c' || echo './'`bipbuffer.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-base64.o `test -f 'base64.c' || echo './'`base64.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-logger.o `test -f 'logger.c' || echo './'`logger.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-crawler.o `test -f 'crawler.c' || echo './'`crawler.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-itoa_ljust.o `test -f 'itoa_ljust.c' || echo './'`itoa_ljust.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-slab_automove.o `test -f 'slab_automove.c' || echo './'`slab_automove.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-authfile.o `test -f 'authfile.c' || echo './'`authfile.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-restart.o `test -f 'restart.c' || echo './'`restart.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-proto_text.o `test -f 'proto_text.c' || echo './'`proto_text.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-proto_bin.o `test -f 'proto_bin.c' || echo './'`proto_bin.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-extstore.o `test -f 'extstore.c' || echo './'`extstore.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-crc32c.o `test -f 'crc32c.c' || echo './'`crc32c.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-storage.o `test -f 'storage.c' || echo './'`storage.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pthread -Wall -Werror -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 -levent /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-memcached.o `test -f 'memcached.c' || echo './'`memcached.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-hash.o `test -f 'hash.c' || echo './'`hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-slabs.o `test -f 'slabs.c' || echo './'`slabs.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-items.o `test -f 'items.c' || echo './'`items.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-assoc.o `test -f 'assoc.c' || echo './'`assoc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-thread.o `test -f 'thread.c' || echo './'`thread.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-daemon.o `test -f 'daemon.c' || echo './'`daemon.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-stats_prefix.o `test -f 'stats_prefix.c' || echo './'`stats_prefix.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-util.o `test -f 'util.c' || echo './'`util.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-cache.o `test -f 'cache.c' || echo './'`cache.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-bipbuffer.o `test -f 'bipbuffer.c' || echo './'`bipbuffer.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-base64.o `test -f 'base64.c' || echo './'`base64.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-logger.o `test -f 'logger.c' || echo './'`logger.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-crawler.o `test -f 'crawler.c' || echo './'`crawler.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-itoa_ljust.o `test -f 'itoa_ljust.c' || echo './'`itoa_ljust.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-slab_automove.o `test -f 'slab_automove.c' || echo './'`slab_automove.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-authfile.o `test -f 'authfile.c' || echo './'`authfile.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-restart.o `test -f 'restart.c' || echo './'`restart.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-proto_text.o `test -f 'proto_text.c' || echo './'`proto_text.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-proto_bin.o `test -f 'proto_bin.c' || echo './'`proto_bin.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-extstore.o `test -f 'extstore.c' || echo './'`extstore.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-crc32c.o `test -f 'crc32c.c' || echo './'`crc32c.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-storage.o `test -f 'storage.c' || echo './'`storage.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=gnu99 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pthread -Wall -Werror -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 -levent /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o sizes.o sizes.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o sizes sizes.o -levent /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o testapp.o testapp.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o util.o util.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o stats_prefix.o stats_prefix.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o jenkins_hash.o jenkins_hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o murmur3_hash.o murmur3_hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o cache.o cache.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o crc32c.o crc32c.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pthread -Wall -Werror -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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o timedrun.o timedrun.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o timedrun timedrun.o -levent make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' >>> memcached 1.6.12 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' Making install in doc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/doc' /usr/bin/make install-am make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/doc' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/doc' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 memcached.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/doc' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /usr/bin/install -c memcached '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/memcached' /usr/bin/install -c -m 644 protocol_binary.h xxhash.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/memcached' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/memcached-1.6.12' >>> moarvm 2022.04 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.MoarVM-2022.04.tar.gz.xxsxi2/output' 'http://moarvm.com/releases/MoarVM-2022.04.tar.gz' --2022-06-04 13:14:48-- http://moarvm.com/releases/MoarVM-2022.04.tar.gz Resolving moarvm.com (moarvm.com)... 151.236.222.242 Connecting to moarvm.com (moarvm.com)|151.236.222.242|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 14867431 (14M) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.MoarVM-2022.04.tar.gz.xxsxi2/output' 0K .......... .......... .......... .......... .......... 0% 212K 68s 50K .......... .......... .......... .......... .......... 0% 429K 51s 100K .......... .......... .......... .......... .......... 1% 78.0M 34s 150K .......... .......... .......... .......... .......... 1% 15.2M 26s 200K .......... .......... .......... .......... .......... 1% 437K 27s 250K .......... .......... .......... .......... .......... 2% 113M 22s 300K .......... .......... .......... .......... .......... 2% 57.5M 19s 350K .......... .......... .......... .......... .......... 2% 35.7M 17s 400K .......... .......... .......... .......... .......... 3% 438K 18s 450K .......... .......... .......... .......... .......... 3% 125M 16s 500K .......... .......... .......... .......... .......... 3% 140M 15s 550K .......... .......... .......... .......... .......... 4% 31.5M 14s 600K .......... .......... .......... .......... .......... 4% 159M 13s 650K .......... .......... .......... .......... .......... 4% 163M 12s 700K .......... .......... .......... .......... .......... 5% 145M 11s 750K .......... .......... .......... .......... .......... 5% 37.0M 10s 800K .......... .......... .......... .......... .......... 5% 170M 10s 850K .......... .......... .......... .......... .......... 6% 446K 11s 900K .......... .......... .......... .......... .......... 6% 29.2M 10s 950K .......... .......... .......... .......... .......... 6% 167M 10s 1000K .......... .......... .......... .......... .......... 7% 156M 9s 1050K .......... .......... .......... .......... .......... 7% 211K 12s 1100K .......... .......... .......... .......... .......... 7% 180M 11s 1150K .......... .......... .......... .......... .......... 8% 149M 10s 1200K .......... .......... .......... .......... .......... 8% 186M 10s 1250K .......... .......... .......... .......... .......... 8% 145M 10s 1300K .......... .......... .......... .......... .......... 9% 107M 9s 1350K .......... .......... .......... .......... .......... 9% 162M 9s 1400K .......... .......... .......... .......... .......... 9% 166M 9s 1450K .......... .......... .......... .......... .......... 10% 124M 8s 1500K .......... .......... .......... .......... .......... 10% 145M 8s 1550K .......... .......... .......... .......... .......... 11% 156M 8s 1600K .......... .......... .......... .......... .......... 11% 164M 7s 1650K .......... .......... .......... .......... .......... 11% 11.1M 7s 1700K .......... .......... .......... .......... .......... 12% 184M 7s 1750K .......... .......... .......... .......... .......... 12% 183M 7s 1800K .......... .......... .......... .......... .......... 12% 183M 7s 1850K .......... .......... .......... .......... .......... 13% 169M 6s 1900K .......... .......... .......... .......... .......... 13% 188M 6s 1950K .......... .......... .......... .......... .......... 13% 192M 6s 2000K .......... .......... .......... .......... .......... 14% 194M 6s 2050K .......... .......... .......... .......... .......... 14% 160M 6s 2100K .......... .......... .......... .......... .......... 14% 192M 5s 2150K .......... .......... .......... .......... .......... 15% 186M 5s 2200K .......... .......... .......... .......... .......... 15% 178M 5s 2250K .......... .......... .......... .......... .......... 15% 174M 5s 2300K .......... .......... .......... .......... .......... 16% 194M 5s 2350K .......... .......... .......... .......... .......... 16% 181M 5s 2400K .......... .......... .......... .......... .......... 16% 55.2M 5s 2450K .......... .......... .......... .......... .......... 17% 160M 5s 2500K .......... .......... .......... .......... .......... 17% 197M 4s 2550K .......... .......... .......... .......... .......... 17% 202M 4s 2600K .......... .......... .......... .......... .......... 18% 491K 5s 2650K .......... .......... .......... .......... .......... 18% 97.7M 5s 2700K .......... .......... .......... .......... .......... 18% 42.1M 5s 2750K .......... .......... .......... .......... .......... 19% 169M 4s 2800K .......... .......... .......... .......... .......... 19% 425K 5s 2850K .......... .......... .......... .......... .......... 19% 55.2M 5s 2900K .......... .......... .......... .......... .......... 20% 33.4M 5s 2950K .......... .......... .......... .......... .......... 20% 150M 5s 3000K .......... .......... .......... .......... .......... 21% 56.9M 4s 3050K .......... .......... .......... .......... .......... 21% 20.5M 4s 3100K .......... .......... .......... .......... .......... 21% 166M 4s 3150K .......... .......... .......... .......... .......... 22% 147M 4s 3200K .......... .......... .......... .......... .......... 22% 151M 4s 3250K .......... .......... .......... .......... .......... 22% 162M 4s 3300K .......... .......... .......... .......... .......... 23% 188M 4s 3350K .......... .......... .......... .......... .......... 23% 196M 4s 3400K .......... .......... .......... .......... .......... 23% 208M 4s 3450K .......... .......... .......... .......... .......... 24% 175M 4s 3500K .......... .......... .......... .......... .......... 24% 201M 4s 3550K .......... .......... .......... .......... .......... 24% 182M 4s 3600K .......... .......... .......... .......... .......... 25% 202M 4s 3650K .......... .......... .......... .......... .......... 25% 141M 3s 3700K .......... .......... .......... .......... .......... 25% 469K 4s 3750K .......... .......... .......... .......... .......... 26% 84.4M 4s 3800K .......... .......... .......... .......... .......... 26% 10.8M 4s 3850K .......... .......... .......... .......... .......... 26% 157M 4s 3900K .......... .......... .......... .......... .......... 27% 132M 3s 3950K .......... .......... .......... .......... .......... 27% 159M 3s 4000K .......... .......... .......... .......... .......... 27% 153M 3s 4050K .......... .......... .......... .......... .......... 28% 147M 3s 4100K .......... .......... .......... .......... .......... 28% 133M 3s 4150K .......... .......... .......... .......... .......... 28% 28.8M 3s 4200K .......... .......... .......... .......... .......... 29% 463K 3s 4250K .......... .......... .......... .......... .......... 29% 64.4M 3s 4300K .......... .......... .......... .......... .......... 29% 86.0M 3s 4350K .......... .......... .......... .......... .......... 30% 7.00M 3s 4400K .......... .......... .......... .......... .......... 30% 168M 3s 4450K .......... .......... .......... .......... .......... 30% 212M 3s 4500K .......... .......... .......... .......... .......... 31% 206M 3s 4550K .......... .......... .......... .......... .......... 31% 428K 3s 4600K .......... .......... .......... .......... .......... 32% 110M 3s 4650K .......... .......... .......... .......... .......... 32% 33.8M 3s 4700K .......... .......... .......... .......... .......... 32% 186M 3s 4750K .......... .......... .......... .......... .......... 33% 151M 3s 4800K .......... .......... .......... .......... .......... 33% 148M 3s 4850K .......... .......... .......... .......... .......... 33% 201M 3s 4900K .......... .......... .......... .......... .......... 34% 193M 3s 4950K .......... .......... .......... .......... .......... 34% 194M 3s 5000K .......... .......... .......... .......... .......... 34% 467K 3s 5050K .......... .......... .......... .......... .......... 35% 12.3M 3s 5100K .......... .......... .......... .......... .......... 35% 184M 3s 5150K .......... .......... .......... .......... .......... 35% 13.0M 3s 5200K .......... .......... .......... .......... .......... 36% 138M 3s 5250K .......... .......... .......... .......... .......... 36% 169M 3s 5300K .......... .......... .......... .......... .......... 36% 107M 3s 5350K .......... .......... .......... .......... .......... 37% 50.7M 3s 5400K .......... .......... .......... .......... .......... 37% 466K 3s 5450K .......... .......... .......... .......... .......... 37% 11.9M 3s 5500K .......... .......... .......... .......... .......... 38% 49.1M 3s 5550K .......... .......... .......... .......... .......... 38% 16.2M 3s 5600K .......... .......... .......... .......... .......... 38% 71.9M 3s 5650K .......... .......... .......... .......... .......... 39% 78.1M 3s 5700K .......... .......... .......... .......... .......... 39% 41.2M 3s 5750K .......... .......... .......... .......... .......... 39% 191M 3s 5800K .......... .......... .......... .......... .......... 40% 468K 3s 5850K .......... .......... .......... .......... .......... 40% 9.55M 3s 5900K .......... .......... .......... .......... .......... 40% 190M 3s 5950K .......... .......... .......... .......... .......... 41% 15.2M 3s 6000K .......... .......... .......... .......... .......... 41% 130M 3s 6050K .......... .......... .......... .......... .......... 42% 52.9M 3s 6100K .......... .......... .......... .......... .......... 42% 59.8M 3s 6150K .......... .......... .......... .......... .......... 42% 128M 3s 6200K .......... .......... .......... .......... .......... 43% 455K 3s 6250K .......... .......... .......... .......... .......... 43% 54.5M 3s 6300K .......... .......... .......... .......... .......... 43% 14.5M 3s 6350K .......... .......... .......... .......... .......... 44% 101M 3s 6400K .......... .......... .......... .......... .......... 44% 15.2M 3s 6450K .......... .......... .......... .......... .......... 44% 169M 2s 6500K .......... .......... .......... .......... .......... 45% 209M 2s 6550K .......... .......... .......... .......... .......... 45% 208M 2s 6600K .......... .......... .......... .......... .......... 45% 449K 3s 6650K .......... .......... .......... .......... .......... 46% 177M 2s 6700K .......... .......... .......... .......... .......... 46% 23.0M 2s 6750K .......... .......... .......... .......... .......... 46% 150M 2s 6800K .......... .......... .......... .......... .......... 47% 17.5M 2s 6850K .......... .......... .......... .......... .......... 47% 27.3M 2s 6900K .......... .......... .......... .......... .......... 47% 203M 2s 6950K .......... .......... .......... .......... .......... 48% 191M 2s 7000K .......... .......... .......... .......... .......... 48% 450K 2s 7050K .......... .......... .......... .......... .......... 48% 158M 2s 7100K .......... .......... .......... .......... .......... 49% 158M 2s 7150K .......... .......... .......... .......... .......... 49% 160M 2s 7200K .......... .......... .......... .......... .......... 49% 17.9M 2s 7250K .......... .......... .......... .......... .......... 50% 26.4M 2s 7300K .......... .......... .......... .......... .......... 50% 57.8M 2s 7350K .......... .......... .......... .......... .......... 50% 153M 2s 7400K .......... .......... .......... .......... .......... 51% 452K 2s 7450K .......... .......... .......... .......... .......... 51% 46.7M 2s 7500K .......... .......... .......... .......... .......... 52% 218M 2s 7550K .......... .......... .......... .......... .......... 52% 64.0M 2s 7600K .......... .......... .......... .......... .......... 52% 194M 2s 7650K .......... .......... .......... .......... .......... 53% 414K 2s 7700K .......... .......... .......... .......... .......... 53% 191M 2s 7750K .......... .......... .......... .......... .......... 53% 159M 2s 7800K .......... .......... .......... .......... .......... 54% 201M 2s 7850K .......... .......... .......... .......... .......... 54% 210M 2s 7900K .......... .......... .......... .......... .......... 54% 199M 2s 7950K .......... .......... .......... .......... .......... 55% 166M 2s 8000K .......... .......... .......... .......... .......... 55% 177M 2s 8050K .......... .......... .......... .......... .......... 55% 24.0M 2s 8100K .......... .......... .......... .......... .......... 56% 73.2M 2s 8150K .......... .......... .......... .......... .......... 56% 1.28M 2s 8200K .......... .......... .......... .......... .......... 56% 694K 2s 8250K .......... .......... .......... .......... .......... 57% 181M 2s 8300K .......... .......... .......... .......... .......... 57% 166M 2s 8350K .......... .......... .......... .......... .......... 57% 5.67M 2s 8400K .......... .......... .......... .......... .......... 58% 276M 2s 8450K .......... .......... .......... .......... .......... 58% 473K 2s 8500K .......... .......... .......... .......... .......... 58% 18.9M 2s 8550K .......... .......... .......... .......... .......... 59% 92.3M 2s 8600K .......... .......... .......... .......... .......... 59% 85.6M 2s 8650K .......... .......... .......... .......... .......... 59% 6.02M 2s 8700K .......... .......... .......... .......... .......... 60% 196M 2s 8750K .......... .......... .......... .......... .......... 60% 474K 2s 8800K .......... .......... .......... .......... .......... 60% 18.3M 2s 8850K .......... .......... .......... .......... .......... 61% 49.6M 2s 8900K .......... .......... .......... .......... .......... 61% 148M 2s 8950K .......... .......... .......... .......... .......... 61% 6.53M 2s 9000K .......... .......... .......... .......... .......... 62% 63.2M 2s 9050K .......... .......... .......... .......... .......... 62% 503K 2s 9100K .......... .......... .......... .......... .......... 63% 5.04M 2s 9150K .......... .......... .......... .......... .......... 63% 170M 2s 9200K .......... .......... .......... .......... .......... 63% 207M 2s 9250K .......... .......... .......... .......... .......... 64% 6.96M 2s 9300K .......... .......... .......... .......... .......... 64% 85.1M 2s 9350K .......... .......... .......... .......... .......... 64% 15.5M 2s 9400K .......... .......... .......... .......... .......... 65% 461K 2s 9450K .......... .......... .......... .......... .......... 65% 168M 2s 9500K .......... .......... .......... .......... .......... 65% 208M 2s 9550K .......... .......... .......... .......... .......... 66% 6.59M 2s 9600K .......... .......... .......... .......... .......... 66% 84.8M 2s 9650K .......... .......... .......... .......... .......... 66% 131M 2s 9700K .......... .......... .......... .......... .......... 67% 458K 2s 9750K .......... .......... .......... .......... .......... 67% 71.0M 2s 9800K .......... .......... .......... .......... .......... 67% 76.1M 2s 9850K .......... .......... .......... .......... .......... 68% 7.41M 1s 9900K .......... .......... .......... .......... .......... 68% 157M 1s 9950K .......... .......... .......... .......... .......... 68% 112M 1s 10000K .......... .......... .......... .......... .......... 69% 462K 1s 10050K .......... .......... .......... .......... .......... 69% 92.5M 1s 10100K .......... .......... .......... .......... .......... 69% 17.9M 1s 10150K .......... .......... .......... .......... .......... 70% 188M 1s 10200K .......... .......... .......... .......... .......... 70% 10.1M 1s 10250K .......... .......... .......... .......... .......... 70% 15.9M 1s 10300K .......... .......... .......... .......... .......... 71% 535K 1s 10350K .......... .......... .......... .......... .......... 71% 3.57M 1s 10400K .......... .......... .......... .......... .......... 71% 20.7M 1s 10450K .......... .......... .......... .......... .......... 72% 84.7M 1s 10500K .......... .......... .......... .......... .......... 72% 11.9M 1s 10550K .......... .......... .......... .......... .......... 73% 15.7M 1s 10600K .......... .......... .......... .......... .......... 73% 13.7M 1s 10650K .......... .......... .......... .......... .......... 73% 481K 1s 10700K .......... .......... .......... .......... .......... 74% 10.3M 1s 10750K .......... .......... .......... .......... .......... 74% 155M 1s 10800K .......... .......... .......... .......... .......... 74% 191M 1s 10850K .......... .......... .......... .......... .......... 75% 11.8M 1s 10900K .......... .......... .......... .......... .......... 75% 11.9M 1s 10950K .......... .......... .......... .......... .......... 75% 532K 1s 11000K .......... .......... .......... .......... .......... 76% 3.67M 1s 11050K .......... .......... .......... .......... .......... 76% 25.8M 1s 11100K .......... .......... .......... .......... .......... 76% 22.6M 1s 11150K .......... .......... .......... .......... .......... 77% 144M 1s 11200K .......... .......... .......... .......... .......... 77% 22.4M 1s 11250K .......... .......... .......... .......... .......... 77% 8.83M 1s 11300K .......... .......... .......... .......... .......... 78% 485K 1s 11350K .......... .......... .......... .......... .......... 78% 15.9M 1s 11400K .......... .......... .......... .......... .......... 78% 16.0M 1s 11450K .......... .......... .......... .......... .......... 79% 43.2M 1s 11500K .......... .......... .......... .......... .......... 79% 93.1M 1s 11550K .......... .......... .......... .......... .......... 79% 11.2M 1s 11600K .......... .......... .......... .......... .......... 80% 1.76M 1s 11650K .......... .......... .......... .......... .......... 80% 618K 1s 11700K .......... .......... .......... .......... .......... 80% 86.4M 1s 11750K .......... .......... .......... .......... .......... 81% 19.1M 1s 11800K .......... .......... .......... .......... .......... 81% 50.2M 1s 11850K .......... .......... .......... .......... .......... 81% 67.5M 1s 11900K .......... .......... .......... .......... .......... 82% 7.77M 1s 11950K .......... .......... .......... .......... .......... 82% 489K 1s 12000K .......... .......... .......... .......... .......... 82% 9.26M 1s 12050K .......... .......... .......... .......... .......... 83% 195M 1s 12100K .......... .......... .......... .......... .......... 83% 33.0M 1s 12150K .......... .......... .......... .......... .......... 84% 44.0M 1s 12200K .......... .......... .......... .......... .......... 84% 63.5M 1s 12250K .......... .......... .......... .......... .......... 84% 7.41M 1s 12300K .......... .......... .......... .......... .......... 85% 467K 1s 12350K .......... .......... .......... .......... .......... 85% 166M 1s 12400K .......... .......... .......... .......... .......... 85% 48.7M 1s 12450K .......... .......... .......... .......... .......... 86% 18.2M 1s 12500K .......... .......... .......... .......... .......... 86% 142M 1s 12550K .......... .......... .......... .......... .......... 86% 127M 1s 12600K .......... .......... .......... .......... .......... 87% 8.44M 1s 12650K .......... .......... .......... .......... .......... 87% 467K 1s 12700K .......... .......... .......... .......... .......... 87% 130M 1s 12750K .......... .......... .......... .......... .......... 88% 66.6M 1s 12800K .......... .......... .......... .......... .......... 88% 16.7M 1s 12850K .......... .......... .......... .......... .......... 88% 35.2M 1s 12900K .......... .......... .......... .......... .......... 89% 12.4M 1s 12950K .......... .......... .......... .......... .......... 89% 530K 1s 13000K .......... .......... .......... .......... .......... 89% 3.41M 0s 13050K .......... .......... .......... .......... .......... 90% 154M 0s 13100K .......... .......... .......... .......... .......... 90% 206M 0s 13150K .......... .......... .......... .......... .......... 90% 12.8M 0s 13200K .......... .......... .......... .......... .......... 91% 148M 0s 13250K .......... .......... .......... .......... .......... 91% 8.99M 0s 13300K .......... .......... .......... .......... .......... 91% 492K 0s 13350K .......... .......... .......... .......... .......... 92% 9.02M 0s 13400K .......... .......... .......... .......... .......... 92% 82.1M 0s 13450K .......... .......... .......... .......... .......... 92% 66.3M 0s 13500K .......... .......... .......... .......... .......... 93% 13.9M 0s 13550K .......... .......... .......... .......... .......... 93% 153M 0s 13600K .......... .......... .......... .......... .......... 94% 9.39M 0s 13650K .......... .......... .......... .......... .......... 94% 490K 0s 13700K .......... .......... .......... .......... .......... 94% 10.3M 0s 13750K .......... .......... .......... .......... .......... 95% 47.4M 0s 13800K .......... .......... .......... .......... .......... 95% 19.6M 0s 13850K .......... .......... .......... .......... .......... 95% 48.0M 0s 13900K .......... .......... .......... .......... .......... 96% 89.1M 0s 13950K .......... .......... .......... .......... .......... 96% 8.39M 0s 14000K .......... .......... .......... .......... .......... 96% 473K 0s 14050K .......... .......... .......... .......... .......... 97% 64.7M 0s 14100K .......... .......... .......... .......... .......... 97% 72.8M 0s 14150K .......... .......... .......... .......... .......... 97% 12.7M 0s 14200K .......... .......... .......... .......... .......... 98% 141M 0s 14250K .......... .......... .......... .......... .......... 98% 188M 0s 14300K .......... .......... .......... .......... .......... 98% 8.39M 0s 14350K .......... .......... .......... .......... .......... 99% 472K 0s 14400K .......... .......... .......... .......... .......... 99% 61.7M 0s 14450K .......... .......... .......... .......... .......... 99% 17.4M 0s 14500K .......... ........ 100% 13.5M=4.8s 2022-06-04 13:14:53 (2.93 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.MoarVM-2022.04.tar.gz.xxsxi2/output' saved [14867431/14867431] MoarVM-2022.04.tar.gz: OK (sha256: ae06f50ba5562721a4e5eb6457e2fea2d07eda63e2abaa8c939c9daf70774804) >>> moarvm 2022.04 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/moarvm/MoarVM-2022.04.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04 -xf - >>> moarvm 2022.04 Patching >>> moarvm 2022.04 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" perl Configure.pl --build=x86_64-pc-linux-gnu --host=mips64el-buildroot-linux-uclibc --ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --prefix="/usr" --pkgconfig=/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config --has-libuv --has-libtommath --has-libatomic --has-libffi) Welcome to MoarVM! Configuring cross build environment .................... trying to compile a simple C program ............... YES Testing pkgconfig .................................. 1.6.3 Guessing :-( at build/probe.pm line 1090. Adding extra libs for libuv: -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib Adding extra libs for libffi: -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/../lib64 Guessing :-( at build/probe.pm line 918. OK your CPU can't read unaligned values for any of int32 int64 num64 Defaulting to libc malloc because was not found. JIT isn't supported on platforms with 4 byte pointers. probing C type support for booleans ................ _Bool probing computed goto support ...................... YES probing pthread_yield support ...................... YES probing pthread_setname_np support (optional) ...... YES probing existance of optional malloc_trim() ........ YES probing support of rdtscp intrinsic ................ NO make: make compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=gnu99 -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -Werror=vla -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DHAVE_LIBFFI -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=3 includes: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O3 -DNDEBUG libs: -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/../lib64 -lffi -ltommath -latomic_ops -luv -lm -lpthread -lrt -ldl -lzstd byte order: little endian Configuring 3rdparty libs .............................. OK 3rdparty: 3rdparty/cmp/libcmp.a 3rdparty/sha1/libsha1.a 3rdparty/tinymt/libtinymt.a Generating src/gen/config.c ............................ OK Generating src/gen/config.h ............................ OK Generating Makefile .................................... OK Generating tools/check.mk .............................. OK Generating build/mk-moar-pc.pl ......................... OK Configuration SUCCESS. Type 'make' to build and 'make help' to see a list of available make targets. >>> moarvm 2022.04 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04' compiling src/main.o compiling src/core/callsite.o compiling src/core/args.o compiling src/core/exceptions.o compiling src/core/interp.o compiling src/core/str_hash_table.o compiling src/core/fixkey_hash_table.o compiling src/core/index_hash_table.o compiling src/core/ptr_hash_table.o compiling src/core/uni_hash_table.o compiling src/core/threadcontext.o compiling src/core/compunit.o compiling src/core/bytecode.o compiling src/core/frame.o compiling src/core/callstack.o compiling src/core/validation.o compiling src/core/bytecodedump.o compiling src/core/threads.o compiling src/core/ops.o compiling src/core/hll.o compiling src/core/loadbytecode.o compiling src/core/coerce.o compiling src/core/dll.o compiling src/core/ext.o compiling src/core/nativecall.o compiling src/core/nativecall_libffi.o src/core/nativecall_libffi.c: In function 'unmarshal_callback': src/core/nativecall_libffi.c:115:20: warning: variable 'status' set but not used [-Wunused-but-set-variable] 115 | ffi_status status; | ^~~~~~ src/core/nativecall_libffi.c: In function 'MVM_nativecall_invoke': src/core/nativecall_libffi.c:503:16: warning: unused variable 'status' [-Wunused-variable] 503 | ffi_status status = ffi_prep_cif(&cif, body->convention, (unsigned int)num_args, body->ffi_ret_type, body->ffi_arg_types); | ^~~~~~ src/core/nativecall_libffi.c: In function 'MVM_nativecall_dispatch': src/core/nativecall_libffi.c:876:16: warning: unused variable 'status' [-Wunused-variable] 876 | ffi_status status = ffi_prep_cif(&cif, body->convention, (unsigned int)num_args, body->ffi_ret_type, body->ffi_arg_types); | ^~~~~~ compiling src/core/continuation.o compiling src/core/intcache.o compiling src/core/fixedsizealloc.o compiling src/core/regionalloc.o compiling src/debug/debugserver.o compiling src/gen/config.o compiling src/gc/orchestrate.o compiling src/gc/allocation.o compiling src/gc/worklist.o compiling src/gc/roots.o compiling src/gc/collect.o compiling src/gc/gen2.o compiling src/gc/wb.o compiling src/gc/objectid.o compiling src/gc/finalize.o compiling src/gc/debug.o compiling src/io/io.o compiling src/io/eventloop.o compiling src/io/syncfile.o compiling src/io/syncsocket.o compiling src/io/fileops.o compiling src/io/dirops.o compiling src/io/procops.o compiling src/io/timers.o compiling src/io/filewatchers.o compiling src/io/signals.o compiling src/io/asyncsocket.o compiling src/io/asyncsocketudp.o compiling src/6model/reprs.o compiling src/6model/reprconv.o compiling src/6model/containers.o src/6model/containers.c:117:5: warning: initialization of 'void (*)(MVMThreadContext *, MVMObject *, MVMuint64)' {aka 'void (*)(MVMThreadContext *, MVMObject *, long unsigned int)'} from incompatible pointer type 'void (*)(MVMThreadContext *, MVMObject *, MVMint64)' {aka 'void (*)(MVMThreadContext *, MVMObject *, long int)'} [-Wincompatible-pointer-types] 117 | code_pair_store_i, /* FIXME need a code_pair_store_u but lacking tests showing this need */ | ^~~~~~~~~~~~~~~~~ src/6model/containers.c:117:5: note: (near initialization for 'code_pair_spec.store_u') src/6model/containers.c:374:5: warning: initialization of 'void (*)(MVMThreadContext *, MVMObject *, MVMuint64)' {aka 'void (*)(MVMThreadContext *, MVMObject *, long unsigned int)'} from incompatible pointer type 'void (*)(MVMThreadContext *, MVMObject *, MVMint64)' {aka 'void (*)(MVMThreadContext *, MVMObject *, long int)'} [-Wincompatible-pointer-types] 374 | value_desc_cont_store_i, /* FIXME need a value_desc_cont_store_u but lacking tests showing this need */ | ^~~~~~~~~~~~~~~~~~~~~~~ src/6model/containers.c:374:5: note: (near initialization for 'value_desc_cont_spec.store_u') compiling src/6model/parametric.o compiling src/6model/reprs/MVMString.o compiling src/6model/reprs/VMArray.o compiling src/6model/reprs/MVMHash.o compiling src/6model/reprs/MVMCFunction.o compiling src/6model/reprs/KnowHOWREPR.o compiling src/6model/reprs/KnowHOWAttributeREPR.o compiling src/6model/reprs/P6str.o compiling src/6model/reprs/P6opaque.o compiling src/6model/reprs/MVMCode.o compiling src/6model/reprs/MVMOSHandle.o compiling src/6model/reprs/MVMCompUnit.o compiling src/6model/reprs/MVMStaticFrame.o compiling src/6model/reprs/P6int.o compiling src/6model/reprs/P6num.o compiling src/6model/reprs/Uninstantiable.o compiling src/6model/reprs/HashAttrStore.o compiling src/6model/reprs/MVMThread.o compiling src/6model/reprs/MVMIter.o compiling src/6model/reprs/MVMContext.o compiling src/6model/reprs/SCRef.o compiling src/6model/reprs/P6bigint.o compiling src/6model/reprs/NFA.o compiling src/6model/reprs/MVMException.o compiling src/6model/reprs/MVMDLLSym.o compiling src/6model/reprs/MVMContinuation.o compiling src/6model/reprs/NativeCall.o compiling src/6model/reprs/CPointer.o src/6model/reprs/CPointer.c: In function 'set_int': src/6model/reprs/CPointer.c:34:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 34 | body->ptr = (void *)(MVMint32)value; | ^ src/6model/reprs/CPointer.c: In function 'get_int': src/6model/reprs/CPointer.c:43:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 43 | return (MVMint64)(MVMint32)body->ptr; | ^ src/6model/reprs/CPointer.c: In function 'set_uint': src/6model/reprs/CPointer.c:52:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 52 | body->ptr = (void *)(MVMuint32)value; | ^ src/6model/reprs/CPointer.c: In function 'get_uint': src/6model/reprs/CPointer.c:61:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 61 | return (MVMuint64)(MVMuint32)body->ptr; | ^ src/6model/reprs/CPointer.c: In function 'deserialize': src/6model/reprs/CPointer.c:97:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 97 | body->ptr = (void *)(MVMuint32)value; | ^ src/6model/reprs/CPointer.c: In function 'serialize': src/6model/reprs/CPointer.c:108:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 108 | (MVMuint64)(MVMuint32)body->ptr | ^ compiling src/6model/reprs/CStr.o compiling src/6model/reprs/CArray.o compiling src/6model/reprs/CStruct.o compiling src/6model/reprs/CUnion.o compiling src/6model/reprs/ReentrantMutex.o compiling src/6model/reprs/ConditionVariable.o compiling src/6model/reprs/Semaphore.o compiling src/6model/reprs/ConcBlockingQueue.o compiling src/6model/reprs/MVMAsyncTask.o compiling src/6model/reprs/MVMNull.o compiling src/6model/reprs/CPPStruct.o compiling src/6model/reprs/NativeRef.o compiling src/6model/reprs/MultiDimArray.o compiling src/6model/reprs/Decoder.o compiling src/6model/reprs/MVMSpeshLog.o compiling src/6model/reprs/MVMStaticFrameSpesh.o compiling src/6model/reprs/MVMCapture.o compiling src/6model/reprs/MVMTracked.o compiling src/6model/6model.o compiling src/6model/bootstrap.o compiling src/6model/sc.o compiling src/6model/serialization.o compiling src/disp/boot.o compiling src/disp/registry.o compiling src/disp/inline_cache.o compiling src/disp/program.o compiling src/disp/syscall.o compiling src/disp/resume.o compiling src/spesh/dump.o compiling src/spesh/graph.o compiling src/spesh/codegen.o compiling src/spesh/manipulate.o compiling src/spesh/args.o compiling src/spesh/usages.o compiling src/spesh/facts.o compiling src/spesh/optimize.o compiling src/spesh/dead_bb_elimination.o compiling src/spesh/dead_ins_elimination.o compiling src/spesh/deopt.o compiling src/spesh/log.o compiling src/spesh/threshold.o compiling src/spesh/inline.o compiling src/spesh/osr.o compiling src/spesh/lookup.o compiling src/spesh/iterator.o compiling src/spesh/worker.o compiling src/spesh/debug.o compiling src/spesh/stats.o compiling src/spesh/plan.o compiling src/spesh/arg_guard.o compiling src/spesh/frame_walker.o compiling src/spesh/pea.o compiling src/6model/reprs/MVMSpeshCandidate.o compiling src/spesh/disp.o compiling src/strings/decode_stream.o compiling src/strings/ascii.o compiling src/strings/parse_num.o compiling src/strings/utf8.o compiling src/strings/utf8_c8.o compiling src/strings/nfg.o compiling src/strings/ops.o In file included from src/moar.h:268, from src/strings/ops.c:3: src/strings/siphash/csiphash.h: In function 'siphashfinish': src/strings/siphash/csiphash.h:157:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 157 | case 5: t.u8[4] = src[4]; | ~~~~~~~~^~~~~~~~ src/strings/siphash/csiphash.h:164:9: note: here 164 | case 4: t.u8[3] = src[3]; | ^~~~ compiling src/strings/unicode.o compiling src/strings/normalize.o compiling src/strings/latin1.o compiling src/strings/utf16.o compiling src/strings/windows1252.o compiling src/strings/shiftjis.o In file included from src/moar.h:245, from src/strings/shiftjis.c:1: src/strings/shiftjis.c: In function 'MVM_string_shiftjis_decodestream': src/strings/decode_stream.h:99:16: warning: 'codepoint' may be used uninitialized in this function [-Wmaybe-uninitialized] 99 | if (sep_spec->final_graphemes[i] == g) | ^ src/strings/shiftjis.c:369:26: note: 'codepoint' was declared here 369 | MVMCodepoint codepoint; | ^~~~~~~~~ compiling src/strings/gb2312.o compiling src/strings/gb18030.o compiling src/math/bigintops.o compiling src/profiler/instrument.o compiling src/profiler/log.o compiling src/profiler/profile.o compiling src/profiler/heapsnapshot.o compiling src/profiler/telemeh.o compiling src/profiler/configuration.o compiling src/instrument/crossthreadwrite.o compiling src/instrument/line_coverage.o compiling src/platform/sys.o compiling src/platform/random.o compiling src/platform/memmem32.o compiling 3rdparty/freebsd/memmem.o compiling 3rdparty/ryu/ryu/d2s.o compiling src/platform/malloc_trim.o compiling src/moar.o compiling src/platform/posix/mmap.o compiling src/platform/posix/time.o compiling src/platform/posix/io.o compiling src/platform/posix/fork.o compiling src/jit/stub.o compiling 3rdparty/cmp/cmp.o linking 3rdparty/cmp/libcmp.a compiling 3rdparty/tinymt/tinymt64.o linking 3rdparty/tinymt/libtinymt.a compiling 3rdparty/sha1/sha1.o linking 3rdparty/sha1/libsha1.a linking libmoar.so linking moar /usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04' >>> moarvm 2022.04 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04' /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin" /usr/bin/perl -MExtUtils::Command -e cp moar "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin" /usr/bin/perl -MExtUtils::Command -e chmod 755 "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib" /usr/bin/perl -MExtUtils::Command -e rm_f "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libmoar.so" /usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/disp" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/debug" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/strings/siphash" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/6model" /usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e cp src/disp/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/disp" /usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e cp src/debug/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/debug" /usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e cp src/strings/siphash/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/strings/siphash" /usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/moar/instrument" make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04' >>> moarvm 2022.04 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> moarvm 2022.04 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04' /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/bin" /usr/bin/perl -MExtUtils::Command -e cp moar "/nvmedata/autobuild/instance-27/output-1/target/usr/bin" /usr/bin/perl -MExtUtils::Command -e chmod 755 "/nvmedata/autobuild/instance-27/output-1/target/usr/bin/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/lib" /usr/bin/perl -MExtUtils::Command -e rm_f "/nvmedata/autobuild/instance-27/output-1/target/usr/lib/libmoar.so" /usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/nvmedata/autobuild/instance-27/output-1/target/usr/lib" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/nvmedata/autobuild/instance-27/output-1/target/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/nvmedata/autobuild/instance-27/output-1/target/usr/share/nqp/lib/MAST" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/nvmedata/autobuild/instance-27/output-1/target/usr/share/pkgconfig" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/disp" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/debug" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/strings/siphash" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e mkpath "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/instrument" /usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar" /usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/6model" /usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/6model/reprs" /usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/core" /usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/gc" /usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/gen" /usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/io" /usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/math" /usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/platform" /usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/profiler" /usr/bin/perl -MExtUtils::Command -e cp src/disp/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/disp" /usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/spesh" /usr/bin/perl -MExtUtils::Command -e cp src/debug/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/debug" /usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/strings" /usr/bin/perl -MExtUtils::Command -e cp src/strings/siphash/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/strings/siphash" /usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/jit" /usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/nvmedata/autobuild/instance-27/output-1/target/usr/include/moar/instrument" make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/moarvm-2022.04' >>> mstpd 0.1.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.mstpd-0.1.0.tar.gz.L34qFq/output' 'https://github.com/mstpd/mstpd/archive/0.1.0/mstpd-0.1.0.tar.gz' --2022-06-04 13:17:28-- https://github.com/mstpd/mstpd/archive/0.1.0/mstpd-0.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/mstpd/mstpd/tar.gz/refs/tags/0.1.0 [following] --2022-06-04 13:17:28-- https://codeload.github.com/mstpd/mstpd/tar.gz/refs/tags/0.1.0 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: '/nvmedata/autobuild/instance-27/output-1/build/.mstpd-0.1.0.tar.gz.L34qFq/output' 0K .......... .......... .......... .......... .......... 324K 50K .......... .......... .......... .......... .......... 324K 100K .......... .. 251K=0.4s 2022-06-04 13:17:29 (313 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.mstpd-0.1.0.tar.gz.L34qFq/output' saved [115670] mstpd-0.1.0.tar.gz: OK (sha256: 03d1ff4ca189d54322562cb2891888768af719d2c73ceafa5f1ca96133dffeb2) >>> mstpd 0.1.0 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/mstpd/mstpd-0.1.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0 -xf - >>> mstpd 0.1.0 Patching >>> mstpd 0.1.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mstpd 0.1.0 Configuring >>> mstpd 0.1.0 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:47: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:47: 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:47: the top level configure.ac:52: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:52: 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:52: the top level configure.ac:41: installing './ar-lib' configure.ac:40: installing './compile' configure.ac:42: installing './config.guess' configure.ac:42: installing './config.sub' configure.ac:36: installing './install-sh' configure.ac:36: installing './missing' Makefile.am: installing './depcomp' >>> mstpd 0.1.0 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0/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 /nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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.9.0... yes fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). checking for library containing clock_gettime... none required checking for struct timespec... yes checking for clock_gettime... yes 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 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 >>> mstpd 0.1.0 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0' /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-main.o `test -f 'main.c' || echo './'`main.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-epoll_loop.o `test -f 'epoll_loop.c' || echo './'`epoll_loop.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-brmon.o `test -f 'brmon.c' || echo './'`brmon.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-bridge_track.o `test -f 'bridge_track.c' || echo './'`bridge_track.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-libnetlink.o `test -f 'libnetlink.c' || echo './'`libnetlink.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-mstp.o `test -f 'mstp.c' || echo './'`mstp.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-packet.o `test -f 'packet.c' || echo './'`packet.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-netif_utils.o `test -f 'netif_utils.c' || echo './'`netif_utils.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-ctl_socket_server.o `test -f 'ctl_socket_server.c' || echo './'`ctl_socket_server.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-hmac_md5.o `test -f 'hmac_md5.c' || echo './'`hmac_md5.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpd-driver_deps.o `test -f 'driver_deps.c' || echo './'`driver_deps.c /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o mstpd mstpd-main.o mstpd-epoll_loop.o mstpd-brmon.o mstpd-bridge_track.o mstpd-libnetlink.o mstpd-mstp.o mstpd-packet.o mstpd-netif_utils.o mstpd-ctl_socket_server.o mstpd-hmac_md5.o mstpd-driver_deps.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE=\"/var/run/mstpd.pid\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o mstpd mstpd-main.o mstpd-epoll_loop.o mstpd-brmon.o mstpd-bridge_track.o mstpd-libnetlink.o mstpd-mstp.o mstpd-packet.o mstpd-netif_utils.o mstpd-ctl_socket_server.o mstpd-hmac_md5.o mstpd-driver_deps.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpctl-ctl_main.o `test -f 'ctl_main.c' || echo './'`ctl_main.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mstpctl-ctl_socket_client.o `test -f 'ctl_socket_client.c' || echo './'`ctl_socket_client.c /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE='"/var/run/mstpd.pid"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o mstpctl mstpctl-ctl_main.o mstpctl-ctl_socket_client.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Os -Wall -D_REENTRANT -D__LINUX__ -I. -D_GNU_SOURCE -DMSTPD_PID_FILE=\"/var/run/mstpd.pid\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o mstpctl mstpctl-ctl_main.o mstpctl-ctl_socket_client.o rm -f bridge-stp bridge-stp.tmp mkdir -p . srcdir=''; test -f ./bridge-stp.in || srcdir="./"; \ sed -e 's|@mstpdfile[@]|/usr/sbin/mstpd|g' -e 's|@bridgestpfile[@]|/usr/sbin/bridge-stp|g' -e 's|@mstpdpidfile[@]|/var/run/mstpd.pid|g' -e 's|@mstpctlfile[@]|/usr/sbin/mstpctl|g' -e 's|@bridgestpconffile[@]|/etc/bridge-stp.conf|g' -e 's|@ifupdownfile[@]|/usr/libexec/mstpctl-utils/ifupdown.sh|g' -e 's|@utilsfuncfile[@]|/usr/libexec/mstpctl-utils/mstpctl-utils-functions.sh|g' -e 's|@configbridgefile[@]|/usr/libexec/mstpctl-utils/mstp_config_bridge|g' -e 's|@ifqueryfile[@]|/usr/libexec/mstpctl-utils/ifquery|g' ${srcdir}bridge-stp.in > bridge-stp.tmp chmod 755 bridge-stp.tmp mv bridge-stp.tmp bridge-stp rm -f utils/ifupdown.sh utils/ifupdown.sh.tmp mkdir -p utils srcdir=''; test -f ./utils/ifupdown.sh.in || srcdir="./"; \ sed -e 's|@mstpdfile[@]|/usr/sbin/mstpd|g' -e 's|@bridgestpfile[@]|/usr/sbin/bridge-stp|g' -e 's|@mstpdpidfile[@]|/var/run/mstpd.pid|g' -e 's|@mstpctlfile[@]|/usr/sbin/mstpctl|g' -e 's|@bridgestpconffile[@]|/etc/bridge-stp.conf|g' -e 's|@ifupdownfile[@]|/usr/libexec/mstpctl-utils/ifupdown.sh|g' -e 's|@utilsfuncfile[@]|/usr/libexec/mstpctl-utils/mstpctl-utils-functions.sh|g' -e 's|@configbridgefile[@]|/usr/libexec/mstpctl-utils/mstp_config_bridge|g' -e 's|@ifqueryfile[@]|/usr/libexec/mstpctl-utils/ifquery|g' ${srcdir}utils/ifupdown.sh.in > utils/ifupdown.sh.tmp chmod 755 utils/ifupdown.sh.tmp mv utils/ifupdown.sh.tmp utils/ifupdown.sh rm -f utils/mstp_config_bridge utils/mstp_config_bridge.tmp mkdir -p utils srcdir=''; test -f ./utils/mstp_config_bridge.in || srcdir="./"; \ sed -e 's|@mstpdfile[@]|/usr/sbin/mstpd|g' -e 's|@bridgestpfile[@]|/usr/sbin/bridge-stp|g' -e 's|@mstpdpidfile[@]|/var/run/mstpd.pid|g' -e 's|@mstpctlfile[@]|/usr/sbin/mstpctl|g' -e 's|@bridgestpconffile[@]|/etc/bridge-stp.conf|g' -e 's|@ifupdownfile[@]|/usr/libexec/mstpctl-utils/ifupdown.sh|g' -e 's|@utilsfuncfile[@]|/usr/libexec/mstpctl-utils/mstpctl-utils-functions.sh|g' -e 's|@configbridgefile[@]|/usr/libexec/mstpctl-utils/mstp_config_bridge|g' -e 's|@ifqueryfile[@]|/usr/libexec/mstpctl-utils/ifquery|g' ${srcdir}utils/mstp_config_bridge.in > utils/mstp_config_bridge.tmp chmod 755 utils/mstp_config_bridge.tmp mv utils/mstp_config_bridge.tmp utils/mstp_config_bridge rm -f utils/mstpd.service utils/mstpd.service.tmp mkdir -p utils srcdir=''; test -f ./utils/mstpd.service.in || srcdir="./"; \ sed -e 's|@mstpdfile[@]|/usr/sbin/mstpd|g' -e 's|@bridgestpfile[@]|/usr/sbin/bridge-stp|g' -e 's|@mstpdpidfile[@]|/var/run/mstpd.pid|g' -e 's|@mstpctlfile[@]|/usr/sbin/mstpctl|g' -e 's|@bridgestpconffile[@]|/etc/bridge-stp.conf|g' -e 's|@ifupdownfile[@]|/usr/libexec/mstpctl-utils/ifupdown.sh|g' -e 's|@utilsfuncfile[@]|/usr/libexec/mstpctl-utils/mstpctl-utils-functions.sh|g' -e 's|@configbridgefile[@]|/usr/libexec/mstpctl-utils/mstp_config_bridge|g' -e 's|@ifqueryfile[@]|/usr/libexec/mstpctl-utils/ifquery|g' ${srcdir}utils/mstpd.service.in > utils/mstpd.service.tmp chmod 755 utils/mstpd.service.tmp mv utils/mstpd.service.tmp utils/mstpd.service rm -f utils/nm-dispatcher utils/nm-dispatcher.tmp mkdir -p utils srcdir=''; test -f ./utils/nm-dispatcher.in || srcdir="./"; \ sed -e 's|@mstpdfile[@]|/usr/sbin/mstpd|g' -e 's|@bridgestpfile[@]|/usr/sbin/bridge-stp|g' -e 's|@mstpdpidfile[@]|/var/run/mstpd.pid|g' -e 's|@mstpctlfile[@]|/usr/sbin/mstpctl|g' -e 's|@bridgestpconffile[@]|/etc/bridge-stp.conf|g' -e 's|@ifupdownfile[@]|/usr/libexec/mstpctl-utils/ifupdown.sh|g' -e 's|@utilsfuncfile[@]|/usr/libexec/mstpctl-utils/mstpctl-utils-functions.sh|g' -e 's|@configbridgefile[@]|/usr/libexec/mstpctl-utils/mstp_config_bridge|g' -e 's|@ifqueryfile[@]|/usr/libexec/mstpctl-utils/ifquery|g' ${srcdir}utils/nm-dispatcher.in > utils/nm-dispatcher.tmp chmod 755 utils/nm-dispatcher.tmp mv utils/nm-dispatcher.tmp utils/nm-dispatcher make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0' >>> mstpd 0.1.0 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/etc' /usr/bin/install -c -m 644 bridge-stp.conf '/nvmedata/autobuild/instance-27/output-1/target/etc' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/libexec/mstpctl-utils' /usr/bin/install -c -m 644 utils/mstpctl-utils-functions.sh '/nvmedata/autobuild/instance-27/output-1/target/usr/libexec/mstpctl-utils' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/libexec/mstpctl-utils' /usr/bin/install -c utils/ifquery '/nvmedata/autobuild/instance-27/output-1/target/usr/libexec/mstpctl-utils' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' /bin/bash ./libtool --mode=install /usr/bin/install -c mstpd mstpctl '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c mstpd /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/mstpd libtool: install: /usr/bin/install -c mstpctl /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/mstpctl /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' /usr/bin/install -c bridge-stp '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/libexec/mstpctl-utils' /usr/bin/install -c utils/ifupdown.sh utils/mstp_config_bridge '/nvmedata/autobuild/instance-27/output-1/target/usr/libexec/mstpctl-utils' /usr/bin/make install-exec-hook make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0' ln -sf /usr/sbin/bridge-stp /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/mstp_restart ln -sf /usr/sbin/bridge-stp /nvmedata/autobuild/instance-27/output-1/target/usr/libexec/mstpctl-utils/mstpctl_restart_config /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/target/etc/bash_completion.d /usr/bin/install -c -m 644 ./utils/bash_completion /nvmedata/autobuild/instance-27/output-1/target/etc/bash_completion.d/mstpctl if [ -n "" ]; then \ /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/target ; \ /usr/bin/install -c -m 644 ./utils/mstpd.service /nvmedata/autobuild/instance-27/output-1/target ; \ fi if [ -d /usr/lib/NetworkManager/dispatcher.d ]; then \ /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/target/usr/lib/NetworkManager/dispatcher.d ; \ /usr/bin/install -c ./utils/nm-dispatcher /nvmedata/autobuild/instance-27/output-1/target/usr/lib/NetworkManager/dispatcher.d/45-mstpd ; \ fi /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/mstpd /usr/bin/install -c -m 644 ./README.md /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/mstpd/README /usr/bin/install -c -m 644 ./README.VLANs.md /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/mstpd/README.VLANs make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/mstpd' /usr/bin/install -c -m 644 LICENSE '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/mstpd' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 utils/mstpctl-utils-interfaces.5 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 utils/mstpctl.8 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mstpd-0.1.0' >>> mtdev 1.1.6 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.mtdev-1.1.6.tar.bz2.VKjOi4/output' 'http://bitmath.org/code/mtdev/mtdev-1.1.6.tar.bz2' --2022-06-04 13:17:47-- http://bitmath.org/code/mtdev/mtdev-1.1.6.tar.bz2 Resolving bitmath.org (bitmath.org)... 77.111.240.151, 2a02:2350:5:102:ba:9573:e938:763f Connecting to bitmath.org (bitmath.org)|77.111.240.151|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 295965 (289K) [application/x-tar] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.mtdev-1.1.6.tar.bz2.VKjOi4/output' 0K .......... .......... .......... .......... .......... 17% 45.9K 5s 50K .......... .......... .......... .......... .......... 34% 92.6K 3s 100K .......... .......... .......... .......... .......... 51% 74.0K 2s 150K .......... .......... .......... .......... .......... 69% 41.0K 2s 200K .......... .......... .......... .......... .......... 86% 47.0K 1s 250K .......... .......... .......... ......... 100% 69.6K=5.2s 2022-06-04 13:17:52 (56.1 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.mtdev-1.1.6.tar.bz2.VKjOi4/output' saved [295965/295965] mtdev-1.1.6.tar.bz2: OK (sha256: 15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0) >>> mtdev 1.1.6 Extracting bzcat /nvmedata/autobuild/instance-27/dl/mtdev/mtdev-1.1.6.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6 -xf - >>> mtdev 1.1.6 Patching >>> mtdev 1.1.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mtdev 1.1.6 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/config-aux/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). >>> mtdev 1.1.6 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/config-aux/missing: Unknown `--is-lightweight' option Try `/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/config-aux/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /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... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... (cached) 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 test/Makefile config.status: creating mtdev.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> mtdev 1.1.6 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/src' CC caps.lo CC core.lo CC iobuf.lo CC match.lo CC match_four.lo CCLD libmtdev.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/src' Making all in test make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/test' CC mtdev-test.o CCLD mtdev-test CC mtdev-mapgen.o CCLD mtdev-mapgen CC mtdev-matching.o CCLD mtdev-matching CC mtdev-kernel.o CCLD mtdev-kernel make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/test' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' >>> mtdev 1.1.6 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libmtdev.la '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libmtdev.so.1.0.0 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libmtdev.so.1.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libmtdev.so.1.0.0 libmtdev.so.1 || { rm -f libmtdev.so.1 && ln -s libmtdev.so.1.0.0 libmtdev.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libmtdev.so.1.0.0 libmtdev.so || { rm -f libmtdev.so && ln -s libmtdev.so.1.0.0 libmtdev.so; }; }) libtool: install: /usr/bin/install -c .libs/libmtdev.lai /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libmtdev.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/install -c -m 644 ../include/mtdev-mapping.h ../include/mtdev-plumbing.h ../include/mtdev.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/src' Making install in test make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/test' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/test' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c mtdev-test '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c mtdev-test /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mtdev-test make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/test' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/test' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 mtdev.pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' >>> mtdev 1.1.6 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> mtdev 1.1.6 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libmtdev.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libmtdev.so.1.0.0 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libmtdev.so.1.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libmtdev.so.1.0.0 libmtdev.so.1 || { rm -f libmtdev.so.1 && ln -s libmtdev.so.1.0.0 libmtdev.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libmtdev.so.1.0.0 libmtdev.so || { rm -f libmtdev.so && ln -s libmtdev.so.1.0.0 libmtdev.so; }; }) libtool: install: /usr/bin/install -c .libs/libmtdev.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libmtdev.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include' /usr/bin/install -c -m 644 ../include/mtdev-mapping.h ../include/mtdev-plumbing.h ../include/mtdev.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/src' Making install in test make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/test' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/test' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c mtdev-test '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c mtdev-test /nvmedata/autobuild/instance-27/output-1/target/usr/bin/mtdev-test make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/test' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6/test' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 mtdev.pc '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mtdev-1.1.6' musepack_src_r475.tar.gz: OK (md5: 754d67be67f713e54baf70fcfdb2817e) musepack_src_r475.tar.gz: OK (sha256: a4b1742f997f83e1056142d556a8c20845ba764b70365ff9ccf2e3f81c427b2b) >>> musepack r475 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/musepack/musepack_src_r475.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/ && cd /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/ && rm -f CMakeCache.txt && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-27/output-1/host/bin/cmake /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/ -DCMAKE_TOOLCHAIN_FILE="/nvmedata/autobuild/instance-27/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -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 ) -- The C compiler identification is GNU 10.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Check if the system is big endian - little endian -- Configuring done -- 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 -- Build files have been written to: /nvmedata/autobuild/instance-27/output-1/build/musepack-r475 >>> musepack r475 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target mpcdec_shared make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/libmpcdec/streaminfo.c: In function 'streaminfo_read_header_sv7': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/libmpcdec/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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/libmpcdec/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 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 19%] Built target mpcdec_shared make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target mpcpsy_static make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 21%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/ans.o /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/libmpcpsy/ans.c: In function 'NS_Analyse': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/libmpcpsy/ans.c:291:113: 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 * /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/libmpcpsy/ans.c:160:40: note: expected 'const int (*)[3]' but argument is of type 'int *' 160 | const int scf [] [3], | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/libmpcpsy/ans.c:296:113: 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 * /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/libmpcpsy/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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/fastmath.c: In function 'Init_FastMath': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/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 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 36%] Built target mpcpsy_static make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target mpcenc_static make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 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 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 50%] Built target mpcenc_static make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target wavformat_static make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 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 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 55%] Built target wavformat_static make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target mpcgain make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 57%] Building C object mpcgain/CMakeFiles/mpcgain.dir/mpcgain.o /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcgain/mpcgain.c: In function 'main': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcgain/mpcgain.c:185:32: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 185 | mpc_chap_info * chap_info = mpc_demux_chap(demux, chap); | ^~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcgain/mpcgain.c:218:34: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 218 | mpc_chap_info * chap_info = mpc_demux_chap(demux, chap); | ^~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcgain/mpcgain.c:167:31: warning: 'chap_peak' may be used uninitialized in this function [-Wmaybe-uninitialized] 167 | mpc_uint16_t * chap_gain, * chap_peak; | ^~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcgain/mpcgain.c:167:18: warning: 'chap_gain' may be used uninitialized in this function [-Wmaybe-uninitialized] 167 | mpc_uint16_t * chap_gain, * chap_peak; | ^~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcgain/mpcgain.c:64:5: warning: 'chap_max' may be used uninitialized in this function [-Wmaybe-uninitialized] 64 | if (a > b) | ^ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcgain/mpcgain.c:166:36: note: 'chap_max' was declared here 166 | MPC_SAMPLE_FORMAT title_max = 0, chap_max; | ^~~~~~~~ [ 59%] Linking C executable mpcgain make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 59%] Built target mpcgain make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target mpcdec_cmd make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 61%] Building C object mpcdec/CMakeFiles/mpcdec_cmd.dir/mpcdec.o [ 63%] Linking C executable mpcdec make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 63%] Built target mpcdec_cmd make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target mpcenc make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 65%] Building C object mpcenc/CMakeFiles/mpcenc.dir/keyboard.o [ 67%] Building C object mpcenc/CMakeFiles/mpcenc.dir/mpcenc.o /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/mpcenc.c: In function 'Quantisierung': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/mpcenc.c:27: /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/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 ); | ~~~~~~~~~~~~~~^~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/mpcenc.c:695:49: 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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/mpcenc.c:27: /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/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 ); | ~~~~~~~~~~~~~~^~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/mpcenc.c:27: /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/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 ); | ~~~~~~~~~~~~~~^~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/mpcenc.c:705:49: 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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/mpcenc.c:27: /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/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 ); | ~~~~~~~~~~~~~~^~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/mpcenc.c: In function 'Init_FPU': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcenc/mpcenc.c:1443:16: 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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c: In function 'IsUnicode': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 629 | if ( len & 1 ) // odd number of bytes? | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:632:2: 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) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c: In function 'FinalizeTags': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 854 | if ( TagCount == 0 ) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:857:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 857 | if (flags & TAG_NO_PREAMBLE) { | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_ID3': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 966 | if ( -1 == fseek ( fp, -128L, SEEK_END ) ) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:969:2: 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) ) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/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] ) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:979:2: 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 ); | ^~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_APE': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1022 | if ( -1 == fseek ( fp, -(long)sizeof T, SEEK_END ) ) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:1024:2: 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: /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/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 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 78%] Built target mpcenc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target mpc2sv8 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 80%] Building C object mpc2sv8/CMakeFiles/mpc2sv8.dir/mpc2sv8.o [ 82%] Linking C executable mpc2sv8 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 82%] Built target mpc2sv8 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target mpccut make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 84%] Building C object mpccut/CMakeFiles/mpccut.dir/mpccut.o [ 86%] Linking C executable mpccut make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 86%] Built target mpccut make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target mpcchap make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 88%] Building C object mpcchap/CMakeFiles/mpcchap.dir/mpcchap.o /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c: In function 'add_chaps_ini': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c:107:54: warning: format '%lli' expects argument of type 'long long int', but argument 4 has type 'mpc_int64_t' {aka 'long int'} [-Wformat=] 107 | fprintf(stderr, "warning : chapter %i starts @ %lli samples after the end of the stream (%lli)\n", | ~~~^ | | | long long int | %li 108 | i + 1, chap_pos, si->samples - si->beg_silence); | ~~~~~~~~ | | | mpc_int64_t {aka long int} /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c:107:96: warning: format '%lli' expects argument of type 'long long int', but argument 5 has type 'mpc_uint64_t' {aka 'long unsigned int'} [-Wformat=] 107 | fprintf(stderr, "warning : chapter %i starts @ %lli samples after the end of the stream (%lli)\n", | ~~~^ | | | long long int | %li 108 | i + 1, chap_pos, si->samples - si->beg_silence); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | mpc_uint64_t {aka long unsigned int} /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c: In function 'add_chaps_cue': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c:193:54: warning: format '%lli' expects argument of type 'long long int', but argument 4 has type 'mpc_int64_t' {aka 'long int'} [-Wformat=] 193 | fprintf(stderr, "warning : chapter %i starts @ %lli samples after the end of the stream (%lli)\n", | ~~~^ | | | long long int | %li 194 | i, chap_pos, si->samples - si->beg_silence); | ~~~~~~~~ | | | mpc_int64_t {aka long int} /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c:193:96: warning: format '%lli' expects argument of type 'long long int', but argument 5 has type 'mpc_uint64_t' {aka 'long unsigned int'} [-Wformat=] 193 | fprintf(stderr, "warning : chapter %i starts @ %lli samples after the end of the stream (%lli)\n", | ~~~^ | | | long long int | %li 194 | i, chap_pos, si->samples - si->beg_silence); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | mpc_uint64_t {aka long unsigned int} /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c: In function 'dump_chaps': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c:250:26: warning: format '%lli' expects argument of type 'long long int', but argument 3 has type 'mpc_uint64_t' {aka 'const long unsigned int'} [-Wformat=] 250 | fprintf(out_file, "[%lli]\ngain=%i\npeak=%i\n", chap->sample, chap->gain, chap->peak); | ~~~^ ~~~~~~~~~~~~ | | | | long long int mpc_uint64_t {aka const long unsigned int} | %li /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c: In function 'add_chaps_cue': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:26: 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); | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:22: note: directive argument in the range [1, 2147483647] 198 | sprintf(track_buf, "%i/%i", i, nchap); | ^~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:3: 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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_getnkey': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/iniparser.c:187:9: warning: variable 'i_sec' set but not used [-Wunused-but-set-variable] 187 | int i, i_sec, cnt = 0 ; | ^~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_line': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/iniparser.c:556:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 556 | strcpy(section, section); | ^~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/iniparser.c:563:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 563 | strcpy(key, key); | ^~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/mpcchap/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 /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c: In function 'IsUnicode': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 629 | if ( len & 1 ) // odd number of bytes? | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:632:2: 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) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c: In function 'FinalizeTags': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 854 | if ( TagCount == 0 ) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:857:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 857 | if (flags & TAG_NO_PREAMBLE) { | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_ID3': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 966 | if ( -1 == fseek ( fp, -128L, SEEK_END ) ) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:969:2: 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) ) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/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] ) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:979:2: 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 ); | ^~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_APE': /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1022 | if ( -1 == fseek ( fp, -(long)sizeof T, SEEK_END ) ) | ^~ /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/common/tags.c:1024:2: 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: /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/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 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 96%] Built target mpcchap make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Scanning dependencies of target wavcmp make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [ 98%] Building C object wavcmp/CMakeFiles/wavcmp.dir/wavcmp.o [100%] Linking C executable wavcmp make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' [100%] Built target wavcmp make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' >>> musepack r475 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install/fast -C /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Install the project... -- Install configuration: "Debug" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libmpcdec.so.7.0.1 -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libmpcdec.so.7 -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libmpcdec.so -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpcgain -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpcgain" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpcdec -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpcdec" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpcenc -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpcenc" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpc2sv8 -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpc2sv8" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpccut -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpccut" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpcchap -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/mpcchap" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/wavcmp -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/wavcmp" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/mpc_types.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/datatypes.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/all-wcprops -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/entries -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/prop-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/tmp -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/tmp/text-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/tmp/prop-base -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/tmp/props -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/.svn/props -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/minimax.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/reader.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/mpcmath.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/streaminfo.h -- Installing: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/mpc/mpcdec.h make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' >>> musepack r475 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install/fast -C /nvmedata/autobuild/instance-27/output-1/build/musepack-r475/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' Install the project... -- Install configuration: "Debug" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libmpcdec.so.7.0.1 -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libmpcdec.so.7 -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libmpcdec.so -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpcgain -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpcgain" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpcdec -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpcdec" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpcenc -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpcenc" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpc2sv8 -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpc2sv8" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpccut -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpccut" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpcchap -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/target/usr/bin/mpcchap" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/bin/wavcmp -- Set runtime path of "/nvmedata/autobuild/instance-27/output-1/target/usr/bin/wavcmp" to "" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/mpc_types.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/datatypes.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/all-wcprops -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/text-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/entries -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/prop-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/tmp -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/tmp/text-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/tmp/prop-base -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/tmp/props -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/.svn/props -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/minimax.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/reader.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/mpcmath.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/streaminfo.h -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/include/mpc/mpcdec.h make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/musepack-r475' mxml-3.3.tar.gz: OK (sha256: 7cf976366f9e8e4f8cff7d35a59bcf6201c769fce9e58015d64f4b6de1fe3dd8) >>> mxml 3.3 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/mxml/mxml-3.3.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/mxml-3.3 -xf - >>> mxml 3.3 Patching >>> mxml 3.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/mxml-3.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mxml 3.3 Patching libtool >>> mxml 3.3 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/mxml-3.3/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed 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 a BSD-compatible install... /usr/bin/install -c checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for cp... /bin/cp checking for ldconfig... /nvmedata/autobuild/instance-27/output-1/host/bin/ldconfig checking for ln... /bin/ln checking for mkdir... /bin/mkdir checking for rm... /bin/rm checking for inline... inline checking for strdup... yes checking for strlcat... yes checking for strlcpy... yes checking for snprintf... yes checking for vasprintf... yes checking for vsnprintf... yes checking for unsigned long long int... yes checking for long long int... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for pthread.h... yes checking for pthread_create using -lpthreads... no checking for pthread_create using -lpthread... yes checking for shared library support... yes checking whether compiler supports -Wno-char-subscripts... yes checking whether compiler supports -Wno-format-truncation... yes checking whether compiler supports -Wno-format-y2k... yes checking whether compiler supports -Wno-switch... yes checking whether compiler supports -Wno-unused-result... yes configure: creating ./config.status config.status: creating Makefile config.status: creating mxml.pc 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 >>> mxml 3.3 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/mxml-3.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mxml-3.3' Compiling mxml-attr.c Compiling mxml-entity.c Compiling mxml-file.c Compiling mxml-get.c Compiling mxml-index.c Compiling mxml-node.c Compiling mxml-search.c Compiling mxml-set.c Compiling mxml-private.c Compiling mxml-string.c Creating libmxml.so.1.6... make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mxml-3.3' >>> mxml 3.3 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DSTROOT=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/mxml-3.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mxml-3.3' Installing libmxml.so to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib... Creating libmxml.a... a - mxml-attr.o a - mxml-entity.o a - mxml-file.o a - mxml-get.o a - mxml-index.o a - mxml-node.o a - mxml-search.o a - mxml-set.o a - mxml-private.o a - mxml-string.o Installing libmxml.a to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib... Installing documentation in /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/mxml... Installing header files in /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include... Installing pkgconfig files in /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig... Installing man pages in /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man... make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mxml-3.3' >>> mxml 3.3 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> mxml 3.3 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DSTROOT=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/mxml-3.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/mxml-3.3' Installing libmxml.so to /nvmedata/autobuild/instance-27/output-1/target/usr/lib... Installing libmxml.a to /nvmedata/autobuild/instance-27/output-1/target/usr/lib... Installing documentation in /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/mxml... Installing header files in /nvmedata/autobuild/instance-27/output-1/target/usr/include... Installing pkgconfig files in /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig... Installing man pages in /nvmedata/autobuild/instance-27/output-1/target/usr/share/man... make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/mxml-3.3' netplug-1.2.9.2.tar.bz2: OK (sha256: 5180dfd9a7d3d0633a027b0a04f01b45a6a64623813cd48bd54423b90814864e) >>> netplug 1.2.9.2 Extracting bzcat /nvmedata/autobuild/instance-27/dl/netplug/netplug-1.2.9.2.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2 -xf - >>> netplug 1.2.9.2 Patching Applying 0001-makefile-flags.patch using patch: patching file Makefile Applying 0002-add-missing-time-include.patch using patch: patching file netplug.h Applying 0003-remove-assert-fail.patch using patch: patching file lib.c >>> netplug 1.2.9.2 Configuring >>> netplug 1.2.9.2 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2' abort: no repository found in '/nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2' (.hg not found)! abort: no repository found in '/nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2' (.hg not found)! /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o config.o config.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o netlink.o netlink.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o lib.o lib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o if_info.o if_info.c if_info.c: In function 'parse_rtattrs': if_info.c:376:25: warning: 'sizeof' on array function parameter 'tb' will return size of 'struct rtattr **' [-Wsizeof-array-argument] 376 | memset(tb, 0, sizeof(tb) * (max + 1)); | ^ if_info.c:374:30: note: declared here 374 | parse_rtattrs(struct rtattr *tb[], int max, struct rtattr *rta, int len) | ~~~~~~~~~~~~~~~^~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o main.o main.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o netplugd -Wall -std=gnu99 -DNP_ETC_DIR='"/etc/netplug"' -DNP_SCRIPT_DIR='"/etc/netplug.d"' -ggdb3 -O3 -DNP_VERSION='"1.2.9.2"' config.o netlink.o lib.o if_info.o main.o make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2' >>> netplug 1.2.9.2 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target -C /nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2 install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2' abort: no repository found in '/nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2' (.hg not found)! abort: no repository found in '/nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2' (.hg not found)! install -d -m 755 \ /nvmedata/autobuild/instance-27/output-1/target//sbin \ /nvmedata/autobuild/instance-27/output-1/target//etc/netplug \ /nvmedata/autobuild/instance-27/output-1/target//etc/netplug.d \ /nvmedata/autobuild/instance-27/output-1/target//etc/rc.d/init.d \ /nvmedata/autobuild/instance-27/output-1/target//usr/share/man/man8 install -m 755 netplugd /nvmedata/autobuild/instance-27/output-1/target//sbin install -m 644 etc/netplugd.conf /nvmedata/autobuild/instance-27/output-1/target//etc/netplug install -m 755 scripts/netplug /nvmedata/autobuild/instance-27/output-1/target//etc/netplug.d install -m 755 scripts/rc.netplugd /nvmedata/autobuild/instance-27/output-1/target//etc/rc.d/init.d/netplugd install -m 444 man/man8/netplugd.8 /nvmedata/autobuild/instance-27/output-1/target//usr/share/man/man8 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netplug-1.2.9.2' libpng-1.6.37.tar.xz: OK (md5: 015e8e15db1eecde5f2eb9eb5b6e59e9) libpng-1.6.37.tar.xz: OK (sha1: 3ab93fabbf4c27e1c4724371df408d9a1bd3f656) libpng-1.6.37.tar.xz: OK (sha256: 505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca) >>> host-libpng 1.6.37 Extracting xzcat /nvmedata/autobuild/instance-27/dl/libpng/libpng-1.6.37.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37 -xf - >>> host-libpng 1.6.37 Patching Applying 0001-Disable-pngfix-and-png-fix-itxt.patch using patch: patching file Makefile.am patching file Makefile.in Hunk #1 succeeded at 104 with fuzz 2. >>> host-libpng 1.6.37 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libpng 1.6.37 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/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). >>> host-libpng 1.6.37 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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 thread-safe mkdir -p... /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 gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking dependency style of /usr/bin/gcc... none 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... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking how to print strings... printf checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking how to run the C preprocessor... /usr/bin/cpp checking for gawk... (cached) gawk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) 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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no 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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 that AWK works... ok checking if we need to force back C standard to C89... no checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for C/C++ restrict keyword... __restrict checking for working strtod... yes checking for pow... no checking for pow in -lm... yes checking for clock_gettime... yes checking for zlibVersion in -lz... yes checking for feenableexcept in -lm... yes checking for feenableexcept... yes checking if using Solaris linker... no checking if libraries can be versioned... yes checking for symbol prefix... configure: pkgconfig directory is ${libdir}/pkgconfig configure: Extra options for compiler: checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libpng.pc config.status: creating libpng-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 >>> host-libpng 1.6.37 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' rm -f pnglibconf.c pnglibconf.tf[45] gawk -f ./scripts/options.awk out=pnglibconf.tf4 version=search\ ./pngconf.h ./scripts/pnglibconf.dfa\ ./pngusr.dfa 1>&2 gawk -f ./scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2 rm pnglibconf.tf4 mv pnglibconf.tf5 pnglibconf.c rm -f pnglibconf.out pnglibconf.tf[12] test -d scripts || mkdir scripts || test -d scripts /usr/bin/cpp -DHAVE_CONFIG_H -I. \ -I/nvmedata/autobuild/instance-27/output-1/host/include -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.37' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE pnglibconf.c > pnglibconf.tf1 gawk -f "./scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2 rm -f pnglibconf.tf1 mv pnglibconf.tf2 pnglibconf.out rm -f pnglibconf.h cp pnglibconf.out pnglibconf.h /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' :>pngprefix.h /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o png.lo png.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c png.c -fPIC -DPIC -o .libs/png.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngerror.lo pngerror.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngerror.c -fPIC -DPIC -o .libs/pngerror.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngget.lo pngget.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngget.c -fPIC -DPIC -o .libs/pngget.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngmem.lo pngmem.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngmem.c -fPIC -DPIC -o .libs/pngmem.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngpread.lo pngpread.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngpread.c -fPIC -DPIC -o .libs/pngpread.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngread.lo pngread.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngread.c -fPIC -DPIC -o .libs/pngread.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngrio.lo pngrio.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngrio.c -fPIC -DPIC -o .libs/pngrio.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngrtran.lo pngrtran.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngrtran.c -fPIC -DPIC -o .libs/pngrtran.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngrutil.lo pngrutil.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngrutil.c -fPIC -DPIC -o .libs/pngrutil.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngset.lo pngset.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngset.c -fPIC -DPIC -o .libs/pngset.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngtrans.lo pngtrans.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngtrans.c -fPIC -DPIC -o .libs/pngtrans.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngwio.lo pngwio.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngwio.c -fPIC -DPIC -o .libs/pngwio.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngwrite.lo pngwrite.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngwrite.c -fPIC -DPIC -o .libs/pngwrite.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngwtran.lo pngwtran.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngwtran.c -fPIC -DPIC -o .libs/pngwtran.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngwutil.lo pngwutil.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c pngwutil.c -fPIC -DPIC -o .libs/pngwutil.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o mips/mips_init.lo mips/mips_init.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c mips/mips_init.c -fPIC -DPIC -o mips/.libs/mips_init.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o mips/filter_msa_intrinsics.lo mips/filter_msa_intrinsics.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c mips/filter_msa_intrinsics.c -fPIC -DPIC -o mips/.libs/filter_msa_intrinsics.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o intel/intel_init.lo intel/intel_init.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c intel/intel_init.c -fPIC -DPIC -o intel/.libs/intel_init.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o intel/filter_sse2_intrinsics.lo intel/filter_sse2_intrinsics.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c intel/filter_sse2_intrinsics.c -fPIC -DPIC -o intel/.libs/filter_sse2_intrinsics.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o powerpc/powerpc_init.lo powerpc/powerpc_init.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c powerpc/powerpc_init.c -fPIC -DPIC -o powerpc/.libs/powerpc_init.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o powerpc/filter_vsx_intrinsics.lo powerpc/filter_vsx_intrinsics.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c powerpc/filter_vsx_intrinsics.c -fPIC -DPIC -o powerpc/.libs/filter_vsx_intrinsics.o rm -f scripts/vers.out scripts/vers.tf[12] test -d scripts || mkdir scripts || test -d scripts /usr/bin/cpp -DHAVE_CONFIG_H -I. \ -I/nvmedata/autobuild/instance-27/output-1/host/include -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.37' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE scripts/vers.c > scripts/vers.tf1 gawk -f "./scripts/dfn.awk" out="scripts/vers.tf2" scripts/vers.tf1 1>&2 rm -f scripts/vers.tf1 mv scripts/vers.tf2 scripts/vers.out rm -f libpng.vers cp scripts/vers.out libpng.vers /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -no-undefined -export-dynamic -version-number 16:37:0 -Wl,--version-script=libpng.vers -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o libpng16.la -rpath /nvmedata/autobuild/instance-27/output-1/host/lib png.lo pngerror.lo pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo pngwutil.lo mips/mips_init.lo mips/filter_msa_intrinsics.lo intel/intel_init.lo intel/filter_sse2_intrinsics.lo powerpc/powerpc_init.lo powerpc/filter_vsx_intrinsics.lo -lm -lz -lm libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/png.o .libs/pngerror.o .libs/pngget.o .libs/pngmem.o .libs/pngpread.o .libs/pngread.o .libs/pngrio.o .libs/pngrtran.o .libs/pngrutil.o .libs/pngset.o .libs/pngtrans.o .libs/pngwio.o .libs/pngwrite.o .libs/pngwtran.o .libs/pngwutil.o mips/.libs/mips_init.o mips/.libs/filter_msa_intrinsics.o intel/.libs/intel_init.o intel/.libs/filter_sse2_intrinsics.o powerpc/.libs/powerpc_init.o powerpc/.libs/filter_vsx_intrinsics.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -lz -lm -O2 -Wl,--version-script=libpng.vers -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-soname -Wl,libpng16.so.16 -o .libs/libpng16.so.16.37.0 libtool: link: (cd ".libs" && rm -f "libpng16.so.16" && ln -s "libpng16.so.16.37.0" "libpng16.so.16") libtool: link: (cd ".libs" && rm -f "libpng16.so" && ln -s "libpng16.so.16.37.0" "libpng16.so") libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" ) cp libpng-config libpng16-config cp libpng.pc libpng16.pc /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o pngtest.o pngtest.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngtest pngtest.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngtest pngtest.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o contrib/libtests/pngunknown.o contrib/libtests/pngunknown.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngunknown contrib/libtests/pngunknown.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngunknown contrib/libtests/pngunknown.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o contrib/libtests/pngstest.o contrib/libtests/pngstest.c contrib/libtests/pngstest.c: In function 'write_one_file': contrib/libtests/pngstest.c:3215:24: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 10 and 32 [-Wformat-overflow=] 3215 | sprintf(name, "%s%d.png", tmpf, ++counter); | ^~ contrib/libtests/pngstest.c:3215:21: note: directive argument in the range [-2147483647, 2147483647] 3215 | sprintf(name, "%s%d.png", tmpf, ++counter); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:867, from contrib/libtests/pngstest.c:19: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 38 bytes into a destination of size 32 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngstest contrib/libtests/pngstest.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngstest contrib/libtests/pngstest.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o contrib/libtests/pngvalid.o contrib/libtests/pngvalid.c In file included from /usr/include/signal.h:25, from contrib/libtests/pngvalid.c:26: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngvalid contrib/libtests/pngvalid.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngvalid contrib/libtests/pngvalid.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o contrib/libtests/pngimage.o contrib/libtests/pngimage.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngimage contrib/libtests/pngimage.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngimage contrib/libtests/pngimage.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o contrib/tools/pngcp.o contrib/tools/pngcp.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngcp contrib/tools/pngcp.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o pngcp contrib/tools/pngcp.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o contrib/libtests/timepng.o contrib/libtests/timepng.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o timepng contrib/libtests/timepng.o libpng16.la -lm -lz -lm libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o timepng contrib/libtests/timepng.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ./.libs/libpng16.so -lz -lm -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' >>> host-libpng 1.6.37 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' /usr/bin/make install-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libpng16.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libpng16.so.16.37.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libpng16.so.16.37.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libpng16.so.16.37.0 libpng16.so.16 || { rm -f libpng16.so.16 && ln -s libpng16.so.16.37.0 libpng16.so.16; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libpng16.so.16.37.0 libpng16.so || { rm -f libpng16.so && ln -s libpng16.so.16.37.0 libpng16.so; }; }) libtool: install: /usr/bin/install -c .libs/libpng16.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libpng16.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/install -c libpng16-config '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' + cd /nvmedata/autobuild/instance-27/output-1/host/lib + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.a + test -f libpng16.a + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.dll.a + test -f libpng16.dll.a + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.so + test -f libpng16.so + ln -s libpng16.so libpng.so + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.so.16.37 + test -f libpng16.so.16.37 + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.la + test -f libpng16.la + ln -s libpng16.la libpng.la + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.sl + test -f libpng16.sl + for ext in a dll.a so so.16.37 la sl dylib + rm -f libpng.dylib + test -f libpng16.dylib + cd /nvmedata/autobuild/instance-27/output-1/host/bin + rm -f libpng-config + ln -s libpng16-config libpng-config make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 libpng.3 libpngpf.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man5' /usr/bin/install -c -m 644 png.5 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/libpng16' /usr/bin/install -c -m 644 pnglibconf.h '/nvmedata/autobuild/instance-27/output-1/host/include/libpng16' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libpng16.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/libpng16' /usr/bin/install -c -m 644 png.h pngconf.h '/nvmedata/autobuild/instance-27/output-1/host/include/libpng16' /usr/bin/make install-data-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' + cd /nvmedata/autobuild/instance-27/output-1/host/include + for f in pnglibconf.h png.h pngconf.h + rm -f pnglibconf.h + ln -s libpng16/pnglibconf.h pnglibconf.h + for f in pnglibconf.h png.h pngconf.h + rm -f png.h + ln -s libpng16/png.h png.h + for f in pnglibconf.h png.h pngconf.h + rm -f pngconf.h + ln -s libpng16/pngconf.h pngconf.h + cd /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig + rm -f libpng.pc + ln -s libpng16.pc libpng.pc make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libpng-1.6.37' >>> host-vim 8.2.4980 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.vim-8.2.4980.tar.gz.irbcvY/output' 'https://github.com/vim/vim/archive/v8.2.4980/vim-8.2.4980.tar.gz' --2022-06-04 13:18:55-- https://github.com/vim/vim/archive/v8.2.4980/vim-8.2.4980.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/vim/vim/tar.gz/refs/tags/v8.2.4980 [following] --2022-06-04 13:18:56-- https://codeload.github.com/vim/vim/tar.gz/refs/tags/v8.2.4980 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: '/nvmedata/autobuild/instance-27/output-1/build/.vim-8.2.4980.tar.gz.irbcvY/output' 0K .......... .......... .......... .......... .......... 491K 50K .......... .......... .......... .......... .......... 972K 100K .......... .......... .......... .......... .......... 72.2M 150K .......... .......... .......... .......... .......... 993K 200K .......... .......... .......... .......... .......... 77.9M 250K .......... .......... .......... .......... .......... 1012K 300K .......... .......... .......... .......... .......... 89.3M 350K .......... .......... .......... .......... .......... 30.2M 400K .......... .......... .......... .......... .......... 1000K 450K .......... .......... .......... .......... .......... 155M 500K .......... .......... .......... .......... .......... 993K 550K .......... .......... .......... .......... .......... 145M 600K .......... .......... .......... .......... .......... 192M 650K .......... .......... .......... .......... .......... 1002K 700K .......... .......... .......... .......... .......... 85.6M 750K .......... .......... .......... .......... .......... 68.6M 800K .......... .......... .......... .......... .......... 992K 850K .......... .......... .......... .......... .......... 144M 900K .......... .......... .......... .......... .......... 164M 950K .......... .......... .......... .......... .......... 987K 1000K .......... .......... .......... .......... .......... 114M 1050K .......... .......... .......... .......... .......... 87.6M 1100K .......... .......... .......... .......... .......... 490K 1150K .......... .......... .......... .......... .......... 144M 1200K .......... .......... .......... .......... .......... 184M 1250K .......... .......... .......... .......... .......... 191M 1300K .......... .......... .......... .......... .......... 52.7M 1350K .......... .......... .......... .......... .......... 1020K 1400K .......... .......... .......... .......... .......... 85.4M 1450K .......... .......... .......... .......... .......... 994K 1500K .......... .......... .......... .......... .......... 105M 1550K .......... .......... .......... .......... .......... 1.03M 1600K .......... .......... .......... .......... .......... 14.8M 1650K .......... .......... .......... .......... .......... 84.9M 1700K .......... .......... .......... .......... .......... 1006K 1750K .......... .......... .......... .......... .......... 63.2M 1800K .......... .......... .......... .......... .......... 998K 1850K .......... .......... .......... .......... .......... 122M 1900K .......... .......... .......... .......... .......... 59.8M 1950K .......... .......... .......... .......... .......... 967K 2000K .......... .......... .......... .......... .......... 86.1M 2050K .......... .......... .......... .......... .......... 988K 2100K .......... .......... .......... .......... .......... 13.2M 2150K .......... .......... .......... .......... .......... 176M 2200K .......... .......... .......... .......... .......... 1.03M 2250K .......... .......... .......... .......... .......... 12.8M 2300K .......... .......... .......... .......... .......... 1.03M 2350K .......... .......... .......... .......... .......... 9.55M 2400K .......... .......... .......... .......... .......... 1.21M 2450K .......... .......... .......... .......... .......... 8.20M 2500K .......... .......... .......... .......... .......... 9.38M 2550K .......... .......... .......... .......... .......... 1.07M 2600K .......... .......... .......... .......... .......... 13.5M 2650K .......... .......... .......... .......... .......... 28.4M 2700K .......... .......... .......... .......... .......... 1.07M 2750K .......... .......... .......... .......... .......... 9.41M 2800K .......... .......... .......... .......... .......... 1.05M 2850K .......... .......... .......... .......... .......... 6.09M 2900K .......... .......... .......... .......... .......... 126M 2950K .......... .......... .......... .......... .......... 1.11M 3000K .......... .......... .......... .......... .......... 6.14M 3050K .......... .......... .......... .......... .......... 162M 3100K .......... .......... .......... .......... .......... 1.14M 3150K .......... .......... .......... .......... .......... 5.88M 3200K .......... .......... .......... .......... .......... 1.15M 3250K .......... .......... .......... .......... .......... 5.75M 3300K .......... .......... .......... .......... .......... 99.8M 3350K .......... .......... .......... .......... .......... 1.14M 3400K .......... .......... .......... .......... .......... 6.02M 3450K .......... .......... .......... .......... .......... 1.10M 3500K .......... .......... .......... .......... .......... 132M 3550K .......... .......... .......... .......... .......... 7.28M 3600K .......... .......... .......... .......... .......... 1.11M 3650K .......... .......... .......... .......... .......... 89.4M 3700K .......... .......... .......... .......... .......... 7.11M 3750K .......... .......... .......... .......... .......... 1.12M 3800K .......... .......... .......... .......... .......... 87.1M 3850K .......... .......... .......... .......... .......... 6.73M 3900K .......... .......... .......... .......... .......... 1.11M 3950K .......... .......... .......... .......... .......... 6.28M 4000K .......... .......... .......... .......... .......... 146M 4050K .......... .......... .......... .......... .......... 1.02M 4100K .......... .......... .......... .......... .......... 12.6M 4150K .......... .......... .......... .......... .......... 165M 4200K .......... .......... .......... .......... .......... 1.04M 4250K .......... .......... .......... .......... .......... 12.1M 4300K .......... .......... .......... .......... .......... 1.04M 4350K .......... .......... .......... .......... .......... 132M 4400K .......... .......... .......... .......... .......... 10.9M 4450K .......... .......... .......... .......... .......... 1.05M 4500K .......... .......... .......... .......... .......... 107M 4550K .......... .......... .......... .......... .......... 11.3M 4600K .......... .......... .......... .......... .......... 1.06M 4650K .......... .......... .......... .......... .......... 6.48M 4700K .......... .......... .......... .......... .......... 144M 4750K .......... .......... .......... .......... .......... 1.11M 4800K .......... .......... .......... .......... .......... 27.9M 4850K .......... .......... .......... .......... .......... 6.72M 4900K .......... .......... .......... .......... .......... 1.18M 4950K .......... .......... .......... .......... .......... 88.3M 5000K .......... .......... .......... .......... .......... 5.26M 5050K .......... .......... .......... .......... .......... 1.15M 5100K .......... .......... .......... .......... .......... 5.41M 5150K .......... .......... .......... .......... .......... 149M 5200K .......... .......... .......... .......... .......... 1.14M 5250K .......... .......... .......... .......... .......... 6.56M 5300K .......... .......... .......... .......... .......... 168M 5350K .......... .......... .......... .......... .......... 1.07M 5400K .......... .......... .......... .......... .......... 9.48M 5450K .......... .......... .......... .......... .......... 150M 5500K .......... .......... .......... .......... .......... 1.06M 5550K .......... .......... .......... .......... .......... 10.8M 5600K .......... .......... .......... .......... .......... 102M 5650K .......... .......... .......... .......... .......... 1.05M 5700K .......... .......... .......... .......... .......... 11.9M 5750K .......... .......... .......... .......... .......... 107M 5800K .......... .......... .......... .......... .......... 1.02M 5850K .......... .......... .......... .......... .......... 16.7M 5900K .......... .......... .......... .......... .......... 100M 5950K .......... .......... .......... .......... .......... 1.03M 6000K .......... .......... .......... .......... .......... 19.3M 6050K .......... .......... .......... .......... .......... 63.2M 6100K .......... .......... .......... .......... .......... 1.02M 6150K .......... .......... .......... .......... .......... 23.0M 6200K .......... .......... .......... .......... .......... 53.6M 6250K .......... .......... .......... .......... .......... 1018K 6300K .......... .......... .......... .......... .......... 148M 6350K .......... .......... .......... .......... .......... 32.3M 6400K .......... .......... .......... .......... .......... 1020K 6450K .......... .......... .......... .......... .......... 94.8M 6500K .......... .......... .......... .......... .......... 52.6M 6550K .......... .......... .......... .......... .......... 994K 6600K .......... .......... .......... .......... .......... 139M 6650K .......... .......... .......... .......... .......... 139M 6700K .......... .......... .......... .......... .......... 990K 6750K .......... .......... .......... .......... .......... 112M 6800K .......... .......... .......... .......... .......... 155M 6850K .......... .......... .......... .......... .......... 1.81M 6900K .......... .......... .......... .......... .......... 1.93M 6950K .......... .......... .......... .......... .......... 157M 7000K .......... .......... .......... .......... .......... 993K 7050K .......... .......... .......... .......... .......... 138M 7100K .......... .......... .......... .......... .......... 64.4M 7150K .......... .......... .......... .......... .......... 2.25M 7200K .......... .......... .......... .......... .......... 1.62M 7250K .......... .......... .......... .......... .......... 177M 7300K .......... .......... .......... .......... .......... 188M 7350K .......... .......... .......... .......... .......... 971K 7400K .......... .......... .......... .......... .......... 130M 7450K .......... .......... .......... .......... .......... 156M 7500K .......... .......... .......... .......... .......... 1013K 7550K .......... .......... .......... .......... .......... 49.9M 7600K .......... .......... .......... .......... .......... 93.5M 7650K .......... .......... .......... .......... .......... 1016K 7700K .......... .......... .......... .......... .......... 40.0M 7750K .......... .......... .......... .......... .......... 88.0M 7800K .......... .......... .......... .......... .......... 1008K 7850K .......... .......... .......... .......... .......... 93.0M 7900K .......... .......... .......... .......... .......... 51.5M 7950K .......... .......... .......... .......... .......... 991K 8000K .......... .......... .......... .......... .......... 143M 8050K .......... .......... .......... .......... .......... 162M 8100K .......... .......... .......... .......... .......... 994K 8150K .......... .......... .......... .......... .......... 90.6M 8200K .......... .......... .......... .......... .......... 71.3M 8250K .......... .......... .......... .......... .......... 2.34M 8300K .......... .......... .......... .......... .......... 1.65M 8350K .......... .......... .......... .......... .......... 36.0M 8400K .......... .......... .......... .......... .......... 156M 8450K .......... .......... .......... .......... .......... 1016K 8500K .......... .......... .......... .......... .......... 92.7M 8550K .......... .......... .......... .......... .......... 86.1M 8600K .......... .......... .......... .......... .......... 984K 8650K .......... .......... .......... .......... .......... 123M 8700K .......... .......... .......... .......... .......... 119M 8750K .......... .......... .......... .......... .......... 983K 8800K .......... .......... .......... .......... .......... 149M 8850K .......... .......... .......... .......... .......... 169M 8900K .......... .......... .......... .......... .......... 987K 8950K .......... .......... .......... .......... .......... 113M 9000K .......... .......... .......... .......... .......... 99.4M 9050K .......... .......... .......... .......... .......... 2.36M 9100K .......... .......... .......... .......... .......... 1.61M 9150K .......... .......... .......... .......... .......... 182M 9200K .......... .......... .......... .......... .......... 192M 9250K .......... .......... .......... .......... .......... 990K 9300K .......... .......... .......... .......... .......... 125M 9350K .......... .......... .......... .......... .......... 117M 9400K .......... .......... .......... .......... .......... 991K 9450K .......... .......... .......... .......... .......... 119M 9500K .......... .......... .......... .......... .......... 85.6M 9550K .......... .......... .......... .......... .......... 1005K 9600K .......... .......... .......... .......... .......... 75.5M 9650K .......... .......... .......... .......... .......... 52.8M 9700K .......... .......... .......... .......... .......... 1.05M 9750K .......... .......... .......... .......... .......... 14.6M 9800K .......... .......... .......... .......... .......... 49.2M 9850K .......... .......... .......... .......... .......... 2.58M 9900K .......... .......... .......... .......... .......... 1.54M 9950K .......... .......... .......... .......... .......... 160M 10000K .......... .......... .......... .......... .......... 41.1M 10050K .......... .......... .......... .......... .......... 1003K 10100K .......... .......... .......... .......... .......... 71.6M 10150K .......... .......... .......... .......... .......... 171M 10200K .......... .......... .......... .......... .......... 990K 10250K .......... .......... .......... .......... .......... 120M 10300K .......... .......... .......... .......... .......... 165M 10350K .......... .......... .......... .......... .......... 1.06M 10400K .......... .......... .......... .......... .......... 9.81M 10450K .......... .......... .......... .......... .......... 62.8M 10500K .......... .......... .......... .......... .......... 2.46M 10550K .......... .......... .......... .......... .......... 1.50M 10600K .......... .......... .......... .......... .......... 121M 10650K .......... .......... .......... .......... .......... 3.56M 10700K .......... .......... .......... .......... .......... 1.40M 10750K .......... .......... .......... .......... .......... 14.5M 10800K .......... .......... .......... .......... .......... 4.18M 10850K .......... .......... .......... .......... .......... 1.36M 10900K .......... .......... .......... .......... .......... 11.1M 10950K .......... .......... .......... .......... .......... 86.2M 11000K .......... .......... .......... .......... .......... 1.19M 11050K .......... .......... .......... .......... .......... 6.04M 11100K .......... .......... .......... .......... .......... 44.9M 11150K .......... .......... .......... .......... .......... 2.66M 11200K .......... .......... .......... .......... .......... 1.51M 11250K .......... .......... .......... .......... .......... 138M 11300K .......... .......... .......... .......... .......... 2.72M 11350K .......... .......... .......... .......... .......... 1.52M 11400K .......... .......... .......... .......... .......... 80.6M 11450K .......... .......... .......... .......... .......... 94.8M 11500K .......... .......... .......... .......... .......... 995K 11550K .......... .......... .......... .......... .......... 153M 11600K .......... .......... .......... .......... .......... 61.1M 11650K .......... .......... .......... .......... .......... 985K 11700K .......... .......... .......... .......... .......... 140M 11750K .......... .......... .......... .......... .......... 162M 11800K .......... .......... .......... .......... .......... 1.21M 11850K .......... .......... .......... .......... .......... 4.83M 11900K .......... .......... .......... .......... .......... 74.4M 11950K .......... .......... .......... .......... .......... 4.97M 12000K .......... .......... .......... .......... .......... 1.20M 12050K .......... .......... .......... .......... .......... 63.7M 12100K .......... .......... .......... .......... .......... 72.3M 12150K .......... .......... .......... .......... .......... 1002K 12200K .......... .......... .......... .......... .......... 131M 12250K .......... .......... .......... .......... .......... 121M 12300K .......... .......... .......... .......... .......... 1.22M 12350K .......... .......... .......... .......... .......... 4.65M 12400K .......... .......... .......... .......... .......... 164M 12450K .......... .......... .......... .......... .......... 2.96M 12500K .......... .......... .......... .......... .......... 1.46M 12550K .......... .......... .......... .......... .......... 30.6M 12600K .......... .......... .......... .......... .......... 158M 12650K .......... .......... .......... .......... .......... 1007K 12700K .......... .......... .......... .......... .......... 179M 12750K .......... .......... .......... .......... .......... 31.7M 12800K .......... .......... .......... .......... .......... 1.06M 12850K .......... .......... .......... .......... .......... 16.2M 12900K .......... .......... .......... .......... .......... 39.7M 12950K .......... .......... .......... .......... .......... 3.05M 13000K .......... .......... .......... .......... .......... 1.46M 13050K .......... .......... .......... .......... .......... 12.0M 13100K .......... .......... .......... .......... .......... 145M 13150K .......... .......... .......... .......... .......... 1.05M 13200K .......... .......... .......... .......... .......... 71.9M 13250K .......... .......... .......... .......... .......... 11.7M 13300K .......... .......... .......... .......... .......... 1.09M 13350K .......... .......... .......... .......... .......... 35.0M 13400K .......... .......... .......... .......... .......... 11.0M 13450K .......... .......... .......... .......... .......... 5.09M 13500K .......... .......... .......... .......... .......... 1.30M 13550K .......... .......... .......... .......... .......... 13.1M 13600K .......... .......... .......... .......... .......... 45.9M 13650K .......... .......... .......... .......... .......... 1.10M 13700K .......... .......... .......... .......... .......... 25.6M 13750K .......... .......... .......... .......... .......... 13.1M 13800K .......... .......... .......... .......... .......... 3.73M 13850K .......... .......... .......... .......... .......... 1.47M 13900K .......... .......... .......... .......... .......... 12.4M 13950K .......... .......... .......... .......... .......... 5.37M 14000K .......... .......... .......... .......... .......... 1.28M 14050K .......... .......... .......... .......... .......... 88.4M 14100K .......... .......... .......... .......... .......... 13.5M 14150K .......... .......... .......... .......... .......... 3.66M 14200K .......... .......... .......... .......... .......... 1.44M 14250K .......... .......... .......... .......... .......... 11.5M 14300K .......... .......... .......... .......... .......... 4.86M 14350K .......... .......... .......... .......... .......... 1.34M 14400K .......... .......... .......... .......... .......... 85.2M 14450K .......... .......... .......... .......... .......... 12.6M 14500K .......... .......... .......... .......... .......... 3.26M 14550K .......... .......... .......... .......... .......... 1.53M 14600K .......... .......... .......... .......... .......... 10.9M 14650K .......... .......... .......... .......... .......... 121M 14700K .......... .......... .......... .......... .......... 1.07M 14750K .......... .......... .......... .......... .......... 92.5M 14800K .......... .......... .......... .......... .......... 12.5M 14850K .......... .......... .......... .......... .......... 3.21M 14900K .......... .......... .......... .......... .......... 1.52M 14950K .......... .......... .......... .......... .......... 15.7M 15000K .......... .......... .......... .......... .......... 122M 15050K .......... .......... .......... .......... .......... 1.03M 15100K .......... .......... .......... .......... .......... 88.1M 15150K .......... .......... .......... .......... .......... 12.7M 15200K .......... .......... .......... .......... .......... 3.34M 15250K .......... .......... .......... .......... .......... 1.51M 15300K .......... .......... .......... .......... .......... 12.3M 15350K .......... .......... .......... .......... .......... 102M 15400K .......... .......... .......... .......... .......... 1.20M 15450K .......... .......... .......... .......... .......... 7.47M 15500K .......... .......... .......... .......... .......... 10.1M 15550K .......... .......... .......... .......... .......... 3.70M 15600K .......... .......... .......... .......... .......... 1.47M 15650K .......... .......... .......... .......... .......... 83.4M 15700K .......... .......... .......... .......... .......... 10.8M 15750K .......... .......... .......... .......... .......... 1.35M 15800K .......... .......... .......... .......... .......... 4.61M 15850K .......... .......... .......... .......... .......... 10.9M 15900K .......... .......... .......... .......... .......... 3.83M 15950K .......... .......... .......... .......... .......... 1.39M 16000K .......... .......... .......... .......... .......... 58.0M 16050K ...... 63.0M=5.6s 2022-06-04 13:19:02 (2.82 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.vim-8.2.4980.tar.gz.irbcvY/output' saved [16442243] vim-8.2.4980.tar.gz: OK (sha256: 5606a3c62dba038f4c4f2eddb305ffccbae58a7bfd569bdb8100f524564c8a32) >>> host-vim 8.2.4980 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/vim/vim-8.2.4980.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980 -xf - >>> host-vim 8.2.4980 Patching >>> host-vim 8.2.4980 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-vim 8.2.4980 Patching libtool >>> host-vim 8.2.4980 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/src && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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 --with-tlib=ncurses --enable-gui=no --without-x --disable-acl --disable-gpm --disable-selinux ) 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-dependency-tracking configure: creating cache auto/config.cache checking whether make sets $(MAKE)... yes checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for /usr/bin/gcc option to accept ISO C99... none needed checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for library containing strerror... none required checking for gawk... gawk checking for strip... strip checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for unsigned long long int... yes checking for long long int... yes checking if the compiler supports trailing commas... yes checking if the compiler supports C++ comments... yes checking --enable-fail-if-missing argument... no checking for clang version... N/A configure: checking for buggy tools... checking uname... Linux checking uname -r... 5.13.0-44-generic checking uname -m... x86_64 checking for Haiku... no checking for QNX... no checking for Darwin (Mac OS X)... no 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 AvailabilityMacros.h usability... no checking AvailabilityMacros.h presence... no checking for AvailabilityMacros.h... no checking --with-local-dir argument... Defaulting to /usr/local checking --with-vim-name argument... Defaulting to vim checking --with-ex-name argument... Defaulting to ex checking --with-view-name argument... Defaulting to view checking --with-global-runtime argument... no checking --with-modified-by argument... no checking if character set is EBCDIC... no checking --disable-smack argument... no checking linux/xattr.h usability... yes checking linux/xattr.h presence... yes checking for linux/xattr.h... yes checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no checking --disable-selinux argument... yes checking --with-features argument... Defaulting to huge checking --with-compiledby argument... no checking --disable-xsmp argument... no checking --disable-xsmp-interact argument... no checking diff feature... enabled checking --enable-luainterp argument... no checking --enable-mzschemeinterp argument... no checking --enable-perlinterp argument... no checking --enable-pythoninterp argument... no checking --enable-python3interp argument... no checking --enable-tclinterp argument... no checking --enable-rubyinterp argument... no checking --enable-cscope argument... no checking --disable-netbeans argument... no checking --disable-channel argument... no checking for socket in -lsocket... no checking whether compiling with IPv6 networking is possible... yes checking for inet_ntop... yes checking --enable-terminal argument... defaulting to yes checking --enable-autoservername argument... no checking --enable-multibyte argument... yes checking --disable-rightleft argument... no checking --disable-arabic argument... no checking --enable-xim argument... defaulting to auto checking --enable-fontset argument... no defaulting to: don't HAVE_X11 checking --enable-gui argument... no GUI support checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes checking for /proc link to executable... /proc/self/exe checking for CYGWIN or MSYS environment... no checking whether toupper is broken... no checking whether __DATE__ and __TIME__ work... yes checking whether __attribute__((unused)) is allowed... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking for main in -lelf... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for inttypes.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking for unistd.h... (cached) yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/systeminfo.h usability... no checking sys/systeminfo.h presence... no checking for sys/systeminfo.h... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking libc.h usability... no checking libc.h presence... no checking for libc.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/ptms.h usability... no checking sys/ptms.h presence... no checking for sys/ptms.h... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking util/debug.h usability... no checking util/debug.h presence... no checking for util/debug.h... no checking util/msg18n.h usability... no checking util/msg18n.h presence... no checking for util/msg18n.h... no checking frame.h usability... no checking frame.h presence... no checking for frame.h... no checking sys/acl.h usability... no checking sys/acl.h presence... no checking for sys/acl.h... no checking sys/access.h usability... no checking sys/access.h presence... no checking for sys/access.h... no checking sys/sysinfo.h usability... yes checking sys/sysinfo.h presence... yes checking for sys/sysinfo.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for sys/ptem.h... no checking for sys/sysctl.h... yes checking for pthread_np.h... no checking for strings.h... (cached) yes checking if strings.h can be included after string.h... yes checking whether /usr/bin/gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for working volatile... yes checking for mode_t... 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 uint32_t... yes checking whether time.h and sys/time.h may both be included... yes checking for ino_t... yes checking for dev_t... yes checking whether byte ordering is bigendian... no checking for inline... inline checking for rlim_t... yes checking for stack_t... yes checking whether stack_t has an ss_base field... no checking --with-tlib argument... ncurses checking for linking with ncurses library... OK checking for tgetent()... yes checking whether we talk terminfo... yes checking what tgetent() returns for an unknown terminal... zero checking whether termcap.h contains ospeed... yes checking whether termcap.h contains UP, BC and PC... yes checking whether tputs() uses outfuntype... no checking whether del_curterm() can be used... yes checking whether sys/select.h and sys/time.h may both be included... yes checking for /dev/ptc... no checking for SVR4 ptys... yes checking for ptyranges... don't know checking return type of signal handlers... void checking for struct sigcontext... yes checking getcwd implementation is broken... no checking for fchdir... yes checking for fchown... yes checking for fchmod... yes checking for fsync... yes checking for getcwd... yes checking for getpseudotty... no checking for getpwent... yes checking for getpwnam... yes checking for getpwuid... yes checking for getrlimit... yes checking for gettimeofday... yes checking for localtime_r... yes checking for lstat... yes checking for memset... yes checking for mkdtemp... yes checking for nanosleep... yes checking for opendir... yes checking for putenv... yes checking for qsort... yes checking for readlink... yes checking for select... yes checking for setenv... yes checking for getpgid... yes checking for setpgid... yes checking for setsid... yes checking for sigaltstack... yes checking for sigstack... yes checking for sigset... yes checking for sigsetjmp... no checking for sigaction... yes checking for sigprocmask... yes checking for sigvec... no checking for strcasecmp... yes checking for strcoll... yes checking for strerror... yes checking for strftime... yes checking for stricmp... no checking for strncasecmp... yes checking for strnicmp... no checking for strpbrk... yes checking for strptime... yes checking for strtol... yes checking for tgetent... yes checking for towlower... yes checking for towupper... yes checking for iswupper... yes checking for tzset... yes checking for usleep... yes checking for utime... yes checking for utimes... yes checking for mblen... yes checking for ftruncate... yes checking for unsetenv... yes checking for posix_openpt... yes checking for sys/select.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for _LARGEFILE_SOURCE value needed for large files... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking --enable-canberra argument... Defaulting to yes checking for libcanberra... no; try installing libcanberra-dev checking --enable-libsodium argument... Defaulting to yes checking for libsodium... yes checking for st_blksize... yes checking whether stat() ignores a trailing slash... no checking for nanoseconds field of struct stat... st_mtim.tv_nsec checking for iconv_open()... yes checking for nl_langinfo(CODESET)... yes checking for strtod in -lm... yes checking for strtod() and other floating point functions... yes checking for isinf()... yes checking for isnan()... yes checking --disable-acl argument... yes checking --enable-gpm argument... no checking --disable-sysmouse argument... no checking for sysmouse... no checking for FD_CLOEXEC... yes checking for rename... yes checking for dirfd... yes checking for flock... yes checking for sysctl... not usable checking for sysinfo... yes checking for sysinfo.mem_unit... yes checking for sysinfo.uptime... yes checking for sysconf... yes checking for _SC_SIGSTKSZ via sysconf()... not usable checking size of int... 4 checking size of long... 8 checking size of time_t... 8 checking size of off_t... 8 checking uint32_t is 32 bits... ok checking whether memmove handles overlaps... yes checking for _xpg4_setrunelocale in -lxpg4... no checking how to create tags... ctags checking how to run man with a section nr... man -s checking --disable-nls argument... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen()... no checking for dlopen() in -ldl... yes checking for dlsym()... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking for GCC 3 or later... yes checking whether we need -D_FORTIFY_SOURCE=1... yes checking whether we need to force -D_FILE_OFFSET_BITS=64... no checking linker --as-needed support... yes configure: updating cache auto/config.cache configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h 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-dependency-tracking >>> host-vim 8.2.4980 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/src make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/src' /bin/sh install-sh -c -d objects touch objects/.dirstamp CC="/usr/bin/gcc -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include " srcdir=. sh ./osdef.sh /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/alloc.o alloc.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/arabic.o arabic.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/arglist.o arglist.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/autocmd.o autocmd.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/beval.o beval.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/buffer.o buffer.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/change.o change.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blob.o blob.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blowfish.o blowfish.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/cindent.o cindent.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/clientserver.o clientserver.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/clipboard.o clipboard.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/cmdexpand.o cmdexpand.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/cmdhist.o cmdhist.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/crypt.o crypt.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/crypt_zip.o crypt_zip.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/debugger.o debugger.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/dict.o dict.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/diff.o diff.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/digraph.o digraph.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/drawline.o drawline.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/drawscreen.o drawscreen.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/edit.o edit.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/eval.o eval.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalbuffer.o evalbuffer.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalfunc.o evalfunc.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalvars.o evalvars.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalwindow.o evalwindow.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o ex_cmds2.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o ex_docmd.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_eval.o ex_eval.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_getln.o ex_getln.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fileio.o fileio.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/filepath.o filepath.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/findfile.o findfile.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/float.o float.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fold.o fold.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/getchar.o getchar.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/gui_xim.o gui_xim.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hardcopy.o hardcopy.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hashtab.o hashtab.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/help.o help.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/highlight.o highlight.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_cscope.o if_cscope.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_xcmdsrv.o if_xcmdsrv.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/indent.o indent.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/insexpand.o insexpand.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/list.o list.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/locale.o locale.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/map.o map.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mark.o mark.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/match.o match.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mbyte.o mbyte.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memline.o memline.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/menu.o menu.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc1.o misc1.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc2.o misc2.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mouse.o mouse.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/move.o move.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/normal.o normal.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ops.o ops.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/option.o option.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/optionstr.o optionstr.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_unix.o os_unix.c creating auto/pathdef.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupmenu.o popupmenu.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupwin.o popupwin.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/profiler.o profiler.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pty.o pty.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/quickfix.o quickfix.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/regexp.o regexp.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/register.o register.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/screen.o screen.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/scriptfile.o scriptfile.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/search.o search.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/session.o session.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sha256.o sha256.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sign.o sign.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sound.o sound.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spell.o spell.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spellfile.o spellfile.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spellsuggest.o spellsuggest.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/strings.o strings.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/tag.o tag.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/term.o term.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/terminal.o terminal.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/testing.o testing.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textformat.o textformat.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textobject.o textobject.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textprop.o textprop.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/time.o time.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/typval.o typval.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ui.o ui.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/undo.o undo.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/usercmd.o usercmd.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/userfunc.o userfunc.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9cmds.o vim9cmds.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9compile.o vim9compile.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9execute.o vim9execute.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9expr.o vim9expr.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9instr.o vim9instr.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9script.o vim9script.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9type.o vim9type.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/viminfo.o viminfo.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/window.o window.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/bufwrite.o bufwrite.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_encoding.o libvterm/src/encoding.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_keyboard.o libvterm/src/keyboard.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_mouse.o libvterm/src/mouse.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_parser.o libvterm/src/parser.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_pen.o libvterm/src/pen.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_screen.o libvterm/src/screen.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_state.o libvterm/src/state.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_unicode.o libvterm/src/unicode.c /usr/bin/gcc -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DSNPRINTF=vim_snprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm_vterm.o libvterm/src/vterm.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/netbeans.o netbeans.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/job.o job.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/channel.o channel.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xdiffi.o xdiff/xdiffi.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xemit.o xdiff/xemit.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xprepare.o xdiff/xprepare.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xutils.o xdiff/xutils.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xhistogram.o xdiff/xhistogram.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xpatience.o xdiff/xpatience.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/charset.o charset.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/json.o json.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/main.o main.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memfile.o memfile.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/message.o message.c /usr/bin/gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. /usr/bin/gcc -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L/usr/local/lib -Wl,--as-needed -o vim objects/alloc.o objects/arabic.o objects/arglist.o objects/autocmd.o objects/beval.o objects/buffer.o objects/change.o objects/blob.o objects/blowfish.o objects/cindent.o objects/clientserver.o objects/clipboard.o objects/cmdexpand.o objects/cmdhist.o objects/crypt.o objects/crypt_zip.o objects/debugger.o objects/dict.o objects/diff.o objects/digraph.o objects/drawline.o objects/drawscreen.o objects/edit.o objects/eval.o objects/evalbuffer.o objects/evalfunc.o objects/evalvars.o objects/evalwindow.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/filepath.o objects/findfile.o objects/float.o objects/fold.o objects/getchar.o objects/gui_xim.o objects/hardcopy.o objects/hashtab.o objects/help.o objects/highlight.o objects/if_cscope.o objects/if_xcmdsrv.o objects/indent.o objects/insexpand.o objects/list.o objects/locale.o objects/map.o objects/mark.o objects/match.o objects/mbyte.o objects/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/normal.o objects/ops.o objects/option.o objects/optionstr.o objects/os_unix.o objects/pathdef.o objects/popupmenu.o objects/popupwin.o objects/profiler.o objects/pty.o objects/quickfix.o objects/regexp.o objects/register.o objects/screen.o objects/scriptfile.o objects/search.o objects/session.o objects/sha256.o objects/sign.o objects/sound.o objects/spell.o objects/spellfile.o objects/spellsuggest.o objects/strings.o objects/syntax.o objects/tag.o objects/term.o objects/terminal.o objects/testing.o objects/textformat.o objects/textobject.o objects/textprop.o objects/time.o objects/typval.o objects/ui.o objects/undo.o objects/usercmd.o objects/userfunc.o objects/version.o objects/vim9cmds.o objects/vim9compile.o objects/vim9execute.o objects/vim9expr.o objects/vim9instr.o objects/vim9script.o objects/vim9type.o objects/viminfo.o objects/window.o objects/bufwrite.o objects/vterm_encoding.o objects/vterm_keyboard.o objects/vterm_mouse.o objects/vterm_parser.o objects/vterm_pen.o objects/vterm_screen.o objects/vterm_state.o objects/vterm_unicode.o objects/vterm_vterm.o objects/netbeans.o objects/job.o objects/channel.o objects/xdiffi.o objects/xemit.o objects/xprepare.o objects/xutils.o objects/xhistogram.o objects/xpatience.o objects/charset.o objects/json.o objects/main.o objects/memfile.o objects/message.o -lm -lelf -lncurses -lsodium -ldl link.sh: Linked fine cd xxd; CC="/usr/bin/gcc" CFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L/usr/local/lib -Wl,--as-needed" \ /usr/bin/make -f Makefile make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/src/xxd' /usr/bin/gcc -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L/usr/local/lib -Wl,--as-needed -DUNIX -o xxd xxd.c make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/src/xxd' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/src' >>> host-vim 8.2.4980 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/src make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/src' if test -f /nvmedata/autobuild/instance-27/output-1/host/bin/vim; then \ mv -f /nvmedata/autobuild/instance-27/output-1/host/bin/vim /nvmedata/autobuild/instance-27/output-1/host/bin/vim.rm; \ rm -f /nvmedata/autobuild/instance-27/output-1/host/bin/vim.rm; \ fi cp vim /nvmedata/autobuild/instance-27/output-1/host/bin strip /nvmedata/autobuild/instance-27/output-1/host/bin/vim chmod 755 /nvmedata/autobuild/instance-27/output-1/host/bin/vim cp vimtutor /nvmedata/autobuild/instance-27/output-1/host/bin/vimtutor chmod 755 /nvmedata/autobuild/instance-27/output-1/host/bin/vimtutor /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82 chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82 /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/doc chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/doc /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/print chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/print /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/colors chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/colors /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/syntax chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/syntax /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/indent chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/indent /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/ftplugin chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/ftplugin /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload/dist chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload/dist /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload/xml chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload/xml /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/import chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/import /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/import/dist chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/import/dist /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/plugin chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/plugin /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tutor chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tutor /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/spell chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/spell /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/compiler chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/compiler /bin/sh ./installman.sh install /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 "" /nvmedata/autobuild/instance-27/output-1/host/share/vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82 /nvmedata/autobuild/instance-27/output-1/host/share/vim ../runtime/doc 644 vim vimdiff evim installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/vim.1 installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/vimtutor.1 installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/vimdiff.1 installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/evim.1 cd ../runtime/doc; if test -z "" -a -f tags; then \ mv -f tags tags.dist; fi generating help tags make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/runtime/doc' help tags updated make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/runtime/doc' cd ../runtime/doc; \ files=`ls *.txt tags`; \ files="$files `ls *.??x tags-?? 2>/dev/null || true`"; \ cp $files /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/doc; \ cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/doc; \ chmod 644 $files cp ../runtime/doc/*.pl /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/doc chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/doc/*.pl cd ../runtime/doc; if test -f tags.dist; then mv -f tags.dist tags; fi cp ../runtime/menu.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/menu.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/menu.vim cp ../runtime/synmenu.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/synmenu.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/synmenu.vim cp ../runtime/delmenu.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/delmenu.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/delmenu.vim cp ../runtime/defaults.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/defaults.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/defaults.vim cp ../runtime/evim.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/evim.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/evim.vim cp ../runtime/mswin.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/mswin.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/mswin.vim cp ../runtime/bugreport.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/bugreport.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/bugreport.vim cp ../runtime/vimrc_example.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82 chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/vimrc_example.vim cp ../runtime/gvimrc_example.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82 chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/gvimrc_example.vim cp ../runtime/filetype.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/filetype.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/filetype.vim cp ../runtime/ftoff.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/ftoff.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/ftoff.vim cp ../runtime/scripts.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/scripts.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/scripts.vim cp ../runtime/ftplugin.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/ftplugin.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/ftplugin.vim cp ../runtime/ftplugof.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/ftplugof.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/ftplugof.vim cp ../runtime/indent.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/indent.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/indent.vim cp ../runtime/indoff.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/indoff.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/indoff.vim cp ../runtime/optwin.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/optwin.vim chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/optwin.vim cd ../runtime/print; cp *.ps /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/print cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/print; chmod 644 *.ps cd ../runtime/colors; cp -r *.vim lists tools README.txt /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/colors cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/colors; chmod 755 lists tools cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/colors; chmod 644 *.vim README.txt lists/*.vim tools/*.vim cd ../runtime/syntax; cp *.vim README.txt /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/syntax cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/syntax; chmod 644 *.vim README.txt cd ../runtime/indent; cp *.vim README.txt /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/indent cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/indent; chmod 644 *.vim README.txt cd ../runtime/autoload; cp *.vim README.txt /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload; chmod 644 *.vim README.txt cd ../runtime/autoload/dist; cp *.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload/dist cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload/dist; chmod 644 *.vim cd ../runtime/autoload/xml; cp *.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload/xml cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/autoload/xml; chmod 644 *.vim cd ../runtime/import/dist; cp *.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/import/dist cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/import/dist; chmod 644 *.vim cd ../runtime/plugin; cp *.vim README.txt /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/plugin cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/plugin; chmod 644 *.vim README.txt cd ../runtime/ftplugin; cp *.vim README.txt logtalk.dict /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/ftplugin cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/ftplugin; chmod 644 *.vim README.txt logtalk.dict cd ../runtime/compiler; cp *.vim README.txt /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/compiler cd /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/compiler; chmod 644 *.vim README.txt /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/macros chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/macros cp -r ../runtime/macros/* /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/macros chmod 755 `find /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/macros -type d -print` chmod 644 `find /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/macros -type f -print` chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/macros/less.sh cvs=`find /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/macros \( -name CVS -o -name AAPDIR -o -name "*.info" \) -print`; \ if test -n "$cvs"; then \ rm -rf $cvs; \ fi /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/pack chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/pack cp -r ../runtime/pack/* /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/pack chmod 755 `find /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/pack -type d -print` chmod 644 `find /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/pack -type f -print` cp ../runtime/tutor/README* ../runtime/tutor/tutor* /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tutor rm -f /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tutor/*.info chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tutor/* if test -f ../runtime/spell/en.latin1.spl; then \ cp ../runtime/spell/*.spl ../runtime/spell/*.sug ../runtime/spell/*.vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/spell; \ chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/spell/*.spl /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/spell/*.sug /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/spell/*.vim; \ fi cd /nvmedata/autobuild/instance-27/output-1/host/bin; ln -s vim ex cd /nvmedata/autobuild/instance-27/output-1/host/bin; ln -s vim view cd /nvmedata/autobuild/instance-27/output-1/host/bin; ln -s vim rvim cd /nvmedata/autobuild/instance-27/output-1/host/bin; ln -s vim rview cd /nvmedata/autobuild/instance-27/output-1/host/bin; ln -s vim vimdiff /bin/sh ./installml.sh install "" \ /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/ex.1 creating link /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/view.1 creating link /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/rvim.1 creating link /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/rview.1 /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tools chmod 755 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tools if test -f /nvmedata/autobuild/instance-27/output-1/host/bin/xxd; then \ mv -f /nvmedata/autobuild/instance-27/output-1/host/bin/xxd /nvmedata/autobuild/instance-27/output-1/host/bin/xxd.rm; \ rm -f /nvmedata/autobuild/instance-27/output-1/host/bin/xxd.rm; \ fi cp xxd/xxd /nvmedata/autobuild/instance-27/output-1/host/bin strip /nvmedata/autobuild/instance-27/output-1/host/bin/xxd chmod 755 /nvmedata/autobuild/instance-27/output-1/host/bin/xxd /bin/sh ./installman.sh xxd /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 "" /nvmedata/autobuild/instance-27/output-1/host/share/vim /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82 /nvmedata/autobuild/instance-27/output-1/host/share/vim ../runtime/doc 644 vim vimdiff evim installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/xxd.1 cp -r ../runtime/tools/* /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tools cvs=`find /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tools \( -name CVS -o -name AAPDIR \) -print`; \ if test -n "$cvs"; then \ rm -rf $cvs; \ fi chmod 644 /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tools/* perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$perlpath+" ../runtime/tools/efm_perl.pl >/nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tools/efm_perl.pl awkpath=`./which.sh nawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tools/mve.awk; if test -z "$awkpath"; then \ awkpath=`./which.sh gawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tools/mve.awk; if test -z "$awkpath"; then \ awkpath=`./which.sh awk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tools/mve.awk; fi; fi chmod 755 `grep -l "^#!" /nvmedata/autobuild/instance-27/output-1/host/share/vim/vim82/tools/*` if test -n ""; then \ /bin/sh install-sh -c -d /nvmedata/autobuild/instance-27/output-1/host/share/icons/hicolor/48x48/apps /nvmedata/autobuild/instance-27/output-1/host/share/icons/locolor/32x32/apps \ /nvmedata/autobuild/instance-27/output-1/host/share/icons/locolor/16x16/apps /nvmedata/autobuild/instance-27/output-1/host/share/applications; \ fi if test -d /nvmedata/autobuild/instance-27/output-1/host/share/icons/hicolor/48x48/apps -a -w /nvmedata/autobuild/instance-27/output-1/host/share/icons/hicolor/48x48/apps \ -a ! -f /nvmedata/autobuild/instance-27/output-1/host/share/icons/hicolor/48x48/apps/gvim.png; then \ cp ../runtime/vim48x48.png /nvmedata/autobuild/instance-27/output-1/host/share/icons/hicolor/48x48/apps/gvim.png; \ if test -z "" -a -x "" \ -a -w /nvmedata/autobuild/instance-27/output-1/host/share/icons/hicolor \ -a -f /nvmedata/autobuild/instance-27/output-1/host/share/icons/hicolor/index.theme; then \ -q /nvmedata/autobuild/instance-27/output-1/host/share/icons/hicolor; \ fi \ fi if test -d /nvmedata/autobuild/instance-27/output-1/host/share/icons/locolor/32x32/apps -a -w /nvmedata/autobuild/instance-27/output-1/host/share/icons/locolor/32x32/apps \ -a ! -f /nvmedata/autobuild/instance-27/output-1/host/share/icons/locolor/32x32/apps/gvim.png; then \ cp ../runtime/vim32x32.png /nvmedata/autobuild/instance-27/output-1/host/share/icons/locolor/32x32/apps/gvim.png; \ fi if test -d /nvmedata/autobuild/instance-27/output-1/host/share/icons/locolor/16x16/apps -a -w /nvmedata/autobuild/instance-27/output-1/host/share/icons/locolor/16x16/apps \ -a ! -f /nvmedata/autobuild/instance-27/output-1/host/share/icons/locolor/16x16/apps/gvim.png; then \ cp ../runtime/vim16x16.png /nvmedata/autobuild/instance-27/output-1/host/share/icons/locolor/16x16/apps/gvim.png; \ fi if test -d /nvmedata/autobuild/instance-27/output-1/host/share/applications -a -w /nvmedata/autobuild/instance-27/output-1/host/share/applications; then \ if test -f po/vim.desktop -a -f po/gvim.desktop; then \ cp po/vim.desktop po/gvim.desktop \ /nvmedata/autobuild/instance-27/output-1/host/share/applications; \ else \ cp ../runtime/vim.desktop \ ../runtime/gvim.desktop \ /nvmedata/autobuild/instance-27/output-1/host/share/applications; \ fi; \ if test -z "" -a -x ""; then \ -q /nvmedata/autobuild/instance-27/output-1/host/share/applications; \ fi \ fi make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-vim-8.2.4980/src' libwebp-1.2.2.tar.gz: OK (sha256: 7656532f837af5f4cec3ff6bafe552c044dc39bf453587bd5b77450802f4aee6) >>> webp 1.2.2 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/webp/libwebp-1.2.2.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2 -xf - >>> webp 1.2.2 Patching >>> webp 1.2.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> webp 1.2.2 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/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). >>> webp 1.2.2 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no ac_cv_path_LIBPNG_CONFIG=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/libpng-config CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-sdl --disable-libwebpdemux --disable-libwebpmux --disable-gif --enable-jpeg --with-jpegincludedir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include --with-jpeglibdir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib --disable-gl --enable-png --enable-tiff --with-tiffincludedir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include --with-tifflibdir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib ) 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... mips64el-buildroot-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /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 mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 a sed that does not truncate output... (cached) /bin/sed checking whether make supports nested variables... (cached) yes checking whether byte ordering is bigendian... (cached) no checking whether libwebpmux is to be built... no checking whether libwebpdemux is to be built... no checking whether decoder library is to be built... no checking whether libwebpextras is to be built... no checking whether asserts are enabled... no checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fvisibility=hidden... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wall... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wconstant-conversion... no checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wdeclaration-after-statement... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wextra... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wfloat-conversion... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wformat -Wformat-nonliteral... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wformat -Wformat-security... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wmissing-declarations... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wmissing-prototypes... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wold-style-definition... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wparentheses-equality... no checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wshadow... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wshorten-64-to-32... no checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wundef... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wunreachable-code-aggressive... no checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wunreachable-code... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wunused-but-set-variable... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wunused... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -Wvla... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -msse4.1... no checking for smmintrin.h... no checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -msse2... no checking for emmintrin.h... no checking for __builtin_bswap16... yes checking for __builtin_bswap32... yes checking for __builtin_bswap64... yes configure: checking for threading support... 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... no configure: checking if threading is enabled... yes checking for libpng-config... (cached) /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/libpng-config checking for png.h... yes checking for library containing png_get_libpng_ver... none required checking for jpeglib.h... yes checking for jpeg_set_defaults in -ljpeg... yes checking for tiffio.h... yes checking for TIFFGetVersion in -ltiff... yes configure: Not building img2webp. --enable-libwebpdemux & --enable-libwebpmux are required. configure: Not building webpinfo. --enable-libwebpdemux is required. checking if --enable-swap-16bit-csp option is specified... no checking if --disable-near-lossless option is specified... no 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 man/Makefile config.status: creating examples/Makefile config.status: creating extras/Makefile config.status: creating imageio/Makefile config.status: creating src/dec/Makefile config.status: creating src/enc/Makefile config.status: creating src/dsp/Makefile config.status: creating src/demux/Makefile config.status: creating src/mux/Makefile config.status: creating src/utils/Makefile config.status: creating src/libwebp.pc config.status: creating src/libwebpdecoder.pc config.status: creating src/demux/libwebpdemux.pc config.status: creating src/mux/libwebpmux.pc config.status: creating src/webp/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls configure: WebP Configuration Summary -------------------------- Shared libraries: yes Static libraries: no Threading support: yes libwebp: yes libwebpdecoder: no libwebpdemux: no libwebpmux: no libwebpextras: no Tools: cwebp : no Input format support ==================== JPEG : yes PNG : yes TIFF : yes WIC : no dwebp : no Output format support ===================== PNG : yes WIC : no GIF support : no anim_diff : no gif2webp : no img2webp : no webpmux : no vwebp : no webpinfo : no SDL support : no vwebp_sdl : no >>> webp 1.2.2 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' Making all in dec make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dec' CC libwebpdecode_la-alpha_dec.lo CC libwebpdecode_la-buffer_dec.lo CC libwebpdecode_la-frame_dec.lo CC libwebpdecode_la-idec_dec.lo CC libwebpdecode_la-io_dec.lo CC libwebpdecode_la-quant_dec.lo CC libwebpdecode_la-tree_dec.lo CC libwebpdecode_la-vp8_dec.lo CC libwebpdecode_la-vp8l_dec.lo CC libwebpdecode_la-webp_dec.lo CCLD libwebpdecode.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dec' Making all in enc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/enc' CC libwebpencode_la-alpha_enc.lo CC libwebpencode_la-analysis_enc.lo CC libwebpencode_la-backward_references_cost_enc.lo CC libwebpencode_la-backward_references_enc.lo CC libwebpencode_la-config_enc.lo CC libwebpencode_la-cost_enc.lo CC libwebpencode_la-filter_enc.lo CC libwebpencode_la-frame_enc.lo CC libwebpencode_la-histogram_enc.lo CC libwebpencode_la-iterator_enc.lo CC libwebpencode_la-near_lossless_enc.lo CC libwebpencode_la-picture_enc.lo CC libwebpencode_la-picture_csp_enc.lo CC libwebpencode_la-picture_psnr_enc.lo CC libwebpencode_la-picture_rescale_enc.lo CC libwebpencode_la-picture_tools_enc.lo CC libwebpencode_la-predictor_enc.lo CC libwebpencode_la-quant_enc.lo CC libwebpencode_la-syntax_enc.lo CC libwebpencode_la-token_enc.lo CC libwebpencode_la-tree_enc.lo CC libwebpencode_la-vp8l_enc.lo CC libwebpencode_la-webp_enc.lo CCLD libwebpencode.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/enc' Making all in dsp make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dsp' CC libwebpdsp_la-alpha_processing.lo CC libwebpdsp_la-cpu.lo CC libwebpdsp_la-dec.lo CC libwebpdsp_la-dec_clip_tables.lo CC libwebpdsp_la-filters.lo CC libwebpdsp_la-lossless.lo CC libwebpdsp_la-rescaler.lo CC libwebpdsp_la-upsampling.lo CC libwebpdsp_la-yuv.lo CC libwebpdsp_la-cost.lo CC libwebpdsp_la-enc.lo CC libwebpdsp_la-lossless_enc.lo CC libwebpdsp_la-ssim.lo CC libwebpdsp_sse2_la-cost_sse2.lo CC libwebpdsp_sse2_la-enc_sse2.lo CC libwebpdsp_sse2_la-lossless_enc_sse2.lo CC libwebpdsp_sse2_la-ssim_sse2.lo CC libwebpdspdecode_sse2_la-alpha_processing_sse2.lo CC libwebpdspdecode_sse2_la-dec_sse2.lo CC libwebpdspdecode_sse2_la-filters_sse2.lo CC libwebpdspdecode_sse2_la-lossless_sse2.lo CC libwebpdspdecode_sse2_la-rescaler_sse2.lo CC libwebpdspdecode_sse2_la-upsampling_sse2.lo CC libwebpdspdecode_sse2_la-yuv_sse2.lo CCLD libwebpdspdecode_sse2.la CCLD libwebpdsp_sse2.la CC libwebpdsp_sse41_la-enc_sse41.lo CC libwebpdsp_sse41_la-lossless_enc_sse41.lo CC libwebpdspdecode_sse41_la-alpha_processing_sse41.lo CC libwebpdspdecode_sse41_la-dec_sse41.lo CC libwebpdspdecode_sse41_la-lossless_sse41.lo CC libwebpdspdecode_sse41_la-upsampling_sse41.lo CC libwebpdspdecode_sse41_la-yuv_sse41.lo CCLD libwebpdspdecode_sse41.la CCLD libwebpdsp_sse41.la CC libwebpdsp_neon_la-cost_neon.lo CC libwebpdsp_neon_la-enc_neon.lo CC libwebpdsp_neon_la-lossless_enc_neon.lo CC libwebpdspdecode_neon_la-alpha_processing_neon.lo CC libwebpdspdecode_neon_la-dec_neon.lo CC libwebpdspdecode_neon_la-filters_neon.lo CC libwebpdspdecode_neon_la-lossless_neon.lo CC libwebpdspdecode_neon_la-rescaler_neon.lo CC libwebpdspdecode_neon_la-upsampling_neon.lo CC libwebpdspdecode_neon_la-yuv_neon.lo CCLD libwebpdspdecode_neon.la CCLD libwebpdsp_neon.la CC libwebpdsp_msa_la-enc_msa.lo CC libwebpdsp_msa_la-lossless_enc_msa.lo CC libwebpdspdecode_msa_la-dec_msa.lo CC libwebpdspdecode_msa_la-filters_msa.lo CC libwebpdspdecode_msa_la-lossless_msa.lo CC libwebpdspdecode_msa_la-rescaler_msa.lo CC libwebpdspdecode_msa_la-upsampling_msa.lo CCLD libwebpdspdecode_msa.la CCLD libwebpdsp_msa.la CC libwebpdsp_mips32_la-cost_mips32.lo CC libwebpdsp_mips32_la-enc_mips32.lo CC libwebpdsp_mips32_la-lossless_enc_mips32.lo CC libwebpdspdecode_mips32_la-dec_mips32.lo CC libwebpdspdecode_mips32_la-rescaler_mips32.lo CC libwebpdspdecode_mips32_la-yuv_mips32.lo CCLD libwebpdspdecode_mips32.la CCLD libwebpdsp_mips32.la CC libwebpdsp_mips_dsp_r2_la-cost_mips_dsp_r2.lo CC libwebpdsp_mips_dsp_r2_la-enc_mips_dsp_r2.lo CC libwebpdsp_mips_dsp_r2_la-lossless_enc_mips_dsp_r2.lo CC libwebpdspdecode_mips_dsp_r2_la-alpha_processing_mips_dsp_r2.lo CC libwebpdspdecode_mips_dsp_r2_la-dec_mips_dsp_r2.lo CC libwebpdspdecode_mips_dsp_r2_la-filters_mips_dsp_r2.lo CC libwebpdspdecode_mips_dsp_r2_la-lossless_mips_dsp_r2.lo CC libwebpdspdecode_mips_dsp_r2_la-rescaler_mips_dsp_r2.lo CC libwebpdspdecode_mips_dsp_r2_la-upsampling_mips_dsp_r2.lo CC libwebpdspdecode_mips_dsp_r2_la-yuv_mips_dsp_r2.lo CCLD libwebpdspdecode_mips_dsp_r2.la CCLD libwebpdsp_mips_dsp_r2.la CCLD libwebpdsp.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dsp' Making all in utils make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/utils' CC bit_reader_utils.lo CC color_cache_utils.lo CC filters_utils.lo CC huffman_utils.lo CC quant_levels_dec_utils.lo CC rescaler_utils.lo CC random_utils.lo CC thread_utils.lo CC utils.lo CC bit_writer_utils.lo CC huffman_encode_utils.lo CC quant_levels_utils.lo CCLD libwebputils.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/utils' Making all in . make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' CCLD libwebp.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' Making all in imageio make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/imageio' CC imageio_util.lo CCLD libimageio_util.la CC libimageenc_la-image_enc.lo CCLD libimageenc.la make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/imageio' Making all in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/man' Making all in examples make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/examples' CC example_util.lo CCLD libexample_util.la make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/examples' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' >>> webp 1.2.2 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' Making install in dec make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dec' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dec' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' /usr/bin/install -c -m 644 ../webp/decode.h ../webp/types.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dec' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dec' Making install in enc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/enc' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/enc' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' /usr/bin/install -c -m 644 ../webp/encode.h ../webp/types.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/enc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/enc' Making install in dsp make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dsp' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dsp' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' /usr/bin/install -c -m 644 ../webp/types.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dsp' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dsp' Making install in utils make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/utils' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/utils' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' /usr/bin/install -c -m 644 ../webp/types.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/utils' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/utils' Making install in . make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libwebp.la '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libwebp.so.7.1.3 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libwebp.so.7.1.3 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libwebp.so.7.1.3 libwebp.so.7 || { rm -f libwebp.so.7 && ln -s libwebp.so.7.1.3 libwebp.so.7; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libwebp.so.7.1.3 libwebp.so || { rm -f libwebp.so && ln -s libwebp.so.7.1.3 libwebp.so; }; }) libtool: install: /usr/bin/install -c .libs/libwebp.lai /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libwebp.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' /usr/bin/install -c -m 644 webp/decode.h webp/types.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' /usr/bin/install -c -m 644 webp/encode.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/webp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libwebp.pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' Making install in imageio make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/imageio' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/imageio' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/imageio' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/imageio' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 cwebp.1 dwebp.1 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/man' Making install in examples make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/examples' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/examples' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/examples' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/examples' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.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 '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' >>> webp 1.2.2 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> webp 1.2.2 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' Making install in dec make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dec' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dec' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' /usr/bin/install -c -m 644 ../webp/decode.h ../webp/types.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dec' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dec' Making install in enc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/enc' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/enc' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' /usr/bin/install -c -m 644 ../webp/encode.h ../webp/types.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/enc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/enc' Making install in dsp make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dsp' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dsp' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' /usr/bin/install -c -m 644 ../webp/types.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dsp' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/dsp' Making install in utils make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/utils' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/utils' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' /usr/bin/install -c -m 644 ../webp/types.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/utils' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src/utils' Making install in . make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libwebp.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libwebp.so.7.1.3 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libwebp.so.7.1.3 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libwebp.so.7.1.3 libwebp.so.7 || { rm -f libwebp.so.7 && ln -s libwebp.so.7.1.3 libwebp.so.7; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libwebp.so.7.1.3 libwebp.so || { rm -f libwebp.so && ln -s libwebp.so.7.1.3 libwebp.so; }; }) libtool: install: /usr/bin/install -c .libs/libwebp.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libwebp.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' /usr/bin/install -c -m 644 webp/decode.h webp/types.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' /usr/bin/install -c -m 644 webp/encode.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/webp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libwebp.pc '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/src' Making install in imageio make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/imageio' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/imageio' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/imageio' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/imageio' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 cwebp.1 dwebp.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/man' Making install in examples make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/examples' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/examples' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/examples' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2/examples' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.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 '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/webp-1.2.2' >>> netsurf 3.10 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.netsurf-all-3.10.tar.gz.JQAPus/output' 'http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.10.tar.gz' --2022-06-04 13:22:32-- http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.10.tar.gz Resolving download.netsurf-browser.org (download.netsurf-browser.org)... 88.99.213.221, 2a01:4f8:10a:3edc::2 Connecting to download.netsurf-browser.org (download.netsurf-browser.org)|88.99.213.221|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 8537919 (8.1M) [application/gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.netsurf-all-3.10.tar.gz.JQAPus/output' 0K .......... .......... .......... .......... .......... 0% 183K 45s 50K .......... .......... .......... .......... .......... 1% 362K 34s 100K .......... .......... .......... .......... .......... 1% 154M 22s 150K .......... .......... .......... .......... .......... 2% 210M 17s 200K .......... .......... .......... .......... .......... 2% 369K 18s 250K .......... .......... .......... .......... .......... 3% 68.9M 15s 300K .......... .......... .......... .......... .......... 4% 138M 13s 350K .......... .......... .......... .......... .......... 4% 368K 14s 400K .......... .......... .......... .......... .......... 5% 86.1M 12s 450K .......... .......... .......... .......... .......... 5% 111M 11s 500K .......... .......... .......... .......... .......... 6% 94.8M 10s 550K .......... .......... .......... .......... .......... 7% 73.5M 9s 600K .......... .......... .......... .......... .......... 7% 153M 8s 650K .......... .......... .......... .......... .......... 8% 373K 9s 700K .......... .......... .......... .......... .......... 8% 86.1M 8s 750K .......... .......... .......... .......... .......... 9% 26.0M 8s 800K .......... .......... .......... .......... .......... 10% 36.6K 19s 850K .......... .......... .......... .......... .......... 10% 189M 18s 900K .......... .......... .......... .......... .......... 11% 186M 17s 950K .......... .......... .......... .......... .......... 11% 101M 16s 1000K .......... .......... .......... .......... .......... 12% 163M 15s 1050K .......... .......... .......... .......... .......... 13% 198M 14s 1100K .......... .......... .......... .......... .......... 13% 96.4M 14s 1150K .......... .......... .......... .......... .......... 14% 166M 13s 1200K .......... .......... .......... .......... .......... 14% 152M 12s 1250K .......... .......... .......... .......... .......... 15% 183M 12s 1300K .......... .......... .......... .......... .......... 16% 124M 11s 1350K .......... .......... .......... .......... .......... 16% 196M 11s 1400K .......... .......... .......... .......... .......... 17% 175M 10s 1450K .......... .......... .......... .......... .......... 17% 103M 10s 1500K .......... .......... .......... .......... .......... 18% 197M 10s 1550K .......... .......... .......... .......... .......... 19% 186M 9s 1600K .......... .......... .......... .......... .......... 19% 129M 9s 1650K .......... .......... .......... .......... .......... 20% 201M 9s 1700K .......... .......... .......... .......... .......... 20% 133M 8s 1750K .......... .......... .......... .......... .......... 21% 376K 8s 1800K .......... .......... .......... .......... .......... 22% 179M 8s 1850K .......... .......... .......... .......... .......... 22% 185M 8s 1900K .......... .......... .......... .......... .......... 23% 178M 8s 1950K .......... .......... .......... .......... .......... 23% 165M 7s 2000K .......... .......... .......... .......... .......... 24% 167M 7s 2050K .......... .......... .......... .......... .......... 25% 197M 7s 2100K .......... .......... .......... .......... .......... 25% 33.8M 7s 2150K .......... .......... .......... .......... .......... 26% 98.9M 7s 2200K .......... .......... .......... .......... .......... 26% 140M 6s 2250K .......... .......... .......... .......... .......... 27% 137M 6s 2300K .......... .......... .......... .......... .......... 28% 196M 6s 2350K .......... .......... .......... .......... .......... 28% 381K 6s 2400K .......... .......... .......... .......... .......... 29% 182M 6s 2450K .......... .......... .......... .......... .......... 29% 151M 6s 2500K .......... .......... .......... .......... .......... 30% 23.7M 6s 2550K .......... .......... .......... .......... .......... 31% 137M 5s 2600K .......... .......... .......... .......... .......... 31% 173M 5s 2650K .......... .......... .......... .......... .......... 32% 182M 5s 2700K .......... .......... .......... .......... .......... 32% 136M 5s 2750K .......... .......... .......... .......... .......... 33% 186M 5s 2800K .......... .......... .......... .......... .......... 34% 185M 5s 2850K .......... .......... .......... .......... .......... 34% 143M 5s 2900K .......... .......... .......... .......... .......... 35% 137M 5s 2950K .......... .......... .......... .......... .......... 35% 377K 5s 3000K .......... .......... .......... .......... .......... 36% 207M 5s 3050K .......... .......... .......... .......... .......... 37% 201M 4s 3100K .......... .......... .......... .......... .......... 37% 210M 4s 3150K .......... .......... .......... .......... .......... 38% 240M 4s 3200K .......... .......... .......... .......... .......... 38% 38.9M 4s 3250K .......... .......... .......... .......... .......... 39% 140M 4s 3300K .......... .......... .......... .......... .......... 40% 193M 4s 3350K .......... .......... .......... .......... .......... 40% 226M 4s 3400K .......... .......... .......... .......... .......... 41% 214M 4s 3450K .......... .......... .......... .......... .......... 41% 101M 4s 3500K .......... .......... .......... .......... .......... 42% 93.3M 4s 3550K .......... .......... .......... .......... .......... 43% 115M 3s 3600K .......... .......... .......... .......... .......... 43% 376K 4s 3650K .......... .......... .......... .......... .......... 44% 42.8M 3s 3700K .......... .......... .......... .......... .......... 44% 162M 3s 3750K .......... .......... .......... .......... .......... 45% 137M 3s 3800K .......... .......... .......... .......... .......... 46% 164M 3s 3850K .......... .......... .......... .......... .......... 46% 140M 3s 3900K .......... .......... .......... .......... .......... 47% 91.0M 3s 3950K .......... .......... .......... .......... .......... 47% 62.0M 3s 4000K .......... .......... .......... .......... .......... 48% 148M 3s 4050K .......... .......... .......... .......... .......... 49% 119M 3s 4100K .......... .......... .......... .......... .......... 49% 91.1M 3s 4150K .......... .......... .......... .......... .......... 50% 119M 3s 4200K .......... .......... .......... .......... .......... 50% 377K 3s 4250K .......... .......... .......... .......... .......... 51% 154M 3s 4300K .......... .......... .......... .......... .......... 52% 105M 3s 4350K .......... .......... .......... .......... .......... 52% 10.1M 3s 4400K .......... .......... .......... .......... .......... 53% 198M 3s 4450K .......... .......... .......... .......... .......... 53% 229M 2s 4500K .......... .......... .......... .......... .......... 54% 216M 2s 4550K .......... .......... .......... .......... .......... 55% 198M 2s 4600K .......... .......... .......... .......... .......... 55% 206M 2s 4650K .......... .......... .......... .......... .......... 56% 217M 2s 4700K .......... .......... .......... .......... .......... 56% 230M 2s 4750K .......... .......... .......... .......... .......... 57% 198M 2s 4800K .......... .......... .......... .......... .......... 58% 228M 2s 4850K .......... .......... .......... .......... .......... 58% 381K 2s 4900K .......... .......... .......... .......... .......... 59% 50.1M 2s 4950K .......... .......... .......... .......... .......... 59% 143M 2s 5000K .......... .......... .......... .......... .......... 60% 195M 2s 5050K .......... .......... .......... .......... .......... 61% 18.7M 2s 5100K .......... .......... .......... .......... .......... 61% 90.3M 2s 5150K .......... .......... .......... .......... .......... 62% 114M 2s 5200K .......... .......... .......... .......... .......... 62% 76.8M 2s 5250K .......... .......... .......... .......... .......... 63% 141M 2s 5300K .......... .......... .......... .......... .......... 64% 85.0M 2s 5350K .......... .......... .......... .......... .......... 64% 97.4M 2s 5400K .......... .......... .......... .......... .......... 65% 85.6M 2s 5450K .......... .......... .......... .......... .......... 65% 105M 2s 5500K .......... .......... .......... .......... .......... 66% 390K 2s 5550K .......... .......... .......... .......... .......... 67% 42.4M 2s 5600K .......... .......... .......... .......... .......... 67% 74.1M 2s 5650K .......... .......... .......... .......... .......... 68% 114M 1s 5700K .......... .......... .......... .......... .......... 68% 23.0M 1s 5750K .......... .......... .......... .......... .......... 69% 84.5M 1s 5800K .......... .......... .......... .......... .......... 70% 115M 1s 5850K .......... .......... .......... .......... .......... 70% 90.7M 1s 5900K .......... .......... .......... .......... .......... 71% 110M 1s 5950K .......... .......... .......... .......... .......... 71% 88.4M 1s 6000K .......... .......... .......... .......... .......... 72% 94.2M 1s 6050K .......... .......... .......... .......... .......... 73% 111M 1s 6100K .......... .......... .......... .......... .......... 73% 89.2M 1s 6150K .......... .......... .......... .......... .......... 74% 382K 1s 6200K .......... .......... .......... .......... .......... 74% 202M 1s 6250K .......... .......... .......... .......... .......... 75% 177M 1s 6300K .......... .......... .......... .......... .......... 76% 209M 1s 6350K .......... .......... .......... .......... .......... 76% 6.65M 1s 6400K .......... .......... .......... .......... .......... 77% 208M 1s 6450K .......... .......... .......... .......... .......... 77% 187M 1s 6500K .......... .......... .......... .......... .......... 78% 223M 1s 6550K .......... .......... .......... .......... .......... 79% 224M 1s 6600K .......... .......... .......... .......... .......... 79% 223M 1s 6650K .......... .......... .......... .......... .......... 80% 191M 1s 6700K .......... .......... .......... .......... .......... 80% 206M 1s 6750K .......... .......... .......... .......... .......... 81% 222M 1s 6800K .......... .......... .......... .......... .......... 82% 238M 1s 6850K .......... .......... .......... .......... .......... 82% 389K 1s 6900K .......... .......... .......... .......... .......... 83% 196M 1s 6950K .......... .......... .......... .......... .......... 83% 233M 1s 7000K .......... .......... .......... .......... .......... 84% 207M 1s 7050K .......... .......... .......... .......... .......... 85% 8.32M 1s 7100K .......... .......... .......... .......... .......... 85% 225M 1s 7150K .......... .......... .......... .......... .......... 86% 108M 1s 7200K .......... .......... .......... .......... .......... 86% 64.6M 1s 7250K .......... .......... .......... .......... .......... 87% 176M 0s 7300K .......... .......... .......... .......... .......... 88% 42.8M 0s 7350K .......... .......... .......... .......... .......... 88% 188M 0s 7400K .......... .......... .......... .......... .......... 89% 185M 0s 7450K .......... .......... .......... .......... .......... 89% 183M 0s 7500K .......... .......... .......... .......... .......... 90% 395K 0s 7550K .......... .......... .......... .......... .......... 91% 96.7M 0s 7600K .......... .......... .......... .......... .......... 91% 89.4M 0s 7650K .......... .......... .......... .......... .......... 92% 121M 0s 7700K .......... .......... .......... .......... .......... 92% 7.95M 0s 7750K .......... .......... .......... .......... .......... 93% 129M 0s 7800K .......... .......... .......... .......... .......... 94% 164M 0s 7850K .......... .......... .......... .......... .......... 94% 137M 0s 7900K .......... .......... .......... .......... .......... 95% 174M 0s 7950K .......... .......... .......... .......... .......... 95% 163M 0s 8000K .......... .......... .......... .......... .......... 96% 188M 0s 8050K .......... .......... .......... .......... .......... 97% 99.4M 0s 8100K .......... .......... .......... .......... .......... 97% 116M 0s 8150K .......... .......... .......... .......... .......... 98% 91.2M 0s 8200K .......... .......... .......... .......... .......... 98% 385K 0s 8250K .......... .......... .......... .......... .......... 99% 197M 0s 8300K .......... .......... .......... ....... 100% 198M=3.7s 2022-06-04 13:22:36 (2.20 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.netsurf-all-3.10.tar.gz.JQAPus/output' saved [8537919/8537919] netsurf-all-3.10.tar.gz: OK (sha256: 495adf6b6614ce36fca6c605f7c321f9cb4a3df838043158122678ce2b3325b7) >>> netsurf 3.10 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/netsurf/netsurf-all-3.10.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10 -xf - >>> netsurf 3.10 Patching Applying 0001-avoid-system-perl-dependencies.patch using patch: patching file netsurf/utils/split-messages.pl Applying 0002-do-not-cross-compile-nsgenbind.patch using patch: patching file Makefile Applying 0003-fix-compilation-without-curl.patch using patch: patching file netsurf/content/fetch.c Applying 0004-framebuffer-Fix-internal-font-generated-source-for-GCC-10.patch using patch: patching file netsurf/frontends/framebuffer/convert_font.c >>> netsurf 3.10 Configuring echo "override NETSURF_USE_DUKTAPE := YES" >> /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/netsurf/Makefile.config echo "CFLAGS += -DWITH_ICONV_FILTER" >> /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libparserutils/Makefile.config.override echo "override NETSURF_USE_LIBICONV_PLUG := NO" >> /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/netsurf/Makefile.config echo "override NETSURF_FB_FONTLIB := freetype" >> /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/netsurf/Makefile.config echo "override NETSURF_USE_WEBP := YES" >> /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/netsurf/Makefile.config >>> netsurf 3.10 Building mkdir -p /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include" LDFLAGS=" -L/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10 TARGET=framebuffer BISON="/nvmedata/autobuild/instance-27/output-1/host/bin/bison" FLEX="/nvmedata/autobuild/instance-27/output-1/host/bin/flex" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" BUILD_CC="/usr/bin/gcc" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" TMP_PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr NETSURF_CONFIG="BUILD_CFLAGS='-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include' BUILD_LDFLAGS='-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -lpng'" PREFIX=/usr build make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10' mkdir -p /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include mkdir -p /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib mkdir -p /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/bin /usr/bin/make install --directory=buildsystem HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/buildsystem' mkdir -p /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/makefiles /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/testtools /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/citools for M in Makefile.top Makefile.tools Makefile.subdir Makefile.pkgconfig Makefile.clang Makefile.gcc Makefile.norcroft Makefile.open64; do \ cp makefiles/$M /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/makefiles/; \ done for T in testrunner.pl; do \ cp testtools/$T /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/testtools/; \ done for C in jenkins-build.sh; do \ cp citools/$C /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/share/netsurf-buildsystem/citools/; \ done make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/buildsystem' /usr/bin/make install --directory=libnslog HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnslog' BISON: src/filter-parser.y src/filter-parser.y:27.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 27 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure src/filter-parser.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] FLEX: src/filter-lexer.l COMPILE: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/filter-parser.c COMPILE: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/filter-lexer.c COMPILE: src/core.c COMPILE: src/filter.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnslog.a install -m 644 include/nslog/nslog.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/nslog sed -e... libnslog.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnslog.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnslog.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnslog.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnslog.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnslog' /usr/bin/make install --directory=libwapcaplet HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libwapcaplet' COMPILE: src/libwapcaplet.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libwapcaplet.a install -m 644 include/libwapcaplet/libwapcaplet.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libwapcaplet sed -e... libwapcaplet.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libwapcaplet.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libwapcaplet.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libwapcaplet.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libwapcaplet.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libwapcaplet' /usr/bin/make install --directory=libparserutils HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libparserutils' ALIAS: src/charset/aliases.inc COMPILE: src/input/filter.c COMPILE: src/input/inputstream.c COMPILE: src/utils/buffer.c COMPILE: src/utils/errors.c COMPILE: src/utils/stack.c COMPILE: src/utils/vector.c COMPILE: src/charset/aliases.c COMPILE: src/charset/codec.c COMPILE: src/charset/codecs/codec_ascii.c COMPILE: src/charset/codecs/codec_8859.c COMPILE: src/charset/codecs/codec_ext8.c COMPILE: src/charset/codecs/codec_utf8.c COMPILE: src/charset/codecs/codec_utf16.c COMPILE: src/charset/encodings/utf8.c COMPILE: src/charset/encodings/utf16.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libparserutils.a install -m 644 include/parserutils/errors.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils install -m 644 include/parserutils/functypes.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils install -m 644 include/parserutils/parserutils.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils install -m 644 include/parserutils/types.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils install -m 644 include/parserutils/charset/codec.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils/charset install -m 644 include/parserutils/charset/mibenum.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils/charset install -m 644 include/parserutils/charset/utf16.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils/charset install -m 644 include/parserutils/charset/utf8.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils/charset install -m 644 include/parserutils/input/inputstream.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils/input install -m 644 include/parserutils/utils/buffer.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils/utils install -m 644 include/parserutils/utils/stack.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils/utils install -m 644 include/parserutils/utils/vector.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/parserutils/utils sed -e... libparserutils.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libparserutils.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libparserutils.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libparserutils.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libparserutils.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libparserutils' /usr/bin/make install --directory=libcss HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss' PREPARE: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/gen_parser GENERATE: src/parse/properties/autogenerated_z_index.c GENERATE: src/parse/properties/autogenerated_writing_mode.c GENERATE: src/parse/properties/autogenerated_word_spacing.c GENERATE: src/parse/properties/autogenerated_width.c GENERATE: src/parse/properties/autogenerated_widows.c GENERATE: src/parse/properties/autogenerated_white_space.c GENERATE: src/parse/properties/autogenerated_volume.c GENERATE: src/parse/properties/autogenerated_visibility.c GENERATE: src/parse/properties/autogenerated_vertical_align.c GENERATE: src/parse/properties/autogenerated_unicode_bidi.c GENERATE: src/parse/properties/autogenerated_top.c GENERATE: src/parse/properties/autogenerated_text_transform.c GENERATE: src/parse/properties/autogenerated_text_indent.c GENERATE: src/parse/properties/autogenerated_text_align.c GENERATE: src/parse/properties/autogenerated_table_layout.c GENERATE: src/parse/properties/autogenerated_stress.c GENERATE: src/parse/properties/autogenerated_speech_rate.c GENERATE: src/parse/properties/autogenerated_speak_punctuation.c GENERATE: src/parse/properties/autogenerated_speak_numeral.c GENERATE: src/parse/properties/autogenerated_speak_header.c GENERATE: src/parse/properties/autogenerated_speak.c GENERATE: src/parse/properties/autogenerated_side.c GENERATE: src/parse/properties/autogenerated_right.c GENERATE: src/parse/properties/autogenerated_richness.c GENERATE: src/parse/properties/autogenerated_position.c GENERATE: src/parse/properties/autogenerated_pitch_range.c GENERATE: src/parse/properties/autogenerated_pitch.c GENERATE: src/parse/properties/autogenerated_pause_before.c GENERATE: src/parse/properties/autogenerated_pause_after.c GENERATE: src/parse/properties/autogenerated_page_break_inside.c GENERATE: src/parse/properties/autogenerated_page_break_before.c GENERATE: src/parse/properties/autogenerated_page_break_after.c GENERATE: src/parse/properties/autogenerated_padding_top.c GENERATE: src/parse/properties/autogenerated_padding_side.c GENERATE: src/parse/properties/autogenerated_padding_right.c GENERATE: src/parse/properties/autogenerated_padding_left.c GENERATE: src/parse/properties/autogenerated_padding_bottom.c GENERATE: src/parse/properties/autogenerated_overflow_y.c GENERATE: src/parse/properties/autogenerated_overflow_x.c GENERATE: src/parse/properties/autogenerated_outline_width.c GENERATE: src/parse/properties/autogenerated_outline_style.c GENERATE: src/parse/properties/autogenerated_outline_color.c GENERATE: src/parse/properties/autogenerated_orphans.c GENERATE: src/parse/properties/autogenerated_order.c GENERATE: src/parse/properties/autogenerated_min_width.c GENERATE: src/parse/properties/autogenerated_min_height.c GENERATE: src/parse/properties/autogenerated_max_width.c GENERATE: src/parse/properties/autogenerated_max_height.c GENERATE: src/parse/properties/autogenerated_margin_top.c GENERATE: src/parse/properties/autogenerated_margin_side.c GENERATE: src/parse/properties/autogenerated_margin_right.c GENERATE: src/parse/properties/autogenerated_margin_left.c GENERATE: src/parse/properties/autogenerated_margin_bottom.c GENERATE: src/parse/properties/autogenerated_list_style_position.c GENERATE: src/parse/properties/autogenerated_list_style_image.c GENERATE: src/parse/properties/autogenerated_line_height.c GENERATE: src/parse/properties/autogenerated_letter_spacing.c GENERATE: src/parse/properties/autogenerated_left.c GENERATE: src/parse/properties/autogenerated_justify_content.c GENERATE: src/parse/properties/autogenerated_height.c GENERATE: src/parse/properties/autogenerated_font_variant.c GENERATE: src/parse/properties/autogenerated_font_style.c GENERATE: src/parse/properties/autogenerated_font_size.c GENERATE: src/parse/properties/autogenerated_float.c GENERATE: src/parse/properties/autogenerated_flex_wrap.c GENERATE: src/parse/properties/autogenerated_flex_shrink.c GENERATE: src/parse/properties/autogenerated_flex_grow.c GENERATE: src/parse/properties/autogenerated_flex_direction.c GENERATE: src/parse/properties/autogenerated_flex_basis.c GENERATE: src/parse/properties/autogenerated_empty_cells.c GENERATE: src/parse/properties/autogenerated_display.c GENERATE: src/parse/properties/autogenerated_direction.c GENERATE: src/parse/properties/autogenerated_cue_before.c GENERATE: src/parse/properties/autogenerated_cue_after.c GENERATE: src/parse/properties/autogenerated_counter_reset.c GENERATE: src/parse/properties/autogenerated_counter_increment.c GENERATE: src/parse/properties/autogenerated_column_width.c GENERATE: src/parse/properties/autogenerated_column_span.c GENERATE: src/parse/properties/autogenerated_column_rule_width.c GENERATE: src/parse/properties/autogenerated_column_rule_style.c GENERATE: src/parse/properties/autogenerated_column_rule_color.c GENERATE: src/parse/properties/autogenerated_column_gap.c GENERATE: src/parse/properties/autogenerated_column_fill.c GENERATE: src/parse/properties/autogenerated_column_count.c GENERATE: src/parse/properties/autogenerated_color.c GENERATE: src/parse/properties/autogenerated_clear.c GENERATE: src/parse/properties/autogenerated_caption_side.c GENERATE: src/parse/properties/autogenerated_break_inside.c GENERATE: src/parse/properties/autogenerated_break_before.c GENERATE: src/parse/properties/autogenerated_break_after.c GENERATE: src/parse/properties/autogenerated_box_sizing.c GENERATE: src/parse/properties/autogenerated_bottom.c GENERATE: src/parse/properties/autogenerated_border_top_width.c GENERATE: src/parse/properties/autogenerated_border_top_style.c GENERATE: src/parse/properties/autogenerated_border_top_color.c GENERATE: src/parse/properties/autogenerated_border_top.c GENERATE: src/parse/properties/autogenerated_border_side_width.c GENERATE: src/parse/properties/autogenerated_border_side_style.c GENERATE: src/parse/properties/autogenerated_border_side_color.c GENERATE: src/parse/properties/autogenerated_border_right_width.c GENERATE: src/parse/properties/autogenerated_border_right_style.c GENERATE: src/parse/properties/autogenerated_border_right_color.c GENERATE: src/parse/properties/autogenerated_border_right.c GENERATE: src/parse/properties/autogenerated_border_left_width.c GENERATE: src/parse/properties/autogenerated_border_left_style.c GENERATE: src/parse/properties/autogenerated_border_left_color.c GENERATE: src/parse/properties/autogenerated_border_left.c GENERATE: src/parse/properties/autogenerated_border_collapse.c GENERATE: src/parse/properties/autogenerated_border_bottom_width.c GENERATE: src/parse/properties/autogenerated_border_bottom_style.c GENERATE: src/parse/properties/autogenerated_border_bottom_color.c GENERATE: src/parse/properties/autogenerated_border_bottom.c GENERATE: src/parse/properties/autogenerated_background_repeat.c GENERATE: src/parse/properties/autogenerated_background_image.c GENERATE: src/parse/properties/autogenerated_background_color.c GENERATE: src/parse/properties/autogenerated_background_attachment.c GENERATE: src/parse/properties/autogenerated_align_self.c GENERATE: src/parse/properties/autogenerated_align_items.c GENERATE: src/parse/properties/autogenerated_align_content.c COMPILE: src/stylesheet.c COMPILE: src/lex/lex.c COMPILE: src/parse/parse.c COMPILE: src/parse/language.c COMPILE: src/parse/important.c COMPILE: src/parse/propstrings.c COMPILE: src/parse/font_face.c COMPILE: src/parse/mq.c COMPILE: src/parse/properties/azimuth.c COMPILE: src/parse/properties/background.c COMPILE: src/parse/properties/background_position.c COMPILE: src/parse/properties/border.c COMPILE: src/parse/properties/border_color.c COMPILE: src/parse/properties/border_spacing.c COMPILE: src/parse/properties/border_style.c COMPILE: src/parse/properties/border_width.c COMPILE: src/parse/properties/clip.c COMPILE: src/parse/properties/columns.c COMPILE: src/parse/properties/column_rule.c COMPILE: src/parse/properties/content.c COMPILE: src/parse/properties/cue.c COMPILE: src/parse/properties/cursor.c COMPILE: src/parse/properties/elevation.c COMPILE: src/parse/properties/flex.c COMPILE: src/parse/properties/flex_flow.c COMPILE: src/parse/properties/font.c COMPILE: src/parse/properties/font_family.c COMPILE: src/parse/properties/font_weight.c COMPILE: src/parse/properties/list_style.c COMPILE: src/parse/properties/list_style_type.c COMPILE: src/parse/properties/margin.c COMPILE: src/parse/properties/opacity.c COMPILE: src/parse/properties/outline.c COMPILE: src/parse/properties/overflow.c COMPILE: src/parse/properties/padding.c COMPILE: src/parse/properties/pause.c COMPILE: src/parse/properties/play_during.c COMPILE: src/parse/properties/properties.c COMPILE: src/parse/properties/quotes.c COMPILE: src/parse/properties/text_decoration.c COMPILE: src/parse/properties/utils.c COMPILE: src/parse/properties/voice_family.c COMPILE: src/parse/properties/autogenerated_background_repeat.c COMPILE: src/parse/properties/autogenerated_border_collapse.c COMPILE: src/parse/properties/autogenerated_cue_after.c COMPILE: src/parse/properties/autogenerated_cue_before.c COMPILE: src/parse/properties/autogenerated_direction.c COMPILE: src/parse/properties/autogenerated_display.c COMPILE: src/parse/properties/autogenerated_empty_cells.c COMPILE: src/parse/properties/autogenerated_float.c COMPILE: src/parse/properties/autogenerated_font_size.c COMPILE: src/parse/properties/autogenerated_font_style.c COMPILE: src/parse/properties/autogenerated_font_variant.c COMPILE: src/parse/properties/autogenerated_height.c COMPILE: src/parse/properties/autogenerated_letter_spacing.c COMPILE: src/parse/properties/autogenerated_line_height.c COMPILE: src/parse/properties/autogenerated_border_top.c COMPILE: src/parse/properties/autogenerated_border_bottom.c COMPILE: src/parse/properties/autogenerated_border_left.c COMPILE: src/parse/properties/autogenerated_border_right.c COMPILE: src/parse/properties/autogenerated_max_height.c COMPILE: src/parse/properties/autogenerated_max_width.c COMPILE: src/parse/properties/autogenerated_min_height.c COMPILE: src/parse/properties/autogenerated_min_width.c COMPILE: src/parse/properties/autogenerated_color.c COMPILE: src/parse/properties/autogenerated_padding_side.c COMPILE: src/parse/properties/autogenerated_padding_bottom.c COMPILE: src/parse/properties/autogenerated_padding_left.c COMPILE: src/parse/properties/autogenerated_padding_top.c COMPILE: src/parse/properties/autogenerated_padding_right.c COMPILE: src/parse/properties/autogenerated_margin_side.c COMPILE: src/parse/properties/autogenerated_margin_top.c COMPILE: src/parse/properties/autogenerated_margin_bottom.c COMPILE: src/parse/properties/autogenerated_margin_left.c COMPILE: src/parse/properties/autogenerated_margin_right.c COMPILE: src/parse/properties/autogenerated_side.c COMPILE: src/parse/properties/autogenerated_top.c COMPILE: src/parse/properties/autogenerated_bottom.c COMPILE: src/parse/properties/autogenerated_left.c COMPILE: src/parse/properties/autogenerated_right.c COMPILE: src/parse/properties/autogenerated_border_side_width.c COMPILE: src/parse/properties/autogenerated_border_top_width.c COMPILE: src/parse/properties/autogenerated_border_bottom_width.c COMPILE: src/parse/properties/autogenerated_border_left_width.c COMPILE: src/parse/properties/autogenerated_border_right_width.c COMPILE: src/parse/properties/autogenerated_border_side_style.c COMPILE: src/parse/properties/autogenerated_border_top_style.c COMPILE: src/parse/properties/autogenerated_border_bottom_style.c COMPILE: src/parse/properties/autogenerated_border_left_style.c COMPILE: src/parse/properties/autogenerated_border_right_style.c COMPILE: src/parse/properties/autogenerated_border_side_color.c COMPILE: src/parse/properties/autogenerated_border_top_color.c COMPILE: src/parse/properties/autogenerated_border_bottom_color.c COMPILE: src/parse/properties/autogenerated_border_left_color.c COMPILE: src/parse/properties/autogenerated_border_right_color.c COMPILE: src/parse/properties/autogenerated_counter_increment.c COMPILE: src/parse/properties/autogenerated_counter_reset.c COMPILE: src/parse/properties/autogenerated_background_attachment.c COMPILE: src/parse/properties/autogenerated_background_color.c COMPILE: src/parse/properties/autogenerated_caption_side.c COMPILE: src/parse/properties/autogenerated_clear.c COMPILE: src/parse/properties/autogenerated_background_image.c COMPILE: src/parse/properties/autogenerated_list_style_image.c COMPILE: src/parse/properties/autogenerated_list_style_position.c COMPILE: src/parse/properties/autogenerated_orphans.c COMPILE: src/parse/properties/autogenerated_outline_color.c COMPILE: src/parse/properties/autogenerated_outline_style.c COMPILE: src/parse/properties/autogenerated_outline_width.c COMPILE: src/parse/properties/autogenerated_overflow_x.c COMPILE: src/parse/properties/autogenerated_overflow_y.c COMPILE: src/parse/properties/autogenerated_page_break_after.c COMPILE: src/parse/properties/autogenerated_page_break_before.c COMPILE: src/parse/properties/autogenerated_page_break_inside.c COMPILE: src/parse/properties/autogenerated_pause_after.c COMPILE: src/parse/properties/autogenerated_pause_before.c COMPILE: src/parse/properties/autogenerated_pitch.c COMPILE: src/parse/properties/autogenerated_pitch_range.c COMPILE: src/parse/properties/autogenerated_position.c COMPILE: src/parse/properties/autogenerated_richness.c COMPILE: src/parse/properties/autogenerated_speak.c COMPILE: src/parse/properties/autogenerated_speak_header.c COMPILE: src/parse/properties/autogenerated_speak_numeral.c COMPILE: src/parse/properties/autogenerated_speak_punctuation.c COMPILE: src/parse/properties/autogenerated_speech_rate.c COMPILE: src/parse/properties/autogenerated_stress.c COMPILE: src/parse/properties/autogenerated_table_layout.c COMPILE: src/parse/properties/autogenerated_text_align.c COMPILE: src/parse/properties/autogenerated_text_indent.c COMPILE: src/parse/properties/autogenerated_text_transform.c COMPILE: src/parse/properties/autogenerated_unicode_bidi.c COMPILE: src/parse/properties/autogenerated_vertical_align.c COMPILE: src/parse/properties/autogenerated_visibility.c COMPILE: src/parse/properties/autogenerated_volume.c COMPILE: src/parse/properties/autogenerated_white_space.c COMPILE: src/parse/properties/autogenerated_widows.c COMPILE: src/parse/properties/autogenerated_width.c COMPILE: src/parse/properties/autogenerated_word_spacing.c COMPILE: src/parse/properties/autogenerated_z_index.c COMPILE: src/parse/properties/autogenerated_break_after.c COMPILE: src/parse/properties/autogenerated_break_before.c COMPILE: src/parse/properties/autogenerated_break_inside.c COMPILE: src/parse/properties/autogenerated_column_count.c COMPILE: src/parse/properties/autogenerated_column_fill.c COMPILE: src/parse/properties/autogenerated_column_gap.c COMPILE: src/parse/properties/autogenerated_column_rule_color.c COMPILE: src/parse/properties/autogenerated_column_rule_style.c COMPILE: src/parse/properties/autogenerated_column_rule_width.c COMPILE: src/parse/properties/autogenerated_column_span.c COMPILE: src/parse/properties/autogenerated_column_width.c COMPILE: src/parse/properties/autogenerated_writing_mode.c COMPILE: src/parse/properties/autogenerated_box_sizing.c COMPILE: src/parse/properties/autogenerated_align_content.c COMPILE: src/parse/properties/autogenerated_align_items.c COMPILE: src/parse/properties/autogenerated_align_self.c COMPILE: src/parse/properties/autogenerated_flex_basis.c COMPILE: src/parse/properties/autogenerated_flex_direction.c COMPILE: src/parse/properties/autogenerated_flex_grow.c COMPILE: src/parse/properties/autogenerated_flex_shrink.c COMPILE: src/parse/properties/autogenerated_flex_wrap.c COMPILE: src/parse/properties/autogenerated_justify_content.c COMPILE: src/parse/properties/autogenerated_order.c COMPILE: src/select/arena.c COMPILE: src/select/computed.c src/select/computed.c: In function 'css__compute_absolute_values': src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ src/select/computed.c:1711:28: warning: 'unit' may be used uninitialized in this function [-Wmaybe-uninitialized] 1711 | if (type == CSS_WIDTH_SET && unit == CSS_UNIT_EX) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ src/select/computed.c:1706:11: note: 'unit' was declared here 1706 | css_unit unit; | ^~~~ In file included from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/types.h:22, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/functypes.h:20, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/computed.h:19, from /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/src/select/computed.h:11, from src/select/computed.c:11: /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss/include/libcss/fpmath.h:73:27: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] 73 | int64_t xx = ((int64_t)x * (int64_t)y) >> CSS_RADIX_POINT; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/select/computed.c:1705:12: note: 'length' was declared here 1705 | css_fixed length; | ^~~~~~ COMPILE: src/select/dispatch.c COMPILE: src/select/hash.c COMPILE: src/select/select.c COMPILE: src/select/font_face.c COMPILE: src/select/properties/helpers.c COMPILE: src/select/properties/align_content.c COMPILE: src/select/properties/align_items.c COMPILE: src/select/properties/align_self.c COMPILE: src/select/properties/azimuth.c COMPILE: src/select/properties/background_attachment.c COMPILE: src/select/properties/background_color.c COMPILE: src/select/properties/background_image.c COMPILE: src/select/properties/background_position.c COMPILE: src/select/properties/background_repeat.c COMPILE: src/select/properties/border_bottom_color.c COMPILE: src/select/properties/border_bottom_style.c COMPILE: src/select/properties/border_bottom_width.c COMPILE: src/select/properties/border_collapse.c COMPILE: src/select/properties/border_left_color.c COMPILE: src/select/properties/border_left_style.c COMPILE: src/select/properties/border_left_width.c COMPILE: src/select/properties/border_right_color.c COMPILE: src/select/properties/border_right_style.c COMPILE: src/select/properties/border_right_width.c COMPILE: src/select/properties/border_spacing.c COMPILE: src/select/properties/border_top_color.c COMPILE: src/select/properties/border_top_style.c COMPILE: src/select/properties/border_top_width.c COMPILE: src/select/properties/bottom.c COMPILE: src/select/properties/box_sizing.c COMPILE: src/select/properties/break_after.c COMPILE: src/select/properties/break_before.c COMPILE: src/select/properties/break_inside.c COMPILE: src/select/properties/caption_side.c COMPILE: src/select/properties/clear.c COMPILE: src/select/properties/clip.c COMPILE: src/select/properties/color.c COMPILE: src/select/properties/column_count.c COMPILE: src/select/properties/column_fill.c COMPILE: src/select/properties/column_gap.c COMPILE: src/select/properties/column_rule_color.c COMPILE: src/select/properties/column_rule_style.c COMPILE: src/select/properties/column_rule_width.c COMPILE: src/select/properties/column_span.c COMPILE: src/select/properties/column_width.c COMPILE: src/select/properties/content.c COMPILE: src/select/properties/counter_increment.c COMPILE: src/select/properties/counter_reset.c COMPILE: src/select/properties/cue_after.c COMPILE: src/select/properties/cue_before.c COMPILE: src/select/properties/cursor.c COMPILE: src/select/properties/direction.c COMPILE: src/select/properties/display.c COMPILE: src/select/properties/elevation.c COMPILE: src/select/properties/empty_cells.c COMPILE: src/select/properties/flex_basis.c COMPILE: src/select/properties/flex_direction.c COMPILE: src/select/properties/flex_grow.c COMPILE: src/select/properties/flex_shrink.c COMPILE: src/select/properties/flex_wrap.c COMPILE: src/select/properties/float.c COMPILE: src/select/properties/font_family.c COMPILE: src/select/properties/font_size.c COMPILE: src/select/properties/font_style.c COMPILE: src/select/properties/font_variant.c COMPILE: src/select/properties/font_weight.c COMPILE: src/select/properties/height.c COMPILE: src/select/properties/justify_content.c COMPILE: src/select/properties/left.c COMPILE: src/select/properties/letter_spacing.c COMPILE: src/select/properties/line_height.c COMPILE: src/select/properties/list_style_image.c COMPILE: src/select/properties/list_style_position.c COMPILE: src/select/properties/list_style_type.c COMPILE: src/select/properties/margin_bottom.c COMPILE: src/select/properties/margin_left.c COMPILE: src/select/properties/margin_right.c COMPILE: src/select/properties/margin_top.c COMPILE: src/select/properties/max_height.c COMPILE: src/select/properties/max_width.c COMPILE: src/select/properties/min_height.c COMPILE: src/select/properties/min_width.c COMPILE: src/select/properties/opacity.c COMPILE: src/select/properties/order.c COMPILE: src/select/properties/orphans.c COMPILE: src/select/properties/outline_color.c COMPILE: src/select/properties/outline_style.c COMPILE: src/select/properties/outline_width.c COMPILE: src/select/properties/overflow_x.c COMPILE: src/select/properties/overflow_y.c COMPILE: src/select/properties/padding_bottom.c COMPILE: src/select/properties/padding_left.c COMPILE: src/select/properties/padding_right.c COMPILE: src/select/properties/padding_top.c COMPILE: src/select/properties/page_break_after.c COMPILE: src/select/properties/page_break_before.c COMPILE: src/select/properties/page_break_inside.c COMPILE: src/select/properties/pause_after.c COMPILE: src/select/properties/pause_before.c COMPILE: src/select/properties/pitch.c COMPILE: src/select/properties/pitch_range.c COMPILE: src/select/properties/play_during.c COMPILE: src/select/properties/position.c COMPILE: src/select/properties/quotes.c COMPILE: src/select/properties/richness.c COMPILE: src/select/properties/right.c COMPILE: src/select/properties/speech_rate.c COMPILE: src/select/properties/speak.c COMPILE: src/select/properties/speak_header.c COMPILE: src/select/properties/speak_numeral.c COMPILE: src/select/properties/speak_punctuation.c COMPILE: src/select/properties/stress.c COMPILE: src/select/properties/table_layout.c COMPILE: src/select/properties/text_align.c COMPILE: src/select/properties/text_decoration.c COMPILE: src/select/properties/text_indent.c COMPILE: src/select/properties/text_transform.c COMPILE: src/select/properties/top.c COMPILE: src/select/properties/unicode_bidi.c COMPILE: src/select/properties/vertical_align.c COMPILE: src/select/properties/visibility.c COMPILE: src/select/properties/voice_family.c COMPILE: src/select/properties/volume.c COMPILE: src/select/properties/white_space.c COMPILE: src/select/properties/widows.c COMPILE: src/select/properties/width.c COMPILE: src/select/properties/word_spacing.c COMPILE: src/select/properties/writing_mode.c COMPILE: src/select/properties/z_index.c COMPILE: src/utils/errors.c COMPILE: src/utils/utils.c COMPILE: src/charset/detect.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libcss.a install -m 644 include/libcss/computed.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/errors.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/font_face.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/fpmath.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/functypes.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/hint.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/libcss.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/properties.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/select.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/stylesheet.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss install -m 644 include/libcss/types.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libcss sed -e... libcss.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libcss.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libcss.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libcss.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libcss.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libcss' /usr/bin/make install --directory=libhubbub HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libhubbub' ENTITIES: src/tokeniser/entities.inc COMPILE: src/parser.c COMPILE: src/treebuilder/treebuilder.c COMPILE: src/treebuilder/initial.c COMPILE: src/treebuilder/before_html.c COMPILE: src/treebuilder/before_head.c COMPILE: src/treebuilder/in_head.c COMPILE: src/treebuilder/in_head_noscript.c COMPILE: src/treebuilder/after_head.c COMPILE: src/treebuilder/in_body.c COMPILE: src/treebuilder/in_table.c COMPILE: src/treebuilder/in_caption.c COMPILE: src/treebuilder/in_column_group.c COMPILE: src/treebuilder/in_table_body.c COMPILE: src/treebuilder/in_row.c COMPILE: src/treebuilder/in_cell.c COMPILE: src/treebuilder/in_select.c COMPILE: src/treebuilder/in_select_in_table.c COMPILE: src/treebuilder/in_foreign_content.c COMPILE: src/treebuilder/after_body.c COMPILE: src/treebuilder/in_frameset.c COMPILE: src/treebuilder/after_frameset.c COMPILE: src/treebuilder/after_after_body.c COMPILE: src/treebuilder/after_after_frameset.c COMPILE: src/treebuilder/generic_rcdata.c COMPILE: src/utils/errors.c COMPILE: src/utils/string.c COMPILE: src/tokeniser/entities.c COMPILE: src/tokeniser/tokeniser.c COMPILE: src/charset/detect.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libhubbub.a install -m 644 include/hubbub/errors.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/hubbub install -m 644 include/hubbub/functypes.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/hubbub install -m 644 include/hubbub/hubbub.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/hubbub install -m 644 include/hubbub/parser.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/hubbub install -m 644 include/hubbub/tree.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/hubbub install -m 644 include/hubbub/types.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/hubbub sed -e... libhubbub.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libhubbub.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libhubbub.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libhubbub.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libhubbub.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libhubbub' /usr/bin/make install --directory=libdom HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libdom' COMPILE: src/events/event.c COMPILE: src/events/dispatch.c COMPILE: src/events/event_target.c COMPILE: src/events/document_event.c COMPILE: src/events/custom_event.c COMPILE: src/events/keyboard_event.c COMPILE: src/events/mouse_wheel_event.c COMPILE: src/events/text_event.c COMPILE: src/events/event_listener.c COMPILE: src/events/mouse_event.c COMPILE: src/events/mutation_event.c COMPILE: src/events/ui_event.c COMPILE: src/events/mouse_multi_wheel_event.c COMPILE: src/events/mutation_name_event.c COMPILE: src/html/html_applet_element.c COMPILE: src/html/html_area_element.c COMPILE: src/html/html_anchor_element.c COMPILE: src/html/html_basefont_element.c COMPILE: src/html/html_base_element.c COMPILE: src/html/html_body_element.c COMPILE: src/html/html_button_element.c COMPILE: src/html/html_canvas_element.c COMPILE: src/html/html_collection.c COMPILE: src/html/html_document.c COMPILE: src/html/html_element.c COMPILE: src/html/html_dlist_element.c COMPILE: src/html/html_directory_element.c COMPILE: src/html/html_options_collection.c COMPILE: src/html/html_html_element.c COMPILE: src/html/html_head_element.c COMPILE: src/html/html_link_element.c COMPILE: src/html/html_title_element.c COMPILE: src/html/html_meta_element.c COMPILE: src/html/html_style_element.c COMPILE: src/html/html_form_element.c COMPILE: src/html/html_select_element.c COMPILE: src/html/html_input_element.c COMPILE: src/html/html_text_area_element.c COMPILE: src/html/html_opt_group_element.c COMPILE: src/html/html_option_element.c COMPILE: src/html/html_hr_element.c COMPILE: src/html/html_menu_element.c COMPILE: src/html/html_fieldset_element.c COMPILE: src/html/html_legend_element.c COMPILE: src/html/html_div_element.c COMPILE: src/html/html_paragraph_element.c COMPILE: src/html/html_heading_element.c COMPILE: src/html/html_quote_element.c COMPILE: src/html/html_pre_element.c COMPILE: src/html/html_br_element.c COMPILE: src/html/html_label_element.c COMPILE: src/html/html_ulist_element.c COMPILE: src/html/html_olist_element.c COMPILE: src/html/html_li_element.c COMPILE: src/html/html_font_element.c COMPILE: src/html/html_mod_element.c COMPILE: src/html/html_image_element.c COMPILE: src/html/html_object_element.c COMPILE: src/html/html_param_element.c COMPILE: src/html/html_map_element.c COMPILE: src/html/html_script_element.c COMPILE: src/html/html_tablecaption_element.c COMPILE: src/html/html_tablecell_element.c COMPILE: src/html/html_tablecol_element.c COMPILE: src/html/html_tablesection_element.c COMPILE: src/html/html_table_element.c COMPILE: src/html/html_tablerow_element.c COMPILE: src/html/html_frameset_element.c COMPILE: src/html/html_frame_element.c COMPILE: src/html/html_iframe_element.c COMPILE: src/html/html_isindex_element.c COMPILE: src/core/string.c COMPILE: src/core/node.c COMPILE: src/core/attr.c COMPILE: src/core/characterdata.c COMPILE: src/core/element.c COMPILE: src/core/implementation.c COMPILE: src/core/text.c COMPILE: src/core/typeinfo.c COMPILE: src/core/comment.c COMPILE: src/core/namednodemap.c COMPILE: src/core/nodelist.c COMPILE: src/core/cdatasection.c COMPILE: src/core/document_type.c COMPILE: src/core/entity_ref.c COMPILE: src/core/pi.c COMPILE: src/core/doc_fragment.c COMPILE: src/core/document.c COMPILE: src/utils/namespace.c COMPILE: src/utils/hashtable.c COMPILE: src/utils/character_valid.c COMPILE: src/utils/validate.c COMPILE: bindings/xml/expat_xmlparser.c COMPILE: bindings/hubbub/parser.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libdom.a install -m 644 bindings/xml/xmlerror.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/bindings/xml install -m 644 bindings/xml/xmlparser.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/bindings/xml install -m 644 bindings/hubbub/errors.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/bindings/hubbub install -m 644 bindings/hubbub/parser.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/bindings/hubbub install -m 644 include/dom/dom.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom install -m 644 include/dom/functypes.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom install -m 644 include/dom/inttypes.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom install -m 644 include/dom/core/attr.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/characterdata.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/cdatasection.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/comment.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/doc_fragment.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/document.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/document_type.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/entity_ref.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/exceptions.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/implementation.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/namednodemap.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/node.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/nodelist.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/string.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/pi.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/text.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/core/typeinfo.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/core install -m 644 include/dom/events/event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/ui_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/custom_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/mouse_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/keyboard_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/text_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/mouse_wheel_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/mouse_multi_wheel_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/mutation_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/event_target.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/mutation_name_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/events.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/event_listener.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/events/document_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/events install -m 644 include/dom/html/html_document.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_collection.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_elements.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_html_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_head_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_link_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_title_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_body_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_meta_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_form_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_button_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_canvas_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_input_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_select_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_text_area_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_option_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_opt_group_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_options_collection.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_hr_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_dlist_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_directory_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_menu_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_fieldset_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_legend_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_div_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_paragraph_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_heading_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_quote_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_pre_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_br_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_label_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_ulist_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_olist_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_li_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_font_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_mod_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_anchor_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_basefont_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_image_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_object_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_param_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_applet_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_area_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_map_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_script_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_tablecaption_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_tablecell_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_tablecol_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_tablesection_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_table_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_tablerow_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_base_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_style_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_frameset_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_frame_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_iframe_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html install -m 644 include/dom/html/html_isindex_element.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/dom/html sed -e... libdom.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libdom.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libdom.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libdom.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libdom.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libdom' /usr/bin/make install --directory=libnsbmp HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnsbmp' COMPILE: src/libnsbmp.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsbmp.a install -m 644 include/libnsbmp.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/ sed -e... libnsbmp.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsbmp.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsbmp.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnsbmp.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsbmp.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnsbmp' /usr/bin/make install --directory=libnsgif HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnsgif' COMPILE: src/libnsgif.c COMPILE: src/lzw.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsgif.a install -m 644 include/libnsgif.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include sed -e... libnsgif.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsgif.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsgif.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnsgif.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsgif.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnsgif' /usr/bin/make install --directory=librosprite HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/librosprite' COMPILE: src/librosprite.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/librosprite.a install -m 644 include/librosprite.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include sed -e... librosprite.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/librosprite.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/librosprite.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/librosprite.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/librosprite.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/librosprite' /usr/bin/make install --directory=libnsutils HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnsutils' COMPILE: src/base64.c COMPILE: src/time.c COMPILE: src/unistd.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsutils.a install -m 644 include/nsutils/errors.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/nsutils install -m 644 include/nsutils/base64.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/nsutils install -m 644 include/nsutils/endian.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/nsutils install -m 644 include/nsutils/time.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/nsutils install -m 644 include/nsutils/unistd.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/nsutils sed -e... libnsutils.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsutils.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsutils.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnsutils.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsutils.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnsutils' /usr/bin/make install --directory=libutf8proc HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libutf8proc' COMPILE: src/utf8proc.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libutf8proc.a install -m 644 include/libutf8proc/utf8proc.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include/libutf8proc sed -e... libutf8proc.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libutf8proc.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libutf8proc.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libutf8proc.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libutf8proc.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libutf8proc' /usr/bin/make install --directory=libnspsl HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnspsl' COMPILE: src/nspsl.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnspsl.a install -m 644 include/nspsl.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include sed -e... libnspsl.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnspsl.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnspsl.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnspsl.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnspsl.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnspsl' /usr/bin/make install --directory=libsvgtiny HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libsvgtiny' GPERF: src/colors.gperf COMPILE: src/svgtiny.c COMPILE: src/svgtiny_gradient.c COMPILE: src/svgtiny_list.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libsvgtiny.a install -m 644 include/svgtiny.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include sed -e... libsvgtiny.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libsvgtiny.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libsvgtiny.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libsvgtiny.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libsvgtiny.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libsvgtiny' /usr/bin/make install --directory=libnsfb HOST=mips64el-buildroot-linux-uclibc PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnsfb' COMPILE: src/libnsfb.c COMPILE: src/dump.c COMPILE: src/cursor.c COMPILE: src/palette.c COMPILE: src/plot/api.c COMPILE: src/plot/util.c COMPILE: src/plot/generic.c COMPILE: src/plot/32bpp-xrgb8888.c COMPILE: src/plot/32bpp-xbgr8888.c COMPILE: src/plot/16bpp.c COMPILE: src/plot/8bpp.c COMPILE: src/surface/surface.c COMPILE: src/surface/ram.c COMPILE: src/surface/sdl.c AR: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsfb.a install -m 644 include/libnsfb.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include install -m 644 include/libnsfb_plot.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include install -m 644 include/libnsfb_plot_util.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include install -m 644 include/libnsfb_event.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include install -m 644 include/libnsfb_cursor.h /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/include sed -e... libnsfb.pc.in >build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsfb.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsfb.pc /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib/pkgconfig/libnsfb.pc install -m 644 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-lib-static/libnsfb.a /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/libnsfb' /usr/bin/make install --directory=nsgenbind HOST=mips64el-buildroot-linux-uclibc CC="/usr/bin/gcc" PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr Q=@ DESTDIR= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/nsgenbind' BISON: src/webidl-parser.y src/webidl-parser.y:51.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 51 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure src/webidl-parser.y:52.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 52 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose src/webidl-parser.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] FLEX: src/webidl-lexer.l BISON: src/nsgenbind-parser.y src/nsgenbind-parser.y:12.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 12 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure src/nsgenbind-parser.y:16.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 16 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose src/nsgenbind-parser.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] FLEX: src/nsgenbind-lexer.l COMPILE: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-binary/nsgenbind-parser.c COMPILE: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-binary/nsgenbind-lexer.c COMPILE: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-binary/webidl-parser.c COMPILE: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-binary/webidl-lexer.c COMPILE: src/nsgenbind.c COMPILE: src/utils.c COMPILE: src/output.c COMPILE: src/webidl-ast.c COMPILE: src/nsgenbind-ast.c COMPILE: src/ir.c COMPILE: src/duk-libdom.c COMPILE: src/duk-libdom-interface.c COMPILE: src/duk-libdom-dictionary.c COMPILE: src/duk-libdom-common.c COMPILE: src/duk-libdom-generated.c LINK: build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-binary/nsgenbind install -m 755 build-x86_64-linux-gnu-mips64el-buildroot-linux-uclibc-release-binary/nsgenbind /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/nsgenbind' /usr/bin/make --directory=netsurf PREFIX=/usr TARGET=framebuffer BUILD_CFLAGS='-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include' BUILD_LDFLAGS='-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -lpng' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/netsurf' M.CONFIG: JPEG (libjpeg) enabled (NETSURF_USE_JPEG := YES) M.CONFIG: PDF export (haru) disabled (NETSURF_USE_HARU_PDF := NO) M.CONFIG: glibc internal iconv disabled (NETSURF_USE_LIBICONV_PLUG := NO) M.CONFIG: Javascript (Duktape) enabled (NETSURF_USE_DUKTAPE := YES) PKG.CNFG: CSS (libcss) enabled PKG.CNFG: DOM (libdom) enabled PKG.CNFG: nsutils (libnsutils) enabled M.CONFIG: Curl (libcurl) enabled (NETSURF_USE_CURL := YES) M.CONFIG: OpenSSL (openssl) auto-enabled (NETSURF_USE_OPENSSL := AUTO) M.CONFIG: utf8 (libutf8proc) enabled (NETSURF_USE_UTF8PROC := YES) M.CONFIG: WEBP (libwebp) enabled (NETSURF_USE_WEBP := YES) M.CONFIG: PNG (libpng) auto-enabled (NETSURF_USE_PNG := AUTO) M.CONFIG: BMP (libnsbmp) auto-enabled (NETSURF_USE_BMP := AUTO) M.CONFIG: GIF (libnsgif) auto-enabled (NETSURF_USE_GIF := AUTO) M.CONFIG: SVG (libsvgtiny) auto-enabled (NETSURF_USE_NSSVG := AUTO) M.CONFIG: Sprite (librosprite) auto-enabled (NETSURF_USE_ROSPRITE := AUTO) M.CONFIG: PSL (libnspsl) auto-enabled (NETSURF_USE_NSPSL := AUTO) M.CONFIG: LOG (libnslog) auto-enabled (NETSURF_USE_NSLOG := AUTO) M.CONFIG: freetype2 (freetype2) auto-enabled (NETSURF_USE_FREETYPE2 := AUTO) PKG.CNFG: libnsfb (libnsfb) enabled PKG.CNFG: Check (check) enabled GENBIND: content/handlers/javascript/duktape/netsurf.bnd M.CONFIG: JPEG (libjpeg) enabled (NETSURF_USE_JPEG := YES) M.CONFIG: PDF export (haru) disabled (NETSURF_USE_HARU_PDF := NO) M.CONFIG: glibc internal iconv disabled (NETSURF_USE_LIBICONV_PLUG := NO) M.CONFIG: Javascript (Duktape) enabled (NETSURF_USE_DUKTAPE := YES) PKG.CNFG: CSS (libcss) enabled PKG.CNFG: DOM (libdom) enabled PKG.CNFG: nsutils (libnsutils) enabled M.CONFIG: Curl (libcurl) enabled (NETSURF_USE_CURL := YES) M.CONFIG: OpenSSL (openssl) auto-enabled (NETSURF_USE_OPENSSL := AUTO) M.CONFIG: utf8 (libutf8proc) enabled (NETSURF_USE_UTF8PROC := YES) M.CONFIG: WEBP (libwebp) enabled (NETSURF_USE_WEBP := YES) M.CONFIG: PNG (libpng) auto-enabled (NETSURF_USE_PNG := AUTO) M.CONFIG: BMP (libnsbmp) auto-enabled (NETSURF_USE_BMP := AUTO) M.CONFIG: GIF (libnsgif) auto-enabled (NETSURF_USE_GIF := AUTO) M.CONFIG: SVG (libsvgtiny) auto-enabled (NETSURF_USE_NSSVG := AUTO) M.CONFIG: Sprite (librosprite) auto-enabled (NETSURF_USE_ROSPRITE := AUTO) M.CONFIG: PSL (libnspsl) auto-enabled (NETSURF_USE_NSPSL := AUTO) M.CONFIG: LOG (libnslog) auto-enabled (NETSURF_USE_NSLOG := AUTO) M.CONFIG: freetype2 (freetype2) auto-enabled (NETSURF_USE_FREETYPE2 := AUTO) PKG.CNFG: libnsfb (libnsfb) enabled PKG.CNFG: Check (check) enabled MKDIR: build/Linux-framebuffer MKDIR: build/Linux-framebuffer/deps COMPILE: build/Linux-framebuffer/duktape/application_cache.c COMPILE: build/Linux-framebuffer/duktape/attr.c COMPILE: build/Linux-framebuffer/duktape/audio_track.c COMPILE: build/Linux-framebuffer/duktape/audio_track_list.c COMPILE: build/Linux-framebuffer/duktape/autocomplete_error_event.c COMPILE: build/Linux-framebuffer/duktape/autocomplete_error_event_init.c COMPILE: build/Linux-framebuffer/duktape/bar_prop.c COMPILE: build/Linux-framebuffer/duktape/before_unload_event.c COMPILE: build/Linux-framebuffer/duktape/binding.c COMPILE: build/Linux-framebuffer/duktape/broadcast_channel.c COMPILE: build/Linux-framebuffer/duktape/canvas_gradient.c COMPILE: build/Linux-framebuffer/duktape/canvas_pattern.c COMPILE: build/Linux-framebuffer/duktape/canvas_proxy.c COMPILE: build/Linux-framebuffer/duktape/canvas_rendering_context2d.c COMPILE: build/Linux-framebuffer/duktape/canvas_rendering_context2d_settings.c COMPILE: build/Linux-framebuffer/duktape/character_data.c COMPILE: build/Linux-framebuffer/duktape/close_event.c COMPILE: build/Linux-framebuffer/duktape/close_event_init.c COMPILE: build/Linux-framebuffer/duktape/comment.c COMPILE: build/Linux-framebuffer/duktape/composition_event.c COMPILE: build/Linux-framebuffer/duktape/composition_event_init.c COMPILE: build/Linux-framebuffer/duktape/console.c COMPILE: build/Linux-framebuffer/duktape/css.c COMPILE: build/Linux-framebuffer/duktape/css_grouping_rule.c COMPILE: build/Linux-framebuffer/duktape/css_import_rule.c COMPILE: build/Linux-framebuffer/duktape/css_margin_rule.c COMPILE: build/Linux-framebuffer/duktape/css_media_rule.c COMPILE: build/Linux-framebuffer/duktape/css_namespace_rule.c COMPILE: build/Linux-framebuffer/duktape/css_page_rule.c COMPILE: build/Linux-framebuffer/duktape/css_rule.c COMPILE: build/Linux-framebuffer/duktape/css_rule_list.c COMPILE: build/Linux-framebuffer/duktape/css_style_declaration.c COMPILE: build/Linux-framebuffer/duktape/css_style_rule.c COMPILE: build/Linux-framebuffer/duktape/css_style_sheet.c COMPILE: build/Linux-framebuffer/duktape/custom_event.c COMPILE: build/Linux-framebuffer/duktape/custom_event_init.c COMPILE: build/Linux-framebuffer/duktape/data_transfer.c COMPILE: build/Linux-framebuffer/duktape/data_transfer_item.c COMPILE: build/Linux-framebuffer/duktape/data_transfer_item_list.c COMPILE: build/Linux-framebuffer/duktape/dedicated_worker_global_scope.c COMPILE: build/Linux-framebuffer/duktape/document.c COMPILE: build/Linux-framebuffer/duktape/document_fragment.c COMPILE: build/Linux-framebuffer/duktape/document_type.c COMPILE: build/Linux-framebuffer/duktape/dom_element_map.c COMPILE: build/Linux-framebuffer/duktape/dom_implementation.c COMPILE: build/Linux-framebuffer/duktape/dom_parser.c COMPILE: build/Linux-framebuffer/duktape/dom_settable_token_list.c COMPILE: build/Linux-framebuffer/duktape/dom_string_map.c COMPILE: build/Linux-framebuffer/duktape/dom_token_list.c COMPILE: build/Linux-framebuffer/duktape/drag_event.c COMPILE: build/Linux-framebuffer/duktape/drag_event_init.c COMPILE: build/Linux-framebuffer/duktape/drawing_style.c COMPILE: build/Linux-framebuffer/duktape/element.c COMPILE: build/Linux-framebuffer/duktape/error_event.c COMPILE: build/Linux-framebuffer/duktape/error_event_init.c COMPILE: build/Linux-framebuffer/duktape/event.c COMPILE: build/Linux-framebuffer/duktape/event_init.c COMPILE: build/Linux-framebuffer/duktape/event_listener.c COMPILE: build/Linux-framebuffer/duktape/event_modifier_init.c COMPILE: build/Linux-framebuffer/duktape/event_source.c COMPILE: build/Linux-framebuffer/duktape/event_source_init.c COMPILE: build/Linux-framebuffer/duktape/event_target.c COMPILE: build/Linux-framebuffer/duktape/external.c COMPILE: build/Linux-framebuffer/duktape/focus_event.c COMPILE: build/Linux-framebuffer/duktape/focus_event_init.c COMPILE: build/Linux-framebuffer/duktape/hash_change_event.c COMPILE: build/Linux-framebuffer/duktape/hash_change_event_init.c COMPILE: build/Linux-framebuffer/duktape/history.c COMPILE: build/Linux-framebuffer/duktape/hit_region_options.c COMPILE: build/Linux-framebuffer/duktape/html_all_collection.c COMPILE: build/Linux-framebuffer/duktape/html_anchor_element.c COMPILE: build/Linux-framebuffer/duktape/html_applet_element.c COMPILE: build/Linux-framebuffer/duktape/html_area_element.c COMPILE: build/Linux-framebuffer/duktape/html_audio_element.c COMPILE: build/Linux-framebuffer/duktape/html_base_element.c COMPILE: build/Linux-framebuffer/duktape/html_body_element.c COMPILE: build/Linux-framebuffer/duktape/html_br_element.c COMPILE: build/Linux-framebuffer/duktape/html_button_element.c COMPILE: build/Linux-framebuffer/duktape/html_canvas_element.c COMPILE: build/Linux-framebuffer/duktape/html_collection.c COMPILE: build/Linux-framebuffer/duktape/html_data_element.c COMPILE: build/Linux-framebuffer/duktape/html_data_list_element.c COMPILE: build/Linux-framebuffer/duktape/html_details_element.c COMPILE: build/Linux-framebuffer/duktape/html_dialog_element.c COMPILE: build/Linux-framebuffer/duktape/html_directory_element.c COMPILE: build/Linux-framebuffer/duktape/html_div_element.c COMPILE: build/Linux-framebuffer/duktape/html_dlist_element.c COMPILE: build/Linux-framebuffer/duktape/html_element.c COMPILE: build/Linux-framebuffer/duktape/html_embed_element.c COMPILE: build/Linux-framebuffer/duktape/html_field_set_element.c COMPILE: build/Linux-framebuffer/duktape/html_font_element.c COMPILE: build/Linux-framebuffer/duktape/html_form_controls_collection.c COMPILE: build/Linux-framebuffer/duktape/html_form_element.c COMPILE: build/Linux-framebuffer/duktape/html_frame_element.c COMPILE: build/Linux-framebuffer/duktape/html_frame_set_element.c COMPILE: build/Linux-framebuffer/duktape/html_head_element.c COMPILE: build/Linux-framebuffer/duktape/html_heading_element.c COMPILE: build/Linux-framebuffer/duktape/html_hr_element.c COMPILE: build/Linux-framebuffer/duktape/html_html_element.c COMPILE: build/Linux-framebuffer/duktape/html_iframe_element.c COMPILE: build/Linux-framebuffer/duktape/html_image_element.c COMPILE: build/Linux-framebuffer/duktape/html_input_element.c COMPILE: build/Linux-framebuffer/duktape/html_keygen_element.c COMPILE: build/Linux-framebuffer/duktape/html_label_element.c COMPILE: build/Linux-framebuffer/duktape/html_legend_element.c COMPILE: build/Linux-framebuffer/duktape/html_li_element.c COMPILE: build/Linux-framebuffer/duktape/html_link_element.c COMPILE: build/Linux-framebuffer/duktape/html_map_element.c COMPILE: build/Linux-framebuffer/duktape/html_marquee_element.c COMPILE: build/Linux-framebuffer/duktape/html_media_element.c COMPILE: build/Linux-framebuffer/duktape/html_menu_element.c COMPILE: build/Linux-framebuffer/duktape/html_menu_item_element.c COMPILE: build/Linux-framebuffer/duktape/html_meta_element.c COMPILE: build/Linux-framebuffer/duktape/html_meter_element.c COMPILE: build/Linux-framebuffer/duktape/html_mod_element.c COMPILE: build/Linux-framebuffer/duktape/html_object_element.c COMPILE: build/Linux-framebuffer/duktape/html_olist_element.c COMPILE: build/Linux-framebuffer/duktape/html_opt_group_element.c COMPILE: build/Linux-framebuffer/duktape/html_option_element.c COMPILE: build/Linux-framebuffer/duktape/html_options_collection.c COMPILE: build/Linux-framebuffer/duktape/html_output_element.c COMPILE: build/Linux-framebuffer/duktape/html_paragraph_element.c COMPILE: build/Linux-framebuffer/duktape/html_param_element.c COMPILE: build/Linux-framebuffer/duktape/html_picture_element.c COMPILE: build/Linux-framebuffer/duktape/html_pre_element.c COMPILE: build/Linux-framebuffer/duktape/html_progress_element.c COMPILE: build/Linux-framebuffer/duktape/html_quote_element.c COMPILE: build/Linux-framebuffer/duktape/html_script_element.c COMPILE: build/Linux-framebuffer/duktape/html_select_element.c COMPILE: build/Linux-framebuffer/duktape/html_source_element.c COMPILE: build/Linux-framebuffer/duktape/html_span_element.c COMPILE: build/Linux-framebuffer/duktape/html_style_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_caption_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_cell_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_col_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_data_cell_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_header_cell_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_row_element.c COMPILE: build/Linux-framebuffer/duktape/html_table_section_element.c COMPILE: build/Linux-framebuffer/duktape/html_template_element.c COMPILE: build/Linux-framebuffer/duktape/html_text_area_element.c COMPILE: build/Linux-framebuffer/duktape/html_time_element.c COMPILE: build/Linux-framebuffer/duktape/html_title_element.c COMPILE: build/Linux-framebuffer/duktape/html_track_element.c COMPILE: build/Linux-framebuffer/duktape/html_ulist_element.c COMPILE: build/Linux-framebuffer/duktape/html_unknown_element.c COMPILE: build/Linux-framebuffer/duktape/html_video_element.c COMPILE: build/Linux-framebuffer/duktape/image_bitmap.c COMPILE: build/Linux-framebuffer/duktape/image_data.c COMPILE: build/Linux-framebuffer/duktape/keyboard_event.c COMPILE: build/Linux-framebuffer/duktape/keyboard_event_init.c COMPILE: build/Linux-framebuffer/duktape/location.c COMPILE: build/Linux-framebuffer/duktape/media_controller.c COMPILE: build/Linux-framebuffer/duktape/media_error.c COMPILE: build/Linux-framebuffer/duktape/media_list.c COMPILE: build/Linux-framebuffer/duktape/message_channel.c COMPILE: build/Linux-framebuffer/duktape/message_event.c COMPILE: build/Linux-framebuffer/duktape/message_event_init.c COMPILE: build/Linux-framebuffer/duktape/message_port.c COMPILE: build/Linux-framebuffer/duktape/mime_type.c COMPILE: build/Linux-framebuffer/duktape/mime_type_array.c COMPILE: build/Linux-framebuffer/duktape/mouse_event.c COMPILE: build/Linux-framebuffer/duktape/mouse_event_init.c COMPILE: build/Linux-framebuffer/duktape/mutation_event.c COMPILE: build/Linux-framebuffer/duktape/mutation_observer.c COMPILE: build/Linux-framebuffer/duktape/mutation_observer_init.c COMPILE: build/Linux-framebuffer/duktape/mutation_record.c COMPILE: build/Linux-framebuffer/duktape/named_node_map.c COMPILE: build/Linux-framebuffer/duktape/navigator.c COMPILE: build/Linux-framebuffer/duktape/node.c COMPILE: build/Linux-framebuffer/duktape/node_filter.c COMPILE: build/Linux-framebuffer/duktape/node_iterator.c COMPILE: build/Linux-framebuffer/duktape/node_list.c COMPILE: build/Linux-framebuffer/duktape/page_transition_event.c COMPILE: build/Linux-framebuffer/duktape/page_transition_event_init.c COMPILE: build/Linux-framebuffer/duktape/path2d.c COMPILE: build/Linux-framebuffer/duktape/plugin.c COMPILE: build/Linux-framebuffer/duktape/plugin_array.c COMPILE: build/Linux-framebuffer/duktape/pop_state_event.c COMPILE: build/Linux-framebuffer/duktape/pop_state_event_init.c COMPILE: build/Linux-framebuffer/duktape/processing_instruction.c COMPILE: build/Linux-framebuffer/duktape/pseudo_element.c COMPILE: build/Linux-framebuffer/duktape/radio_node_list.c COMPILE: build/Linux-framebuffer/duktape/range.c COMPILE: build/Linux-framebuffer/duktape/related_event.c COMPILE: build/Linux-framebuffer/duktape/related_event_init.c COMPILE: build/Linux-framebuffer/duktape/shared_worker.c COMPILE: build/Linux-framebuffer/duktape/shared_worker_global_scope.c COMPILE: build/Linux-framebuffer/duktape/storage.c COMPILE: build/Linux-framebuffer/duktape/storage_event.c COMPILE: build/Linux-framebuffer/duktape/storage_event_init.c COMPILE: build/Linux-framebuffer/duktape/style_sheet.c COMPILE: build/Linux-framebuffer/duktape/style_sheet_list.c COMPILE: build/Linux-framebuffer/duktape/svg_element.c COMPILE: build/Linux-framebuffer/duktape/text.c COMPILE: build/Linux-framebuffer/duktape/text_metrics.c COMPILE: build/Linux-framebuffer/duktape/text_track.c COMPILE: build/Linux-framebuffer/duktape/text_track_cue.c COMPILE: build/Linux-framebuffer/duktape/text_track_cue_list.c COMPILE: build/Linux-framebuffer/duktape/text_track_list.c COMPILE: build/Linux-framebuffer/duktape/time_ranges.c COMPILE: build/Linux-framebuffer/duktape/touch.c COMPILE: build/Linux-framebuffer/duktape/track_event.c COMPILE: build/Linux-framebuffer/duktape/track_event_init.c COMPILE: build/Linux-framebuffer/duktape/tree_walker.c COMPILE: build/Linux-framebuffer/duktape/ui_event.c COMPILE: build/Linux-framebuffer/duktape/ui_event_init.c COMPILE: build/Linux-framebuffer/duktape/url.c COMPILE: build/Linux-framebuffer/duktape/url_search_params.c COMPILE: build/Linux-framebuffer/duktape/validity_state.c COMPILE: build/Linux-framebuffer/duktape/video_track.c COMPILE: build/Linux-framebuffer/duktape/video_track_list.c COMPILE: build/Linux-framebuffer/duktape/web_socket.c COMPILE: build/Linux-framebuffer/duktape/wheel_event.c COMPILE: build/Linux-framebuffer/duktape/wheel_event_init.c COMPILE: build/Linux-framebuffer/duktape/window.c COMPILE: build/Linux-framebuffer/duktape/worker.c COMPILE: build/Linux-framebuffer/duktape/worker_global_scope.c COMPILE: build/Linux-framebuffer/duktape/worker_location.c COMPILE: build/Linux-framebuffer/duktape/worker_navigator.c COMPILE: build/Linux-framebuffer/duktape/xml_document.c COMPILE: build/Linux-framebuffer/duktape/xml_serializer.c MKDIR: build/Linux-framebuffer/tools BUILD CC: build/Linux-framebuffer/tools/convert_image CONVERT: frontends/framebuffer/res/pointers/caret.png (caret_image) Pointer detected. Adjusted hotspot at 3, 8 (0-based) COMPILE: build/Linux-framebuffer/image-caret_image.c CONVERT: frontends/framebuffer/res/pointers/point.png (hand_image) Pointer detected. Adjusted hotspot at 4, 0 (0-based) COMPILE: build/Linux-framebuffer/image-hand_image.c CONVERT: frontends/framebuffer/res/icons/history.png (history_image) COMPILE: build/Linux-framebuffer/image-history_image.c CONVERT: frontends/framebuffer/res/icons/history_g.png (history_image_g) COMPILE: build/Linux-framebuffer/image-history_image_g.c CONVERT: frontends/framebuffer/res/icons/back.png (left_arrow) COMPILE: build/Linux-framebuffer/image-left_arrow.c CONVERT: frontends/framebuffer/res/icons/back_g.png (left_arrow_g) COMPILE: build/Linux-framebuffer/image-left_arrow_g.c CONVERT: frontends/framebuffer/res/pointers/menu.png (menu_image) Pointer detected. Adjusted hotspot at 8, 3 (0-based) COMPILE: build/Linux-framebuffer/image-menu_image.c CONVERT: frontends/framebuffer/res/pointers/move.png (move_image) Pointer detected. Adjusted hotspot at 6, 0 (0-based) COMPILE: build/Linux-framebuffer/image-move_image.c CONVERT: frontends/framebuffer/res/icons/osk.png (osk_image) COMPILE: build/Linux-framebuffer/image-osk_image.c CONVERT: frontends/framebuffer/res/pointers/default.png (pointer_image) Pointer detected. Adjusted hotspot at 0, 0 (0-based) COMPILE: build/Linux-framebuffer/image-pointer_image.c CONVERT: frontends/framebuffer/res/pointers/progress.png (progress_image) Pointer detected. Adjusted hotspot at 0, 0 (0-based) COMPILE: build/Linux-framebuffer/image-progress_image.c CONVERT: frontends/framebuffer/res/icons/reload.png (reload) COMPILE: build/Linux-framebuffer/image-reload.c CONVERT: frontends/framebuffer/res/icons/reload_g.png (reload_g) COMPILE: build/Linux-framebuffer/image-reload_g.c CONVERT: frontends/framebuffer/res/icons/forward.png (right_arrow) COMPILE: build/Linux-framebuffer/image-right_arrow.c CONVERT: frontends/framebuffer/res/icons/forward_g.png (right_arrow_g) COMPILE: build/Linux-framebuffer/image-right_arrow_g.c CONVERT: frontends/framebuffer/res/icons/scrolld.png (scrolld) COMPILE: build/Linux-framebuffer/image-scrolld.c CONVERT: frontends/framebuffer/res/icons/scrolll.png (scrolll) COMPILE: build/Linux-framebuffer/image-scrolll.c CONVERT: frontends/framebuffer/res/icons/scrollr.png (scrollr) COMPILE: build/Linux-framebuffer/image-scrollr.c CONVERT: frontends/framebuffer/res/icons/scrollu.png (scrollu) COMPILE: build/Linux-framebuffer/image-scrollu.c CONVERT: frontends/framebuffer/res/icons/stop.png (stop_image) COMPILE: build/Linux-framebuffer/image-stop_image.c CONVERT: frontends/framebuffer/res/icons/stop_g.png (stop_image_g) COMPILE: build/Linux-framebuffer/image-stop_image_g.c CONVERT: frontends/framebuffer/res/throbber/throbber0.png (throbber0) COMPILE: build/Linux-framebuffer/image-throbber0.c CONVERT: frontends/framebuffer/res/throbber/throbber1.png (throbber1) COMPILE: build/Linux-framebuffer/image-throbber1.c CONVERT: frontends/framebuffer/res/throbber/throbber2.png (throbber2) COMPILE: build/Linux-framebuffer/image-throbber2.c CONVERT: frontends/framebuffer/res/throbber/throbber3.png (throbber3) COMPILE: build/Linux-framebuffer/image-throbber3.c CONVERT: frontends/framebuffer/res/throbber/throbber4.png (throbber4) COMPILE: build/Linux-framebuffer/image-throbber4.c CONVERT: frontends/framebuffer/res/throbber/throbber5.png (throbber5) COMPILE: build/Linux-framebuffer/image-throbber5.c CONVERT: frontends/framebuffer/res/throbber/throbber6.png (throbber6) COMPILE: build/Linux-framebuffer/image-throbber6.c CONVERT: frontends/framebuffer/res/throbber/throbber7.png (throbber7) COMPILE: build/Linux-framebuffer/image-throbber7.c CONVERT: frontends/framebuffer/res/throbber/throbber8.png (throbber8) COMPILE: build/Linux-framebuffer/image-throbber8.c COMPILE: content/content.c COMPILE: content/content_factory.c COMPILE: content/dirlist.c COMPILE: content/fetch.c TESTMENT: build/Linux-framebuffer/testament.h COMPILE: content/fetchers/about.c COMPILE: content/fetchers/curl.c COMPILE: content/fetchers/data.c COMPILE: content/fetchers/file.c COMPILE: content/fetchers/resource.c COMPILE: content/handlers/css/css.c COMPILE: content/handlers/css/dump.c COMPILE: content/handlers/css/hints.c COMPILE: content/handlers/css/internal.c COMPILE: content/handlers/css/select.c COMPILE: content/handlers/css/utils.c COMPILE: content/handlers/html/box_construct.c COMPILE: content/handlers/html/box_inspect.c COMPILE: content/handlers/html/box_manipulate.c COMPILE: content/handlers/html/box_normalise.c COMPILE: content/handlers/html/box_special.c COMPILE: content/handlers/html/box_textarea.c COMPILE: content/handlers/html/css.c COMPILE: content/handlers/html/css_fetcher.c COMPILE: content/handlers/html/dom_event.c COMPILE: content/handlers/html/font.c COMPILE: content/handlers/html/form.c COMPILE: content/handlers/html/forms.c COMPILE: content/handlers/html/html.c COMPILE: content/handlers/html/imagemap.c COMPILE: content/handlers/html/interaction.c COMPILE: content/handlers/html/layout.c COMPILE: content/handlers/html/object.c COMPILE: content/handlers/html/redraw.c COMPILE: content/handlers/html/redraw_border.c COMPILE: content/handlers/html/script.c COMPILE: content/handlers/html/table.c COMPILE: content/handlers/html/textselection.c COMPILE: content/handlers/image/bmp.c COMPILE: content/handlers/image/gif.c COMPILE: content/handlers/image/ico.c COMPILE: content/handlers/image/image.c COMPILE: content/handlers/image/image_cache.c COMPILE: content/handlers/image/jpeg.c COMPILE: content/handlers/image/nssprite.c content/handlers/image/nssprite.c: In function 'nssprite_convert': content/handlers/image/nssprite.c:124:23: warning: cast increases required alignment of target type [-Wcast-align] 124 | uint32_t* imagebuf = (uint32_t *)guit->bitmap->get_buffer(nssprite->bitmap); | ^ COMPILE: content/handlers/image/png.c COMPILE: content/handlers/image/svg.c COMPILE: content/handlers/image/webp.c COMPILE: content/handlers/javascript/content.c XXD: content/handlers/javascript/duktape/generics.js XXD: content/handlers/javascript/duktape/polyfill.js COMPILE: content/handlers/javascript/duktape/dukky.c COMPILE: content/handlers/javascript/duktape/duktape.c COMPILE: content/handlers/javascript/fetcher.c COMPILE: content/handlers/text/textplain.c COMPILE: content/hlcache.c COMPILE: content/llcache.c COMPILE: content/mimesniff.c COMPILE: content/no_backing_store.c COMPILE: content/textsearch.c COMPILE: content/urldb.c COMPILE: desktop/browser.c COMPILE: desktop/browser_history.c COMPILE: desktop/browser_window.c COMPILE: desktop/cookie_manager.c COMPILE: desktop/cw_helper.c COMPILE: desktop/download.c COMPILE: desktop/font_haru.c COMPILE: desktop/frames.c COMPILE: desktop/global_history.c COMPILE: desktop/gui_factory.c COMPILE: desktop/hotlist.c COMPILE: desktop/knockout.c COMPILE: desktop/local_history.c COMPILE: desktop/mouse.c COMPILE: desktop/netsurf.c COMPILE: desktop/page-info.c COMPILE: desktop/plot_style.c COMPILE: desktop/print.c COMPILE: desktop/save_complete.c COMPILE: desktop/save_pdf.c COMPILE: desktop/save_text.c COMPILE: desktop/scrollbar.c COMPILE: desktop/search.c COMPILE: desktop/searchweb.c COMPILE: desktop/selection.c COMPILE: desktop/system_colour.c COMPILE: desktop/textarea.c COMPILE: desktop/textinput.c COMPILE: desktop/treeview.c desktop/treeview.c: In function 'treeview_textarea_search_callback': desktop/treeview.c:981:44: warning: implicit conversion from 'enum ' to 'core_window_drag_status' [-Wenum-conversion] 981 | treeview__cw_drag_status(tree, tree->drag.type); | ~~~~~~~~~~^~~~~ desktop/treeview.c: In function 'treeview_textarea_callback': desktop/treeview.c:4220:44: warning: implicit conversion from 'enum ' to 'core_window_drag_status' [-Wenum-conversion] 4220 | treeview__cw_drag_status(tree, tree->drag.type); | ~~~~~~~~~~^~~~~ COMPILE: desktop/version.c COMPILE: frontends/framebuffer/bitmap.c COMPILE: frontends/framebuffer/clipboard.c COMPILE: frontends/framebuffer/corewindow.c COMPILE: frontends/framebuffer/fbtk/bitmap.c frontends/framebuffer/fbtk/bitmap.c: In function 'fb_redraw_bitmap': frontends/framebuffer/fbtk/bitmap.c:59:5: warning: cast increases required alignment of target type [-Wcast-align] 59 | (nsfb_colour_t *)widget->u.bitmap.bitmap->pixdata, | ^ COMPILE: frontends/framebuffer/fbtk/event.c COMPILE: frontends/framebuffer/fbtk/fbtk.c frontends/framebuffer/fbtk/fbtk.c: In function 'fbtk_set_ptr': frontends/framebuffer/fbtk/fbtk.c:399:4: warning: cast increases required alignment of target type [-Wcast-align] 399 | (nsfb_colour_t *)bm->pixdata, | ^ COMPILE: frontends/framebuffer/fbtk/fill.c COMPILE: frontends/framebuffer/fbtk/osk.c COMPILE: frontends/framebuffer/fbtk/scroll.c COMPILE: frontends/framebuffer/fbtk/text.c COMPILE: frontends/framebuffer/fbtk/user.c COMPILE: frontends/framebuffer/fbtk/window.c COMPILE: frontends/framebuffer/fetch.c COMPILE: frontends/framebuffer/findfile.c COMPILE: frontends/framebuffer/font_freetype.c COMPILE: frontends/framebuffer/framebuffer.c frontends/framebuffer/framebuffer.c: In function 'framebuffer_plot_bitmap': frontends/framebuffer/framebuffer.c:349:9: warning: cast increases required alignment of target type [-Wcast-align] 349 | if ((*(nsfb_colour_t *)bmptr & 0xff000000) != 0) { | ^ frontends/framebuffer/framebuffer.c:351:14: warning: cast increases required alignment of target type [-Wcast-align] 351 | *(nsfb_colour_t *)bmptr)) { | ^ frontends/framebuffer/framebuffer.c:366:14: warning: cast increases required alignment of target type [-Wcast-align] 366 | *(nsfb_colour_t *)bmptr)) { | ^ frontends/framebuffer/framebuffer.c:393:4: warning: cast increases required alignment of target type [-Wcast-align] 393 | (nsfb_colour_t *)bmptr, bmwidth, bmheight, | ^ frontends/framebuffer/framebuffer.c: In function 'framebuffer_set_cursor': frontends/framebuffer/framebuffer.c:646:34: warning: cast increases required alignment of target type [-Wcast-align] 646 | return nsfb_cursor_set(nsfb, (nsfb_colour_t *)bm->pixdata, bm->width, bm->height, bm->width, bm->hot_x, bm->hot_y); | ^ COMPILE: frontends/framebuffer/gui.c COMPILE: frontends/framebuffer/local_history.c COMPILE: frontends/framebuffer/schedule.c COMPILE: utils/bloom.c COMPILE: utils/corestrings.c COMPILE: utils/file.c COMPILE: utils/filename.c COMPILE: utils/filepath.c COMPILE: utils/hashmap.c COMPILE: utils/hashtable.c COMPILE: utils/http/cache-control.c COMPILE: utils/http/challenge.c COMPILE: utils/http/content-disposition.c COMPILE: utils/http/content-type.c COMPILE: utils/http/generics.c COMPILE: utils/http/parameter.c COMPILE: utils/http/primitives.c COMPILE: utils/http/strict-transport-security.c COMPILE: utils/http/www-authenticate.c COMPILE: utils/idna.c COMPILE: utils/libdom.c COMPILE: utils/log.c COMPILE: utils/messages.c COMPILE: utils/nscolour.c COMPILE: utils/nsoption.c COMPILE: utils/nsurl/nsurl.c COMPILE: utils/nsurl/parse.c COMPILE: utils/punycode.c COMPILE: utils/ssl_certs.c COMPILE: utils/talloc.c COMPILE: utils/time.c COMPILE: utils/url.c COMPILE: utils/useragent.c COMPILE: utils/utf8.c COMPILE: utils/utils.c MSGSPLIT: Language: de Filter: fb MSGSPLIT: Language: en Filter: fb MSGSPLIT: Language: fr Filter: fb MSGSPLIT: Language: it Filter: fb MSGSPLIT: Language: nl Filter: fb LINK: nsfb make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/netsurf' touch /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr/build-stamp make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10' >>> netsurf 3.10 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10 TARGET=framebuffer BISON="/nvmedata/autobuild/instance-27/output-1/host/bin/bison" FLEX="/nvmedata/autobuild/instance-27/output-1/host/bin/flex" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" BUILD_CC="/usr/bin/gcc" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" TMP_PREFIX=/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/tmpusr NETSURF_CONFIG="BUILD_CFLAGS='-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include' BUILD_LDFLAGS='-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -lpng'" PREFIX=/usr DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10' /usr/bin/make install --directory=netsurf TARGET=framebuffer PREFIX=/usr DESTDIR=/nvmedata/autobuild/instance-27/output-1/target BUILD_CFLAGS='-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include' BUILD_LDFLAGS='-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -lpng' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/netsurf' M.CONFIG: JPEG (libjpeg) enabled (NETSURF_USE_JPEG := YES) M.CONFIG: PDF export (haru) disabled (NETSURF_USE_HARU_PDF := NO) M.CONFIG: glibc internal iconv disabled (NETSURF_USE_LIBICONV_PLUG := NO) M.CONFIG: Javascript (Duktape) enabled (NETSURF_USE_DUKTAPE := YES) PKG.CNFG: CSS (libcss) enabled PKG.CNFG: DOM (libdom) enabled PKG.CNFG: nsutils (libnsutils) enabled M.CONFIG: Curl (libcurl) enabled (NETSURF_USE_CURL := YES) M.CONFIG: OpenSSL (openssl) auto-enabled (NETSURF_USE_OPENSSL := AUTO) M.CONFIG: utf8 (libutf8proc) enabled (NETSURF_USE_UTF8PROC := YES) M.CONFIG: WEBP (libwebp) enabled (NETSURF_USE_WEBP := YES) M.CONFIG: PNG (libpng) auto-enabled (NETSURF_USE_PNG := AUTO) M.CONFIG: BMP (libnsbmp) auto-enabled (NETSURF_USE_BMP := AUTO) M.CONFIG: GIF (libnsgif) auto-enabled (NETSURF_USE_GIF := AUTO) M.CONFIG: SVG (libsvgtiny) auto-enabled (NETSURF_USE_NSSVG := AUTO) M.CONFIG: Sprite (librosprite) auto-enabled (NETSURF_USE_ROSPRITE := AUTO) M.CONFIG: PSL (libnspsl) auto-enabled (NETSURF_USE_NSPSL := AUTO) M.CONFIG: LOG (libnslog) auto-enabled (NETSURF_USE_NSLOG := AUTO) M.CONFIG: freetype2 (freetype2) auto-enabled (NETSURF_USE_FREETYPE2 := AUTO) PKG.CNFG: libnsfb (libnsfb) enabled PKG.CNFG: Check (check) enabled TESTMENT: unchanged INSTALL: /nvmedata/autobuild/instance-27/output-1/target//usr make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10/netsurf' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/netsurf-3.10' nilfs-utils-2.2.8.tar.bz2: OK (sha512: 3232390581f63de5ebe7b461b178a40dfbdaa4bc6aa96b218ea8182c5bf81b162a1e632a1c21d9f1e89fdba9393b4e268e001c335a99ce22f645a62ae3154783) >>> nilfs-utils 2.2.8 Extracting bzcat /nvmedata/autobuild/instance-27/dl/nilfs-utils/nilfs-utils-2.2.8.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8 -xf - >>> nilfs-utils 2.2.8 Patching Applying 0001-nilfs_cleanerd-link-dynamically.patch using patch: patching file sbin/cleanerd/Makefile.am >>> nilfs-utils 2.2.8 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8 -name $file); do cp support/gnuconfig/$file $i; done; done >>> nilfs-utils 2.2.8 Configuring >>> nilfs-utils 2.2.8 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:12: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:12: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:12: the top level configure.ac:17: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:17: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:17: the top level configure.ac:23: warning: The macro `AC_GNU_SOURCE' is obsolete. configure.ac:23: You should run autoupdate. ./lib/autoconf/specific.m4:312: AC_GNU_SOURCE is expanded from... configure.ac:23: the top level configure.ac:24: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:24: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:24: the top level configure.ac:97: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:97: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:97: the top level configure.ac:146: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:146: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:146: the top level configure.ac:161: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.ac:161: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.ac:161: the top level configure.ac:16: installing './compile' configure.ac:10: installing './missing' bin/Makefile.am: installing './depcomp' >>> nilfs-utils 2.2.8 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/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 /nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-selinux ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/time.h... yes checking for vfork.h... no checking for sys/param.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 ldconfig... /nvmedata/autobuild/instance-27/output-1/host/bin/ldconfig checking for uuid_generate in -luuid... yes checking for mq_open... yes checking for sem_open... yes checking for clock_gettime... yes checking for egrep... (cached) /bin/grep -E checking for sys/wait.h that is POSIX.1 compatible... yes checking for ctype.h... yes checking for err.h... yes checking for fcntl.h... yes checking for grp.h... yes checking for libintl.h... yes checking for limits.h... yes checking for linux/magic.h... yes checking for linux/types.h... yes checking for locale.h... yes checking for mntent.h... yes checking for mqueue.h... yes checking for paths.h... yes checking for poll.h... yes checking for pwd.h... yes checking for semaphore.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/mount.h... yes checking for sys/time.h... (cached) yes checking for syslog.h... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for blkid_new_probe_from_filename in -lblkid... yes checking for blkid/blkid.h... yes checking for mnt_context_do_mount in -lmount... yes checking for libmount/libmount.h... 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 pid_t... yes checking for size_t... yes checking for ssize_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working volatile... yes checking for working alloca.h... yes checking for alloca... yes checking for uid_t in sys/types.h... yes checking for working chown... no checking for error_at_line... yes checking for fork... yes checking for vfork... yes checking for getpagesize... yes checking for vprintf... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc needs -traditional... no checking whether lstat correctly handles trailing slash... no checking whether lstat accepts an empty string... yes checking whether lstat correctly handles trailing slash... (cached) no checking for GNU libc compatible malloc... (cached) yes checking for working mmap... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking return type of signal handlers... void checking whether stat accepts an empty string... yes checking for strftime... yes checking for posix_memalign... yes checking for alarm... yes checking for atexit... yes checking for ftruncate... yes checking for getcwd... yes checking for getgrgid... yes checking for getmntent_r... yes checking for getpwuid... yes checking for gettimeofday... yes checking for localtime_r... yes checking for memmove... yes checking for memset... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking for strtok_r... yes checking for strtoul... yes checking for strtoull... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating bin/Makefile config.status: creating include/Makefile config.status: creating lib/Makefile config.status: creating man/Makefile config.status: creating sbin/Makefile config.status: creating sbin/cleanerd/Makefile config.status: creating sbin/mkfs/Makefile config.status: creating sbin/mount/Makefile config.status: creating sbin/nilfs-tune/Makefile config.status: creating sbin/nilfs-clean/Makefile config.status: creating sbin/nilfs-resize/Makefile config.status: creating scripts/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, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> nilfs-utils 2.2.8 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' Making all in lib make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o nilfs.lo nilfs.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c nilfs.c -fPIC -DPIC -o .libs/nilfs.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o sb.lo sb.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c sb.c -fPIC -DPIC -o .libs/sb.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o realpath.lo realpath.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c realpath.c -fPIC -DPIC -o .libs/realpath.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o librealpath.la realpath.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru .libs/librealpath.a .libs/realpath.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/librealpath.a libtool: link: ( cd ".libs" && rm -f "librealpath.la" && ln -s "../librealpath.la" "librealpath.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o crc32.lo crc32.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c crc32.c -fPIC -DPIC -o .libs/crc32.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o libcrc32.la crc32.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru .libs/libcrc32.a .libs/crc32.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/libcrc32.a libtool: link: ( cd ".libs" && rm -f "libcrc32.la" && ln -s "../libcrc32.la" "libcrc32.la" ) /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -version-info 2:4:2 -o libnilfs.la -rpath /usr/lib nilfs.lo sb.lo librealpath.la libcrc32.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/nilfs.o .libs/sb.o -Wl,--whole-archive ./.libs/librealpath.a ./.libs/libcrc32.a -Wl,--no-whole-archive -O2 -g0 -Wl,-soname -Wl,libnilfs.so.0 -o .libs/libnilfs.so.0.2.4 libtool: link: (cd ".libs" && rm -f "libnilfs.so.0" && ln -s "libnilfs.so.0.2.4" "libnilfs.so.0") libtool: link: (cd ".libs" && rm -f "libnilfs.so" && ln -s "libnilfs.so.0.2.4" "libnilfs.so") libtool: link: ( cd ".libs" && rm -f "libnilfs.la" && ln -s "../libnilfs.la" "libnilfs.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o gc.lo gc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c gc.c -fPIC -DPIC -o .libs/gc.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o vector.lo vector.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c vector.c -fPIC -DPIC -o .libs/vector.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o cnoconv.lo cnoconv.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c cnoconv.c -fPIC -DPIC -o .libs/cnoconv.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o cnormap.lo cnormap.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c cnormap.c -fPIC -DPIC -o .libs/cnormap.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -version-info 2:1:2 -o libnilfsgc.la -rpath /usr/lib gc.lo vector.lo cnoconv.lo cnormap.lo libnilfs.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/gc.o .libs/vector.o .libs/cnoconv.o .libs/cnormap.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs ./.libs/libnilfs.so -O2 -g0 -Wl,-soname -Wl,libnilfsgc.so.0 -o .libs/libnilfsgc.so.0.2.1 libtool: link: (cd ".libs" && rm -f "libnilfsgc.so.0" && ln -s "libnilfsgc.so.0.2.1" "libnilfsgc.so.0") libtool: link: (cd ".libs" && rm -f "libnilfsgc.so" && ln -s "libnilfsgc.so.0.2.1" "libnilfsgc.so") libtool: link: ( cd ".libs" && rm -f "libnilfsgc.la" && ln -s "../libnilfsgc.la" "libnilfsgc.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o cleaner_ctl.lo cleaner_ctl.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c cleaner_ctl.c -fPIC -DPIC -o .libs/cleaner_ctl.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o cleaner_exec.lo cleaner_exec.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c cleaner_exec.c -fPIC -DPIC -o .libs/cleaner_exec.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o libcleanerexec.la cleaner_exec.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru .libs/libcleanerexec.a .libs/cleaner_exec.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/libcleanerexec.a libtool: link: ( cd ".libs" && rm -f "libcleanerexec.la" && ln -s "../libcleanerexec.la" "libcleanerexec.la" ) /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -version-info 1:0:1 -o libnilfscleaner.la -rpath /usr/lib cleaner_ctl.lo librealpath.la libcleanerexec.la -luuid libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/cleaner_ctl.o -Wl,--whole-archive ./.libs/librealpath.a ./.libs/libcleanerexec.a -Wl,--no-whole-archive -luuid -O2 -g0 -Wl,-soname -Wl,libnilfscleaner.so.0 -o .libs/libnilfscleaner.so.0.1.0 libtool: link: (cd ".libs" && rm -f "libnilfscleaner.so.0" && ln -s "libnilfscleaner.so.0.1.0" "libnilfscleaner.so.0") libtool: link: (cd ".libs" && rm -f "libnilfscleaner.so" && ln -s "libnilfscleaner.so.0.1.0" "libnilfscleaner.so") libtool: link: ( cd ".libs" && rm -f "libnilfscleaner.la" && ln -s "../libnilfscleaner.la" "libnilfscleaner.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o feature.lo feature.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c feature.c -fPIC -DPIC -o .libs/feature.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o libnilfsfeature.la feature.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru .libs/libnilfsfeature.a .libs/feature.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/libnilfsfeature.a libtool: link: ( cd ".libs" && rm -f "libnilfsfeature.la" && ln -s "../libnilfsfeature.la" "libnilfsfeature.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o parser.lo parser.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c parser.c -fPIC -DPIC -o .libs/parser.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o libparser.la parser.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru .libs/libparser.a .libs/parser.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/libparser.a libtool: link: ( cd ".libs" && rm -f "libparser.la" && ln -s "../libparser.la" "libparser.la" ) /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o ismounted.lo ismounted.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c ismounted.c -fPIC -DPIC -o .libs/ismounted.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o libmountchk.la ismounted.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru .libs/libmountchk.a .libs/ismounted.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/libmountchk.a libtool: link: ( cd ".libs" && rm -f "libmountchk.la" && ln -s "../libmountchk.la" "libmountchk.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib' Making all in bin make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/bin' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o chcp.o chcp.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o chcp chcp.o ../lib/libnilfs.la ../lib/libparser.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o chcp chcp.o ../lib/.libs/libnilfs.so ../lib/.libs/libparser.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dumpseg.o dumpseg.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o dumpseg dumpseg.o ../lib/libnilfs.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o dumpseg dumpseg.o ../lib/.libs/libnilfs.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o lscp.o lscp.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o lscp lscp.o ../lib/libnilfs.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o lscp lscp.o ../lib/.libs/libnilfs.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o lssu.o lssu.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o lssu lssu.o ../lib/libnilfs.la ../lib/libnilfsgc.la ../lib/libparser.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o lssu lssu.o ../lib/.libs/libnilfs.so ../lib/.libs/libnilfsgc.so /nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs/libnilfs.so ../lib/.libs/libparser.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mkcp.o mkcp.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o mkcp mkcp.o ../lib/libnilfs.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o mkcp mkcp.o ../lib/.libs/libnilfs.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o rmcp.o rmcp.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o rmcp rmcp.o ../lib/libnilfs.la ../lib/libparser.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o rmcp rmcp.o ../lib/.libs/libnilfs.so ../lib/.libs/libparser.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/bin' Making all in sbin make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin' Making all in cleanerd make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -DSYSCONFDIR=\"/etc\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o nilfs_cleanerd-cleanerd.o `test -f 'cleanerd.c' || echo './'`cleanerd.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -DSYSCONFDIR=\"/etc\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o nilfs_cleanerd-cldconfig.o `test -f 'cldconfig.c' || echo './'`cldconfig.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o nilfs_cleanerd nilfs_cleanerd-cleanerd.o nilfs_cleanerd-cldconfig.o ../../lib/libnilfs.la ../../lib/libnilfsgc.la -luuid libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o nilfs_cleanerd nilfs_cleanerd-cleanerd.o nilfs_cleanerd-cldconfig.o ../../lib/.libs/libnilfs.so ../../lib/.libs/libnilfsgc.so /nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs/libnilfs.so -luuid -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' Making all in mkfs make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mkfs.o mkfs.c In function 'parse_options', inlined from 'main' at mkfs.c:599:2: mkfs.c:1094:4: warning: 'strncpy' specified bound 80 equals destination size [-Wstringop-truncation] 1094 | strncpy(volume_label, optarg, sizeof(volume_label)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o bitops.o bitops.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o mkfs.nilfs2 mkfs.o bitops.o -lblkid -luuid -luuid ../../lib/libnilfsfeature.la ../../lib/libmountchk.la ../../lib/libcrc32.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o mkfs.nilfs2 mkfs.o bitops.o -lblkid -luuid ../../lib/.libs/libnilfsfeature.a ../../lib/.libs/libmountchk.a ../../lib/.libs/libcrc32.a make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' Making all in mount make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mount' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mount_libmount.o mount_libmount.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o sundries.o sundries.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o xmalloc.o xmalloc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o mount_attrs.o mount_attrs.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o mount.nilfs2 mount_libmount.o sundries.o xmalloc.o mount_attrs.o ../../lib/librealpath.la ../../lib/libcleanerexec.la -lmount -lblkid -luuid libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o mount.nilfs2 mount_libmount.o sundries.o xmalloc.o mount_attrs.o ../../lib/.libs/librealpath.a ../../lib/.libs/libcleanerexec.a -lmount -lblkid -luuid /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o umount_libmount.o umount_libmount.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o umount.nilfs2 umount_libmount.o sundries.o xmalloc.o mount_attrs.o ../../lib/librealpath.la ../../lib/libcleanerexec.la -lmount -lblkid -luuid libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o umount.nilfs2 umount_libmount.o sundries.o xmalloc.o mount_attrs.o ../../lib/.libs/librealpath.a ../../lib/.libs/libcleanerexec.a -lmount -lblkid -luuid make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mount' Making all in nilfs-tune make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o nilfs-tune.o nilfs-tune.c nilfs-tune.c: In function 'show_nilfs_sb': nilfs-tune.c:430:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 430 | printf("Number of segments:\t %llu\n", le64_to_cpu(sbp->s_nsegments)); | ~~~^ | | | long long unsigned int | %lu nilfs-tune.c:431:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 431 | printf("Device size:\t\t %llu\n", le64_to_cpu(sbp->s_dev_size)); | ~~~^ | | | long long unsigned int | %lu nilfs-tune.c:432:34: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 432 | printf("First data block:\t %llu\n", | ~~~^ | | | long long unsigned int | %lu nilfs-tune.c:438:35: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 438 | printf("Last checkpoint #:\t %llu\n", le64_to_cpu(sbp->s_last_cno)); | ~~~^ | | | long long unsigned int | %lu nilfs-tune.c:439:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 439 | printf("Last block address:\t %llu\n", le64_to_cpu(sbp->s_last_pseg)); | ~~~^ | | | long long unsigned int | %lu nilfs-tune.c:440:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 440 | printf("Last sequence #:\t %llu\n", le64_to_cpu(sbp->s_last_seq)); | ~~~^ | | | long long unsigned int | %lu nilfs-tune.c:441:35: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] 441 | printf("Free blocks count:\t %llu\n", | ~~~^ | | | long long unsigned int | %lu nilfs-tune.c: In function 'modify_nilfs': nilfs-tune.c:518:59: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 518 | warnx("Warning: %s: unknown incompatible features: 0x%llx", | ~~~^ | | | long long unsigned int | %lx 519 | device, features); | ~~~~~~~~ | | | __u64 {aka long unsigned int} nilfs-tune.c:524:67: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 524 | warnx("Warning: %s: unknown read-only compatible features: 0x%llx", | ~~~^ | | | long long unsigned int | %lx 525 | device, features); | ~~~~~~~~ | | | __u64 {aka long unsigned int} In function 'user_string', inlined from 'show_nilfs_sb' at nilfs-tune.c:417:2, inlined from 'modify_nilfs' at nilfs-tune.c:550:3, inlined from 'main' at nilfs-tune.c:588:9: nilfs-tune.c:256:3: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 256 | strncpy(tmp, pwd->pw_name, sizeof(tmp)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'group_string', inlined from 'show_nilfs_sb' at nilfs-tune.c:419:2, inlined from 'modify_nilfs' at nilfs-tune.c:550:3, inlined from 'main' at nilfs-tune.c:588:9: nilfs-tune.c:273:3: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 273 | strncpy(tmp, grp->gr_name, sizeof(tmp)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'parse_options', inlined from 'main' at nilfs-tune.c:571:2: nilfs-tune.c:154:4: warning: 'strncpy' specified bound 80 equals destination size [-Wstringop-truncation] 154 | strncpy(opts->label, optarg, sizeof(opts->label)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o nilfs-tune nilfs-tune.o ../../lib/libnilfs.la ../../lib/libnilfsfeature.la ../../lib/libmountchk.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o nilfs-tune nilfs-tune.o ../../lib/.libs/libnilfs.so ../../lib/.libs/libnilfsfeature.a ../../lib/.libs/libmountchk.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' Making all in nilfs-clean make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o nilfs-clean.o nilfs-clean.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o nilfs-clean nilfs-clean.o ../../lib/libnilfs.la ../../lib/libnilfscleaner.la ../../lib/libparser.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o nilfs-clean nilfs-clean.o ../../lib/.libs/libnilfs.so ../../lib/.libs/libnilfscleaner.so -luuid ../../lib/.libs/libparser.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' Making all in nilfs-resize make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o nilfs-resize.o nilfs-resize.c /bin/bash ../../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o nilfs-resize nilfs-resize.o ../../lib/libnilfs.la ../../lib/libmountchk.la ../../lib/libnilfsgc.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o nilfs-resize nilfs-resize.o ../../lib/.libs/libnilfs.so ../../lib/.libs/libmountchk.a ../../lib/.libs/libnilfsgc.so /nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs/libnilfs.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib/.libs make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin' Making all in include make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/include' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/include' Making all in man make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/man' Making all in scripts make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/scripts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/scripts' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' >>> nilfs-utils 2.2.8 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' Making install in lib make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libnilfs.la libnilfsgc.la libnilfscleaner.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libnilfs.so.0.2.4 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libnilfs.so.0.2.4 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libnilfs.so.0.2.4 libnilfs.so.0 || { rm -f libnilfs.so.0 && ln -s libnilfs.so.0.2.4 libnilfs.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libnilfs.so.0.2.4 libnilfs.so || { rm -f libnilfs.so && ln -s libnilfs.so.0.2.4 libnilfs.so; }; }) libtool: install: /usr/bin/install -c .libs/libnilfs.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libnilfs.la libtool: install: /usr/bin/install -c .libs/libnilfsgc.so.0.2.1 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libnilfsgc.so.0.2.1 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libnilfsgc.so.0.2.1 libnilfsgc.so.0 || { rm -f libnilfsgc.so.0 && ln -s libnilfsgc.so.0.2.1 libnilfsgc.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libnilfsgc.so.0.2.1 libnilfsgc.so || { rm -f libnilfsgc.so && ln -s libnilfsgc.so.0.2.1 libnilfsgc.so; }; }) libtool: install: /usr/bin/install -c .libs/libnilfsgc.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libnilfsgc.la libtool: install: /usr/bin/install -c .libs/libnilfscleaner.so.0.1.0 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libnilfscleaner.so.0.1.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libnilfscleaner.so.0.1.0 libnilfscleaner.so.0 || { rm -f libnilfscleaner.so.0 && ln -s libnilfscleaner.so.0.1.0 libnilfscleaner.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libnilfscleaner.so.0.1.0 libnilfscleaner.so || { rm -f libnilfscleaner.so && ln -s libnilfscleaner.so.0.1.0 libnilfscleaner.so; }; }) libtool: install: /usr/bin/install -c .libs/libnilfscleaner.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libnilfscleaner.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/lib' Making install in bin make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/bin' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c chcp dumpseg lscp lssu mkcp rmcp '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c chcp /nvmedata/autobuild/instance-27/output-1/target/usr/bin/chcp libtool: install: /usr/bin/install -c dumpseg /nvmedata/autobuild/instance-27/output-1/target/usr/bin/dumpseg libtool: install: /usr/bin/install -c lscp /nvmedata/autobuild/instance-27/output-1/target/usr/bin/lscp libtool: install: /usr/bin/install -c lssu /nvmedata/autobuild/instance-27/output-1/target/usr/bin/lssu libtool: install: /usr/bin/install -c mkcp /nvmedata/autobuild/instance-27/output-1/target/usr/bin/mkcp libtool: install: /usr/bin/install -c rmcp /nvmedata/autobuild/instance-27/output-1/target/usr/bin/rmcp make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/bin' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/bin' Making install in sbin make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin' Making install in cleanerd make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/etc' /usr/bin/install -c -m 644 nilfs_cleanerd.conf '/nvmedata/autobuild/instance-27/output-1/target/etc' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c nilfs_cleanerd '/nvmedata/autobuild/instance-27/output-1/target/sbin' libtool: install: /usr/bin/install -c nilfs_cleanerd /nvmedata/autobuild/instance-27/output-1/target/sbin/nilfs_cleanerd make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/cleanerd' Making install in mkfs make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c mkfs.nilfs2 '/nvmedata/autobuild/instance-27/output-1/target/sbin' libtool: install: /usr/bin/install -c mkfs.nilfs2 /nvmedata/autobuild/instance-27/output-1/target/sbin/mkfs.nilfs2 make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mkfs' Making install in mount make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mount' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mount' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c mount.nilfs2 umount.nilfs2 '/nvmedata/autobuild/instance-27/output-1/target/sbin' libtool: install: /usr/bin/install -c mount.nilfs2 /nvmedata/autobuild/instance-27/output-1/target/sbin/mount.nilfs2 libtool: install: /usr/bin/install -c umount.nilfs2 /nvmedata/autobuild/instance-27/output-1/target/sbin/umount.nilfs2 make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mount' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/mount' Making install in nilfs-tune make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c nilfs-tune '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c nilfs-tune /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/nilfs-tune make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-tune' Making install in nilfs-clean make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c nilfs-clean '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c nilfs-clean /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/nilfs-clean make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-clean' Making install in nilfs-resize make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c nilfs-resize '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c nilfs-resize /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/nilfs-resize make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin/nilfs-resize' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/sbin' Making install in include make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/include' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include' /usr/bin/install -c -m 644 nilfs.h nilfs2_fs.h nilfs_cleaner.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/include' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/include' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 lscp.1 lssu.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 nilfs_cleanerd.conf.5 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 nilfs.8 mkfs.nilfs2.8 mount.nilfs2.8 umount.nilfs2.8 mkcp.8 chcp.8 rmcp.8 dumpseg.8 nilfs_cleanerd.8 nilfs-tune.8 nilfs-clean.8 nilfs-resize.8 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/man' Making install in scripts make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/scripts' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/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 '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/scripts' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8/scripts' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nilfs-utils-2.2.8' nvme-1.12.tar.gz: OK (sha256: a75270e65a4a7a6add48f748ba216d8f68d78f90f8cb77e88e9753b74d527991) >>> nvme 1.12 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/nvme/nvme-1.12.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/nvme-1.12 -xf - >>> nvme 1.12 Patching >>> nvme 1.12 Configuring >>> nvme 1.12 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 LIBUUID=0 HAVE_SYSTEMD=1 -C /nvmedata/autobuild/instance-27/output-1/build/nvme-1.12 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nvme-1.12' NVME_VERSION = 1.12 CC nvme-print.o CC nvme-ioctl.o CC nvme-lightnvm.o CC fabrics.o CC nvme-models.o CC plugin.o CC nvme-status.o nvme-status.c: In function 'nvme_cmd_specific_status_to_errno': nvme-status.c:80:10: warning: unsigned conversion from 'int' to '__u8' {aka 'unsigned char'} changes value from '1133' to '109' [-Woverflow] 80 | return EDQUOT; | ^~~~~~ CC nvme-filters.o CC nvme-topology.o CC plugins/intel/intel-nvme.o CC plugins/lnvm/lnvm-nvme.o CC plugins/memblaze/memblaze-nvme.o CC plugins/wdc/wdc-nvme.o CC plugins/wdc/wdc-utils.o CC plugins/huawei/huawei-nvme.o CC plugins/netapp/netapp-nvme.o CC plugins/toshiba/toshiba-nvme.o CC plugins/micron/micron-nvme.o CC plugins/seagate/seagate-nvme.o CC plugins/virtium/virtium-nvme.o CC plugins/shannon/shannon-nvme.o CC plugins/dera/dera-nvme.o CC plugins/scaleflux/sfx-nvme.o CC plugins/transcend/transcend-nvme.o CC util/argconfig.o CC util/suffix.o CC util/json.o CC util/parser.o CC nvme make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nvme-1.12' >>> nvme 1.12 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 LIBUUID=0 HAVE_SYSTEMD=1 -C /nvmedata/autobuild/instance-27/output-1/build/nvme-1.12 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target PREFIX=/usr install-bin make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/nvme-1.12' rm -f /usr/local/sbin/nvme install -d /nvmedata/autobuild/instance-27/output-1/target/usr/sbin install -m 755 nvme /nvmedata/autobuild/instance-27/output-1/target/usr/sbin make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/nvme-1.12' >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.gz.4ONLq5/output' 'https://github.com/qca/open-plc-utils/archive/32408520fcebe785983a68e39ec83830a3005779/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.gz' --2022-06-04 13:27:13-- https://github.com/qca/open-plc-utils/archive/32408520fcebe785983a68e39ec83830a3005779/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.gz Resolving github.com (github.com)... 140.82.113.4 Connecting to github.com (github.com)|140.82.113.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/qca/open-plc-utils/tar.gz/32408520fcebe785983a68e39ec83830a3005779 [following] --2022-06-04 13:27:13-- https://codeload.github.com/qca/open-plc-utils/tar.gz/32408520fcebe785983a68e39ec83830a3005779 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.gz.4ONLq5/output' 0K .......... .......... .......... .......... .......... 485K 50K .......... .......... .......... .......... .......... 978K 100K .......... .......... .......... .......... .......... 84.1M 150K .......... .......... .......... .......... .......... 977K 200K .......... .......... .......... .......... .......... 86.9M 250K .......... .......... .......... .......... .......... 949K 300K .......... .......... .......... .......... .......... 1008K 350K .......... .......... .......... .......... .......... 147M 400K .......... .......... .......... .......... .......... 180M 450K .......... .......... .......... .......... .......... 145M 500K .......... .......... .......... .......... .......... 65.0M 550K .......... .......... .......... .......... .......... 178M 600K .......... .......... .......... .......... .......... 166M 650K .......... .......... .......... .......... .......... 153M 700K .......... .......... .......... .......... .......... 162M 750K .......... .......... .......... .......... .......... 178M 800K .......... .......... .......... .......... .......... 1024K 850K .......... .......... .......... .......... .......... 129M 900K .......... .......... .......... .......... .......... 177M 950K .......... .......... .......... .......... .......... 47.7M 1000K .......... .......... .......... .......... .......... 1024K 1050K .......... .......... .......... .......... .......... 69.2M 1100K .......... .......... .......... .......... .......... 127M 1150K .......... .......... .......... .......... .......... 107M 1200K .......... .......... .......... .......... .......... 84.3M 1250K .......... .......... .......... .......... .......... 1003K 1300K .......... .......... .......... .......... .......... 168M 1350K .......... .......... .......... .......... .......... 175M 1400K .......... .......... .......... .......... .......... 76.2M 1450K .......... .......... .......... .......... .......... 47.5M 1500K .......... .......... .......... .......... .......... 1009K 1550K .......... .......... .......... .......... .......... 179M 1600K .......... .......... .......... .......... .......... 176M 1650K .......... .......... .......... .......... .......... 143M 1700K .......... .......... .......... .......... .......... 163M 1750K .......... .......... .......... .......... .......... 1002K 1800K .......... .......... .......... .......... .......... 126M 1850K .......... .......... .......... .......... .......... 118M 1900K .......... .......... .......... .......... .......... 90.9M 1950K .......... .......... .......... .......... .......... 35.3M 2000K .......... .......... .......... .......... .......... 1005K 2050K .......... .......... .......... .......... .......... 186M 2100K .......... .......... .......... .......... .......... 188M 2150K .......... .......... .......... .......... .......... 56.7M 2200K .......... .......... .......... .......... .......... 942K 2250K .......... .......... .......... .......... .......... 169M 2300K .......... .......... .......... .......... .......... 160M 2350K .......... .......... .......... .......... .......... 1005K 2400K .......... .......... .......... .......... .......... 109M 2450K .......... .......... .......... .......... .......... 164M 2500K .......... .......... .......... ...... 191M=0.7s 2022-06-04 13:27:14 (3.42 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.gz.4ONLq5/output' saved [2597012] open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.gz: OK (sha256: b0156567a71c608cc1a0b18bbb1c5a97dd0ad9180097435f7e99119712bb299b) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/open-plc-utils/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779 -xf - >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Patching Applying 0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch using patch: patching file docbook/Makefile patching file ether/Makefile patching file key/Makefile patching file mdio/Makefile patching file mme/Makefile patching file nvm/Makefile patching file pib/Makefile patching file plc/Makefile patching file ram/Makefile patching file serial/Makefile patching file slac/Makefile patching file tools/Makefile Applying 0002-plc-plc.h-fix-build-with-gcc-10.patch using patch: patching file plc/plc.h >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Configuring >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 CROSS=/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc- EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__" EXTRA_CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " EXTRA_LDFLAGS="" -C /nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ether' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c efbu.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/getoptv.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/putoptv.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/version.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/error.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/todigit.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/hexencode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/uintspec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/hexdump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c channel.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c openchannel.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c sendpacket.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c readpacket.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c closechannel.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/basespec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o efbu efbu.o getoptv.o putoptv.o version.o error.o todigit.o hexencode.o uintspec.o hexdump.o channel.o openchannel.o sendpacket.o readpacket.o closechannel.o basespec.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c efeu.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/memswap.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o efeu efeu.o getoptv.o putoptv.o version.o basespec.o uintspec.o todigit.o hexdump.o error.o channel.o openchannel.o closechannel.o sendpacket.o readpacket.o memswap.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c efru.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o efru efru.o getoptv.o putoptv.o version.o basespec.o uintspec.o todigit.o hexdump.o error.o channel.o openchannel.o closechannel.o sendpacket.o readpacket.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c efsu.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/hexload.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/synonym.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o efsu efsu.o getoptv.o putoptv.o version.o error.o todigit.o hexencode.o uintspec.o hexload.o hexdump.o channel.o openchannel.o sendpacket.o readpacket.o closechannel.o basespec.o synonym.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c edru.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/hexdecode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/hexstring.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o edru edru.o getoptv.o putoptv.o version.o error.o hexdump.o hexdecode.o hexstring.o channel.o openchannel.o closechannel.o sendpacket.o readpacket.o uintspec.o todigit.o basespec.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c edsu.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/efreopen.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o edsu edsu.o getoptv.o putoptv.o version.o efreopen.o uintspec.o todigit.o hexdump.o hexencode.o error.o channel.o openchannel.o closechannel.o readpacket.o sendpacket.o basespec.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c nics.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/decdecode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/decstring.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c hostnics.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o nics nics.o getoptv.o putoptv.o version.o error.o hexdecode.o decdecode.o hexstring.o decstring.o hostnics.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ether' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/key' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c hpavkey.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c HPAVKeyDAK.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c HPAVKeyNID.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c HPAVKeyNMK.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c HPAVKeyOut.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c HPAVKeySHA.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SHA256.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/hexout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o hpavkey hpavkey.o HPAVKeyDAK.o HPAVKeyNID.o HPAVKeyNMK.o HPAVKeyOut.o HPAVKeySHA.o SHA256.o ../ether/error.o ../ether/getoptv.o hexout.o ../ether/putoptv.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c hpavkeys.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o hpavkeys hpavkeys.o HPAVKeyDAK.o HPAVKeyNID.o HPAVKeyNMK.o HPAVKeyOut.o HPAVKeySHA.o SHA256.o ../ether/error.o ../ether/getoptv.o hexout.o ../ether/putoptv.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c rkey.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SHA256Block.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SHA256Fetch.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SHA256Reset.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SHA256Write.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/strincr.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o rkey rkey.o HPAVKeyDAK.o HPAVKeyNID.o HPAVKeyNMK.o HPAVKeyOut.o HPAVKeySHA.o SHA256Block.o SHA256Fetch.o SHA256Reset.o SHA256Write.o ../ether/error.o ../ether/getoptv.o hexout.o ../ether/putoptv.o strincr.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c strnpwd.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c mac2pw.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c MACPasswords.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c RNDPasswords.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c putpwd.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o mac2pw mac2pw.o MACPasswords.o RNDPasswords.o putpwd.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c mac2pwd.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o mac2pwd mac2pwd.o MACPasswords.o RNDPasswords.o putpwd.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o rm -f libkeys.a /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ar rc libkeys.a HPAVKeySHA.o HPAVKeyDAK.o HPAVKeyNMK.o HPAVKeyNID.o HPAVKeyOut.o SHA256.o strnpwd.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ranlib libkeys.a make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/key' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mdio' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c mdioblock.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DINT6x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o mdioblock mdioblock.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/todigit.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c mdioblock2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DINT6x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o mdioblock2 mdioblock2.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/todigit.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c mdiodump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DINT6x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/assist.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DINT6x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/codelist.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DINT6x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/lookup.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DINT6x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o mdiodump mdiodump.o assist.o ../ether/error.o codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexstring.o lookup.o ../ether/putoptv.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c mdiogen.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DINT6x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o mdiogen mdiogen.o ../ether/error.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mdio' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mme' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c hpav.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c MMEPeek.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c MMEName.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c MMEMode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o hpav hpav.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/hexdump.o ../ether/hexdecode.o ../ether/hexstring.o ../ether/error.o ../ether/channel.o ../ether/openchannel.o ../ether/closechannel.o ../ether/sendpacket.o ../ether/readpacket.o MMEPeek.o MMEName.o MMEMode.o ../ether/uintspec.o ../ether/todigit.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c mme.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/output.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o mme mme.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/todigit.o output.o ../ether/error.o MMEName.o MMEMode.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mme' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nvm' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c chknvm.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ chknvm.c: In function 'firmware.constprop': chknvm.c:181:4: warning: 'strncpy' output may be truncated copying 256 bytes from a string of length 399 [-Wstringop-truncation] 181 | strncpy (buffer, memory + offset, sizeof (buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chknvm.c:177:4: warning: 'strncpy' output may be truncated copying 256 bytes from a string of length 511 [-Wstringop-truncation] 177 | strncpy (buffer, memory, sizeof (buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/checksum32.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/fdchecksum32.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c fdmanifest.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c manifest.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c nvm.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c nvmpeek.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c nvmpeek1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c nvmpeek2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../ram/sdrampeek.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/strfbits.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o chknvm chknvm.o checksum32.o ../ether/error.o fdchecksum32.o ../ether/getoptv.o fdmanifest.o manifest.o nvm.o nvmpeek.o nvmpeek1.o nvmpeek2.o ../ether/putoptv.o sdrampeek.o strfbits.o ../ether/version.o ../key/hexout.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c chknvm2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ chknvm2.c: In function 'firmware.constprop': chknvm2.c:177:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 177 | strncpy (buffer, memory + offset, sizeof (buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chknvm2.c:173:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 173 | strncpy (buffer, memory, sizeof (buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o chknvm2 chknvm2.o checksum32.o ../ether/error.o ../ether/getoptv.o manifest.o nvm.o nvmpeek.o nvmpeek1.o nvmpeek2.o ../ether/putoptv.o strfbits.o ../ether/version.o ../key/hexout.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c nvmsplit.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o nvmsplit nvmsplit.o checksum32.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c nvmmerge.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o nvmmerge nvmmerge.o checksum32.o ../ether/error.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nvm' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nodes' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nodes' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/pib' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c chkpib.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pibpeek1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pibpeek2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../key/keys.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o chkpib chkpib.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o pibpeek1.o pibpeek2.o ../nvm/checksum32.o ../nvm/fdchecksum32.o keys.o ../ether/hexstring.o ../ether/error.o ../ether/hexdecode.o ../key/SHA256.o ../key/HPAVKeyNID.o ../nvm/fdmanifest.o ../nvm/manifest.o ../nvm/strfbits.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c chkpib2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o chkpib2 chkpib2.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o pibpeek1.o pibpeek2.o ../nvm/checksum32.o ../nvm/fdchecksum32.o keys.o ../ether/hexstring.o ../ether/error.o ../ether/hexdecode.o ../key/SHA256.o ../key/HPAVKeyNID.o ../nvm/manifest.o ../nvm/strfbits.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c setpib.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/hexpeek.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/dataspec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/bytespec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pibfile1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/memencode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nvm/nvmseek2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o setpib setpib.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o hexpeek.o ../ether/hexdump.o dataspec.o ../ether/basespec.o ../ether/error.o ../ether/todigit.o ../ether/uintspec.o bytespec.o pibfile1.o ../nvm/checksum32.o ../nvm/fdchecksum32.o memencode.o nvmseek2.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c getpib.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o getpib getpib.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/basespec.o ../ether/todigit.o ../key/hexout.o ../ether/error.o nvmseek2.o ../nvm/checksum32.o ../nvm/fdchecksum32.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c modpib.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/memincr.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pibfile.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pibfile2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o modpib modpib.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/hexencode.o ../ether/hexdecode.o ../ether/todigit.o memincr.o ../nvm/fdchecksum32.o keys.o ../tools/uintspec.c ../ether/error.o pibpeek1.o pibpeek2.o ../ether/hexstring.o pibfile.o pibfile1.o pibfile2.o ../key/SHA256.o ../key/HPAVKeyNID.o ../nvm/checksum32.o ../ether/synonym.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pib2xml.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/hexview.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nodes/xmlschema.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pib2xml pib2xml.o ../nvm/checksum32.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o hexview.o ../mme/output.o nvmseek2.o ../ether/putoptv.o ../ether/version.o xmlschema.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pibcomp.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/hexoffset.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/emalloc.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pibcomp pibcomp.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o hexoffset.o hexview.o emalloc.o ../ether/error.o ../nvm/checksum32.o ../nvm/fdchecksum32.o nvmseek2.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pibdump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pibdump pibdump.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o hexoffset.o hexview.o emalloc.o ../ether/error.o ../nvm/checksum32.o ../nvm/fdchecksum32.o nvmseek2.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pibruin.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/reword.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/getargv.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/memout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/ipv4spec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/ipv6spec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../plc/rules.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../plc/ParseRule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c piblock.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ruledump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pibruin pibruin.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o pibfile1.o nvmseek2.o ../nvm/checksum32.o ../nvm/fdchecksum32.o reword.o getargv.o ../ether/hexstring.o ../ether/hexdecode.o memout.o ../mdio/lookup.o ../mdio/assist.o bytespec.o ../ether/basespec.o ipv4spec.o ipv6spec.o ../ether/todigit.o ../mdio/codelist.o emalloc.o rules.o ParseRule.o piblock.o ruledump.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c xml2pib.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nodes/xmledit.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nodes/xmlfree.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nodes/xmlnode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nodes/xmlopen.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nodes/xmlscan.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ ../nodes/xmlscan.c: In function 'xmlscan': ../nodes/xmlscan.c:476:6: warning: 'element' may be used uninitialized in this function [-Wmaybe-uninitialized] 476 | error (1, 0, "Element on line %d has attributes or content.", element->text, element->line); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nodes/xmltree.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o xml2pib xml2pib.o ../key/HPAVKeyNID.o ../key/SHA256Block.o ../key/SHA256Fetch.o ../key/SHA256Reset.o ../key/SHA256Write.o ../nvm/checksum32.o emalloc.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexstring.o keys.o ../nvm/manifest.o pibpeek1.o pibpeek2.o ../ether/putoptv.o ../nvm/strfbits.o ../ether/todigit.o ../ether/version.o xmledit.o xmlfree.o xmlnode.o xmlopen.o xmlscan.o xmltree.o ../mme/output.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c psin.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pibscalers.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o psin psin.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/hexdecode.o ../ether/hexstring.o ../ether/todigit.o ../ether/error.o pibfile.o pibfile1.o pibfile2.o piblock.o pibscalers.o ../nvm/fdchecksum32.o ../nvm/checksum32.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c psout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o psout psout.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o pibfile.o pibfile1.o pibfile2.o pibscalers.o ../nvm/checksum32.o ../nvm/fdchecksum32.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pskey.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pskey pskey.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/hexdecode.o ../ether/hexstring.o ../key/hexout.o pibfile1.o ../key/SHA256Reset.o ../key/SHA256Write.o ../key/SHA256Block.o ../key/SHA256Fetch.o keys.o ../nvm/fdchecksum32.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c psgraph.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o psgraph psgraph.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/todigit.o ../ether/uintspec.o pibscalers.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c psnotch.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o psnotch psnotch.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/todigit.o ../ether/uintspec.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pibrump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pibrump pibrump.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o pibfile1.o ../nvm/fdchecksum32.o reword.o ../ether/hexstring.o ../ether/hexdecode.o memout.o rules.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/pib' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/plc' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6k.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Attributes1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Confirm.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Devices.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Display.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/EthernetHeader.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c FactoryDefaults.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Failure.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c FlashNVM.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/QualcommHeader1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c HostActionResponse.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Identity1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/MMECode.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ModuleRead.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c NVRAMInfo.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c NetInfo1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c PushButton.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/QualcommHeader.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ReadFirmware1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ReadMFG.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ReadMME.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ReadParameters1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Request.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ResetDevice.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SDRAMInfo.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SendMME.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SetNMK.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c StationRole.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/UnwantedMessage.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c VersionInfo1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WaitForReset.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WaitForRestart.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WaitForStart.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WatchdogReport.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteCFG.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteNVM.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WritePIB.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/checkfilename.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c chipset.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nvm/nvmfile1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../ram/nvram.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../ram/sdramfile.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/typename.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6k int6k.o Attributes1.o Confirm.o Devices.o Display.o EthernetHeader.o FactoryDefaults.o Failure.o FlashNVM.o QualcommHeader1.o HostActionResponse.o Identity1.o MMECode.o ModuleRead.o NVRAMInfo.o NetInfo1.o PushButton.o QualcommHeader.o ReadFirmware1.o ReadMFG.o ReadMME.o ReadParameters1.o Request.o ResetDevice.o SDRAMInfo.o SendMME.o SetNMK.o StationRole.o UnwantedMessage.o VersionInfo1.o WaitForReset.o WaitForRestart.o WaitForStart.o WatchdogReport.o WriteCFG.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o nvram.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kboot.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c BootDevice1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c BootFirmware1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c BootParameters1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c FlashDevice1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c InitDevice1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c StartFirmware1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteExecuteFirmware1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteFirmware1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteMEM.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteExecutePIB.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kboot int6kboot.o BootDevice1.o BootFirmware1.o BootParameters1.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o FlashDevice1.o FlashNVM.o InitDevice1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForReset.o WaitForRestart.o WaitForStart.o WriteExecuteFirmware1.o WriteFirmware1.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o WriteExecutePIB.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6keth.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6keth int6keth.o Devices.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../mdio/assist.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../mdio/lookup.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kf.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/HomePlugHeader.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c StartDevice1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c UpgradeDevice1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kf int6kf.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o FlashDevice1.o FlashNVM.o HomePlugHeader.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o StartDevice1.o StartFirmware1.o UnwantedMessage.o UpgradeDevice1.o WaitForReset.o WaitForStart.o WaitForRestart.o WriteCFG.o WriteFirmware1.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o ../nvm/nvm.o nvmfile1.o ../nvm/nvmpeek1.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6khost.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c EmulateHost.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6khost int6khost.o Confirm.o Devices.o Display.o EmulateHost.o EthernetHeader.o FactoryDefaults.o Failure.o FlashNVM.o HostActionResponse.o MMECode.o ModuleRead.o QualcommHeader.o ReadFirmware1.o ReadMME.o ReadParameters1.o Request.o ResetDevice.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForReset.o WaitForStart.o WriteCFG.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o WriteFirmware1.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int64host.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c EmulateHost64.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int64host int64host.o BootDevice1.o BootFirmware1.o BootParameters1.o Confirm.o Devices.o EmulateHost64.o EthernetHeader.o Failure.o FlashNVM.o HostActionResponse.o InitDevice1.o MMECode.o ModuleRead.o QualcommHeader.o ReadFirmware1.o ReadMME.o ReadParameters1.o Request.o ResetDevice.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForReset.o WaitForStart.o WriteCFG.o WriteExecuteFirmware1.o WriteFirmware1.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o WriteExecutePIB.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kid.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kid int6kid.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6klist.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ListLocalDevices.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ListRemoteDevices1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6klist int6klist.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o ListLocalDevices.o ListRemoteDevices1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6klog.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/b64dump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6klog int6klog.o Devices.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o SendMME.o UnwantedMessage.o ../mdio/assist.o b64dump.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../mdio/lookup.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kmdio.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/regview32.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kmdio int6kmdio.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/hexview.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o regview32.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kmdio2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kmdio2 int6kmdio2.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/hexview.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o regview32.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kmod.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ModuleCommit.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ModuleDump.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ModuleSession.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ModuleSpec.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ModuleWrite.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kmod int6kmod.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o ModuleCommit.o ModuleDump.o ModuleRead.o ModuleSession.o ModuleSpec.o ModuleWrite.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/basespec.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../pib/hexview.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kstat.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c LinkStatistics.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c LocalDevices.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c NetworkInformation1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Platform.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Topology1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kstat int6kstat.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LinkStatistics.o LocalDevices.o MMECode.o NetworkInformation1.o Platform.o QualcommHeader.o ReadMME.o Request.o SendMME.o Topology1.o UnwantedMessage.o ../ether/channel.o chipset.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6ktest.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6ktest int6ktest.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o Request.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForStart.o WriteFirmware1.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o nvmfile1.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6krate.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Antiphon.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c NetworkTraffic1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c PhyRates1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Traffic1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Transmit.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6krate int6krate.o Antiphon.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LocalDevices.o MMECode.o NetworkTraffic1.o PhyRates1.o QualcommHeader.o ReadMME.o Request.o ResetDevice.o SendMME.o StationRole.o Traffic1.o Transmit.o UnwantedMessage.o VersionInfo1.o WaitForStart.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6krule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c MakeRule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ReadRules.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c PrintRule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6krule int6krule.o Confirm.o Devices.o Display.o EthernetHeader.o ../ether/hexstring.o Failure.o MMECode.o MakeRule.o ../pib/memout.o ReadRules.o ../pib/reword.o ../pib/ParseRule.o PrintRule.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../ether/basespec.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../pib/rules.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6ktone.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SignalToNoise1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ToneMaps1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6ktone int6ktone.o Devices.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o SendMME.o SignalToNoise1.o ToneMaps1.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kwait.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kwait int6kwait.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o checkfilename.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c CMEncrypt.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o CMEncrypt CMEncrypt.o Confirm.o Devices.o EthernetHeader.o Failure.o HomePlugHeader.o MMECode.o Request.o ../key/SHA256Block.o ../key/SHA256Fetch.o ../key/SHA256Reset.o ../key/SHA256Write.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c sada.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SlaveMembership.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o sada sada.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o SlaveMembership.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c coqos_add.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o coqos_add coqos_add.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../ether/basespec.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ../pib/rules.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c coqos_info.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o coqos_info coqos_info.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c coqos_man.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o coqos_man coqos_man.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c coqos_mod.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o coqos_mod coqos_mod.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c coqos_rel.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o coqos_rel coqos_rel.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c mdustats.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c MDUTrafficStats.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 MDUTrafficStats.c: In function 'MDUTrafficStats': MDUTrafficStats.c:403:22: warning: taking address of packed member of 'struct vs_mdu_station_stats_request' may result in an unaligned pointer value [-Waddress-of-packed-member] 403 | set32bitmap (request->SLAVE_BITMAP, slave); | ~~~~~~~^~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/set32bitmap.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o mdustats mdustats.o Devices.o Display.o EthernetHeader.o MDUTrafficStats.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o chipset.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o set32bitmap.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ampboot.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o ampboot ampboot.o BootDevice1.o BootFirmware1.o BootParameters1.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o FlashDevice1.o FlashNVM.o InitDevice1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForReset.o WaitForStart.o WaitForRestart.o WriteExecuteFirmware1.o WriteFirmware1.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o WriteExecutePIB.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c amphost.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o amphost amphost.o BootDevice1.o BootFirmware1.o BootParameters1.o Confirm.o Devices.o EthernetHeader.o FactoryDefaults.o Failure.o FlashDevice1.o FlashNVM.o HostActionResponse.o InitDevice1.o MMECode.o ModuleRead.o QualcommHeader.o ReadFirmware1.o ReadMME.o ReadParameters1.o Request.o ResetDevice.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForReset.o WaitForStart.o WaitForRestart.o WriteExecuteFirmware1.o WriteFirmware1.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o WriteExecutePIB.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ampID.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o ampID ampID.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c amplist.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ListRemoteDevices2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o amplist amplist.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o ListLocalDevices.o ListRemoteDevices2.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c amprate.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c NetworkTraffic2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c PLCSelect.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c PhyRates2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c RxRates2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Traffic2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o amprate amprate.o Antiphon.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LocalDevices.o MMECode.o NetworkTraffic2.o PLCSelect.o PhyRates2.o QualcommHeader.o ReadMME.o Request.o ResetDevice.o RxRates2.o SendMME.o StationRole.o Traffic2.o Transmit.o UnwantedMessage.o VersionInfo1.o WaitForStart.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c amprule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o amprule amprule.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o ../ether/hexstring.o MakeRule.o ../pib/memout.o MMECode.o ../pib/ParseRule.o PrintRule.o QualcommHeader.o ReadMME.o ReadRules.o Request.o ../pib/reword.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../ether/basespec.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../pib/rules.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ampstat.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c NetworkInformation.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c NetworkInformation2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Topology.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Topology2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o ampstat ampstat.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LinkStatistics.o LocalDevices.o MMECode.o NetworkInformation.o NetworkInformation1.o NetworkInformation2.o PLCSelect.o Platform.o QualcommHeader.o ReadMME.o Request.o SendMME.o Topology.o Topology1.o Topology2.o UnwantedMessage.o WaitForStart.o ../ether/channel.o chipset.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c amptest.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/ARPCPrint.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ExecuteApplets1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/FirmwareMessage.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c NVMSelect.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o amptest amptest.o ARPCPrint.o Confirm.o Devices.o Display.o EthernetHeader.o ExecuteApplets1.o Failure.o FirmwareMessage.o MMECode.o NVMSelect.o QualcommHeader.o Request.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForStart.o WriteExecuteFirmware1.o WriteFirmware1.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o nvmfile1.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c amptool.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c NetInfo2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c RemoteHosts.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o amptool amptool.o Attributes1.o Confirm.o Devices.o Display.o EthernetHeader.o FactoryDefaults.o Failure.o FlashNVM.o QualcommHeader1.o HostActionResponse.o Identity1.o MMECode.o NVRAMInfo.o NetInfo2.o PLCSelect.o PushButton.o QualcommHeader.o ReadFirmware1.o ReadMFG.o ReadMME.o ReadParameters1.o RemoteHosts.o Request.o ResetDevice.o SDRAMInfo.o SendMME.o SetNMK.o StartFirmware1.o StationRole.o UnwantedMessage.o VersionInfo1.o WaitForReset.o WaitForStart.o WatchdogReport.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/hexstring.o ../pib/keys.o nvmfile1.o nvram.o ../ether/openchannel.o ../pib/pibfile1.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c amptone.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SignalToNoise2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ToneMaps2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o amptone amptone.o Devices.o EthernetHeader.o Failure.o QualcommHeader1.o MMECode.o ReadMME.o SendMME.o SignalToNoise2.o ToneMaps2.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ampwait.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o ampwait ampwait.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o checkfilename.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcboot.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c BootDevice2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c BootFirmware2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c BootParameters2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c FlashDevice2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c FlashFirmware.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c FlashParameters.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c FlashSoftloader.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c InitDevice2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteExecuteApplet2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteExecuteFirmware2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteExecuteParameters2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteFirmware2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteParameters2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nvm/nvmfile2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcboot plcboot.o BootDevice2.o BootFirmware2.o BootParameters2.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o FlashDevice2.o FlashFirmware.o FlashNVM.o FlashParameters.o FlashSoftloader.o InitDevice2.o MMECode.o ModuleCommit.o ModuleSession.o ModuleSpec.o ModuleWrite.o NVMSelect.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o WaitForReset.o WaitForStart.o WriteExecuteApplet2.o WriteExecuteFirmware2.o WriteExecuteParameters2.o WriteFirmware2.o WriteMEM.o WriteNVM.o WritePIB.o WriteParameters2.o ../ether/basespec.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile2.o ../ether/openchannel.o ../pib/pibfile2.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o ResetDevice.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plchost.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ReadFirmware2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ReadParameters2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plchost plchost.o BootDevice2.o BootFirmware2.o BootParameters2.o Confirm.o Devices.o EthernetHeader.o Failure.o FlashDevice2.o FlashFirmware.o FlashNVM.o FlashParameters.o FlashSoftloader.o QualcommHeader1.o HostActionResponse.o InitDevice2.o LocalDevices.o MMECode.o ModuleCommit.o ModuleRead.o ModuleSession.o ModuleSpec.o ModuleWrite.o NVMSelect.o PLCSelect.o QualcommHeader.o ReadFirmware2.o ReadMME.o ReadParameters2.o Request.o ResetDevice.o SendMME.o UnwantedMessage.o WaitForReset.o WaitForStart.o WriteExecuteApplet2.o WriteExecuteFirmware2.o WriteExecuteParameters2.o WriteFirmware2.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile2.o ../ether/openchannel.o ../pib/pibfile2.o ../pib/pibpeek2.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcID.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcID plcID.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o SendMME.o UnwantedMessage.o ../ether/channel.o ../nvm/checksum32.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o WaitForStart.o chipset.o typename.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plclist.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ListRemoteDevices.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plclist plclist.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o ListLocalDevices.o ListRemoteDevices.o ListRemoteDevices1.o ListRemoteDevices2.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcrate.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c VersionInfo2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcrate plcrate.o Antiphon.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LocalDevices.o MMECode.o NetworkTraffic2.o PLCSelect.o PhyRates2.o QualcommHeader.o ReadMME.o Request.o ResetDevice.o SendMME.o Traffic2.o Transmit.o UnwantedMessage.o VersionInfo2.o WaitForStart.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcrule.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcrule plcrule.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o ../ether/hexstring.o MakeRule.o ../pib/memout.o MMECode.o ../pib/ParseRule.o PrintRule.o QualcommHeader.o ReadMME.o ../pib/reword.o ReadRules.o Request.o SendMME.o UnwantedMessage.o ../mdio/assist.o ../ether/basespec.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../mdio/codelist.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/ipv4spec.o ../pib/ipv6spec.o ../mdio/lookup.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../pib/rules.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcstat.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcstat plcstat.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o LinkStatistics.o LocalDevices.o MMECode.o NetworkInformation2.o Platform.o QualcommHeader.o ReadMME.o Request.o SendMME.o Topology2.o UnwantedMessage.o WaitForStart.o ../ether/channel.o chipset.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plctest.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ExecuteApplets.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ExecuteApplets2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../nvm/nvmfile.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plctest plctest.o ARPCPrint.o Confirm.o Devices.o Display.o EthernetHeader.o ExecuteApplets.o ExecuteApplets1.o ExecuteApplets2.o Failure.o FirmwareMessage.o MMECode.o NVMSelect.o QualcommHeader.o Request.o SendMME.o StartFirmware1.o UnwantedMessage.o WaitForStart.o WriteExecuteApplet2.o WriteExecuteFirmware1.o WriteExecuteFirmware2.o WriteFirmware1.o WriteFirmware2.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o nvmfile.o nvmfile1.o nvmfile2.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plctool.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Attributes2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Identity.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c Identity2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c LinkStatus.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plctool plctool.o Attributes2.o Confirm.o Devices.o Display.o EthernetHeader.o FactoryDefaults.o Failure.o FlashDevice2.o FlashFirmware.o FlashNVM.o FlashParameters.o FlashSoftloader.o QualcommHeader1.o HostActionResponse.o Identity.o Identity1.o Identity2.o MMECode.o ModuleCommit.o ModuleRead.o ModuleSession.o ModuleSpec.o ModuleWrite.o NVRAMInfo.o NetInfo2.o PLCSelect.o PushButton.o QualcommHeader.o ReadFirmware2.o ReadMFG.o ReadMME.o ReadParameters2.o RemoteHosts.o Request.o ResetDevice.o SDRAMInfo.o SendMME.o SetNMK.o StartFirmware1.o StationRole.o UnwantedMessage.o VersionInfo2.o WaitForReset.o WaitForStart.o WatchdogReport.o WriteNVM.o WritePIB.o ../ether/basespec.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/decdecode.o ../ether/decstring.o ../ether/hexstring.o ../pib/keys.o nvmfile2.o nvram.o ../ether/openchannel.o ../pib/pibfile2.o ../pib/pibpeek1.o ../pib/pibpeek2.o ../ether/putoptv.o ../ether/readpacket.o sdramfile.o ../nvm/sdrampeek.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o LinkStatus.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plctone.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plctone plctone.o Devices.o EthernetHeader.o Failure.o QualcommHeader1.o MMECode.o ReadMME.o SendMME.o SignalToNoise2.o ToneMaps2.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcwait.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcwait plcwait.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o QualcommHeader1.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o checkfilename.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plchostd.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 In function 'opensocket', inlined from 'function' at plchostd.c:334:14: plchostd.c:264:2: warning: 'strncpy' specified bound 108 equals destination size [-Wstringop-truncation] 264 | strncpy (sockaddr_un.sun_path, socketname, sizeof (sockaddr_un.sun_path)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c InitDevice.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c PLCTopology.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 PLCTopology.c: In function 'PLCPlatform.isra': PLCTopology.c:123:5: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 123 | strncpy (plcstation->hardware, chipsetname (confirm->MDEVICE), sizeof (plcstation->hardware)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PLCTopology.c:124:5: warning: 'strncpy' output may be truncated copying 128 bytes from a string of length 1490 [-Wstringop-truncation] 124 | strncpy (plcstation->firmware, confirm->MSTRING, sizeof (plcstation->firmware)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'PLCIdentity', inlined from 'PLCTopology' at PLCTopology.c:400:6: PLCTopology.c:181:5: warning: 'strncpy' output may be truncated copying 64 bytes from a string of length 1491 [-Wstringop-truncation] 181 | strncpy (plcstation->identity, confirm->MSTRING, sizeof (plcstation->identity)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c PLCTopologyPrint.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ReadParameters.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c StartFirmware2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteExecuteFirmware.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteExecuteParameters.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c WriteExecuteParameters1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plchostd plchostd.o BootDevice1.o BootDevice2.o BootFirmware1.o BootFirmware2.o BootParameters1.o BootParameters2.o Confirm.o Devices.o EthernetHeader.o ExecuteApplets.o ExecuteApplets1.o ExecuteApplets2.o Failure.o FlashDevice1.o FlashDevice2.o FlashFirmware.o FlashNVM.o FlashParameters.o FlashSoftloader.o QualcommHeader1.o HostActionResponse.o InitDevice.o InitDevice1.o InitDevice2.o LocalDevices.o MMECode.o ModuleCommit.o ModuleRead.o ModuleSession.o ModuleSpec.o ModuleWrite.o NVMSelect.o PLCSelect.o PLCTopology.o PLCTopologyPrint.o Platform.o QualcommHeader.o ReadFirmware1.o ReadMME.o ReadParameters.o ReadParameters1.o ReadParameters2.o Request.o ResetDevice.o SendMME.o StartFirmware1.o StartFirmware2.o UnwantedMessage.o WaitForReset.o WaitForStart.o WaitForRestart.o WriteExecuteApplet2.o WriteExecuteFirmware.o WriteExecuteFirmware1.o WriteExecuteFirmware2.o WriteExecuteParameters.o WriteExecuteParameters1.o WriteExecuteParameters2.o WriteFirmware1.o WriteFirmware2.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile.o nvmfile1.o nvmfile2.o ../ether/openchannel.o ../pib/pibfile.o ../pib/pibfile1.o ../pib/pibfile2.o ../pib/pibpeek1.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o WriteExecutePIB.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plchostd2.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 In function 'opensocket', inlined from 'function' at plchostd2.c:321:14: plchostd2.c:243:2: warning: 'strncpy' specified bound 108 equals destination size [-Wstringop-truncation] 243 | strncpy (sockaddr_un.sun_path, socketname, sizeof (sockaddr_un.sun_path)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plchostd2 plchostd2.o BootDevice2.o BootFirmware2.o BootParameters2.o Confirm.o Devices.o EthernetHeader.o Failure.o FlashDevice2.o FlashFirmware.o FlashNVM.o FlashParameters.o FlashSoftloader.o QualcommHeader1.o HostActionResponse.o InitDevice2.o LocalDevices.o MMECode.o ModuleCommit.o ModuleRead.o ModuleSession.o ModuleSpec.o ModuleWrite.o NVMSelect.o PLCSelect.o Platform.o QualcommHeader.o ReadFirmware2.o ReadMME.o ReadParameters2.o Request.o ResetDevice.o SendMME.o UnwantedMessage.o WaitForReset.o WaitForStart.o WriteExecuteApplet2.o WriteExecuteFirmware2.o WriteExecuteParameters2.o WriteFirmware2.o WriteMEM.o WriteNVM.o WritePIB.o ../ether/channel.o checkfilename.o ../nvm/checksum32.o chipset.o ../ether/closechannel.o ../ether/error.o ../nvm/fdchecksum32.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../pib/keys.o nvmfile2.o ../ether/openchannel.o ../pib/pibfile2.o ../pib/pibpeek2.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcget.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c GetProperty.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/binout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/chrout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/decout.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcget plcget.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o GetProperty.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/basespec.o binout.o ../ether/channel.o chrout.o ../ether/closechannel.o decout.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcset.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c SetProperty.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcset plcset.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o SetProperty.o UnwantedMessage.o ../ether/basespec.o binout.o ../pib/bytespec.o ../ether/channel.o ../ether/closechannel.o ../pib/dataspec.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/memencode.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcotst.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcotst plcotst.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcfwd.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 plcfwd.c: In function 'AddVLANIDs': plcfwd.c:500:23: warning: taking address of packed member of 'struct vs_forward_config_request' may result in an unaligned pointer value [-Waddress-of-packed-member] 500 | struct item * item = request->LIST; | ^~~~~~~ plcfwd.c: In function 'RemoveVLANIDs': plcfwd.c:585:23: warning: taking address of packed member of 'struct vs_forward_config_request' may result in an unaligned pointer value [-Waddress-of-packed-member] 585 | struct item * item = request->LIST; | ^~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcfwd plcfwd.o Confirm.o Devices.o Display.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o Request.o SendMME.o UnwantedMessage.o ../ether/basespec.o binout.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../pib/hexview.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcdevs.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcdevs plcdevs.o Devices.o EthernetHeader.o Platform.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o chipset.o ../ether/closechannel.o ../ether/decdecode.o ../ether/decstring.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexstring.o ../ether/hostnics.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../ether/todigit.o typename.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plclog.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plclog plclog.o Devices.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o SendMME.o UnwantedMessage.o b64dump.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcmdio16.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcmdio16 plcmdio16.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/hexview.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o regview32.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c plcmdio32.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ -DAR7x00 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o plcmdio32 plcmdio32.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/hexview.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o regview32.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/plc' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ram' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c config2cfg.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o config2cfg config2cfg.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../nvm/checksum32.o ../ether/hexencode.o ../ether/todigit.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c sdram.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o sdram sdram.o ../nvm/checksum32.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ram' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/serial' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kuart.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c openport.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c closeport.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c serial.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kuart int6kuart.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/basespec.o ../ether/todigit.o ../ether/error.o ../nvm/checksum32.o ../ether/hexencode.o ../ether/hexdump.o ../ether/hexstring.o ../ether/hexdecode.o openport.o closeport.o serial.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kbaud.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kbaud int6kbaud.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/basespec.o ../ether/todigit.o ../ether/error.o ../nvm/checksum32.o ../ether/hexencode.o ../ether/hexdump.o ../ether/hexstring.o ../ether/hexdecode.o ../ether/synonym.o openport.o closeport.o serial.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ttysig.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ ttysig.c: In function 'main': ttysig.c:293:39: warning: 'rts_value' may be used uninitialized in this function [-Wmaybe-uninitialized] 293 | if (_anyset (flags, TTYSIG_SET_RTS)) set_status (fd, TIOCM_RTS, rts_value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ttysig.c:292:39: warning: 'dtr_value' may be used uninitialized in this function [-Wmaybe-uninitialized] 292 | if (_anyset (flags, TTYSIG_SET_DTR)) set_status (fd, TIOCM_DTR, dtr_value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o ttysig ttysig.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/uintspec.o ../ether/todigit.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ptsctl.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o ptsctl ptsctl.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/synonym.o ../ether/todigit.o ../ether/error.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c weeder.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o weeder weeder.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/synonym.o ../ether/todigit.o ../ether/error.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ttysend.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c baudrate.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o ttysend ttysend.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/uintspec.o ../ether/todigit.o baudrate.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ttyrecv.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o ttyrecv ttyrecv.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/uintspec.o ../ether/todigit.o baudrate.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ttycat.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o ttycat ttycat.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/efreopen.o ../ether/error.o baudrate.o ../ether/uintspec.o ../ether/todigit.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c int6kdetect.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o int6kdetect int6kdetect.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o baudrate.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/serial' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/slac' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c evse.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/HomePlugHeader1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../tools/config.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c evse_cm_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c evse_cm_mnbc_sound.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c evse_cm_slac_match.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c evse_cm_slac_param.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c evse_cm_start_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c evse_cm_set_key.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/readmessage.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../mme/sendmessage.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c slac_session.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c slac_debug.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o evse evse.o ../plc/Devices.o ../plc/EthernetHeader.o ../plc/QualcommHeader.o HomePlugHeader1.o ../plc/UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o config.o ../ether/decdecode.o ../ether/decstring.o ../ether/error.o evse_cm_atten_char.o evse_cm_mnbc_sound.o evse_cm_slac_match.o evse_cm_slac_param.o evse_cm_start_atten_char.o evse_cm_set_key.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o readmessage.o ../ether/readpacket.o sendmessage.o ../ether/sendpacket.o slac_session.o ../nvm/strfbits.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o slac_debug.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pev.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pev_cm_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pev_cm_mnbc_sound.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pev_cm_slac_match.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pev_cm_slac_param.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pev_cm_start_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c pev_cm_set_key.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c slac_connect.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D__UCLIBC__ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pev pev.o ../plc/Devices.o ../plc/EthernetHeader.o ../plc/QualcommHeader.o HomePlugHeader1.o ../plc/UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o config.o ../ether/decdecode.o ../ether/decstring.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../pib/memincr.o ../ether/openchannel.o pev_cm_atten_char.o pev_cm_mnbc_sound.o pev_cm_slac_match.o pev_cm_slac_param.o pev_cm_start_atten_char.o pev_cm_set_key.o ../ether/putoptv.o readmessage.o ../ether/readpacket.o sendmessage.o ../ether/sendpacket.o slac_connect.o slac_session.o ../nvm/strfbits.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o slac_debug.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/slac' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/tools' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/tools' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/VisualStudioNET' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/VisualStudioNET' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779' >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 ROOTFS=/nvmedata/autobuild/instance-27/output-1/target BIN="/nvmedata/autobuild/instance-27/output-1/target/usr/bin" -C /nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779 install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ether' install -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin install -m 4555 efbu efeu efru efsu edru edsu nics /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ether' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/key' install -m 0555 hpavkey hpavkeys rkey mac2pw mac2pwd /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/key' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mdio' install -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin install -m 0555 mdioblock mdioblock2 mdiodump mdiogen /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mdio' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mme' install -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin install -m 0555 hpav mme /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mme' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nvm' install -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin install -m 0555 chknvm chknvm2 nvmsplit nvmmerge /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nvm' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nodes' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nodes' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/pib' install -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin install -m 0555 chkpib chkpib2 setpib getpib modpib pib2xml pibcomp pibdump pibruin xml2pib psin psout pskey psgraph psnotch pibrump /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/pib' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/plc' install -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin install -m 4555 int6k int6kboot int6keth int6kf int6khost int64host int6kid int6klist int6klog int6kmdio int6kmdio2 int6kmod int6kstat int6ktest int6krate int6krule int6ktone int6kwait CMEncrypt sada coqos_add coqos_info coqos_man coqos_mod coqos_rel mdustats ampboot amphost ampID amplist amprate amprule ampstat amptest amptool amptone ampwait plcboot plchost plcID plclist plcrate plcrule plcstat plctest plctool plctone plcwait plchostd plchostd2 plcget plcset plcotst plcfwd plcdevs plclog plcmdio16 plcmdio32 /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/plc' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ram' install -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin install -m 0555 config2cfg sdram /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ram' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/serial' install -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin install -m 0555 int6kuart int6kbaud ttysig ptsctl weeder ttysend ttyrecv ttycat int6kdetect /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/serial' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/slac' install -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin install -m 4555 evse pev /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/slac' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/tools' install -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/tools' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/VisualStudioNET' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/VisualStudioNET' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779' openocd-0.11.0.tar.bz2: OK (sha256: 43a3ce734aff1d3706ad87793a9f3a5371cb0e357f0ffd0a151656b06b3d1e7d) >>> openocd 0.11.0 Extracting bzcat /nvmedata/autobuild/instance-27/dl/openocd/openocd-0.11.0.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0 -xf - >>> openocd 0.11.0 Patching Applying 0001-configure-enable-build-on-uclinux.patch using patch: patching file configure.ac Hunk #1 succeeded at 346 with fuzz 1 (offset 19 lines). Applying 0002-configure.ac-fix-autoreconf-with-autoconf-2.70.patch using patch: patching file jimtcl/configure.ac Applying 0003-stlink-fix-SIGSEGV-with-libusb-v1.0.24-33-g32a2206-1.patch using patch: patching file src/jtag/drivers/libusb_helper.c patching file src/jtag/drivers/libusb_helper.h patching file src/jtag/drivers/stlink_usb.c Hunk #1 succeeded at 396 (offset -101 lines). >>> openocd 0.11.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> openocd 0.11.0 Configuring >>> openocd 0.11.0 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/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:38: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:38: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:38: the top level configure.ac:37: installing 'build-aux/compile' configure.ac:30: installing 'build-aux/missing' libjaylink/Makefile.am: installing 'build-aux/depcomp' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. 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. libtoolize: 'AC_PROG_RANLIB' is rendered obsolete by 'LT_INIT' configure.ac:27: installing './compile' configure.ac:17: installing './missing' Makefile.am: installing './depcomp' >>> openocd 0.11.0 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/jtag/drivers/libjaylink/build-aux/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). patching file /nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/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 /nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99" CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 --oldincludedir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include --includedir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include --disable-doxygen-html --disable-internal-jimtcl --disable-shared --enable-dummy --disable-werror --disable-ftdi --disable-stlink --disable-ti-icdi --disable-ulink --disable-usb-blaster-2 --disable-jlink --disable-osbdm --disable-opendous --enable-aice --disable-vsllink --disable-usbprog --disable-rlink --disable-xds110 --enable-armjtagew --disable-cmsis-dap --disable-parport --disable-jtag_vpi --enable-usb-blaster --disable-amjtagaccel --disable-zy1000-master --disable-zy1000 --disable-ep93xx --disable-at91rm9200 --disable-bcm2835gpio --enable-gw16012 --disable-presto --disable-openjtag --disable-buspirate --disable-sysfsgpio ) checking for makeinfo... no configure: WARNING: Info documentation will not be built. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... unsupported checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C99 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking pkg-config is at least version 0.23... yes checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) supports shared libraries... yes 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... no checking whether to build static libraries... yes checking for an ANSI C-conforming const... yes checking for unsigned long long int... yes checking for long long int... yes checking for library containing ioperm... no checking for library containing dlopen... none required checking for library containing openpty... none required checking for sys/socket.h... yes checking for elf.h... yes checking for dirent.h... yes checking for fcntl.h... yes checking for malloc.h... yes checking for netdb.h... yes checking for poll.h... yes checking for pthread.h... yes checking for strings.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/select.h... yes checking for sys/stat.h... (cached) yes checking for sys/sysctl.h... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for arpa/inet.h... yes checking for ifaddrs.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for net/if.h... yes checking whether to enable assertions... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking whether byte ordering is bigendian... (cached) no checking for strndup... yes checking for strnlen... yes checking for gettimeofday... yes checking for usleep... yes checking for vasprintf... yes checking for realpath... yes checking whether to build a release... yes checking whether to build Doxygen as HTML... no checking whether to build Doxygen as PDF... no checking whether to enable verbose USB I/O messages... no checking whether to enable verbose USB communication messages... no checking whether to enable malloc free space logging... no checking whether to enable ZY1000 minidriver... no checking whether to enable dummy minidriver... no checking whether standard drivers can be built... yes checking for LIBUSB1... yes configure: libusb-1.0 header bug workaround: LIBUSB1_CFLAGS changed to "-isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0" checking for LIBUSB0... yes checking for CAPSTONE... no checking for HIDAPI... no checking for HIDAPI... no checking for HIDAPI... no checking for LIBFTDI... yes checking for LIBGPIOD... no checking for LIBJAYLINK... no checking for environ in unistd.h and stdlib.h... yes 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 config.status: executing libtool commands OpenOCD configuration summary -------------------------------------------------- MPSSE mode of FTDI based devices no ST-Link Programmer no TI ICDI JTAG Programmer no Keil ULINK JTAG Programmer no Altera USB-Blaster II Compatible no Bitbang mode of FT232R based devices yes (auto) Versaloon-Link JTAG Programmer no TI XDS110 Debug Probe no CMSIS-DAP v2 Compliant Debugger yes (auto) OSBDM (JTAG only) Programmer no eStick/opendous JTAG Programmer no Andes JTAG Programmer yes USBProg JTAG Programmer no Raisonance RLink JTAG Programmer no Olimex ARM-JTAG-EW Programmer yes CMSIS-DAP Compliant Debugger no Nu-Link Programmer no Cypress KitProg Programmer no Altera USB-Blaster Compatible yes ASIX Presto Adapter no OpenJTAG Adapter no Linux GPIO bitbang through libgpiod no SEGGER J-Link Programmer no Use Capstone disassembly framework no >>> openocd 0.11.0 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' cat src/helper/startup.tcl src/jtag/startup.tcl src/target/startup.tcl src/server/startup.tcl src/flash/startup.tcl | ./src/helper/bin2char.sh > src/startup_tcl.inc || { rm -f src/startup_tcl.inc; false; } cp src/jtag/drivers/minidriver_imp.h src/jtag/minidriver_imp.h /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/main.o src/main.c /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/libopenocd_la-hello.lo `test -f 'src/hello.c' || echo './'`src/hello.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/hello.c -o src/libopenocd_la-hello.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/libopenocd_la-openocd.lo `test -f 'src/openocd.c' || echo './'`src/openocd.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/openocd.c -o src/libopenocd_la-openocd.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/xsvf/xsvf.lo src/xsvf/xsvf.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/xsvf/xsvf.c -o src/xsvf/xsvf.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/xsvf/libxsvf.la src/xsvf/xsvf.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/xsvf/.libs/libxsvf.a src/xsvf/xsvf.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/xsvf/.libs/libxsvf.a libtool: link: ( cd "src/xsvf/.libs" && rm -f "libxsvf.la" && ln -s "../libxsvf.la" "libxsvf.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/svf/svf.lo src/svf/svf.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/svf/svf.c -o src/svf/svf.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/svf/libsvf.la src/svf/svf.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/svf/.libs/libsvf.a src/svf/svf.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/svf/.libs/libsvf.a libtool: link: ( cd "src/svf/.libs" && rm -f "libsvf.la" && ln -s "../libsvf.la" "libsvf.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/pld/pld.lo src/pld/pld.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/pld/pld.c -o src/pld/pld.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/pld/xilinx_bit.lo src/pld/xilinx_bit.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/pld/xilinx_bit.c -o src/pld/xilinx_bit.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/pld/virtex2.lo src/pld/virtex2.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/pld/virtex2.c -o src/pld/virtex2.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/pld/libpld.la src/pld/pld.lo src/pld/xilinx_bit.lo src/pld/virtex2.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/pld/.libs/libpld.a src/pld/pld.o src/pld/xilinx_bit.o src/pld/virtex2.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/pld/.libs/libpld.a libtool: link: ( cd "src/pld/.libs" && rm -f "libpld.la" && ln -s "../libpld.la" "libpld.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/adapter.lo src/jtag/adapter.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/adapter.c -o src/jtag/adapter.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/core.lo src/jtag/core.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/core.c -o src/jtag/core.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/interface.lo src/jtag/interface.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/interface.c -o src/jtag/interface.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/interfaces.lo src/jtag/interfaces.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/interfaces.c -o src/jtag/interfaces.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/tcl.lo src/jtag/tcl.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/tcl.c -o src/jtag/tcl.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/swim.lo src/jtag/swim.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/swim.c -o src/jtag/swim.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/commands.lo src/jtag/commands.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/commands.c -o src/jtag/commands.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/aice/libocdaice_la-aice_transport.lo `test -f 'src/jtag/aice/aice_transport.c' || echo './'`src/jtag/aice/aice_transport.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/aice/aice_transport.c -o src/jtag/aice/libocdaice_la-aice_transport.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/aice/libocdaice_la-aice_interface.lo `test -f 'src/jtag/aice/aice_interface.c' || echo './'`src/jtag/aice/aice_interface.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/aice/aice_interface.c -o src/jtag/aice/libocdaice_la-aice_interface.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/aice/libocdaice_la-aice_port.lo `test -f 'src/jtag/aice/aice_port.c' || echo './'`src/jtag/aice/aice_port.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/aice/aice_port.c -o src/jtag/aice/libocdaice_la-aice_port.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/aice/libocdaice_la-aice_usb.lo `test -f 'src/jtag/aice/aice_usb.c' || echo './'`src/jtag/aice/aice_usb.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/aice/aice_usb.c -o src/jtag/aice/libocdaice_la-aice_usb.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/aice/libocdaice_la-aice_pipe.lo `test -f 'src/jtag/aice/aice_pipe.c' || echo './'`src/jtag/aice/aice_pipe.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/aice/aice_pipe.c -o src/jtag/aice/libocdaice_la-aice_pipe.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/jtag/aice/libocdaice.la src/jtag/aice/libocdaice_la-aice_transport.lo src/jtag/aice/libocdaice_la-aice_interface.lo src/jtag/aice/libocdaice_la-aice_port.lo src/jtag/aice/libocdaice_la-aice_usb.lo src/jtag/aice/libocdaice_la-aice_pipe.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/jtag/aice/.libs/libocdaice.a src/jtag/aice/libocdaice_la-aice_transport.o src/jtag/aice/libocdaice_la-aice_interface.o src/jtag/aice/libocdaice_la-aice_port.o src/jtag/aice/libocdaice_la-aice_usb.o src/jtag/aice/libocdaice_la-aice_pipe.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/jtag/aice/.libs/libocdaice.a libtool: link: ( cd "src/jtag/aice/.libs" && rm -f "libocdaice.la" && ln -s "../libocdaice.la" "libocdaice.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-driver.lo `test -f 'src/jtag/drivers/driver.c' || echo './'`src/jtag/drivers/driver.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/driver.c -o src/jtag/drivers/libocdjtagdrivers_la-driver.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.lo `test -f 'src/jtag/drivers/jtag_usb_common.c' || echo './'`src/jtag/drivers/jtag_usb_common.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/jtag_usb_common.c -o src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.lo `test -f 'src/jtag/drivers/libusb_helper.c' || echo './'`src/jtag/drivers/libusb_helper.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/libusb_helper.c -o src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-usb_common.lo `test -f 'src/jtag/drivers/usb_common.c' || echo './'`src/jtag/drivers/usb_common.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/usb_common.c -o src/jtag/drivers/libocdjtagdrivers_la-usb_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-bitbang.lo `test -f 'src/jtag/drivers/bitbang.c' || echo './'`src/jtag/drivers/bitbang.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/bitbang.c -o src/jtag/drivers/libocdjtagdrivers_la-bitbang.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-dummy.lo `test -f 'src/jtag/drivers/dummy.c' || echo './'`src/jtag/drivers/dummy.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/dummy.c -o src/jtag/drivers/libocdjtagdrivers_la-dummy.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-ft232r.lo `test -f 'src/jtag/drivers/ft232r.c' || echo './'`src/jtag/drivers/ft232r.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/ft232r.c -o src/jtag/drivers/libocdjtagdrivers_la-ft232r.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-gw16012.lo `test -f 'src/jtag/drivers/gw16012.c' || echo './'`src/jtag/drivers/gw16012.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/gw16012.c -o src/jtag/drivers/libocdjtagdrivers_la-gw16012.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-arm-jtag-ew.lo `test -f 'src/jtag/drivers/arm-jtag-ew.c' || echo './'`src/jtag/drivers/arm-jtag-ew.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/arm-jtag-ew.c -o src/jtag/drivers/libocdjtagdrivers_la-arm-jtag-ew.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.lo `test -f 'src/jtag/drivers/cmsis_dap_usb_bulk.c' || echo './'`src/jtag/drivers/cmsis_dap_usb_bulk.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/cmsis_dap_usb_bulk.c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.lo `test -f 'src/jtag/drivers/cmsis_dap.c' || echo './'`src/jtag/drivers/cmsis_dap.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/cmsis_dap.c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/usb_blaster/libocdusbblaster_la-usb_blaster.lo `test -f 'src/jtag/drivers/usb_blaster/usb_blaster.c' || echo './'`src/jtag/drivers/usb_blaster/usb_blaster.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/usb_blaster/usb_blaster.c -o src/jtag/drivers/usb_blaster/libocdusbblaster_la-usb_blaster.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast_access_ftdi.lo `test -f 'src/jtag/drivers/usb_blaster/ublast_access_ftdi.c' || echo './'`src/jtag/drivers/usb_blaster/ublast_access_ftdi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libftdi1 -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/jtag/drivers/usb_blaster/ublast_access_ftdi.c -o src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast_access_ftdi.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/jtag/drivers/usb_blaster/libocdusbblaster.la src/jtag/drivers/usb_blaster/libocdusbblaster_la-usb_blaster.lo src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast_access_ftdi.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/jtag/drivers/usb_blaster/.libs/libocdusbblaster.a src/jtag/drivers/usb_blaster/libocdusbblaster_la-usb_blaster.o src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast_access_ftdi.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/jtag/drivers/usb_blaster/.libs/libocdusbblaster.a libtool: link: ( cd "src/jtag/drivers/usb_blaster/.libs" && rm -f "libocdusbblaster.la" && ln -s "../libocdusbblaster.la" "libocdusbblaster.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/jtag/drivers/libocdjtagdrivers.la src/jtag/drivers/libocdjtagdrivers_la-driver.lo src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.lo src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.lo src/jtag/drivers/libocdjtagdrivers_la-usb_common.lo src/jtag/drivers/libocdjtagdrivers_la-bitbang.lo src/jtag/drivers/libocdjtagdrivers_la-dummy.lo src/jtag/drivers/libocdjtagdrivers_la-ft232r.lo src/jtag/drivers/libocdjtagdrivers_la-gw16012.lo src/jtag/drivers/libocdjtagdrivers_la-arm-jtag-ew.lo src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.lo src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.lo -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lusb-1.0 -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lusb -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lftdi1 -lusb-1.0 src/jtag/drivers/usb_blaster/libocdusbblaster.la libtool: link: (cd src/jtag/drivers/.libs/libocdjtagdrivers.lax/libocdusbblaster.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/jtag/drivers/usb_blaster/.libs/libocdusbblaster.a") libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/jtag/drivers/.libs/libocdjtagdrivers.a src/jtag/drivers/libocdjtagdrivers_la-driver.o src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.o src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.o src/jtag/drivers/libocdjtagdrivers_la-usb_common.o src/jtag/drivers/libocdjtagdrivers_la-bitbang.o src/jtag/drivers/libocdjtagdrivers_la-dummy.o src/jtag/drivers/libocdjtagdrivers_la-ft232r.o src/jtag/drivers/libocdjtagdrivers_la-gw16012.o src/jtag/drivers/libocdjtagdrivers_la-arm-jtag-ew.o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libocdusbblaster.a/libocdusbblaster_la-ublast_access_ftdi.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libocdusbblaster.a/libocdusbblaster_la-usb_blaster.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/jtag/drivers/.libs/libocdjtagdrivers.a libtool: link: rm -fr src/jtag/drivers/.libs/libocdjtagdrivers.lax libtool: link: ( cd "src/jtag/drivers/.libs" && rm -f "libocdjtagdrivers.la" && ln -s "../libocdjtagdrivers.la" "libocdjtagdrivers.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/jtag/libjtag.la src/jtag/adapter.lo src/jtag/core.lo src/jtag/interface.lo src/jtag/interfaces.lo src/jtag/tcl.lo src/jtag/swim.lo src/jtag/commands.lo ./src/jtag/aice/libocdaice.la ./src/jtag/drivers/libocdjtagdrivers.la libtool: link: (cd src/jtag/.libs/libjtag.lax/libocdaice.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/./src/jtag/aice/.libs/libocdaice.a") libtool: link: (cd src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/./src/jtag/drivers/.libs/libocdjtagdrivers.a") libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/jtag/.libs/libjtag.a src/jtag/adapter.o src/jtag/core.o src/jtag/interface.o src/jtag/interfaces.o src/jtag/tcl.o src/jtag/swim.o src/jtag/commands.o src/jtag/.libs/libjtag.lax/libocdaice.a/libocdaice_la-aice_interface.o src/jtag/.libs/libjtag.lax/libocdaice.a/libocdaice_la-aice_pipe.o src/jtag/.libs/libjtag.lax/libocdaice.a/libocdaice_la-aice_port.o src/jtag/.libs/libjtag.lax/libocdaice.a/libocdaice_la-aice_transport.o src/jtag/.libs/libjtag.lax/libocdaice.a/libocdaice_la-aice_usb.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-arm-jtag-ew.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-bitbang.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-cmsis_dap.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-driver.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-dummy.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ft232r.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-gw16012.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-jtag_usb_common.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-libusb_helper.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usb_common.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdusbblaster_la-ublast_access_ftdi.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdusbblaster_la-usb_blaster.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/jtag/.libs/libjtag.a libtool: link: rm -fr src/jtag/.libs/libjtag.lax libtool: link: ( cd "src/jtag/.libs" && rm -f "libjtag.la" && ln -s "../libjtag.la" "libjtag.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/transport/transport.lo src/transport/transport.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/transport/transport.c -o src/transport/transport.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/transport/libtransport.la src/transport/transport.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/transport/.libs/libtransport.a src/transport/transport.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/transport/.libs/libtransport.a libtool: link: ( cd "src/transport/.libs" && rm -f "libtransport.la" && ln -s "../libtransport.la" "libtransport.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/common.lo src/flash/common.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/common.c -o src/flash/common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/core.lo src/flash/nor/core.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/core.c -o src/flash/nor/core.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/tcl.lo src/flash/nor/tcl.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/tcl.c -o src/flash/nor/tcl.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/aduc702x.lo src/flash/nor/aduc702x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/aduc702x.c -o src/flash/nor/aduc702x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/aducm360.lo src/flash/nor/aducm360.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/aducm360.c -o src/flash/nor/aducm360.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/ambiqmicro.lo src/flash/nor/ambiqmicro.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/ambiqmicro.c -o src/flash/nor/ambiqmicro.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/at91sam4.lo src/flash/nor/at91sam4.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/at91sam4.c -o src/flash/nor/at91sam4.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/at91sam4l.lo src/flash/nor/at91sam4l.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/at91sam4l.c -o src/flash/nor/at91sam4l.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/at91samd.lo src/flash/nor/at91samd.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/at91samd.c -o src/flash/nor/at91samd.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/at91sam3.lo src/flash/nor/at91sam3.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/at91sam3.c -o src/flash/nor/at91sam3.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/at91sam7.lo src/flash/nor/at91sam7.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/at91sam7.c -o src/flash/nor/at91sam7.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/ath79.lo src/flash/nor/ath79.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/ath79.c -o src/flash/nor/ath79.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/atsamv.lo src/flash/nor/atsamv.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/atsamv.c -o src/flash/nor/atsamv.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/atsame5.lo src/flash/nor/atsame5.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/atsame5.c -o src/flash/nor/atsame5.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/avrf.lo src/flash/nor/avrf.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/avrf.c -o src/flash/nor/avrf.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/bluenrg-x.lo src/flash/nor/bluenrg-x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/bluenrg-x.c -o src/flash/nor/bluenrg-x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/cc3220sf.lo src/flash/nor/cc3220sf.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/cc3220sf.c -o src/flash/nor/cc3220sf.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/cc26xx.lo src/flash/nor/cc26xx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/cc26xx.c -o src/flash/nor/cc26xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/cfi.lo src/flash/nor/cfi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/cfi.c -o src/flash/nor/cfi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/dsp5680xx_flash.lo src/flash/nor/dsp5680xx_flash.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/dsp5680xx_flash.c -o src/flash/nor/dsp5680xx_flash.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/efm32.lo src/flash/nor/efm32.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/efm32.c -o src/flash/nor/efm32.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/em357.lo src/flash/nor/em357.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/em357.c -o src/flash/nor/em357.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/esirisc_flash.lo src/flash/nor/esirisc_flash.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/esirisc_flash.c -o src/flash/nor/esirisc_flash.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/faux.lo src/flash/nor/faux.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/faux.c -o src/flash/nor/faux.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/fespi.lo src/flash/nor/fespi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/fespi.c -o src/flash/nor/fespi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/fm3.lo src/flash/nor/fm3.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/fm3.c -o src/flash/nor/fm3.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/fm4.lo src/flash/nor/fm4.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/fm4.c -o src/flash/nor/fm4.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/jtagspi.lo src/flash/nor/jtagspi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/jtagspi.c -o src/flash/nor/jtagspi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/kinetis.lo src/flash/nor/kinetis.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/kinetis.c -o src/flash/nor/kinetis.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/kinetis_ke.lo src/flash/nor/kinetis_ke.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/kinetis_ke.c -o src/flash/nor/kinetis_ke.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/lpc2000.lo src/flash/nor/lpc2000.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/lpc2000.c -o src/flash/nor/lpc2000.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/lpc288x.lo src/flash/nor/lpc288x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/lpc288x.c -o src/flash/nor/lpc288x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/lpc2900.lo src/flash/nor/lpc2900.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/lpc2900.c -o src/flash/nor/lpc2900.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/lpcspifi.lo src/flash/nor/lpcspifi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/lpcspifi.c -o src/flash/nor/lpcspifi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/max32xxx.lo src/flash/nor/max32xxx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/max32xxx.c -o src/flash/nor/max32xxx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/mdr.lo src/flash/nor/mdr.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/mdr.c -o src/flash/nor/mdr.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/msp432.lo src/flash/nor/msp432.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/msp432.c -o src/flash/nor/msp432.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/mrvlqspi.lo src/flash/nor/mrvlqspi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/mrvlqspi.c -o src/flash/nor/mrvlqspi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/niietcm4.lo src/flash/nor/niietcm4.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/niietcm4.c -o src/flash/nor/niietcm4.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/non_cfi.lo src/flash/nor/non_cfi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/non_cfi.c -o src/flash/nor/non_cfi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/nrf5.lo src/flash/nor/nrf5.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/nrf5.c -o src/flash/nor/nrf5.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/numicro.lo src/flash/nor/numicro.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/numicro.c -o src/flash/nor/numicro.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/ocl.lo src/flash/nor/ocl.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/ocl.c -o src/flash/nor/ocl.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/pic32mx.lo src/flash/nor/pic32mx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/pic32mx.c -o src/flash/nor/pic32mx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/psoc4.lo src/flash/nor/psoc4.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/psoc4.c -o src/flash/nor/psoc4.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/psoc5lp.lo src/flash/nor/psoc5lp.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/psoc5lp.c -o src/flash/nor/psoc5lp.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/psoc6.lo src/flash/nor/psoc6.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/psoc6.c -o src/flash/nor/psoc6.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/renesas_rpchf.lo src/flash/nor/renesas_rpchf.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/renesas_rpchf.c -o src/flash/nor/renesas_rpchf.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/sfdp.lo src/flash/nor/sfdp.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/sfdp.c -o src/flash/nor/sfdp.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/sh_qspi.lo src/flash/nor/sh_qspi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/sh_qspi.c -o src/flash/nor/sh_qspi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/sim3x.lo src/flash/nor/sim3x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/sim3x.c -o src/flash/nor/sim3x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/spi.lo src/flash/nor/spi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/spi.c -o src/flash/nor/spi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/stmsmi.lo src/flash/nor/stmsmi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/stmsmi.c -o src/flash/nor/stmsmi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/stmqspi.lo src/flash/nor/stmqspi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/stmqspi.c -o src/flash/nor/stmqspi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/stellaris.lo src/flash/nor/stellaris.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/stellaris.c -o src/flash/nor/stellaris.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/stm32f1x.lo src/flash/nor/stm32f1x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/stm32f1x.c -o src/flash/nor/stm32f1x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/stm32f2x.lo src/flash/nor/stm32f2x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/stm32f2x.c -o src/flash/nor/stm32f2x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/stm32lx.lo src/flash/nor/stm32lx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/stm32lx.c -o src/flash/nor/stm32lx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/stm32l4x.lo src/flash/nor/stm32l4x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/stm32l4x.c -o src/flash/nor/stm32l4x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/stm32h7x.lo src/flash/nor/stm32h7x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/stm32h7x.c -o src/flash/nor/stm32h7x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/str7x.lo src/flash/nor/str7x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/str7x.c -o src/flash/nor/str7x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/str9x.lo src/flash/nor/str9x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/str9x.c -o src/flash/nor/str9x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/str9xpec.lo src/flash/nor/str9xpec.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/str9xpec.c -o src/flash/nor/str9xpec.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/swm050.lo src/flash/nor/swm050.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/swm050.c -o src/flash/nor/swm050.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/tms470.lo src/flash/nor/tms470.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/tms470.c -o src/flash/nor/tms470.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/virtual.lo src/flash/nor/virtual.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/virtual.c -o src/flash/nor/virtual.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/w600.lo src/flash/nor/w600.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/w600.c -o src/flash/nor/w600.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/xcf.lo src/flash/nor/xcf.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/xcf.c -o src/flash/nor/xcf.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/xmc1xxx.lo src/flash/nor/xmc1xxx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/xmc1xxx.c -o src/flash/nor/xmc1xxx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/xmc4xxx.lo src/flash/nor/xmc4xxx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/xmc4xxx.c -o src/flash/nor/xmc4xxx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nor/drivers.lo src/flash/nor/drivers.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nor/drivers.c -o src/flash/nor/drivers.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/flash/nor/libocdflashnor.la src/flash/nor/core.lo src/flash/nor/tcl.lo src/flash/nor/aduc702x.lo src/flash/nor/aducm360.lo src/flash/nor/ambiqmicro.lo src/flash/nor/at91sam4.lo src/flash/nor/at91sam4l.lo src/flash/nor/at91samd.lo src/flash/nor/at91sam3.lo src/flash/nor/at91sam7.lo src/flash/nor/ath79.lo src/flash/nor/atsamv.lo src/flash/nor/atsame5.lo src/flash/nor/avrf.lo src/flash/nor/bluenrg-x.lo src/flash/nor/cc3220sf.lo src/flash/nor/cc26xx.lo src/flash/nor/cfi.lo src/flash/nor/dsp5680xx_flash.lo src/flash/nor/efm32.lo src/flash/nor/em357.lo src/flash/nor/esirisc_flash.lo src/flash/nor/faux.lo src/flash/nor/fespi.lo src/flash/nor/fm3.lo src/flash/nor/fm4.lo src/flash/nor/jtagspi.lo src/flash/nor/kinetis.lo src/flash/nor/kinetis_ke.lo src/flash/nor/lpc2000.lo src/flash/nor/lpc288x.lo src/flash/nor/lpc2900.lo src/flash/nor/lpcspifi.lo src/flash/nor/max32xxx.lo src/flash/nor/mdr.lo src/flash/nor/msp432.lo src/flash/nor/mrvlqspi.lo src/flash/nor/niietcm4.lo src/flash/nor/non_cfi.lo src/flash/nor/nrf5.lo src/flash/nor/numicro.lo src/flash/nor/ocl.lo src/flash/nor/pic32mx.lo src/flash/nor/psoc4.lo src/flash/nor/psoc5lp.lo src/flash/nor/psoc6.lo src/flash/nor/renesas_rpchf.lo src/flash/nor/sfdp.lo src/flash/nor/sh_qspi.lo src/flash/nor/sim3x.lo src/flash/nor/spi.lo src/flash/nor/stmsmi.lo src/flash/nor/stmqspi.lo src/flash/nor/stellaris.lo src/flash/nor/stm32f1x.lo src/flash/nor/stm32f2x.lo src/flash/nor/stm32lx.lo src/flash/nor/stm32l4x.lo src/flash/nor/stm32h7x.lo src/flash/nor/str7x.lo src/flash/nor/str9x.lo src/flash/nor/str9xpec.lo src/flash/nor/swm050.lo src/flash/nor/tms470.lo src/flash/nor/virtual.lo src/flash/nor/w600.lo src/flash/nor/xcf.lo src/flash/nor/xmc1xxx.lo src/flash/nor/xmc4xxx.lo src/flash/nor/drivers.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/flash/nor/.libs/libocdflashnor.a src/flash/nor/core.o src/flash/nor/tcl.o src/flash/nor/aduc702x.o src/flash/nor/aducm360.o src/flash/nor/ambiqmicro.o src/flash/nor/at91sam4.o src/flash/nor/at91sam4l.o src/flash/nor/at91samd.o src/flash/nor/at91sam3.o src/flash/nor/at91sam7.o src/flash/nor/ath79.o src/flash/nor/atsamv.o src/flash/nor/atsame5.o src/flash/nor/avrf.o src/flash/nor/bluenrg-x.o src/flash/nor/cc3220sf.o src/flash/nor/cc26xx.o src/flash/nor/cfi.o src/flash/nor/dsp5680xx_flash.o src/flash/nor/efm32.o src/flash/nor/em357.o src/flash/nor/esirisc_flash.o src/flash/nor/faux.o src/flash/nor/fespi.o src/flash/nor/fm3.o src/flash/nor/fm4.o src/flash/nor/jtagspi.o src/flash/nor/kinetis.o src/flash/nor/kinetis_ke.o src/flash/nor/lpc2000.o src/flash/nor/lpc288x.o src/flash/nor/lpc2900.o src/flash/nor/lpcspifi.o src/flash/nor/max32xxx.o src/flash/nor/mdr.o src/flash/nor/msp432.o src/flash/nor/mrvlqspi.o src/flash/nor/niietcm4.o src/flash/nor/non_cfi.o src/flash/nor/nrf5.o src/flash/nor/numicro.o src/flash/nor/ocl.o src/flash/nor/pic32mx.o src/flash/nor/psoc4.o src/flash/nor/psoc5lp.o src/flash/nor/psoc6.o src/flash/nor/renesas_rpchf.o src/flash/nor/sfdp.o src/flash/nor/sh_qspi.o src/flash/nor/sim3x.o src/flash/nor/spi.o src/flash/nor/stmsmi.o src/flash/nor/stmqspi.o src/flash/nor/stellaris.o src/flash/nor/stm32f1x.o src/flash/nor/stm32f2x.o src/flash/nor/stm32lx.o src/flash/nor/stm32l4x.o src/flash/nor/stm32h7x.o src/flash/nor/str7x.o src/flash/nor/str9x.o src/flash/nor/str9xpec.o src/flash/nor/swm050.o src/flash/nor/tms470.o src/flash/nor/virtual.o src/flash/nor/w600.o src/flash/nor/xcf.o src/flash/nor/xmc1xxx.o src/flash/nor/xmc4xxx.o src/flash/nor/drivers.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/flash/nor/.libs/libocdflashnor.a libtool: link: ( cd "src/flash/nor/.libs" && rm -f "libocdflashnor.la" && ln -s "../libocdflashnor.la" "libocdflashnor.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/ecc.lo src/flash/nand/ecc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/ecc.c -o src/flash/nand/ecc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/ecc_kw.lo src/flash/nand/ecc_kw.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/ecc_kw.c -o src/flash/nand/ecc_kw.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/core.lo src/flash/nand/core.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/core.c -o src/flash/nand/core.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/fileio.lo src/flash/nand/fileio.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/fileio.c -o src/flash/nand/fileio.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/tcl.lo src/flash/nand/tcl.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/tcl.c -o src/flash/nand/tcl.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/arm_io.lo src/flash/nand/arm_io.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/arm_io.c -o src/flash/nand/arm_io.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/nonce.lo src/flash/nand/nonce.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/nonce.c -o src/flash/nand/nonce.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/davinci.lo src/flash/nand/davinci.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/davinci.c -o src/flash/nand/davinci.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/lpc3180.lo src/flash/nand/lpc3180.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/lpc3180.c -o src/flash/nand/lpc3180.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/lpc32xx.lo src/flash/nand/lpc32xx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/lpc32xx.c -o src/flash/nand/lpc32xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/mxc.lo src/flash/nand/mxc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/mxc.c -o src/flash/nand/mxc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/mx3.lo src/flash/nand/mx3.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/mx3.c -o src/flash/nand/mx3.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/orion.lo src/flash/nand/orion.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/orion.c -o src/flash/nand/orion.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/s3c24xx.lo src/flash/nand/s3c24xx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/s3c24xx.c -o src/flash/nand/s3c24xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/s3c2410.lo src/flash/nand/s3c2410.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/s3c2410.c -o src/flash/nand/s3c2410.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/s3c2412.lo src/flash/nand/s3c2412.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/s3c2412.c -o src/flash/nand/s3c2412.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/s3c2440.lo src/flash/nand/s3c2440.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/s3c2440.c -o src/flash/nand/s3c2440.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/s3c2443.lo src/flash/nand/s3c2443.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/s3c2443.c -o src/flash/nand/s3c2443.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/s3c6400.lo src/flash/nand/s3c6400.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/s3c6400.c -o src/flash/nand/s3c6400.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/at91sam9.lo src/flash/nand/at91sam9.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/at91sam9.c -o src/flash/nand/at91sam9.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/nuc910.lo src/flash/nand/nuc910.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/nuc910.c -o src/flash/nand/nuc910.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/flash/nand/driver.lo src/flash/nand/driver.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/flash/nand/driver.c -o src/flash/nand/driver.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/flash/nand/libocdflashnand.la src/flash/nand/ecc.lo src/flash/nand/ecc_kw.lo src/flash/nand/core.lo src/flash/nand/fileio.lo src/flash/nand/tcl.lo src/flash/nand/arm_io.lo src/flash/nand/nonce.lo src/flash/nand/davinci.lo src/flash/nand/lpc3180.lo src/flash/nand/lpc32xx.lo src/flash/nand/mxc.lo src/flash/nand/mx3.lo src/flash/nand/orion.lo src/flash/nand/s3c24xx.lo src/flash/nand/s3c2410.lo src/flash/nand/s3c2412.lo src/flash/nand/s3c2440.lo src/flash/nand/s3c2443.lo src/flash/nand/s3c6400.lo src/flash/nand/at91sam9.lo src/flash/nand/nuc910.lo src/flash/nand/driver.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/flash/nand/.libs/libocdflashnand.a src/flash/nand/ecc.o src/flash/nand/ecc_kw.o src/flash/nand/core.o src/flash/nand/fileio.o src/flash/nand/tcl.o src/flash/nand/arm_io.o src/flash/nand/nonce.o src/flash/nand/davinci.o src/flash/nand/lpc3180.o src/flash/nand/lpc32xx.o src/flash/nand/mxc.o src/flash/nand/mx3.o src/flash/nand/orion.o src/flash/nand/s3c24xx.o src/flash/nand/s3c2410.o src/flash/nand/s3c2412.o src/flash/nand/s3c2440.o src/flash/nand/s3c2443.o src/flash/nand/s3c6400.o src/flash/nand/at91sam9.o src/flash/nand/nuc910.o src/flash/nand/driver.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/flash/nand/.libs/libocdflashnand.a libtool: link: ( cd "src/flash/nand/.libs" && rm -f "libocdflashnand.la" && ln -s "../libocdflashnand.la" "libocdflashnand.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/flash/libflash.la src/flash/common.lo src/flash/nor/libocdflashnor.la src/flash/nand/libocdflashnand.la libtool: link: (cd src/flash/.libs/libflash.lax/libocdflashnor.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/flash/nor/.libs/libocdflashnor.a") libtool: link: (cd src/flash/.libs/libflash.lax/libocdflashnand.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/flash/nand/.libs/libocdflashnand.a") copying selected object files to avoid basename conflicts... libtool: link: ln src/flash/.libs/libflash.lax/libocdflashnand.a/core.o src/flash/.libs/libflash.lax/lt1-core.o || cp src/flash/.libs/libflash.lax/libocdflashnand.a/core.o src/flash/.libs/libflash.lax/lt1-core.o libtool: link: ln src/flash/.libs/libflash.lax/libocdflashnand.a/tcl.o src/flash/.libs/libflash.lax/lt2-tcl.o || cp src/flash/.libs/libflash.lax/libocdflashnand.a/tcl.o src/flash/.libs/libflash.lax/lt2-tcl.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/flash/.libs/libflash.a src/flash/common.o src/flash/.libs/libflash.lax/libocdflashnor.a/aduc702x.o src/flash/.libs/libflash.lax/libocdflashnor.a/aducm360.o src/flash/.libs/libflash.lax/libocdflashnor.a/ambiqmicro.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam3.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam4.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam4l.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam7.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91samd.o src/flash/.libs/libflash.lax/libocdflashnor.a/ath79.o src/flash/.libs/libflash.lax/libocdflashnor.a/atsame5.o src/flash/.libs/libflash.lax/libocdflashnor.a/atsamv.o src/flash/.libs/libflash.lax/libocdflashnor.a/avrf.o src/flash/.libs/libflash.lax/libocdflashnor.a/bluenrg-x.o src/flash/.libs/libflash.lax/libocdflashnor.a/cc26xx.o src/flash/.libs/libflash.lax/libocdflashnor.a/cc3220sf.o src/flash/.libs/libflash.lax/libocdflashnor.a/cfi.o src/flash/.libs/libflash.lax/libocdflashnor.a/core.o src/flash/.libs/libflash.lax/libocdflashnor.a/drivers.o src/flash/.libs/libflash.lax/libocdflashnor.a/dsp5680xx_flash.o src/flash/.libs/libflash.lax/libocdflashnor.a/efm32.o src/flash/.libs/libflash.lax/libocdflashnor.a/em357.o src/flash/.libs/libflash.lax/libocdflashnor.a/esirisc_flash.o src/flash/.libs/libflash.lax/libocdflashnor.a/faux.o src/flash/.libs/libflash.lax/libocdflashnor.a/fespi.o src/flash/.libs/libflash.lax/libocdflashnor.a/fm3.o src/flash/.libs/libflash.lax/libocdflashnor.a/fm4.o src/flash/.libs/libflash.lax/libocdflashnor.a/jtagspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/kinetis.o src/flash/.libs/libflash.lax/libocdflashnor.a/kinetis_ke.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpc2000.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpc288x.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpc2900.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpcspifi.o src/flash/.libs/libflash.lax/libocdflashnor.a/max32xxx.o src/flash/.libs/libflash.lax/libocdflashnor.a/mdr.o src/flash/.libs/libflash.lax/libocdflashnor.a/mrvlqspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/msp432.o src/flash/.libs/libflash.lax/libocdflashnor.a/niietcm4.o src/flash/.libs/libflash.lax/libocdflashnor.a/non_cfi.o src/flash/.libs/libflash.lax/libocdflashnor.a/nrf5.o src/flash/.libs/libflash.lax/libocdflashnor.a/numicro.o src/flash/.libs/libflash.lax/libocdflashnor.a/ocl.o src/flash/.libs/libflash.lax/libocdflashnor.a/pic32mx.o src/flash/.libs/libflash.lax/libocdflashnor.a/psoc4.o src/flash/.libs/libflash.lax/libocdflashnor.a/psoc5lp.o src/flash/.libs/libflash.lax/libocdflashnor.a/psoc6.o src/flash/.libs/libflash.lax/libocdflashnor.a/renesas_rpchf.o src/flash/.libs/libflash.lax/libocdflashnor.a/sfdp.o src/flash/.libs/libflash.lax/libocdflashnor.a/sh_qspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/sim3x.o src/flash/.libs/libflash.lax/libocdflashnor.a/spi.o src/flash/.libs/libflash.lax/libocdflashnor.a/stellaris.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32f1x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32f2x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32h7x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32l4x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32lx.o src/flash/.libs/libflash.lax/libocdflashnor.a/stmqspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/stmsmi.o src/flash/.libs/libflash.lax/libocdflashnor.a/str7x.o src/flash/.libs/libflash.lax/libocdflashnor.a/str9x.o src/flash/.libs/libflash.lax/libocdflashnor.a/str9xpec.o src/flash/.libs/libflash.lax/libocdflashnor.a/swm050.o src/flash/.libs/libflash.lax/libocdflashnor.a/tcl.o src/flash/.libs/libflash.lax/libocdflashnor.a/tms470.o src/flash/.libs/libflash.lax/libocdflashnor.a/virtual.o src/flash/.libs/libflash.lax/libocdflashnor.a/w600.o src/flash/.libs/libflash.lax/libocdflashnor.a/xcf.o src/flash/.libs/libflash.lax/libocdflashnor.a/xmc1xxx.o src/flash/.libs/libflash.lax/libocdflashnor.a/xmc4xxx.o src/flash/.libs/libflash.lax/libocdflashnand.a/arm_io.o src/flash/.libs/libflash.lax/libocdflashnand.a/at91sam9.o src/flash/.libs/libflash.lax/lt1-core.o src/flash/.libs/libflash.lax/libocdflashnand.a/davinci.o src/flash/.libs/libflash.lax/libocdflashnand.a/driver.o src/flash/.libs/libflash.lax/libocdflashnand.a/ecc.o src/flash/.libs/libflash.lax/libocdflashnand.a/ecc_kw.o src/flash/.libs/libflash.lax/libocdflashnand.a/fileio.o src/flash/.libs/libflash.lax/libocdflashnand.a/lpc3180.o src/flash/.libs/libflash.lax/libocdflashnand.a/lpc32xx.o src/flash/.libs/libflash.lax/libocdflashnand.a/mx3.o src/flash/.libs/libflash.lax/libocdflashnand.a/mxc.o src/flash/.libs/libflash.lax/libocdflashnand.a/nonce.o src/flash/.libs/libflash.lax/libocdflashnand.a/nuc910.o src/flash/.libs/libflash.lax/libocdflashnand.a/orion.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2410.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2412.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2440.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2443.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c24xx.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c6400.o src/flash/.libs/libflash.lax/lt2-tcl.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/flash/.libs/libflash.a libtool: link: rm -fr src/flash/.libs/libflash.lax src/flash/.libs/libflash.lax libtool: link: ( cd "src/flash/.libs" && rm -f "libflash.la" && ln -s "../libflash.la" "libflash.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-algorithm.lo `test -f 'src/target/algorithm.c' || echo './'`src/target/algorithm.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/algorithm.c -o src/target/libtarget_la-algorithm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-register.lo `test -f 'src/target/register.c' || echo './'`src/target/register.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/register.c -o src/target/libtarget_la-register.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-image.lo `test -f 'src/target/image.c' || echo './'`src/target/image.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/image.c -o src/target/libtarget_la-image.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-breakpoints.lo `test -f 'src/target/breakpoints.c' || echo './'`src/target/breakpoints.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/breakpoints.c -o src/target/libtarget_la-breakpoints.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-target.lo `test -f 'src/target/target.c' || echo './'`src/target/target.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/target.c -o src/target/libtarget_la-target.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-target_request.lo `test -f 'src/target/target_request.c' || echo './'`src/target/target_request.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/target_request.c -o src/target/libtarget_la-target_request.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-testee.lo `test -f 'src/target/testee.c' || echo './'`src/target/testee.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/testee.c -o src/target/libtarget_la-testee.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-semihosting_common.lo `test -f 'src/target/semihosting_common.c' || echo './'`src/target/semihosting_common.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/semihosting_common.c -o src/target/libtarget_la-semihosting_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-smp.lo `test -f 'src/target/smp.c' || echo './'`src/target/smp.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/smp.c -o src/target/libtarget_la-smp.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-rtt.lo `test -f 'src/target/rtt.c' || echo './'`src/target/rtt.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/rtt.c -o src/target/libtarget_la-rtt.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_dpm.lo `test -f 'src/target/arm_dpm.c' || echo './'`src/target/arm_dpm.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm_dpm.c -o src/target/libtarget_la-arm_dpm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_jtag.lo `test -f 'src/target/arm_jtag.c' || echo './'`src/target/arm_jtag.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm_jtag.c -o src/target/libtarget_la-arm_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_disassembler.lo `test -f 'src/target/arm_disassembler.c' || echo './'`src/target/arm_disassembler.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm_disassembler.c -o src/target/libtarget_la-arm_disassembler.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_simulator.lo `test -f 'src/target/arm_simulator.c' || echo './'`src/target/arm_simulator.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm_simulator.c -o src/target/libtarget_la-arm_simulator.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_semihosting.lo `test -f 'src/target/arm_semihosting.c' || echo './'`src/target/arm_semihosting.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm_semihosting.c -o src/target/libtarget_la-arm_semihosting.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_adi_v5.lo `test -f 'src/target/arm_adi_v5.c' || echo './'`src/target/arm_adi_v5.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm_adi_v5.c -o src/target/libtarget_la-arm_adi_v5.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_dap.lo `test -f 'src/target/arm_dap.c' || echo './'`src/target/arm_dap.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm_dap.c -o src/target/libtarget_la-arm_dap.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7a_cache.lo `test -f 'src/target/armv7a_cache.c' || echo './'`src/target/armv7a_cache.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv7a_cache.c -o src/target/libtarget_la-armv7a_cache.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7a_cache_l2x.lo `test -f 'src/target/armv7a_cache_l2x.c' || echo './'`src/target/armv7a_cache_l2x.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv7a_cache_l2x.c -o src/target/libtarget_la-armv7a_cache_l2x.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-adi_v5_dapdirect.lo `test -f 'src/target/adi_v5_dapdirect.c' || echo './'`src/target/adi_v5_dapdirect.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/adi_v5_dapdirect.c -o src/target/libtarget_la-adi_v5_dapdirect.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-adi_v5_jtag.lo `test -f 'src/target/adi_v5_jtag.c' || echo './'`src/target/adi_v5_jtag.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/adi_v5_jtag.c -o src/target/libtarget_la-adi_v5_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-adi_v5_swd.lo `test -f 'src/target/adi_v5_swd.c' || echo './'`src/target/adi_v5_swd.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/adi_v5_swd.c -o src/target/libtarget_la-adi_v5_swd.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-embeddedice.lo `test -f 'src/target/embeddedice.c' || echo './'`src/target/embeddedice.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/embeddedice.c -o src/target/libtarget_la-embeddedice.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-trace.lo `test -f 'src/target/trace.c' || echo './'`src/target/trace.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/trace.c -o src/target/libtarget_la-trace.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-etb.lo `test -f 'src/target/etb.c' || echo './'`src/target/etb.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/etb.c -o src/target/libtarget_la-etb.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-etm.lo `test -f 'src/target/etm.c' || echo './'`src/target/etm.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/etm.c -o src/target/libtarget_la-etm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-etm_dummy.lo `test -f 'src/target/etm_dummy.c' || echo './'`src/target/etm_dummy.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/etm_dummy.c -o src/target/libtarget_la-etm_dummy.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm_cti.lo `test -f 'src/target/arm_cti.c' || echo './'`src/target/arm_cti.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm_cti.c -o src/target/libtarget_la-arm_cti.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv4_5.lo `test -f 'src/target/armv4_5.c' || echo './'`src/target/armv4_5.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv4_5.c -o src/target/libtarget_la-armv4_5.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv4_5_mmu.lo `test -f 'src/target/armv4_5_mmu.c' || echo './'`src/target/armv4_5_mmu.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv4_5_mmu.c -o src/target/libtarget_la-armv4_5_mmu.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv4_5_cache.lo `test -f 'src/target/armv4_5_cache.c' || echo './'`src/target/armv4_5_cache.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv4_5_cache.c -o src/target/libtarget_la-armv4_5_cache.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm7_9_common.lo `test -f 'src/target/arm7_9_common.c' || echo './'`src/target/arm7_9_common.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm7_9_common.c -o src/target/libtarget_la-arm7_9_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm7tdmi.lo `test -f 'src/target/arm7tdmi.c' || echo './'`src/target/arm7tdmi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm7tdmi.c -o src/target/libtarget_la-arm7tdmi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm720t.lo `test -f 'src/target/arm720t.c' || echo './'`src/target/arm720t.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm720t.c -o src/target/libtarget_la-arm720t.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm9tdmi.lo `test -f 'src/target/arm9tdmi.c' || echo './'`src/target/arm9tdmi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm9tdmi.c -o src/target/libtarget_la-arm9tdmi.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm920t.lo `test -f 'src/target/arm920t.c' || echo './'`src/target/arm920t.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm920t.c -o src/target/libtarget_la-arm920t.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm966e.lo `test -f 'src/target/arm966e.c' || echo './'`src/target/arm966e.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm966e.c -o src/target/libtarget_la-arm966e.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm946e.lo `test -f 'src/target/arm946e.c' || echo './'`src/target/arm946e.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm946e.c -o src/target/libtarget_la-arm946e.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm926ejs.lo `test -f 'src/target/arm926ejs.c' || echo './'`src/target/arm926ejs.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm926ejs.c -o src/target/libtarget_la-arm926ejs.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-feroceon.lo `test -f 'src/target/feroceon.c' || echo './'`src/target/feroceon.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/feroceon.c -o src/target/libtarget_la-feroceon.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm11.lo `test -f 'src/target/arm11.c' || echo './'`src/target/arm11.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm11.c -o src/target/libtarget_la-arm11.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arm11_dbgtap.lo `test -f 'src/target/arm11_dbgtap.c' || echo './'`src/target/arm11_dbgtap.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arm11_dbgtap.c -o src/target/libtarget_la-arm11_dbgtap.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7m.lo `test -f 'src/target/armv7m.c' || echo './'`src/target/armv7m.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv7m.c -o src/target/libtarget_la-armv7m.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7m_trace.lo `test -f 'src/target/armv7m_trace.c' || echo './'`src/target/armv7m_trace.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv7m_trace.c -o src/target/libtarget_la-armv7m_trace.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-cortex_m.lo `test -f 'src/target/cortex_m.c' || echo './'`src/target/cortex_m.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/cortex_m.c -o src/target/libtarget_la-cortex_m.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7a.lo `test -f 'src/target/armv7a.c' || echo './'`src/target/armv7a.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv7a.c -o src/target/libtarget_la-armv7a.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv7a_mmu.lo `test -f 'src/target/armv7a_mmu.c' || echo './'`src/target/armv7a_mmu.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv7a_mmu.c -o src/target/libtarget_la-armv7a_mmu.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-cortex_a.lo `test -f 'src/target/cortex_a.c' || echo './'`src/target/cortex_a.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/cortex_a.c -o src/target/libtarget_la-cortex_a.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-ls1_sap.lo `test -f 'src/target/ls1_sap.c' || echo './'`src/target/ls1_sap.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/ls1_sap.c -o src/target/libtarget_la-ls1_sap.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-mem_ap.lo `test -f 'src/target/mem_ap.c' || echo './'`src/target/mem_ap.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/mem_ap.c -o src/target/libtarget_la-mem_ap.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-fa526.lo `test -f 'src/target/fa526.c' || echo './'`src/target/fa526.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/fa526.c -o src/target/libtarget_la-fa526.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-xscale.lo `test -f 'src/target/xscale.c' || echo './'`src/target/xscale.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/xscale.c -o src/target/libtarget_la-xscale.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-avr32_ap7k.lo `test -f 'src/target/avr32_ap7k.c' || echo './'`src/target/avr32_ap7k.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/avr32_ap7k.c -o src/target/libtarget_la-avr32_ap7k.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-avr32_jtag.lo `test -f 'src/target/avr32_jtag.c' || echo './'`src/target/avr32_jtag.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/avr32_jtag.c -o src/target/libtarget_la-avr32_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-avr32_mem.lo `test -f 'src/target/avr32_mem.c' || echo './'`src/target/avr32_mem.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/avr32_mem.c -o src/target/libtarget_la-avr32_mem.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-avr32_regs.lo `test -f 'src/target/avr32_regs.c' || echo './'`src/target/avr32_regs.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/avr32_regs.c -o src/target/libtarget_la-avr32_regs.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-mips32.lo `test -f 'src/target/mips32.c' || echo './'`src/target/mips32.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/mips32.c -o src/target/libtarget_la-mips32.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-mips_m4k.lo `test -f 'src/target/mips_m4k.c' || echo './'`src/target/mips_m4k.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/mips_m4k.c -o src/target/libtarget_la-mips_m4k.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-mips32_pracc.lo `test -f 'src/target/mips32_pracc.c' || echo './'`src/target/mips32_pracc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/mips32_pracc.c -o src/target/libtarget_la-mips32_pracc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-mips32_dmaacc.lo `test -f 'src/target/mips32_dmaacc.c' || echo './'`src/target/mips32_dmaacc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/mips32_dmaacc.c -o src/target/libtarget_la-mips32_dmaacc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-mips_ejtag.lo `test -f 'src/target/mips_ejtag.c' || echo './'`src/target/mips_ejtag.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/mips_ejtag.c -o src/target/libtarget_la-mips_ejtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32.lo `test -f 'src/target/nds32.c' || echo './'`src/target/nds32.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/nds32.c -o src/target/libtarget_la-nds32.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_reg.lo `test -f 'src/target/nds32_reg.c' || echo './'`src/target/nds32_reg.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/nds32_reg.c -o src/target/libtarget_la-nds32_reg.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_cmd.lo `test -f 'src/target/nds32_cmd.c' || echo './'`src/target/nds32_cmd.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/nds32_cmd.c -o src/target/libtarget_la-nds32_cmd.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_disassembler.lo `test -f 'src/target/nds32_disassembler.c' || echo './'`src/target/nds32_disassembler.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/nds32_disassembler.c -o src/target/libtarget_la-nds32_disassembler.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_tlb.lo `test -f 'src/target/nds32_tlb.c' || echo './'`src/target/nds32_tlb.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/nds32_tlb.c -o src/target/libtarget_la-nds32_tlb.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_v2.lo `test -f 'src/target/nds32_v2.c' || echo './'`src/target/nds32_v2.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/nds32_v2.c -o src/target/libtarget_la-nds32_v2.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_v3_common.lo `test -f 'src/target/nds32_v3_common.c' || echo './'`src/target/nds32_v3_common.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/nds32_v3_common.c -o src/target/libtarget_la-nds32_v3_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_v3.lo `test -f 'src/target/nds32_v3.c' || echo './'`src/target/nds32_v3.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/nds32_v3.c -o src/target/libtarget_la-nds32_v3.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_v3m.lo `test -f 'src/target/nds32_v3m.c' || echo './'`src/target/nds32_v3m.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/nds32_v3m.c -o src/target/libtarget_la-nds32_v3m.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-nds32_aice.lo `test -f 'src/target/nds32_aice.c' || echo './'`src/target/nds32_aice.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/nds32_aice.c -o src/target/libtarget_la-nds32_aice.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-stm8.lo `test -f 'src/target/stm8.c' || echo './'`src/target/stm8.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/stm8.c -o src/target/libtarget_la-stm8.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-quark_x10xx.lo `test -f 'src/target/quark_x10xx.c' || echo './'`src/target/quark_x10xx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/quark_x10xx.c -o src/target/libtarget_la-quark_x10xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-quark_d20xx.lo `test -f 'src/target/quark_d20xx.c' || echo './'`src/target/quark_d20xx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/quark_d20xx.c -o src/target/libtarget_la-quark_d20xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-lakemont.lo `test -f 'src/target/lakemont.c' || echo './'`src/target/lakemont.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/lakemont.c -o src/target/libtarget_la-lakemont.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-x86_32_common.lo `test -f 'src/target/x86_32_common.c' || echo './'`src/target/x86_32_common.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/x86_32_common.c -o src/target/libtarget_la-x86_32_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-esirisc.lo `test -f 'src/target/esirisc.c' || echo './'`src/target/esirisc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/esirisc.c -o src/target/libtarget_la-esirisc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-esirisc_jtag.lo `test -f 'src/target/esirisc_jtag.c' || echo './'`src/target/esirisc_jtag.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/esirisc_jtag.c -o src/target/libtarget_la-esirisc_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-esirisc_trace.lo `test -f 'src/target/esirisc_trace.c' || echo './'`src/target/esirisc_trace.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/esirisc_trace.c -o src/target/libtarget_la-esirisc_trace.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arc.lo `test -f 'src/target/arc.c' || echo './'`src/target/arc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arc.c -o src/target/libtarget_la-arc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arc_cmd.lo `test -f 'src/target/arc_cmd.c' || echo './'`src/target/arc_cmd.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arc_cmd.c -o src/target/libtarget_la-arc_cmd.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arc_jtag.lo `test -f 'src/target/arc_jtag.c' || echo './'`src/target/arc_jtag.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arc_jtag.c -o src/target/libtarget_la-arc_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-arc_mem.lo `test -f 'src/target/arc_mem.c' || echo './'`src/target/arc_mem.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/arc_mem.c -o src/target/libtarget_la-arc_mem.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-avrt.lo `test -f 'src/target/avrt.c' || echo './'`src/target/avrt.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/avrt.c -o src/target/libtarget_la-avrt.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-dsp563xx.lo `test -f 'src/target/dsp563xx.c' || echo './'`src/target/dsp563xx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/dsp563xx.c -o src/target/libtarget_la-dsp563xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-dsp563xx_once.lo `test -f 'src/target/dsp563xx_once.c' || echo './'`src/target/dsp563xx_once.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/dsp563xx_once.c -o src/target/libtarget_la-dsp563xx_once.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-dsp5680xx.lo `test -f 'src/target/dsp5680xx.c' || echo './'`src/target/dsp5680xx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/dsp5680xx.c -o src/target/libtarget_la-dsp5680xx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-hla_target.lo `test -f 'src/target/hla_target.c' || echo './'`src/target/hla_target.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/hla_target.c -o src/target/libtarget_la-hla_target.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv8_dpm.lo `test -f 'src/target/armv8_dpm.c' || echo './'`src/target/armv8_dpm.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv8_dpm.c -o src/target/libtarget_la-armv8_dpm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv8_opcodes.lo `test -f 'src/target/armv8_opcodes.c' || echo './'`src/target/armv8_opcodes.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv8_opcodes.c -o src/target/libtarget_la-armv8_opcodes.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-aarch64.lo `test -f 'src/target/aarch64.c' || echo './'`src/target/aarch64.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/aarch64.c -o src/target/libtarget_la-aarch64.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-a64_disassembler.lo `test -f 'src/target/a64_disassembler.c' || echo './'`src/target/a64_disassembler.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/a64_disassembler.c -o src/target/libtarget_la-a64_disassembler.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv8.lo `test -f 'src/target/armv8.c' || echo './'`src/target/armv8.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv8.c -o src/target/libtarget_la-armv8.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-armv8_cache.lo `test -f 'src/target/armv8_cache.c' || echo './'`src/target/armv8_cache.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/armv8_cache.c -o src/target/libtarget_la-armv8_cache.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-mips64.lo `test -f 'src/target/mips64.c' || echo './'`src/target/mips64.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/mips64.c -o src/target/libtarget_la-mips64.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-mips64_pracc.lo `test -f 'src/target/mips64_pracc.c' || echo './'`src/target/mips64_pracc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/mips64_pracc.c -o src/target/libtarget_la-mips64_pracc.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/libtarget_la-mips_mips64.lo `test -f 'src/target/mips_mips64.c' || echo './'`src/target/mips_mips64.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/mips_mips64.c -o src/target/libtarget_la-mips_mips64.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/openrisc/or1k.lo src/target/openrisc/or1k.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/openrisc/or1k.c -o src/target/openrisc/or1k.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/openrisc/or1k_du_adv.lo src/target/openrisc/or1k_du_adv.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/openrisc/or1k_du_adv.c -o src/target/openrisc/or1k_du_adv.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/openrisc/or1k_tap_mohor.lo src/target/openrisc/or1k_tap_mohor.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/openrisc/or1k_tap_mohor.c -o src/target/openrisc/or1k_tap_mohor.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/openrisc/or1k_tap_vjtag.lo src/target/openrisc/or1k_tap_vjtag.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/openrisc/or1k_tap_vjtag.c -o src/target/openrisc/or1k_tap_vjtag.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/openrisc/or1k_tap_xilinx_bscan.lo src/target/openrisc/or1k_tap_xilinx_bscan.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/openrisc/or1k_tap_xilinx_bscan.c -o src/target/openrisc/or1k_tap_xilinx_bscan.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/openrisc/jsp_server.lo src/target/openrisc/jsp_server.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/openrisc/jsp_server.c -o src/target/openrisc/jsp_server.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/target/openrisc/libopenrisc.la src/target/openrisc/or1k.lo src/target/openrisc/or1k_du_adv.lo src/target/openrisc/or1k_tap_mohor.lo src/target/openrisc/or1k_tap_vjtag.lo src/target/openrisc/or1k_tap_xilinx_bscan.lo src/target/openrisc/jsp_server.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/target/openrisc/.libs/libopenrisc.a src/target/openrisc/or1k.o src/target/openrisc/or1k_du_adv.o src/target/openrisc/or1k_tap_mohor.o src/target/openrisc/or1k_tap_vjtag.o src/target/openrisc/or1k_tap_xilinx_bscan.o src/target/openrisc/jsp_server.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/target/openrisc/.libs/libopenrisc.a libtool: link: ( cd "src/target/openrisc/.libs" && rm -f "libopenrisc.la" && ln -s "../libopenrisc.la" "libopenrisc.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/riscv/batch.lo src/target/riscv/batch.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/riscv/batch.c -o src/target/riscv/batch.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/riscv/program.lo src/target/riscv/program.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/riscv/program.c -o src/target/riscv/program.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/riscv/riscv-011.lo src/target/riscv/riscv-011.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/riscv/riscv-011.c -o src/target/riscv/riscv-011.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/riscv/riscv-013.lo src/target/riscv/riscv-013.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/riscv/riscv-013.c -o src/target/riscv/riscv-013.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/riscv/riscv.lo src/target/riscv/riscv.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/riscv/riscv.c -o src/target/riscv/riscv.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/target/riscv/riscv_semihosting.lo src/target/riscv/riscv_semihosting.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/target/riscv/riscv_semihosting.c -o src/target/riscv/riscv_semihosting.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/target/riscv/libriscv.la src/target/riscv/batch.lo src/target/riscv/program.lo src/target/riscv/riscv-011.lo src/target/riscv/riscv-013.lo src/target/riscv/riscv.lo src/target/riscv/riscv_semihosting.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/target/riscv/.libs/libriscv.a src/target/riscv/batch.o src/target/riscv/program.o src/target/riscv/riscv-011.o src/target/riscv/riscv-013.o src/target/riscv/riscv.o src/target/riscv/riscv_semihosting.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/target/riscv/.libs/libriscv.a libtool: link: ( cd "src/target/riscv/.libs" && rm -f "libriscv.la" && ln -s "../libriscv.la" "libriscv.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/target/libtarget.la src/target/libtarget_la-algorithm.lo src/target/libtarget_la-register.lo src/target/libtarget_la-image.lo src/target/libtarget_la-breakpoints.lo src/target/libtarget_la-target.lo src/target/libtarget_la-target_request.lo src/target/libtarget_la-testee.lo src/target/libtarget_la-semihosting_common.lo src/target/libtarget_la-smp.lo src/target/libtarget_la-rtt.lo src/target/libtarget_la-arm_dpm.lo src/target/libtarget_la-arm_jtag.lo src/target/libtarget_la-arm_disassembler.lo src/target/libtarget_la-arm_simulator.lo src/target/libtarget_la-arm_semihosting.lo src/target/libtarget_la-arm_adi_v5.lo src/target/libtarget_la-arm_dap.lo src/target/libtarget_la-armv7a_cache.lo src/target/libtarget_la-armv7a_cache_l2x.lo src/target/libtarget_la-adi_v5_dapdirect.lo src/target/libtarget_la-adi_v5_jtag.lo src/target/libtarget_la-adi_v5_swd.lo src/target/libtarget_la-embeddedice.lo src/target/libtarget_la-trace.lo src/target/libtarget_la-etb.lo src/target/libtarget_la-etm.lo src/target/libtarget_la-etm_dummy.lo src/target/libtarget_la-arm_cti.lo src/target/libtarget_la-armv4_5.lo src/target/libtarget_la-armv4_5_mmu.lo src/target/libtarget_la-armv4_5_cache.lo src/target/libtarget_la-arm7_9_common.lo src/target/libtarget_la-arm7tdmi.lo src/target/libtarget_la-arm720t.lo src/target/libtarget_la-arm9tdmi.lo src/target/libtarget_la-arm920t.lo src/target/libtarget_la-arm966e.lo src/target/libtarget_la-arm946e.lo src/target/libtarget_la-arm926ejs.lo src/target/libtarget_la-feroceon.lo src/target/libtarget_la-arm11.lo src/target/libtarget_la-arm11_dbgtap.lo src/target/libtarget_la-armv7m.lo src/target/libtarget_la-armv7m_trace.lo src/target/libtarget_la-cortex_m.lo src/target/libtarget_la-armv7a.lo src/target/libtarget_la-armv7a_mmu.lo src/target/libtarget_la-cortex_a.lo src/target/libtarget_la-ls1_sap.lo src/target/libtarget_la-mem_ap.lo src/target/libtarget_la-fa526.lo src/target/libtarget_la-xscale.lo src/target/libtarget_la-avr32_ap7k.lo src/target/libtarget_la-avr32_jtag.lo src/target/libtarget_la-avr32_mem.lo src/target/libtarget_la-avr32_regs.lo src/target/libtarget_la-mips32.lo src/target/libtarget_la-mips_m4k.lo src/target/libtarget_la-mips32_pracc.lo src/target/libtarget_la-mips32_dmaacc.lo src/target/libtarget_la-mips_ejtag.lo src/target/libtarget_la-nds32.lo src/target/libtarget_la-nds32_reg.lo src/target/libtarget_la-nds32_cmd.lo src/target/libtarget_la-nds32_disassembler.lo src/target/libtarget_la-nds32_tlb.lo src/target/libtarget_la-nds32_v2.lo src/target/libtarget_la-nds32_v3_common.lo src/target/libtarget_la-nds32_v3.lo src/target/libtarget_la-nds32_v3m.lo src/target/libtarget_la-nds32_aice.lo src/target/libtarget_la-stm8.lo src/target/libtarget_la-quark_x10xx.lo src/target/libtarget_la-quark_d20xx.lo src/target/libtarget_la-lakemont.lo src/target/libtarget_la-x86_32_common.lo src/target/libtarget_la-esirisc.lo src/target/libtarget_la-esirisc_jtag.lo src/target/libtarget_la-esirisc_trace.lo src/target/libtarget_la-arc.lo src/target/libtarget_la-arc_cmd.lo src/target/libtarget_la-arc_jtag.lo src/target/libtarget_la-arc_mem.lo src/target/libtarget_la-avrt.lo src/target/libtarget_la-dsp563xx.lo src/target/libtarget_la-dsp563xx_once.lo src/target/libtarget_la-dsp5680xx.lo src/target/libtarget_la-hla_target.lo src/target/libtarget_la-armv8_dpm.lo src/target/libtarget_la-armv8_opcodes.lo src/target/libtarget_la-aarch64.lo src/target/libtarget_la-a64_disassembler.lo src/target/libtarget_la-armv8.lo src/target/libtarget_la-armv8_cache.lo src/target/libtarget_la-mips64.lo src/target/libtarget_la-mips32_pracc.lo src/target/libtarget_la-mips64_pracc.lo src/target/libtarget_la-mips_mips64.lo src/target/libtarget_la-trace.lo src/target/libtarget_la-mips_ejtag.lo src/target/openrisc/libopenrisc.la src/target/riscv/libriscv.la libtool: link: (cd src/target/.libs/libtarget.lax/libopenrisc.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/target/openrisc/.libs/libopenrisc.a") libtool: link: (cd src/target/.libs/libtarget.lax/libriscv.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/target/riscv/.libs/libriscv.a") copying selected object files to avoid basename conflicts... libtool: link: ln src/target/libtarget_la-mips32_pracc.o src/target/.libs/libtarget.lax/lt1-libtarget_la-mips32_pracc.o || cp src/target/libtarget_la-mips32_pracc.o src/target/.libs/libtarget.lax/lt1-libtarget_la-mips32_pracc.o libtool: link: ln src/target/libtarget_la-trace.o src/target/.libs/libtarget.lax/lt2-libtarget_la-trace.o || cp src/target/libtarget_la-trace.o src/target/.libs/libtarget.lax/lt2-libtarget_la-trace.o libtool: link: ln src/target/libtarget_la-mips_ejtag.o src/target/.libs/libtarget.lax/lt3-libtarget_la-mips_ejtag.o || cp src/target/libtarget_la-mips_ejtag.o src/target/.libs/libtarget.lax/lt3-libtarget_la-mips_ejtag.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/target/.libs/libtarget.a src/target/libtarget_la-algorithm.o src/target/libtarget_la-register.o src/target/libtarget_la-image.o src/target/libtarget_la-breakpoints.o src/target/libtarget_la-target.o src/target/libtarget_la-target_request.o src/target/libtarget_la-testee.o src/target/libtarget_la-semihosting_common.o src/target/libtarget_la-smp.o src/target/libtarget_la-rtt.o src/target/libtarget_la-arm_dpm.o src/target/libtarget_la-arm_jtag.o src/target/libtarget_la-arm_disassembler.o src/target/libtarget_la-arm_simulator.o src/target/libtarget_la-arm_semihosting.o src/target/libtarget_la-arm_adi_v5.o src/target/libtarget_la-arm_dap.o src/target/libtarget_la-armv7a_cache.o src/target/libtarget_la-armv7a_cache_l2x.o src/target/libtarget_la-adi_v5_dapdirect.o src/target/libtarget_la-adi_v5_jtag.o src/target/libtarget_la-adi_v5_swd.o src/target/libtarget_la-embeddedice.o src/target/libtarget_la-trace.o src/target/libtarget_la-etb.o src/target/libtarget_la-etm.o src/target/libtarget_la-etm_dummy.o src/target/libtarget_la-arm_cti.o src/target/libtarget_la-armv4_5.o src/target/libtarget_la-armv4_5_mmu.o src/target/libtarget_la-armv4_5_cache.o src/target/libtarget_la-arm7_9_common.o src/target/libtarget_la-arm7tdmi.o src/target/libtarget_la-arm720t.o src/target/libtarget_la-arm9tdmi.o src/target/libtarget_la-arm920t.o src/target/libtarget_la-arm966e.o src/target/libtarget_la-arm946e.o src/target/libtarget_la-arm926ejs.o src/target/libtarget_la-feroceon.o src/target/libtarget_la-arm11.o src/target/libtarget_la-arm11_dbgtap.o src/target/libtarget_la-armv7m.o src/target/libtarget_la-armv7m_trace.o src/target/libtarget_la-cortex_m.o src/target/libtarget_la-armv7a.o src/target/libtarget_la-armv7a_mmu.o src/target/libtarget_la-cortex_a.o src/target/libtarget_la-ls1_sap.o src/target/libtarget_la-mem_ap.o src/target/libtarget_la-fa526.o src/target/libtarget_la-xscale.o src/target/libtarget_la-avr32_ap7k.o src/target/libtarget_la-avr32_jtag.o src/target/libtarget_la-avr32_mem.o src/target/libtarget_la-avr32_regs.o src/target/libtarget_la-mips32.o src/target/libtarget_la-mips_m4k.o src/target/libtarget_la-mips32_pracc.o src/target/libtarget_la-mips32_dmaacc.o src/target/libtarget_la-mips_ejtag.o src/target/libtarget_la-nds32.o src/target/libtarget_la-nds32_reg.o src/target/libtarget_la-nds32_cmd.o src/target/libtarget_la-nds32_disassembler.o src/target/libtarget_la-nds32_tlb.o src/target/libtarget_la-nds32_v2.o src/target/libtarget_la-nds32_v3_common.o src/target/libtarget_la-nds32_v3.o src/target/libtarget_la-nds32_v3m.o src/target/libtarget_la-nds32_aice.o src/target/libtarget_la-stm8.o src/target/libtarget_la-quark_x10xx.o src/target/libtarget_la-quark_d20xx.o src/target/libtarget_la-lakemont.o src/target/libtarget_la-x86_32_common.o src/target/libtarget_la-esirisc.o src/target/libtarget_la-esirisc_jtag.o src/target/libtarget_la-esirisc_trace.o src/target/libtarget_la-arc.o src/target/libtarget_la-arc_cmd.o src/target/libtarget_la-arc_jtag.o src/target/libtarget_la-arc_mem.o src/target/libtarget_la-avrt.o src/target/libtarget_la-dsp563xx.o src/target/libtarget_la-dsp563xx_once.o src/target/libtarget_la-dsp5680xx.o src/target/libtarget_la-hla_target.o src/target/libtarget_la-armv8_dpm.o src/target/libtarget_la-armv8_opcodes.o src/target/libtarget_la-aarch64.o src/target/libtarget_la-a64_disassembler.o src/target/libtarget_la-armv8.o src/target/libtarget_la-armv8_cache.o src/target/libtarget_la-mips64.o src/target/.libs/libtarget.lax/lt1-libtarget_la-mips32_pracc.o src/target/libtarget_la-mips64_pracc.o src/target/libtarget_la-mips_mips64.o src/target/.libs/libtarget.lax/lt2-libtarget_la-trace.o src/target/.libs/libtarget.lax/lt3-libtarget_la-mips_ejtag.o src/target/.libs/libtarget.lax/libopenrisc.a/jsp_server.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_du_adv.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_tap_mohor.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_tap_vjtag.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_tap_xilinx_bscan.o src/target/.libs/libtarget.lax/libriscv.a/batch.o src/target/.libs/libtarget.lax/libriscv.a/program.o src/target/.libs/libtarget.lax/libriscv.a/riscv-011.o src/target/.libs/libtarget.lax/libriscv.a/riscv-013.o src/target/.libs/libtarget.lax/libriscv.a/riscv.o src/target/.libs/libtarget.lax/libriscv.a/riscv_semihosting.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/target/.libs/libtarget.a libtool: link: rm -fr src/target/.libs/libtarget.lax src/target/.libs/libtarget.lax libtool: link: ( cd "src/target/.libs" && rm -f "libtarget.la" && ln -s "../libtarget.la" "libtarget.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/server/libserver_la-server.lo `test -f 'src/server/server.c' || echo './'`src/server/server.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/server/server.c -o src/server/libserver_la-server.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/server/libserver_la-telnet_server.lo `test -f 'src/server/telnet_server.c' || echo './'`src/server/telnet_server.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/server/telnet_server.c -o src/server/libserver_la-telnet_server.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/server/libserver_la-gdb_server.lo `test -f 'src/server/gdb_server.c' || echo './'`src/server/gdb_server.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/server/gdb_server.c -o src/server/libserver_la-gdb_server.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/server/libserver_la-server_stubs.lo `test -f 'src/server/server_stubs.c' || echo './'`src/server/server_stubs.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/server/server_stubs.c -o src/server/libserver_la-server_stubs.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/server/libserver_la-tcl_server.lo `test -f 'src/server/tcl_server.c' || echo './'`src/server/tcl_server.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/server/tcl_server.c -o src/server/libserver_la-tcl_server.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/server/libserver_la-rtt_server.lo `test -f 'src/server/rtt_server.c' || echo './'`src/server/rtt_server.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/server/rtt_server.c -o src/server/libserver_la-rtt_server.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/server/libserver.la src/server/libserver_la-server.lo src/server/libserver_la-telnet_server.lo src/server/libserver_la-gdb_server.lo src/server/libserver_la-server_stubs.lo src/server/libserver_la-tcl_server.lo src/server/libserver_la-rtt_server.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/server/.libs/libserver.a src/server/libserver_la-server.o src/server/libserver_la-telnet_server.o src/server/libserver_la-gdb_server.o src/server/libserver_la-server_stubs.o src/server/libserver_la-tcl_server.o src/server/libserver_la-rtt_server.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/server/.libs/libserver.a libtool: link: ( cd "src/server/.libs" && rm -f "libserver.la" && ln -s "../libserver.la" "libserver.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos.lo `test -f 'src/rtos/rtos.c' || echo './'`src/rtos/rtos.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/rtos.c -o src/rtos/librtos_la-rtos.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_standard_stackings.lo `test -f 'src/rtos/rtos_standard_stackings.c' || echo './'`src/rtos/rtos_standard_stackings.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/rtos_standard_stackings.c -o src/rtos/librtos_la-rtos_standard_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_ecos_stackings.lo `test -f 'src/rtos/rtos_ecos_stackings.c' || echo './'`src/rtos/rtos_ecos_stackings.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/rtos_ecos_stackings.c -o src/rtos/librtos_la-rtos_ecos_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_chibios_stackings.lo `test -f 'src/rtos/rtos_chibios_stackings.c' || echo './'`src/rtos/rtos_chibios_stackings.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/rtos_chibios_stackings.c -o src/rtos/librtos_la-rtos_chibios_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_embkernel_stackings.lo `test -f 'src/rtos/rtos_embkernel_stackings.c' || echo './'`src/rtos/rtos_embkernel_stackings.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/rtos_embkernel_stackings.c -o src/rtos/librtos_la-rtos_embkernel_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_mqx_stackings.lo `test -f 'src/rtos/rtos_mqx_stackings.c' || echo './'`src/rtos/rtos_mqx_stackings.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/rtos_mqx_stackings.c -o src/rtos/librtos_la-rtos_mqx_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_ucos_iii_stackings.lo `test -f 'src/rtos/rtos_ucos_iii_stackings.c' || echo './'`src/rtos/rtos_ucos_iii_stackings.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/rtos_ucos_iii_stackings.c -o src/rtos/librtos_la-rtos_ucos_iii_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-rtos_riot_stackings.lo `test -f 'src/rtos/rtos_riot_stackings.c' || echo './'`src/rtos/rtos_riot_stackings.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/rtos_riot_stackings.c -o src/rtos/librtos_la-rtos_riot_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-FreeRTOS.lo `test -f 'src/rtos/FreeRTOS.c' || echo './'`src/rtos/FreeRTOS.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/FreeRTOS.c -o src/rtos/librtos_la-FreeRTOS.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-ThreadX.lo `test -f 'src/rtos/ThreadX.c' || echo './'`src/rtos/ThreadX.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/ThreadX.c -o src/rtos/librtos_la-ThreadX.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-eCos.lo `test -f 'src/rtos/eCos.c' || echo './'`src/rtos/eCos.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/eCos.c -o src/rtos/librtos_la-eCos.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-linux.lo `test -f 'src/rtos/linux.c' || echo './'`src/rtos/linux.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/linux.c -o src/rtos/librtos_la-linux.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-chibios.lo `test -f 'src/rtos/chibios.c' || echo './'`src/rtos/chibios.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/chibios.c -o src/rtos/librtos_la-chibios.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-chromium-ec.lo `test -f 'src/rtos/chromium-ec.c' || echo './'`src/rtos/chromium-ec.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/chromium-ec.c -o src/rtos/librtos_la-chromium-ec.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-embKernel.lo `test -f 'src/rtos/embKernel.c' || echo './'`src/rtos/embKernel.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/embKernel.c -o src/rtos/librtos_la-embKernel.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-mqx.lo `test -f 'src/rtos/mqx.c' || echo './'`src/rtos/mqx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/mqx.c -o src/rtos/librtos_la-mqx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-uCOS-III.lo `test -f 'src/rtos/uCOS-III.c' || echo './'`src/rtos/uCOS-III.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/uCOS-III.c -o src/rtos/librtos_la-uCOS-III.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-nuttx.lo `test -f 'src/rtos/nuttx.c' || echo './'`src/rtos/nuttx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/nuttx.c -o src/rtos/librtos_la-nuttx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-hwthread.lo `test -f 'src/rtos/hwthread.c' || echo './'`src/rtos/hwthread.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/hwthread.c -o src/rtos/librtos_la-hwthread.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtos/librtos_la-riot.lo `test -f 'src/rtos/riot.c' || echo './'`src/rtos/riot.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtos/riot.c -o src/rtos/librtos_la-riot.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/rtos/librtos.la src/rtos/librtos_la-rtos.lo src/rtos/librtos_la-rtos_standard_stackings.lo src/rtos/librtos_la-rtos_ecos_stackings.lo src/rtos/librtos_la-rtos_chibios_stackings.lo src/rtos/librtos_la-rtos_embkernel_stackings.lo src/rtos/librtos_la-rtos_mqx_stackings.lo src/rtos/librtos_la-rtos_ucos_iii_stackings.lo src/rtos/librtos_la-rtos_riot_stackings.lo src/rtos/librtos_la-FreeRTOS.lo src/rtos/librtos_la-ThreadX.lo src/rtos/librtos_la-eCos.lo src/rtos/librtos_la-linux.lo src/rtos/librtos_la-chibios.lo src/rtos/librtos_la-chromium-ec.lo src/rtos/librtos_la-embKernel.lo src/rtos/librtos_la-mqx.lo src/rtos/librtos_la-uCOS-III.lo src/rtos/librtos_la-nuttx.lo src/rtos/librtos_la-hwthread.lo src/rtos/librtos_la-riot.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/rtos/.libs/librtos.a src/rtos/librtos_la-rtos.o src/rtos/librtos_la-rtos_standard_stackings.o src/rtos/librtos_la-rtos_ecos_stackings.o src/rtos/librtos_la-rtos_chibios_stackings.o src/rtos/librtos_la-rtos_embkernel_stackings.o src/rtos/librtos_la-rtos_mqx_stackings.o src/rtos/librtos_la-rtos_ucos_iii_stackings.o src/rtos/librtos_la-rtos_riot_stackings.o src/rtos/librtos_la-FreeRTOS.o src/rtos/librtos_la-ThreadX.o src/rtos/librtos_la-eCos.o src/rtos/librtos_la-linux.o src/rtos/librtos_la-chibios.o src/rtos/librtos_la-chromium-ec.o src/rtos/librtos_la-embKernel.o src/rtos/librtos_la-mqx.o src/rtos/librtos_la-uCOS-III.o src/rtos/librtos_la-nuttx.o src/rtos/librtos_la-hwthread.o src/rtos/librtos_la-riot.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/rtos/.libs/librtos.a libtool: link: ( cd "src/rtos/.libs" && rm -f "librtos.la" && ln -s "../librtos.la" "librtos.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-binarybuffer.lo `test -f 'src/helper/binarybuffer.c' || echo './'`src/helper/binarybuffer.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/binarybuffer.c -o src/helper/libhelper_la-binarybuffer.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-options.lo `test -f 'src/helper/options.c' || echo './'`src/helper/options.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/options.c -o src/helper/libhelper_la-options.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-time_support_common.lo `test -f 'src/helper/time_support_common.c' || echo './'`src/helper/time_support_common.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/time_support_common.c -o src/helper/libhelper_la-time_support_common.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-configuration.lo `test -f 'src/helper/configuration.c' || echo './'`src/helper/configuration.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/configuration.c -o src/helper/libhelper_la-configuration.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-log.lo `test -f 'src/helper/log.c' || echo './'`src/helper/log.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/log.c -o src/helper/libhelper_la-log.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-command.lo `test -f 'src/helper/command.c' || echo './'`src/helper/command.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/command.c -o src/helper/libhelper_la-command.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-time_support.lo `test -f 'src/helper/time_support.c' || echo './'`src/helper/time_support.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/time_support.c -o src/helper/libhelper_la-time_support.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-replacements.lo `test -f 'src/helper/replacements.c' || echo './'`src/helper/replacements.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/replacements.c -o src/helper/libhelper_la-replacements.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-fileio.lo `test -f 'src/helper/fileio.c' || echo './'`src/helper/fileio.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/fileio.c -o src/helper/libhelper_la-fileio.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-util.lo `test -f 'src/helper/util.c' || echo './'`src/helper/util.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/util.c -o src/helper/libhelper_la-util.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-jep106.lo `test -f 'src/helper/jep106.c' || echo './'`src/helper/jep106.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/jep106.c -o src/helper/libhelper_la-jep106.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-jim-nvp.lo `test -f 'src/helper/jim-nvp.c' || echo './'`src/helper/jim-nvp.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/jim-nvp.c -o src/helper/libhelper_la-jim-nvp.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/helper/libhelper_la-ioutil_stubs.lo `test -f 'src/helper/ioutil_stubs.c' || echo './'`src/helper/ioutil_stubs.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libusb-1.0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/helper/ioutil_stubs.c -o src/helper/libhelper_la-ioutil_stubs.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/helper/libhelper.la src/helper/libhelper_la-binarybuffer.lo src/helper/libhelper_la-options.lo src/helper/libhelper_la-time_support_common.lo src/helper/libhelper_la-configuration.lo src/helper/libhelper_la-log.lo src/helper/libhelper_la-command.lo src/helper/libhelper_la-time_support.lo src/helper/libhelper_la-replacements.lo src/helper/libhelper_la-fileio.lo src/helper/libhelper_la-util.lo src/helper/libhelper_la-jep106.lo src/helper/libhelper_la-jim-nvp.lo src/helper/libhelper_la-ioutil_stubs.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/helper/.libs/libhelper.a src/helper/libhelper_la-binarybuffer.o src/helper/libhelper_la-options.o src/helper/libhelper_la-time_support_common.o src/helper/libhelper_la-configuration.o src/helper/libhelper_la-log.o src/helper/libhelper_la-command.o src/helper/libhelper_la-time_support.o src/helper/libhelper_la-replacements.o src/helper/libhelper_la-fileio.o src/helper/libhelper_la-util.o src/helper/libhelper_la-jep106.o src/helper/libhelper_la-jim-nvp.o src/helper/libhelper_la-ioutil_stubs.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/helper/.libs/libhelper.a libtool: link: ( cd "src/helper/.libs" && rm -f "libhelper.la" && ln -s "../libhelper.la" "libhelper.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtt/rtt.lo src/rtt/rtt.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtt/rtt.c -o src/rtt/rtt.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c -o src/rtt/tcl.lo src/rtt/tcl.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/usr/share/openocd\" -DBINDIR=\"/usr/bin\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -c src/rtt/tcl.c -o src/rtt/tcl.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/rtt/librtt.la src/rtt/rtt.lo src/rtt/tcl.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/rtt/.libs/librtt.a src/rtt/rtt.o src/rtt/tcl.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/rtt/.libs/librtt.a libtool: link: ( cd "src/rtt/.libs" && rm -f "librtt.la" && ln -s "../librtt.la" "librtt.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/libopenocd.la src/libopenocd_la-hello.lo src/libopenocd_la-openocd.lo src/xsvf/libxsvf.la src/svf/libsvf.la src/pld/libpld.la src/jtag/libjtag.la src/transport/libtransport.la src/flash/libflash.la src/target/libtarget.la src/server/libserver.la src/rtos/librtos.la src/helper/libhelper.la src/rtt/librtt.la libtool: link: (cd src/.libs/libopenocd.lax/libxsvf.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/xsvf/.libs/libxsvf.a") libtool: link: (cd src/.libs/libopenocd.lax/libsvf.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/svf/.libs/libsvf.a") libtool: link: (cd src/.libs/libopenocd.lax/libpld.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/pld/.libs/libpld.a") libtool: link: (cd src/.libs/libopenocd.lax/libjtag.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/jtag/.libs/libjtag.a") libtool: link: (cd src/.libs/libopenocd.lax/libtransport.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/transport/.libs/libtransport.a") libtool: link: (cd src/.libs/libopenocd.lax/libflash.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/flash/.libs/libflash.a") libtool: link: (cd src/.libs/libopenocd.lax/libtarget.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/target/.libs/libtarget.a") libtool: link: (cd src/.libs/libopenocd.lax/libserver.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/server/.libs/libserver.a") libtool: link: (cd src/.libs/libopenocd.lax/librtos.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/rtos/.libs/librtos.a") libtool: link: (cd src/.libs/libopenocd.lax/libhelper.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/helper/.libs/libhelper.a") libtool: link: (cd src/.libs/libopenocd.lax/librtt.a && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar x "/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/src/rtt/.libs/librtt.a") copying selected object files to avoid basename conflicts... libtool: link: ln src/.libs/libopenocd.lax/libflash.a/core.o src/.libs/libopenocd.lax/lt1-core.o || cp src/.libs/libopenocd.lax/libflash.a/core.o src/.libs/libopenocd.lax/lt1-core.o libtool: link: ln src/.libs/libopenocd.lax/libflash.a/lt1-core.o src/.libs/libopenocd.lax/lt2-lt1-core.o || cp src/.libs/libopenocd.lax/libflash.a/lt1-core.o src/.libs/libopenocd.lax/lt2-lt1-core.o libtool: link: ln src/.libs/libopenocd.lax/libflash.a/tcl.o src/.libs/libopenocd.lax/lt3-tcl.o || cp src/.libs/libopenocd.lax/libflash.a/tcl.o src/.libs/libopenocd.lax/lt3-tcl.o libtool: link: ln src/.libs/libopenocd.lax/librtt.a/tcl.o src/.libs/libopenocd.lax/lt4-tcl.o || cp src/.libs/libopenocd.lax/librtt.a/tcl.o src/.libs/libopenocd.lax/lt4-tcl.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru src/.libs/libopenocd.a src/libopenocd_la-hello.o src/libopenocd_la-openocd.o src/.libs/libopenocd.lax/libxsvf.a/xsvf.o src/.libs/libopenocd.lax/libsvf.a/svf.o src/.libs/libopenocd.lax/libpld.a/pld.o src/.libs/libopenocd.lax/libpld.a/virtex2.o src/.libs/libopenocd.lax/libpld.a/xilinx_bit.o src/.libs/libopenocd.lax/libjtag.a/adapter.o src/.libs/libopenocd.lax/libjtag.a/commands.o src/.libs/libopenocd.lax/libjtag.a/core.o src/.libs/libopenocd.lax/libjtag.a/interface.o src/.libs/libopenocd.lax/libjtag.a/interfaces.o src/.libs/libopenocd.lax/libjtag.a/libocdaice_la-aice_interface.o src/.libs/libopenocd.lax/libjtag.a/libocdaice_la-aice_pipe.o src/.libs/libopenocd.lax/libjtag.a/libocdaice_la-aice_port.o src/.libs/libopenocd.lax/libjtag.a/libocdaice_la-aice_transport.o src/.libs/libopenocd.lax/libjtag.a/libocdaice_la-aice_usb.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-arm-jtag-ew.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-bitbang.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-cmsis_dap.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-driver.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-dummy.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ft232r.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-gw16012.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-jtag_usb_common.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-libusb_helper.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usb_common.o src/.libs/libopenocd.lax/libjtag.a/libocdusbblaster_la-ublast_access_ftdi.o src/.libs/libopenocd.lax/libjtag.a/libocdusbblaster_la-usb_blaster.o src/.libs/libopenocd.lax/libjtag.a/swim.o src/.libs/libopenocd.lax/libjtag.a/tcl.o src/.libs/libopenocd.lax/libtransport.a/transport.o src/.libs/libopenocd.lax/libflash.a/aduc702x.o src/.libs/libopenocd.lax/libflash.a/aducm360.o src/.libs/libopenocd.lax/libflash.a/ambiqmicro.o src/.libs/libopenocd.lax/libflash.a/arm_io.o src/.libs/libopenocd.lax/libflash.a/at91sam3.o src/.libs/libopenocd.lax/libflash.a/at91sam4.o src/.libs/libopenocd.lax/libflash.a/at91sam4l.o src/.libs/libopenocd.lax/libflash.a/at91sam7.o src/.libs/libopenocd.lax/libflash.a/at91sam9.o src/.libs/libopenocd.lax/libflash.a/at91samd.o src/.libs/libopenocd.lax/libflash.a/ath79.o src/.libs/libopenocd.lax/libflash.a/atsame5.o src/.libs/libopenocd.lax/libflash.a/atsamv.o src/.libs/libopenocd.lax/libflash.a/avrf.o src/.libs/libopenocd.lax/libflash.a/bluenrg-x.o src/.libs/libopenocd.lax/libflash.a/cc26xx.o src/.libs/libopenocd.lax/libflash.a/cc3220sf.o src/.libs/libopenocd.lax/libflash.a/cfi.o src/.libs/libopenocd.lax/libflash.a/common.o src/.libs/libopenocd.lax/lt1-core.o src/.libs/libopenocd.lax/libflash.a/davinci.o src/.libs/libopenocd.lax/libflash.a/driver.o src/.libs/libopenocd.lax/libflash.a/drivers.o src/.libs/libopenocd.lax/libflash.a/dsp5680xx_flash.o src/.libs/libopenocd.lax/libflash.a/ecc.o src/.libs/libopenocd.lax/libflash.a/ecc_kw.o src/.libs/libopenocd.lax/libflash.a/efm32.o src/.libs/libopenocd.lax/libflash.a/em357.o src/.libs/libopenocd.lax/libflash.a/esirisc_flash.o src/.libs/libopenocd.lax/libflash.a/faux.o src/.libs/libopenocd.lax/libflash.a/fespi.o src/.libs/libopenocd.lax/libflash.a/fileio.o src/.libs/libopenocd.lax/libflash.a/fm3.o src/.libs/libopenocd.lax/libflash.a/fm4.o src/.libs/libopenocd.lax/libflash.a/jtagspi.o src/.libs/libopenocd.lax/libflash.a/kinetis.o src/.libs/libopenocd.lax/libflash.a/kinetis_ke.o src/.libs/libopenocd.lax/libflash.a/lpc2000.o src/.libs/libopenocd.lax/libflash.a/lpc288x.o src/.libs/libopenocd.lax/libflash.a/lpc2900.o src/.libs/libopenocd.lax/libflash.a/lpc3180.o src/.libs/libopenocd.lax/libflash.a/lpc32xx.o src/.libs/libopenocd.lax/libflash.a/lpcspifi.o src/.libs/libopenocd.lax/lt2-lt1-core.o src/.libs/libopenocd.lax/libflash.a/lt2-tcl.o src/.libs/libopenocd.lax/libflash.a/max32xxx.o src/.libs/libopenocd.lax/libflash.a/mdr.o src/.libs/libopenocd.lax/libflash.a/mrvlqspi.o src/.libs/libopenocd.lax/libflash.a/msp432.o src/.libs/libopenocd.lax/libflash.a/mx3.o src/.libs/libopenocd.lax/libflash.a/mxc.o src/.libs/libopenocd.lax/libflash.a/niietcm4.o src/.libs/libopenocd.lax/libflash.a/non_cfi.o src/.libs/libopenocd.lax/libflash.a/nonce.o src/.libs/libopenocd.lax/libflash.a/nrf5.o src/.libs/libopenocd.lax/libflash.a/nuc910.o src/.libs/libopenocd.lax/libflash.a/numicro.o src/.libs/libopenocd.lax/libflash.a/ocl.o src/.libs/libopenocd.lax/libflash.a/orion.o src/.libs/libopenocd.lax/libflash.a/pic32mx.o src/.libs/libopenocd.lax/libflash.a/psoc4.o src/.libs/libopenocd.lax/libflash.a/psoc5lp.o src/.libs/libopenocd.lax/libflash.a/psoc6.o src/.libs/libopenocd.lax/libflash.a/renesas_rpchf.o src/.libs/libopenocd.lax/libflash.a/s3c2410.o src/.libs/libopenocd.lax/libflash.a/s3c2412.o src/.libs/libopenocd.lax/libflash.a/s3c2440.o src/.libs/libopenocd.lax/libflash.a/s3c2443.o src/.libs/libopenocd.lax/libflash.a/s3c24xx.o src/.libs/libopenocd.lax/libflash.a/s3c6400.o src/.libs/libopenocd.lax/libflash.a/sfdp.o src/.libs/libopenocd.lax/libflash.a/sh_qspi.o src/.libs/libopenocd.lax/libflash.a/sim3x.o src/.libs/libopenocd.lax/libflash.a/spi.o src/.libs/libopenocd.lax/libflash.a/stellaris.o src/.libs/libopenocd.lax/libflash.a/stm32f1x.o src/.libs/libopenocd.lax/libflash.a/stm32f2x.o src/.libs/libopenocd.lax/libflash.a/stm32h7x.o src/.libs/libopenocd.lax/libflash.a/stm32l4x.o src/.libs/libopenocd.lax/libflash.a/stm32lx.o src/.libs/libopenocd.lax/libflash.a/stmqspi.o src/.libs/libopenocd.lax/libflash.a/stmsmi.o src/.libs/libopenocd.lax/libflash.a/str7x.o src/.libs/libopenocd.lax/libflash.a/str9x.o src/.libs/libopenocd.lax/libflash.a/str9xpec.o src/.libs/libopenocd.lax/libflash.a/swm050.o src/.libs/libopenocd.lax/lt3-tcl.o src/.libs/libopenocd.lax/libflash.a/tms470.o src/.libs/libopenocd.lax/libflash.a/virtual.o src/.libs/libopenocd.lax/libflash.a/w600.o src/.libs/libopenocd.lax/libflash.a/xcf.o src/.libs/libopenocd.lax/libflash.a/xmc1xxx.o src/.libs/libopenocd.lax/libflash.a/xmc4xxx.o src/.libs/libopenocd.lax/libtarget.a/batch.o src/.libs/libopenocd.lax/libtarget.a/jsp_server.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-a64_disassembler.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-aarch64.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-adi_v5_dapdirect.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-adi_v5_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-adi_v5_swd.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-algorithm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc_cmd.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc_mem.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm11.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm11_dbgtap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm720t.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm7_9_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm7tdmi.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm920t.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm926ejs.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm946e.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm966e.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm9tdmi.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_adi_v5.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_cti.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_dap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_disassembler.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_dpm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_semihosting.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_simulator.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv4_5.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv4_5_cache.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv4_5_mmu.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a_cache.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a_cache_l2x.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a_mmu.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7m.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7m_trace.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8_cache.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8_dpm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8_opcodes.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_ap7k.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_mem.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_regs.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avrt.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-breakpoints.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-cortex_a.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-cortex_m.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-dsp563xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-dsp563xx_once.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-dsp5680xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-embeddedice.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-esirisc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-esirisc_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-esirisc_trace.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-etb.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-etm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-etm_dummy.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-fa526.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-feroceon.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-hla_target.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-image.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-lakemont.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-ls1_sap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mem_ap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips32.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips32_dmaacc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips32_pracc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips64.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips64_pracc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips_ejtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips_m4k.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips_mips64.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_aice.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_cmd.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_disassembler.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_reg.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_tlb.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v2.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v3.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v3_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v3m.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-quark_d20xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-quark_x10xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-register.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-rtt.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-semihosting_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-smp.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-stm8.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-target.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-target_request.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-testee.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-trace.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-x86_32_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-xscale.o src/.libs/libopenocd.lax/libtarget.a/lt1-libtarget_la-mips32_pracc.o src/.libs/libopenocd.lax/libtarget.a/lt2-libtarget_la-trace.o src/.libs/libopenocd.lax/libtarget.a/lt3-libtarget_la-mips_ejtag.o src/.libs/libopenocd.lax/libtarget.a/or1k.o src/.libs/libopenocd.lax/libtarget.a/or1k_du_adv.o src/.libs/libopenocd.lax/libtarget.a/or1k_tap_mohor.o src/.libs/libopenocd.lax/libtarget.a/or1k_tap_vjtag.o src/.libs/libopenocd.lax/libtarget.a/or1k_tap_xilinx_bscan.o src/.libs/libopenocd.lax/libtarget.a/program.o src/.libs/libopenocd.lax/libtarget.a/riscv-011.o src/.libs/libopenocd.lax/libtarget.a/riscv-013.o src/.libs/libopenocd.lax/libtarget.a/riscv.o src/.libs/libopenocd.lax/libtarget.a/riscv_semihosting.o src/.libs/libopenocd.lax/libserver.a/libserver_la-gdb_server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-rtt_server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-server_stubs.o src/.libs/libopenocd.lax/libserver.a/libserver_la-tcl_server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-telnet_server.o src/.libs/libopenocd.lax/librtos.a/librtos_la-FreeRTOS.o src/.libs/libopenocd.lax/librtos.a/librtos_la-ThreadX.o src/.libs/libopenocd.lax/librtos.a/librtos_la-chibios.o src/.libs/libopenocd.lax/librtos.a/librtos_la-chromium-ec.o src/.libs/libopenocd.lax/librtos.a/librtos_la-eCos.o src/.libs/libopenocd.lax/librtos.a/librtos_la-embKernel.o src/.libs/libopenocd.lax/librtos.a/librtos_la-hwthread.o src/.libs/libopenocd.lax/librtos.a/librtos_la-linux.o src/.libs/libopenocd.lax/librtos.a/librtos_la-mqx.o src/.libs/libopenocd.lax/librtos.a/librtos_la-nuttx.o src/.libs/libopenocd.lax/librtos.a/librtos_la-riot.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_chibios_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_ecos_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_embkernel_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_mqx_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_riot_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_standard_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_ucos_iii_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-uCOS-III.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-binarybuffer.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-command.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-configuration.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-fileio.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-ioutil_stubs.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-jep106.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-jim-nvp.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-log.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-options.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-replacements.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-time_support.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-time_support_common.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-util.o src/.libs/libopenocd.lax/librtt.a/rtt.o src/.libs/libopenocd.lax/lt4-tcl.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib src/.libs/libopenocd.a libtool: link: rm -fr src/.libs/libopenocd.lax src/.libs/libopenocd.lax libtool: link: ( cd "src/.libs" && rm -f "libopenocd.la" && ln -s "../libopenocd.la" "libopenocd.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/openocd src/main.o src/libopenocd.la -ljim libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -o src/openocd src/main.o src/.libs/libopenocd.a -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libusb.so -ldl -lftdi1 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libusb-1.0.so -latomic -ljim -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' touch -r /nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/doc/openocd.info /nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/doc/version.texi >>> openocd 0.11.0 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/openocd '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c src/openocd /nvmedata/autobuild/instance-27/output-1/target/usr/bin/openocd /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/info' /usr/bin/install -c -m 644 ./doc/openocd.info ./doc/openocd.info-1 ./doc/openocd.info-2 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/info' install-info --info-dir='/nvmedata/autobuild/instance-27/output-1/target/usr/share/info' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/info/openocd.info' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/openocd.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/openocd' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/openocd/contrib' /usr/bin/install -c -m 644 contrib/60-openocd.rules '/nvmedata/autobuild/instance-27/output-1/target/usr/share/openocd/contrib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/openocd/contrib/libdcc' /usr/bin/install -c -m 644 contrib/libdcc/dcc_stdio.c contrib/libdcc/dcc_stdio.h contrib/libdcc/example.c contrib/libdcc/README '/nvmedata/autobuild/instance-27/output-1/target/usr/share/openocd/contrib/libdcc' /usr/bin/make install-data-hook make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' for i in $(find ./tcl -name '*.cfg' -o -name '*.tcl' -o -name '*.txt' | sed -e 's,^./tcl,,'); do \ j="/nvmedata/autobuild/instance-27/output-1/target/usr/share/openocd/scripts/$i" && \ mkdir -p "$(dirname $j)" && \ /usr/bin/install -c -m 644 ./tcl/$i $j; \ done make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/openocd-0.11.0' jimtcl-0.81.tar.gz: OK (sha256: ab7eb3680ba0d16f4a9eb1e05b7fcbb7d23438e25185462c55cd032a1954a985) >>> host-jimtcl 0.81 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/jimtcl/jimtcl-0.81.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-jimtcl-0.81 -xf - >>> host-jimtcl 0.81 Patching >>> host-jimtcl 0.81 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-jimtcl-0.81 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-jimtcl 0.81 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/host-jimtcl-0.81 && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CCACHE=none ./configure --prefix=/nvmedata/autobuild/instance-27/output-1/host --shared No installed jimsh or tclsh, building local bootstrap jimsh0 Host System...x86_64-pc-linux-gnu Build System...x86_64-pc-linux-gnu C compiler... /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include C++ compiler... /usr/bin/g++ -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include Build C compiler...cc Checking for stdlib.h...ok Checking for long long...ok Checking for sizeof int...4 Checking for time.h...ok Checking for sys/time.h...ok Checking for sys/socket.h...ok Checking for netinet/in.h...ok Checking for arpa/inet.h...ok Checking for netdb.h...ok Checking for util.h...not found Checking for pty.h...ok Checking for sys/un.h...ok Checking for dlfcn.h...ok Checking for unistd.h...ok Checking for dirent.h...ok Checking for crt_externs.h...not found Checking for execinfo.h...ok Checking for sizeof time_t...8 Checking libs for inet_ntop...none needed Checking libs for socket...none needed Checking for ualarm...ok Checking for lstat...ok Checking for fork...ok Checking for vfork...ok Checking for system...ok Checking for select...ok Checking for execvpe...ok Checking for geteuid...ok Checking for mkstemp...ok Checking for realpath...ok Checking for isatty...ok Checking for regcomp...ok Checking for waitpid...ok Checking for sigaction...ok Checking for sys_signame...not found Checking for sys_siglist...ok Checking for isascii...ok Checking for syslog...ok Checking for opendir...ok Checking for readlink...ok Checking for sleep...ok Checking for usleep...ok Checking for pipe...ok Checking for getaddrinfo...ok Checking for utimes...ok Checking for shutdown...ok Checking for socketpair...ok Checking for isinf...ok Checking for isnan...ok Checking for link...ok Checking for symlink...ok Checking for fsync...ok Checking for dup...ok Checking for umask...ok Checking for localtime...ok Checking for gmtime...ok Checking for strptime...ok Checking for clock_gettime...ok Checking libs for backtrace...none needed Checking libs for openpty...-lutil Checking for sysinfo...ok Checking for struct sysinfo.uptime...ok Checking for struct stat.st_mtimespec...not found Checking for struct stat.st_mtim...ok Checking for struct flock...ok Checking for sys/types.h...(cached) ok Checking if -D_FILE_OFFSET_BITS=64 is needed...no Checking for fseeko...ok Checking for ftello...ok Checking for make...ok Checking for asciidoc...no Checking for sed...ok Checking for _NSGetEnviron...not found Checking environ declared in unistd.h...yes Checking for sys/types.h...(cached) ok Checking for sys/stat.h...(cached) ok Checking for mkdir with one arg...no Checking for S_IXUSR...ok Checking for S_IRWXG...ok Checking for S_IRWXO...ok Checking for termios.h...ok Enabling line editing Checking for inline support...yes Enabling references Building shared library Extension aio...enabled Extension array...enabled Extension clock...enabled Extension eventloop...enabled Extension exec...enabled Extension file...enabled Extension readdir...enabled Extension glob...enabled Extension history...enabled Extension interp...enabled Checking libs for dlopen...-ldl Extension load...enabled Extension nshelper...enabled Extension namespace...enabled Extension oo...enabled Extension pack...enabled Extension package...enabled Extension posix...enabled Extension regexp...enabled Extension signal...enabled Extension stdlib...enabled Extension syslog...enabled Extension tclcompat...enabled Extension tree...enabled Using built-in regexp Jim static extensions: aio array clock eventloop exec file glob history interp load namespace nshelper oo pack package posix readdir regexp signal stdlib syslog tclcompat tree Created jim-config.h Created jimautoconf.h Created Makefile from Makefile.in Created tests/Makefile from tests/Makefile.in Created examples.api/Makefile from examples.api/Makefile.in Created build-jim-ext from build-jim-ext.in Created jimtcl.pc from jimtcl.pc.in >>> host-jimtcl 0.81 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-jimtcl-0.81 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-jimtcl-0.81' MKLDEXT _load-static-exts.c CC _load-static-exts.o CC jim-subcmd.o CC jim-interactive.o CC jim-format.o CC jim.o CC utf8.o CC jimregexp.o CC jimiocompat.o CC linenoise.o CC jim-tty.o CC jim-aio.o CC jim-array.o CC jim-clock.o CC jim-eventloop.o CC jim-exec.o CC jim-file.o CC jim-history.o CC jim-interp.o CC jim-load.o CC jim-namespace.o CC jim-pack.o CC jim-package.o CC jim-posix.o CC jim-readdir.o CC jim-regexp.o CC jim-signal.o CC jim-syslog.o TCLEXT _glob.c CC glob.o TCLEXT _nshelper.c CC nshelper.o TCLEXT _oo.c CC oo.o TCLEXT _stdlib.c CC stdlib.o TCLEXT _tclcompat.c CC tclcompat.o TCLEXT _tree.c CC tree.o LDSO libjim.so.0.81 CC jimsh.o TCLEXT _initjimsh.c CC initjimsh.o LINK jimsh make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-jimtcl-0.81' >>> host-jimtcl 0.81 Installing to host directory for i in jim.h jim-eventloop.h jim-signal.h jim-subcmd.h jim-win32compat.h jim-config.h; do cp -a /nvmedata/autobuild/instance-27/output-1/build/host-jimtcl-0.81/$i /nvmedata/autobuild/instance-27/output-1/host/usr/include/ || exit 1 ; done; /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-27/output-1/build/host-jimtcl-0.81/libjim.so.0.81 /nvmedata/autobuild/instance-27/output-1/host/usr/lib/libjim.so.0.81 ln -sf libjim.so.0.81 /nvmedata/autobuild/instance-27/output-1/host/usr/lib/libjim.so libusb-1.0.25.tar.bz2: OK (sha256: 8a28ef197a797ebac2702f095e81975e2b02b2eeff2774fa909c78a74ef50849) >>> host-libusb 1.0.25 Extracting bzcat /nvmedata/autobuild/instance-27/dl/libusb/libusb-1.0.25.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25 -xf - >>> host-libusb 1.0.25 Patching Applying 0001-configure.ac-link-with-latomic-if-needed.patch using patch: patching file configure.ac Applying 0002-linux_usbfs-fix-maybe-uninitialized-error.patch using patch: patching file libusb/os/linux_usbfs.c >>> host-libusb 1.0.25 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libusb 1.0.25 Configuring >>> host-libusb 1.0.25 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:23: installing './compile' configure.ac:26: installing './missing' examples/Makefile.am: installing './depcomp' >>> host-libusb 1.0.25 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25/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 /nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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-udev ) 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 gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether the compiler supports GNU C++... yes checking whether /usr/bin/g++ accepts -g... yes checking for /usr/bin/g++ option to enable C++11 features... none needed checking for inline... inline checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of /usr/bin/gcc... none checking dependency style of /usr/bin/g++... none 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... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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... /usr/bin/g++ -E checking for ld used by /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 /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /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 for windres... no checking whether make supports nested variables... (cached) yes checking if /usr/bin/gcc supports -std=gnu11... yes checking operating system... Linux checking for nfds_t... yes checking for pipe2... yes checking if /usr/bin/gcc recognizes -pthread... yes checking for library containing pthread_create... -lpthread checking for library containing __atomic_fetch_add_4... -latomic checking for library containing clock_gettime... none required checking for pthread_setname_np... yes checking for asm/types.h... yes checking for linux/netlink.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for clock_gettime... yes checking for /usr/bin/gcc options needed to detect all undeclared functions... none needed checking whether CLOCK_MONOTONIC is declared... yes checking for pthread_condattr_setclock... yes checking for sys/eventfd.h... yes checking whether EFD_NONBLOCK is declared... yes checking whether EFD_CLOEXEC is declared... yes checking for eventfd... yes checking whether to use eventfd for signalling... yes checking for sys/timerfd.h... yes checking whether TFD_NONBLOCK is declared... yes checking whether TFD_CLOEXEC is declared... yes checking for timerfd_create... yes checking whether to use timerfd for timing... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libusb-1.0.pc config.status: creating Makefile config.status: creating libusb/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating doc/doxygen.cfg 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-libusb 1.0.25 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' Making all in libusb make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25/libusb' CC core.lo CC descriptor.lo CC hotplug.lo CC io.lo CC strerror.lo CC sync.lo CC os/events_posix.lo CC os/threads_posix.lo CC os/linux_usbfs.lo CC os/linux_netlink.lo CCLD libusb-1.0.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25/libusb' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' >>> host-libusb 1.0.25 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' Making install in libusb make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25/libusb' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25/libusb' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libusb-1.0.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libusb-1.0.so.0.3.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so.0.3.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libusb-1.0.so.0.3.0 libusb-1.0.so.0 || { rm -f libusb-1.0.so.0 && ln -s libusb-1.0.so.0.3.0 libusb-1.0.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libusb-1.0.so.0.3.0 libusb-1.0.so || { rm -f libusb-1.0.so && ln -s libusb-1.0.so.0.3.0 libusb-1.0.so; }; }) libtool: install: /usr/bin/install -c .libs/libusb-1.0.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0' /usr/bin/install -c -m 644 libusb.h '/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25/libusb' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25/libusb' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libusb-1.0.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-1.0.25' libusb-compat-0.1.7.tar.bz2: OK (sha256: 8259f8d5b084fe43c47823a939e955e0ba21942b8d112266c39d228cc14764d6) >>> host-libusb-compat 0.1.7 Extracting bzcat /nvmedata/autobuild/instance-27/dl/libusb-compat/libusb-compat-0.1.7.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7 -xf - >>> host-libusb-compat 0.1.7 Patching Applying 0001-fix-a-build-issue-on-linux.patch using patch: patching file libusb/usb.h Hunk #1 succeeded at 45 (offset 4 lines). >>> host-libusb-compat 0.1.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libusb-compat 0.1.7 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.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 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). >>> host-libusb-compat 0.1.7 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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 thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none 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... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... /usr/bin/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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 inline... inline checking pkg-config is at least version 0.9.0... yes checking for libusb-1.0 >= 0.9.1... yes checking for dlfcn.h... (cached) yes checking for dlopen in -ldl... yes checking for dlsym in -ldl... yes checking for libusb_open in -lusb-1.0... yes checking for ldd... /nvmedata/autobuild/instance-27/output-1/host/bin/ldd checking for SONAME of libusb-1.0... sed: -e expression #1, char 40: Invalid back reference unknown checking for GNU extensions of errno.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libusb.pc config.status: creating libusb-config config.status: creating Makefile config.status: creating libusb/Makefile config.status: creating examples/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default 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-libusb-compat 0.1.7 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' Making all in libusb make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7/libusb' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -fvisibility=hidden -std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libusb_la-core.lo `test -f 'core.c' || echo './'`core.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -fvisibility=hidden -std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c core.c -fPIC -DPIC -o .libs/libusb_la-core.o core.c: In function 'usb_init': core.c:186:4: warning: 'libusb_set_debug' is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations] 186 | libusb_set_debug(ctx, 3); | ^~~~~~~~~~~~~~~~ In file included from core.c:29: /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0/libusb.h:1362:18: note: declared here 1362 | void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); | ^~~~~~~~~~~~~~~~ core.c: In function 'usb_set_debug': core.c:196:3: warning: 'libusb_set_debug' is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations] 196 | libusb_set_debug(ctx, 3); | ^~~~~~~~~~~~~~~~ In file included from core.c:29: /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0/libusb.h:1362:18: note: declared here 1362 | void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); | ^~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -fvisibility=hidden -std=gnu99 -fgnu89-inline -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -no-undefined -version-info 8:4:4 -release 0.1 -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o libusb.la -rpath /nvmedata/autobuild/instance-27/output-1/host/lib libusb_la-core.lo -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb-1.0 libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/libusb_la-core.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -L/nvmedata/autobuild/instance-27/output-1/host/lib /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -O2 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -pthread -Wl,-soname -Wl,libusb-0.1.so.4 -o .libs/libusb-0.1.so.4.4.4 libtool: link: (cd ".libs" && rm -f "libusb-0.1.so.4" && ln -s "libusb-0.1.so.4.4.4" "libusb-0.1.so.4") libtool: link: (cd ".libs" && rm -f "libusb.so" && ln -s "libusb-0.1.so.4.4.4" "libusb.so") libtool: link: ( cd ".libs" && rm -f "libusb.la" && ln -s "../libusb.la" "libusb.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7/libusb' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' >>> host-libusb-compat 0.1.7 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' Making install in libusb make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7/libusb' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7/libusb' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libusb.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libusb-0.1.so.4.4.4 /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-0.1.so.4.4.4 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libusb-0.1.so.4.4.4 libusb-0.1.so.4 || { rm -f libusb-0.1.so.4 && ln -s libusb-0.1.so.4.4.4 libusb-0.1.so.4; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libusb-0.1.so.4.4.4 libusb.so || { rm -f libusb.so && ln -s libusb-0.1.so.4.4.4 libusb.so; }; }) libtool: install: /usr/bin/install -c .libs/libusb.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include' /usr/bin/install -c -m 644 usb.h '/nvmedata/autobuild/instance-27/output-1/host/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7/libusb' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7/libusb' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/install -c libusb-config '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libusb.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libusb-compat-0.1.7' libftdi-0.20.tar.gz: OK (sha256: 3176d5b5986438f33f5208e690a8bfe90941be501cc0a72118ce3d338d4b838e) >>> host-libftdi 0.20 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/libftdi/libftdi-0.20.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20 -xf - >>> host-libftdi 0.20 Patching Applying 0001-pkgconfig_libusb.patch using patch: patching file configure.in Hunk #1 succeeded at 7 (offset -1 lines). Applying 0002-libftdi.pc-requires-libusb-fix-static-build.patch using patch: patching file libftdi.pc.in >>> host-libftdi 0.20 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libftdi 0.20 Configuring >>> host-libftdi 0.20 Autoreconfiguring autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in' aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:3: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.in:3: You should use the 'AC_CONFIG_HEADERS' macro instead. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... aclocal.m4:10118: AM_CONFIG_HEADER is expanded from... configure.in:3: the top level configure.in:5: warning: The macro `AC_LANG_C' is obsolete. configure.in:5: You should run autoupdate. ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... configure.in:5: the top level configure.in:7: warning: The macro `AM_PROG_LIBTOOL' is obsolete. configure.in:7: You should run autoupdate. aclocal.m4:122: AM_PROG_LIBTOOL is expanded from... configure.in:7: the top level configure.in:104: warning: AC_CHECK_HEADERS(${python_include_path}/Python.h): you should use literals ./lib/autoconf/headers.m4:217: AC_CHECK_HEADERS is expanded from... configure.in:104: the top level autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:6: installing './compile' configure.in:2: installing './missing' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' examples/Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') examples/Makefile.am: installing './depcomp' ftdipp/Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') >>> host-libftdi 0.20 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/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 /nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none 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... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 whether the compiler supports GNU C++... yes checking whether /usr/bin/g++ accepts -g... yes checking for /usr/bin/g++ option to enable C++11 features... none needed checking dependency style of /usr/bin/g++... none checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for ld used by /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 /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /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 pkg-config is at least version 0.9.0... yes checking for LIBUSB... yes checking for boostlib >= 1.33... yes checking if we can build the C++ wrapper... yes checking for doxygen... no checking for swig... /usr/bin/swig checking for a Python interpreter with version >= 2.0... python checking for python... /nvmedata/autobuild/instance-27/output-1/host/bin/python checking for python version... 3.10 checking for python platform... linux checking for GNU default python prefix... ${prefix} checking for GNU default python exec_prefix... ${exec_prefix} checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.10/site-packages checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.10/site-packages File "", line 1 import distutils.sysconfig; print distutils.sysconfig.get_python_inc(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? checking for /Python.h... no configure: WARNING: Python.h header file not found. Python development files are required to build presage python binding. Pyt hon can be obtained from http://www.python.org configure: Python binding for libftdi will not be built. configure: Enable Python binding module building with --enable-python-binding checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libftdi-config config.status: creating Makefile config.status: creating src/Makefile config.status: creating bindings/Makefile config.status: creating bindings/python/Makefile config.status: creating bindings/python/setup.py config.status: creating examples/Makefile config.status: creating doc/Doxyfile config.status: creating doc/Makefile config.status: creating libftdi.pc config.status: creating libftdi.spec config.status: creating ftdipp/Makefile config.status: creating libftdipp.pc 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-libftdi 0.20 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -c -o ftdi.lo ftdi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -c ftdi.c -fPIC -DPIC -o .libs/ftdi.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -version-info 21:0:20 -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o libftdi.la -rpath /nvmedata/autobuild/instance-27/output-1/host/lib ftdi.lo -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/ftdi.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -L/nvmedata/autobuild/instance-27/output-1/host/lib /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -O2 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -pthread -Wl,-soname -Wl,libftdi.so.1 -o .libs/libftdi.so.1.20.0 libtool: link: (cd ".libs" && rm -f "libftdi.so.1" && ln -s "libftdi.so.1.20.0" "libftdi.so.1") libtool: link: (cd ".libs" && rm -f "libftdi.so" && ln -s "libftdi.so.1.20.0" "libftdi.so") libtool: link: ( cd ".libs" && rm -f "libftdi.la" && ln -s "../libftdi.la" "libftdi.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src' Making all in bindings make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings' Making all in python make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings/python' /usr/bin/make all-am make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings/python' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings/python' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings/python' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings' Making all in ftdipp make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/ftdipp' /bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I/usr/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ftdi.lo ftdi.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I/usr/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c ftdi.cpp -fPIC -DPIC -o .libs/ftdi.o /bin/bash ../libtool --tag=CXX --mode=link /usr/bin/g++ -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -version-info 21:0:20 -L/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o libftdipp.la -rpath /nvmedata/autobuild/instance-27/output-1/host/lib ftdi.lo ../src/libftdi.la -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o .libs/ftdi.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -L/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/lib ../src/.libs/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -pthread -Wl,-soname -Wl,libftdipp.so.1 -o .libs/libftdipp.so.1.20.0 libtool: link: (cd ".libs" && rm -f "libftdipp.so.1" && ln -s "libftdipp.so.1.20.0" "libftdipp.so.1") libtool: link: (cd ".libs" && rm -f "libftdipp.so" && ln -s "libftdipp.so.1.20.0" "libftdipp.so") libtool: link: ( cd ".libs" && rm -f "libftdipp.la" && ln -s "../libftdipp.la" "libftdipp.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/ftdipp' Making all in examples make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/examples' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../ftdipp -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -c -o simple.o simple.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -no-install -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o simple simple.o ../src/libftdi.la -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o simple simple.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../src/.libs/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../ftdipp -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -c -o bitbang.o bitbang.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -no-install -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o bitbang bitbang.o ../src/libftdi.la -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o bitbang bitbang.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../src/.libs/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../ftdipp -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -c -o bitbang2.o bitbang2.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -no-install -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o bitbang2 bitbang2.o ../src/libftdi.la -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o bitbang2 bitbang2.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../src/.libs/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../ftdipp -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -c -o bitbang_ft2232.o bitbang_ft2232.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -no-install -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o bitbang_ft2232 bitbang_ft2232.o ../src/libftdi.la -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o bitbang_ft2232 bitbang_ft2232.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../src/.libs/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../ftdipp -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -c -o bitbang_cbus.o bitbang_cbus.c bitbang_cbus.c: In function 'main': bitbang_cbus.c:62:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 62 | fgets(input, sizeof(input) - 1, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -no-install -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o bitbang_cbus bitbang_cbus.o ../src/libftdi.la -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o bitbang_cbus bitbang_cbus.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../src/.libs/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../ftdipp -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -c -o find_all.o find_all.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -no-install -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o find_all find_all.o ../src/libftdi.la -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o find_all find_all.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../src/.libs/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../ftdipp -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -c -o serial_test.o serial_test.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -no-install -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o serial_test serial_test.o ../src/libftdi.la -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o serial_test serial_test.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../src/.libs/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../ftdipp -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -c -o baud_test.o baud_test.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -no-install -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o baud_test baud_test.o ../src/libftdi.la -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o baud_test baud_test.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../src/.libs/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../ftdipp -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o find_all_pp.o find_all_pp.cpp /bin/bash ../libtool --tag=CXX --mode=link /usr/bin/g++ -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -no-install -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o find_all_pp find_all_pp.o ../ftdipp/libftdipp.la ../src/libftdi.la -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb libtool: link: /usr/bin/g++ -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o find_all_pp find_all_pp.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../ftdipp/.libs/libftdipp.so -L/usr/lib /nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs/libftdi.so ../src/.libs/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/ftdipp/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/examples' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' >>> host-libftdi 0.20 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libftdi.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libftdi.so.1.20.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libftdi.so.1.20.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libftdi.so.1.20.0 libftdi.so.1 || { rm -f libftdi.so.1 && ln -s libftdi.so.1.20.0 libftdi.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libftdi.so.1.20.0 libftdi.so || { rm -f libftdi.so && ln -s libftdi.so.1.20.0 libftdi.so; }; }) libtool: install: /usr/bin/install -c .libs/libftdi.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libftdi.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include' /usr/bin/install -c -m 644 ftdi.h '/nvmedata/autobuild/instance-27/output-1/host/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/src' Making install in bindings make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings' Making install in python make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings/python' /usr/bin/make install-am make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings/python' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings/python' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings/python' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings/python' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings/python' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/bindings' Making install in ftdipp make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/ftdipp' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/ftdipp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libftdipp.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libftdipp.so.1.20.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libftdipp.so.1.20.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libftdipp.so.1.20.0 libftdipp.so.1 || { rm -f libftdipp.so.1 && ln -s libftdipp.so.1.20.0 libftdipp.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libftdipp.so.1.20.0 libftdipp.so || { rm -f libftdipp.so && ln -s libftdipp.so.1.20.0 libftdipp.so; }; }) libtool: install: /usr/bin/install -c .libs/libftdipp.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libftdipp.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include' /usr/bin/install -c -m 644 ftdi.hpp '/nvmedata/autobuild/instance-27/output-1/host/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/ftdipp' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/ftdipp' Making install in examples make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/examples' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/examples' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c simple bitbang bitbang2 bitbang_ft2232 bitbang_cbus find_all serial_test baud_test find_all_pp '/nvmedata/autobuild/instance-27/output-1/host/bin' libtool: install: /usr/bin/install -c simple /nvmedata/autobuild/instance-27/output-1/host/bin/simple libtool: install: /usr/bin/install -c bitbang /nvmedata/autobuild/instance-27/output-1/host/bin/bitbang libtool: install: /usr/bin/install -c bitbang2 /nvmedata/autobuild/instance-27/output-1/host/bin/bitbang2 libtool: install: /usr/bin/install -c bitbang_ft2232 /nvmedata/autobuild/instance-27/output-1/host/bin/bitbang_ft2232 libtool: install: /usr/bin/install -c bitbang_cbus /nvmedata/autobuild/instance-27/output-1/host/bin/bitbang_cbus libtool: install: /usr/bin/install -c find_all /nvmedata/autobuild/instance-27/output-1/host/bin/find_all libtool: install: /usr/bin/install -c serial_test /nvmedata/autobuild/instance-27/output-1/host/bin/serial_test libtool: install: /usr/bin/install -c baud_test /nvmedata/autobuild/instance-27/output-1/host/bin/baud_test libtool: install: /usr/bin/install -c find_all_pp /nvmedata/autobuild/instance-27/output-1/host/bin/find_all_pp make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/examples' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/examples' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20/doc' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/install -c libftdi-config '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libftdi.pc libftdipp.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libftdi-0.20' openocd-0.11.0.tar.bz2: OK (sha256: 43a3ce734aff1d3706ad87793a9f3a5371cb0e357f0ffd0a151656b06b3d1e7d) >>> host-openocd 0.11.0 Extracting bzcat /nvmedata/autobuild/instance-27/dl/openocd/openocd-0.11.0.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0 -xf - >>> host-openocd 0.11.0 Patching Applying 0001-configure-enable-build-on-uclinux.patch using patch: patching file configure.ac Hunk #1 succeeded at 346 with fuzz 1 (offset 19 lines). Applying 0002-configure.ac-fix-autoreconf-with-autoconf-2.70.patch using patch: patching file jimtcl/configure.ac Applying 0003-stlink-fix-SIGSEGV-with-libusb-v1.0.24-33-g32a2206-1.patch using patch: patching file src/jtag/drivers/libusb_helper.c patching file src/jtag/drivers/libusb_helper.h patching file src/jtag/drivers/stlink_usb.c Hunk #1 succeeded at 396 (offset -101 lines). >>> host-openocd 0.11.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-openocd 0.11.0 Configuring >>> host-openocd 0.11.0 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/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:38: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:38: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:38: the top level configure.ac:37: installing 'build-aux/compile' configure.ac:30: installing 'build-aux/missing' libjaylink/Makefile.am: installing 'build-aux/depcomp' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. 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. libtoolize: 'AC_PROG_RANLIB' is rendered obsolete by 'LT_INIT' configure.ac:27: installing './compile' configure.ac:17: installing './missing' Makefile.am: installing './depcomp' >>> host-openocd 0.11.0 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink/build-aux/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). patching file /nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/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 /nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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-ftdi --enable-stlink --enable-ti-icdi --enable-ulink --enable-usb-blaster-2 --enable-jlink --enable-osbdm --enable-opendous --enable-aice --enable-vsllink --enable-usbprog --enable-rlink --enable-armjtagew --enable-parport --enable-jtag_vpi --enable-usb-blaster --enable-amtjtagaccel --enable-gw16012 --enable-presto --enable-openjtag --enable-buspirate --enable-sysfsgpio --oldincludedir=/nvmedata/autobuild/instance-27/output-1/host/include --includedir=/nvmedata/autobuild/instance-27/output-1/host/include --disable-doxygen-html --disable-internal-jimtcl --disable-shared --enable-dummy --disable-werror ) checking for makeinfo... no configure: WARNING: Info documentation will not be built. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking for ranlib... /usr/bin/ranlib checking pkg-config is at least version 0.23... 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... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /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... (cached) /usr/bin/ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 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... no checking whether to build static libraries... yes checking for an ANSI C-conforming const... yes checking for unsigned long long int... yes checking for long long int... yes checking for library containing ioperm... none required checking for library containing dlopen... -ldl checking for library containing openpty... -lutil checking for sys/socket.h... yes checking for elf.h... yes checking for dirent.h... yes checking for fcntl.h... yes checking for malloc.h... yes checking for netdb.h... yes checking for poll.h... yes checking for pthread.h... yes checking for strings.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/select.h... yes checking for sys/stat.h... (cached) yes checking for sys/sysctl.h... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for arpa/inet.h... yes checking for ifaddrs.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for net/if.h... yes checking whether to enable assertions... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking whether byte ordering is bigendian... no checking for strndup... yes checking for strnlen... yes checking for gettimeofday... yes checking for usleep... yes checking for vasprintf... yes checking for realpath... yes checking whether to build a release... yes checking whether to build Doxygen as HTML... no checking whether to build Doxygen as PDF... no checking whether to enable verbose USB I/O messages... no checking whether to enable verbose USB communication messages... no checking whether to enable malloc free space logging... no checking whether to enable ZY1000 minidriver... no checking whether to enable dummy minidriver... no checking whether standard drivers can be built... yes checking for LIBUSB1... yes configure: libusb-1.0 header bug workaround: LIBUSB1_CFLAGS changed to "-isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0" checking for LIBUSB0... yes checking for CAPSTONE... no checking for HIDAPI... no checking for HIDAPI... no checking for HIDAPI... no checking for LIBFTDI... no checking for LIBFTDI... yes checking for LIBGPIOD... no checking for LIBJAYLINK... no checking for environ in unistd.h and stdlib.h... yes 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 config.status: executing libtool commands === configuring in src/jtag/drivers/libjaylink (/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink) configure: running /bin/bash ./configure.gnu --disable-option-checking '--prefix=/nvmedata/autobuild/instance-27/output-1/host' '--sysconfdir=/nvmedata/autobuild/instance-27/output-1/host/etc' '--localstatedir=/nvmedata/autobuild/instance-27/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-ftdi' '--enable-stlink' '--enable-ti-icdi' '--enable-ulink' '--enable-usb-blaster-2' '--enable-jlink' '--enable-osbdm' '--enable-opendous' '--enable-aice' '--enable-vsllink' '--enable-usbprog' '--enable-rlink' '--enable-armjtagew' '--enable-parport' '--enable-jtag_vpi' '--enable-usb-blaster' '--enable-amtjtagaccel' '--enable-gw16012' '--enable-presto' '--enable-openjtag' '--enable-buspirate' '--enable-sysfsgpio' '--oldincludedir=/nvmedata/autobuild/instance-27/output-1/host/include' '--includedir=/nvmedata/autobuild/instance-27/output-1/host/include' '--disable-doxygen-html' '--disable-internal-jimtcl' '--disable-shared' '--enable-dummy' '--disable-werror' 'CC=/usr/bin/gcc' 'CFLAGS=-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include' 'LDFLAGS=-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib' 'CPPFLAGS=-I/nvmedata/autobuild/instance-27/output-1/host/include' 'PKG_CONFIG=/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config' 'PKG_CONFIG_LIBDIR=/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' --cache-file=/dev/null --srcdir=. 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... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking the archiver (/usr/bin/ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64 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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes 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... no checking whether to build static libraries... yes checking pkg-config is at least version 0.9.0... yes checking for libusb... yes checking whether byte ordering is bigendian... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libjaylink/Makefile config.status: creating libjaylink/version.h config.status: creating libjaylink.pc config.status: creating Doxyfile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands libjaylink configuration summary: - Package version ................ 0.2.0 - Library version ................ 1:0:1 - Installation prefix ............ /nvmedata/autobuild/instance-27/output-1/host - Building on .................... x86_64-pc-linux-gnu - Building for ................... x86_64-pc-linux-gnu Enabled transports: - USB ............................ yes - TCP ............................ yes OpenOCD configuration summary -------------------------------------------------- MPSSE mode of FTDI based devices yes ST-Link Programmer yes TI ICDI JTAG Programmer yes Keil ULINK JTAG Programmer yes Altera USB-Blaster II Compatible yes Bitbang mode of FT232R based devices yes (auto) Versaloon-Link JTAG Programmer yes TI XDS110 Debug Probe yes (auto) CMSIS-DAP v2 Compliant Debugger yes (auto) OSBDM (JTAG only) Programmer yes eStick/opendous JTAG Programmer yes Andes JTAG Programmer yes USBProg JTAG Programmer yes Raisonance RLink JTAG Programmer yes Olimex ARM-JTAG-EW Programmer yes CMSIS-DAP Compliant Debugger no Nu-Link Programmer no Cypress KitProg Programmer no Altera USB-Blaster Compatible yes ASIX Presto Adapter yes OpenJTAG Adapter yes Linux GPIO bitbang through libgpiod no SEGGER J-Link Programmer yes Use Capstone disassembly framework no >>> host-openocd 0.11.0 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' cat src/helper/startup.tcl src/jtag/startup.tcl src/target/startup.tcl src/server/startup.tcl src/flash/startup.tcl | ./src/helper/bin2char.sh > src/startup_tcl.inc || { rm -f src/startup_tcl.inc; false; } cp src/jtag/drivers/minidriver_imp.h src/jtag/minidriver_imp.h /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' Making all in src/jtag/drivers/libjaylink make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' /usr/bin/make all-recursive make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' Making all in libjaylink make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-buffer.lo `test -f 'buffer.c' || echo './'`buffer.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-core.lo `test -f 'core.c' || echo './'`core.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-device.lo `test -f 'device.c' || echo './'`device.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-discovery.lo `test -f 'discovery.c' || echo './'`discovery.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-discovery_tcp.lo `test -f 'discovery_tcp.c' || echo './'`discovery_tcp.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-emucom.lo `test -f 'emucom.c' || echo './'`emucom.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-error.lo `test -f 'error.c' || echo './'`error.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-fileio.lo `test -f 'fileio.c' || echo './'`fileio.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-jtag.lo `test -f 'jtag.c' || echo './'`jtag.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-list.lo `test -f 'list.c' || echo './'`list.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-log.lo `test -f 'log.c' || echo './'`log.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-socket.lo `test -f 'socket.c' || echo './'`socket.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-strutil.lo `test -f 'strutil.c' || echo './'`strutil.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-swd.lo `test -f 'swd.c' || echo './'`swd.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-swo.lo `test -f 'swo.c' || echo './'`swo.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-target.lo `test -f 'target.c' || echo './'`target.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-transport.lo `test -f 'transport.c' || echo './'`transport.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-transport_tcp.lo `test -f 'transport_tcp.c' || echo './'`transport_tcp.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-util.lo `test -f 'util.c' || echo './'`util.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-version.lo `test -f 'version.c' || echo './'`version.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-discovery_usb.lo `test -f 'discovery_usb.c' || echo './'`discovery_usb.c /bin/bash ../libtool --tag=CC --silent --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libjaylink_la-transport_usb.lo `test -f 'transport_usb.c' || echo './'`transport_usb.c /bin/bash ../libtool --tag=CC --silent --mode=link /usr/bin/gcc -Wall -Wextra -Werror -fvisibility=hidden -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -no-undefined -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o libjaylink.la libjaylink_la-buffer.lo libjaylink_la-core.lo libjaylink_la-device.lo libjaylink_la-discovery.lo libjaylink_la-discovery_tcp.lo libjaylink_la-emucom.lo libjaylink_la-error.lo libjaylink_la-fileio.lo libjaylink_la-jtag.lo libjaylink_la-list.lo libjaylink_la-log.lo libjaylink_la-socket.lo libjaylink_la-strutil.lo libjaylink_la-swd.lo libjaylink_la-swo.lo libjaylink_la-target.lo libjaylink_la-transport.lo libjaylink_la-transport_tcp.lo libjaylink_la-util.lo libjaylink_la-version.lo libjaylink_la-discovery_usb.lo libjaylink_la-transport_usb.lo -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb-1.0 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/main.o src/main.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/libopenocd_la-hello.lo `test -f 'src/hello.c' || echo './'`src/hello.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/hello.c -o src/libopenocd_la-hello.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/libopenocd_la-openocd.lo `test -f 'src/openocd.c' || echo './'`src/openocd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -DRELSTR=\"\" -DGITVERSION=\"\" -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/openocd.c -o src/libopenocd_la-openocd.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/xsvf/xsvf.lo src/xsvf/xsvf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/xsvf/xsvf.c -o src/xsvf/xsvf.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/xsvf/libxsvf.la src/xsvf/xsvf.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/xsvf/.libs/libxsvf.a src/xsvf/xsvf.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/xsvf/.libs/libxsvf.a libtool: link: ( cd "src/xsvf/.libs" && rm -f "libxsvf.la" && ln -s "../libxsvf.la" "libxsvf.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/svf/svf.lo src/svf/svf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/svf/svf.c -o src/svf/svf.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/svf/libsvf.la src/svf/svf.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/svf/.libs/libsvf.a src/svf/svf.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/svf/.libs/libsvf.a libtool: link: ( cd "src/svf/.libs" && rm -f "libsvf.la" && ln -s "../libsvf.la" "libsvf.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/pld/pld.lo src/pld/pld.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/pld/pld.c -o src/pld/pld.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/pld/xilinx_bit.lo src/pld/xilinx_bit.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/pld/xilinx_bit.c -o src/pld/xilinx_bit.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/pld/virtex2.lo src/pld/virtex2.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/pld/virtex2.c -o src/pld/virtex2.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/pld/libpld.la src/pld/pld.lo src/pld/xilinx_bit.lo src/pld/virtex2.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/pld/.libs/libpld.a src/pld/pld.o src/pld/xilinx_bit.o src/pld/virtex2.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/pld/.libs/libpld.a libtool: link: ( cd "src/pld/.libs" && rm -f "libpld.la" && ln -s "../libpld.la" "libpld.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/adapter.lo src/jtag/adapter.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/adapter.c -o src/jtag/adapter.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/core.lo src/jtag/core.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/core.c -o src/jtag/core.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/interface.lo src/jtag/interface.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/interface.c -o src/jtag/interface.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/interfaces.lo src/jtag/interfaces.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/interfaces.c -o src/jtag/interfaces.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/tcl.lo src/jtag/tcl.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/tcl.c -o src/jtag/tcl.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/swim.lo src/jtag/swim.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/swim.c -o src/jtag/swim.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/commands.lo src/jtag/commands.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/commands.c -o src/jtag/commands.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/hla/hla_transport.lo src/jtag/hla/hla_transport.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/hla/hla_transport.c -o src/jtag/hla/hla_transport.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/hla/hla_tcl.lo src/jtag/hla/hla_tcl.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/hla/hla_tcl.c -o src/jtag/hla/hla_tcl.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/hla/hla_interface.lo src/jtag/hla/hla_interface.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/hla/hla_interface.c -o src/jtag/hla/hla_interface.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/hla/hla_layout.lo src/jtag/hla/hla_layout.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/hla/hla_layout.c -o src/jtag/hla/hla_layout.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/jtag/hla/libocdhla.la src/jtag/hla/hla_transport.lo src/jtag/hla/hla_tcl.lo src/jtag/hla/hla_interface.lo src/jtag/hla/hla_layout.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/jtag/hla/.libs/libocdhla.a src/jtag/hla/hla_transport.o src/jtag/hla/hla_tcl.o src/jtag/hla/hla_interface.o src/jtag/hla/hla_layout.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/jtag/hla/.libs/libocdhla.a libtool: link: ( cd "src/jtag/hla/.libs" && rm -f "libocdhla.la" && ln -s "../libocdhla.la" "libocdhla.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/aice/libocdaice_la-aice_transport.lo `test -f 'src/jtag/aice/aice_transport.c' || echo './'`src/jtag/aice/aice_transport.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/aice/aice_transport.c -o src/jtag/aice/libocdaice_la-aice_transport.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/aice/libocdaice_la-aice_interface.lo `test -f 'src/jtag/aice/aice_interface.c' || echo './'`src/jtag/aice/aice_interface.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/aice/aice_interface.c -o src/jtag/aice/libocdaice_la-aice_interface.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/aice/libocdaice_la-aice_port.lo `test -f 'src/jtag/aice/aice_port.c' || echo './'`src/jtag/aice/aice_port.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/aice/aice_port.c -o src/jtag/aice/libocdaice_la-aice_port.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/aice/libocdaice_la-aice_usb.lo `test -f 'src/jtag/aice/aice_usb.c' || echo './'`src/jtag/aice/aice_usb.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/aice/aice_usb.c -o src/jtag/aice/libocdaice_la-aice_usb.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/aice/libocdaice_la-aice_pipe.lo `test -f 'src/jtag/aice/aice_pipe.c' || echo './'`src/jtag/aice/aice_pipe.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/aice/aice_pipe.c -o src/jtag/aice/libocdaice_la-aice_pipe.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/jtag/aice/libocdaice.la src/jtag/aice/libocdaice_la-aice_transport.lo src/jtag/aice/libocdaice_la-aice_interface.lo src/jtag/aice/libocdaice_la-aice_port.lo src/jtag/aice/libocdaice_la-aice_usb.lo src/jtag/aice/libocdaice_la-aice_pipe.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/jtag/aice/.libs/libocdaice.a src/jtag/aice/libocdaice_la-aice_transport.o src/jtag/aice/libocdaice_la-aice_interface.o src/jtag/aice/libocdaice_la-aice_port.o src/jtag/aice/libocdaice_la-aice_usb.o src/jtag/aice/libocdaice_la-aice_pipe.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/jtag/aice/.libs/libocdaice.a libtool: link: ( cd "src/jtag/aice/.libs" && rm -f "libocdaice.la" && ln -s "../libocdaice.la" "libocdaice.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-driver.lo `test -f 'src/jtag/drivers/driver.c' || echo './'`src/jtag/drivers/driver.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/driver.c -o src/jtag/drivers/libocdjtagdrivers_la-driver.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.lo `test -f 'src/jtag/drivers/jtag_usb_common.c' || echo './'`src/jtag/drivers/jtag_usb_common.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/jtag_usb_common.c -o src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.lo `test -f 'src/jtag/drivers/libusb_helper.c' || echo './'`src/jtag/drivers/libusb_helper.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/libusb_helper.c -o src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-usb_common.lo `test -f 'src/jtag/drivers/usb_common.c' || echo './'`src/jtag/drivers/usb_common.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/usb_common.c -o src/jtag/drivers/libocdjtagdrivers_la-usb_common.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-jlink.lo `test -f 'src/jtag/drivers/jlink.c' || echo './'`src/jtag/drivers/jlink.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/jlink.c -o src/jtag/drivers/libocdjtagdrivers_la-jlink.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-bitbang.lo `test -f 'src/jtag/drivers/bitbang.c' || echo './'`src/jtag/drivers/bitbang.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/bitbang.c -o src/jtag/drivers/libocdjtagdrivers_la-bitbang.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-parport.lo `test -f 'src/jtag/drivers/parport.c' || echo './'`src/jtag/drivers/parport.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/parport.c -o src/jtag/drivers/libocdjtagdrivers_la-parport.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-dummy.lo `test -f 'src/jtag/drivers/dummy.c' || echo './'`src/jtag/drivers/dummy.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/dummy.c -o src/jtag/drivers/libocdjtagdrivers_la-dummy.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-ftdi.lo `test -f 'src/jtag/drivers/ftdi.c' || echo './'`src/jtag/drivers/ftdi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/ftdi.c -o src/jtag/drivers/libocdjtagdrivers_la-ftdi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-mpsse.lo `test -f 'src/jtag/drivers/mpsse.c' || echo './'`src/jtag/drivers/mpsse.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/mpsse.c -o src/jtag/drivers/libocdjtagdrivers_la-mpsse.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-jtag_vpi.lo `test -f 'src/jtag/drivers/jtag_vpi.c' || echo './'`src/jtag/drivers/jtag_vpi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/jtag_vpi.c -o src/jtag/drivers/libocdjtagdrivers_la-jtag_vpi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-ft232r.lo `test -f 'src/jtag/drivers/ft232r.c' || echo './'`src/jtag/drivers/ft232r.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/ft232r.c -o src/jtag/drivers/libocdjtagdrivers_la-ft232r.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-amt_jtagaccel.lo `test -f 'src/jtag/drivers/amt_jtagaccel.c' || echo './'`src/jtag/drivers/amt_jtagaccel.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/amt_jtagaccel.c -o src/jtag/drivers/libocdjtagdrivers_la-amt_jtagaccel.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-gw16012.lo `test -f 'src/jtag/drivers/gw16012.c' || echo './'`src/jtag/drivers/gw16012.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/gw16012.c -o src/jtag/drivers/libocdjtagdrivers_la-gw16012.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-bitq.lo `test -f 'src/jtag/drivers/bitq.c' || echo './'`src/jtag/drivers/bitq.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/bitq.c -o src/jtag/drivers/libocdjtagdrivers_la-bitq.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-presto.lo `test -f 'src/jtag/drivers/presto.c' || echo './'`src/jtag/drivers/presto.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/presto.c -o src/jtag/drivers/libocdjtagdrivers_la-presto.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-usbprog.lo `test -f 'src/jtag/drivers/usbprog.c' || echo './'`src/jtag/drivers/usbprog.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/usbprog.c -o src/jtag/drivers/libocdjtagdrivers_la-usbprog.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-rlink.lo `test -f 'src/jtag/drivers/rlink.c' || echo './'`src/jtag/drivers/rlink.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/rlink.c -o src/jtag/drivers/libocdjtagdrivers_la-rlink.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-rlink_speed_table.lo `test -f 'src/jtag/drivers/rlink_speed_table.c' || echo './'`src/jtag/drivers/rlink_speed_table.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/rlink_speed_table.c -o src/jtag/drivers/libocdjtagdrivers_la-rlink_speed_table.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-ulink.lo `test -f 'src/jtag/drivers/ulink.c' || echo './'`src/jtag/drivers/ulink.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/ulink.c -o src/jtag/drivers/libocdjtagdrivers_la-ulink.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtogpio.lo `test -f 'src/jtag/drivers/versaloon/usbtoxxx/usbtogpio.c' || echo './'`src/jtag/drivers/versaloon/usbtoxxx/usbtogpio.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/versaloon/usbtoxxx/usbtogpio.c -o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtogpio.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtojtagraw.lo `test -f 'src/jtag/drivers/versaloon/usbtoxxx/usbtojtagraw.c' || echo './'`src/jtag/drivers/versaloon/usbtoxxx/usbtojtagraw.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/versaloon/usbtoxxx/usbtojtagraw.c -o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtojtagraw.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoswd.lo `test -f 'src/jtag/drivers/versaloon/usbtoxxx/usbtoswd.c' || echo './'`src/jtag/drivers/versaloon/usbtoxxx/usbtoswd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/versaloon/usbtoxxx/usbtoswd.c -o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoswd.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtopwr.lo `test -f 'src/jtag/drivers/versaloon/usbtoxxx/usbtopwr.c' || echo './'`src/jtag/drivers/versaloon/usbtoxxx/usbtopwr.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/versaloon/usbtoxxx/usbtopwr.c -o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtopwr.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoxxx.lo `test -f 'src/jtag/drivers/versaloon/usbtoxxx/usbtoxxx.c' || echo './'`src/jtag/drivers/versaloon/usbtoxxx/usbtoxxx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/versaloon/usbtoxxx/usbtoxxx.c -o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoxxx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/versaloon/libocdjtagdrivers_la-versaloon.lo `test -f 'src/jtag/drivers/versaloon/versaloon.c' || echo './'`src/jtag/drivers/versaloon/versaloon.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/versaloon/versaloon.c -o src/jtag/drivers/versaloon/libocdjtagdrivers_la-versaloon.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-vsllink.lo `test -f 'src/jtag/drivers/vsllink.c' || echo './'`src/jtag/drivers/vsllink.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/vsllink.c -o src/jtag/drivers/libocdjtagdrivers_la-vsllink.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-arm-jtag-ew.lo `test -f 'src/jtag/drivers/arm-jtag-ew.c' || echo './'`src/jtag/drivers/arm-jtag-ew.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/arm-jtag-ew.c -o src/jtag/drivers/libocdjtagdrivers_la-arm-jtag-ew.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-buspirate.lo `test -f 'src/jtag/drivers/buspirate.c' || echo './'`src/jtag/drivers/buspirate.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/buspirate.c -o src/jtag/drivers/libocdjtagdrivers_la-buspirate.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-stlink_usb.lo `test -f 'src/jtag/drivers/stlink_usb.c' || echo './'`src/jtag/drivers/stlink_usb.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/stlink_usb.c -o src/jtag/drivers/libocdjtagdrivers_la-stlink_usb.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-ti_icdi_usb.lo `test -f 'src/jtag/drivers/ti_icdi_usb.c' || echo './'`src/jtag/drivers/ti_icdi_usb.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/ti_icdi_usb.c -o src/jtag/drivers/libocdjtagdrivers_la-ti_icdi_usb.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-osbdm.lo `test -f 'src/jtag/drivers/osbdm.c' || echo './'`src/jtag/drivers/osbdm.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/osbdm.c -o src/jtag/drivers/libocdjtagdrivers_la-osbdm.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-opendous.lo `test -f 'src/jtag/drivers/opendous.c' || echo './'`src/jtag/drivers/opendous.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/opendous.c -o src/jtag/drivers/libocdjtagdrivers_la-opendous.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-sysfsgpio.lo `test -f 'src/jtag/drivers/sysfsgpio.c' || echo './'`src/jtag/drivers/sysfsgpio.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/sysfsgpio.c -o src/jtag/drivers/libocdjtagdrivers_la-sysfsgpio.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-openjtag.lo `test -f 'src/jtag/drivers/openjtag.c' || echo './'`src/jtag/drivers/openjtag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/openjtag.c -o src/jtag/drivers/libocdjtagdrivers_la-openjtag.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.lo `test -f 'src/jtag/drivers/cmsis_dap_usb_bulk.c' || echo './'`src/jtag/drivers/cmsis_dap_usb_bulk.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/cmsis_dap_usb_bulk.c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.lo `test -f 'src/jtag/drivers/cmsis_dap.c' || echo './'`src/jtag/drivers/cmsis_dap.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/cmsis_dap.c -o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/libocdjtagdrivers_la-xds110.lo `test -f 'src/jtag/drivers/xds110.c' || echo './'`src/jtag/drivers/xds110.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I./src/jtag/drivers/libjaylink/libjaylink -I./src/jtag/drivers/libjaylink -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/xds110.c -o src/jtag/drivers/libocdjtagdrivers_la-xds110.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/usb_blaster/libocdusbblaster_la-usb_blaster.lo `test -f 'src/jtag/drivers/usb_blaster/usb_blaster.c' || echo './'`src/jtag/drivers/usb_blaster/usb_blaster.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/usb_blaster/usb_blaster.c -o src/jtag/drivers/usb_blaster/libocdusbblaster_la-usb_blaster.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast_access_ftdi.lo `test -f 'src/jtag/drivers/usb_blaster/ublast_access_ftdi.c' || echo './'`src/jtag/drivers/usb_blaster/ublast_access_ftdi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/usb_blaster/ublast_access_ftdi.c -o src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast_access_ftdi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast2_access_libusb.lo `test -f 'src/jtag/drivers/usb_blaster/ublast2_access_libusb.c' || echo './'`src/jtag/drivers/usb_blaster/ublast2_access_libusb.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src/jtag/drivers -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/jtag/drivers/usb_blaster/ublast2_access_libusb.c -o src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast2_access_libusb.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/jtag/drivers/usb_blaster/libocdusbblaster.la src/jtag/drivers/usb_blaster/libocdusbblaster_la-usb_blaster.lo src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast_access_ftdi.lo src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast2_access_libusb.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/jtag/drivers/usb_blaster/.libs/libocdusbblaster.a src/jtag/drivers/usb_blaster/libocdusbblaster_la-usb_blaster.o src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast_access_ftdi.o src/jtag/drivers/usb_blaster/libocdusbblaster_la-ublast2_access_libusb.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/jtag/drivers/usb_blaster/.libs/libocdusbblaster.a libtool: link: ( cd "src/jtag/drivers/usb_blaster/.libs" && rm -f "libocdusbblaster.la" && ln -s "../libocdusbblaster.la" "libocdusbblaster.la" ) /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/jtag/drivers/libocdjtagdrivers.la src/jtag/drivers/libocdjtagdrivers_la-driver.lo src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.lo src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.lo src/jtag/drivers/libocdjtagdrivers_la-usb_common.lo src/jtag/drivers/libocdjtagdrivers_la-jlink.lo src/jtag/drivers/libocdjtagdrivers_la-bitbang.lo src/jtag/drivers/libocdjtagdrivers_la-parport.lo src/jtag/drivers/libocdjtagdrivers_la-dummy.lo src/jtag/drivers/libocdjtagdrivers_la-ftdi.lo src/jtag/drivers/libocdjtagdrivers_la-mpsse.lo src/jtag/drivers/libocdjtagdrivers_la-jtag_vpi.lo src/jtag/drivers/libocdjtagdrivers_la-ft232r.lo src/jtag/drivers/libocdjtagdrivers_la-amt_jtagaccel.lo src/jtag/drivers/libocdjtagdrivers_la-gw16012.lo src/jtag/drivers/libocdjtagdrivers_la-bitq.lo src/jtag/drivers/libocdjtagdrivers_la-presto.lo src/jtag/drivers/libocdjtagdrivers_la-usbprog.lo src/jtag/drivers/libocdjtagdrivers_la-rlink.lo src/jtag/drivers/libocdjtagdrivers_la-rlink_speed_table.lo src/jtag/drivers/libocdjtagdrivers_la-ulink.lo src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtogpio.lo src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtojtagraw.lo src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoswd.lo src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtopwr.lo src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoxxx.lo src/jtag/drivers/versaloon/libocdjtagdrivers_la-versaloon.lo src/jtag/drivers/libocdjtagdrivers_la-vsllink.lo src/jtag/drivers/libocdjtagdrivers_la-arm-jtag-ew.lo src/jtag/drivers/libocdjtagdrivers_la-buspirate.lo src/jtag/drivers/libocdjtagdrivers_la-stlink_usb.lo src/jtag/drivers/libocdjtagdrivers_la-ti_icdi_usb.lo src/jtag/drivers/libocdjtagdrivers_la-osbdm.lo src/jtag/drivers/libocdjtagdrivers_la-opendous.lo src/jtag/drivers/libocdjtagdrivers_la-sysfsgpio.lo src/jtag/drivers/libocdjtagdrivers_la-openjtag.lo src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.lo src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.lo src/jtag/drivers/libocdjtagdrivers_la-xds110.lo -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb-1.0 -L/nvmedata/autobuild/instance-27/output-1/host/lib -lusb -L/nvmedata/autobuild/instance-27/output-1/host/lib -lftdi -lusb src/jtag/drivers/libjaylink/libjaylink/libjaylink.la src/jtag/drivers/usb_blaster/libocdusbblaster.la -lm -lutil -ldl libtool: link: (cd src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink/.libs/libjaylink.a") libtool: link: (cd src/jtag/drivers/.libs/libocdjtagdrivers.lax/libocdusbblaster.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/usb_blaster/.libs/libocdusbblaster.a") libtool: link: /usr/bin/ar cru src/jtag/drivers/.libs/libocdjtagdrivers.a src/jtag/drivers/libocdjtagdrivers_la-driver.o src/jtag/drivers/libocdjtagdrivers_la-jtag_usb_common.o src/jtag/drivers/libocdjtagdrivers_la-libusb_helper.o src/jtag/drivers/libocdjtagdrivers_la-usb_common.o src/jtag/drivers/libocdjtagdrivers_la-jlink.o src/jtag/drivers/libocdjtagdrivers_la-bitbang.o src/jtag/drivers/libocdjtagdrivers_la-parport.o src/jtag/drivers/libocdjtagdrivers_la-dummy.o src/jtag/drivers/libocdjtagdrivers_la-ftdi.o src/jtag/drivers/libocdjtagdrivers_la-mpsse.o src/jtag/drivers/libocdjtagdrivers_la-jtag_vpi.o src/jtag/drivers/libocdjtagdrivers_la-ft232r.o src/jtag/drivers/libocdjtagdrivers_la-amt_jtagaccel.o src/jtag/drivers/libocdjtagdrivers_la-gw16012.o src/jtag/drivers/libocdjtagdrivers_la-bitq.o src/jtag/drivers/libocdjtagdrivers_la-presto.o src/jtag/drivers/libocdjtagdrivers_la-usbprog.o src/jtag/drivers/libocdjtagdrivers_la-rlink.o src/jtag/drivers/libocdjtagdrivers_la-rlink_speed_table.o src/jtag/drivers/libocdjtagdrivers_la-ulink.o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtogpio.o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtojtagraw.o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoswd.o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtopwr.o src/jtag/drivers/versaloon/usbtoxxx/libocdjtagdrivers_la-usbtoxxx.o src/jtag/drivers/versaloon/libocdjtagdrivers_la-versaloon.o src/jtag/drivers/libocdjtagdrivers_la-vsllink.o src/jtag/drivers/libocdjtagdrivers_la-arm-jtag-ew.o src/jtag/drivers/libocdjtagdrivers_la-buspirate.o src/jtag/drivers/libocdjtagdrivers_la-stlink_usb.o src/jtag/drivers/libocdjtagdrivers_la-ti_icdi_usb.o src/jtag/drivers/libocdjtagdrivers_la-osbdm.o src/jtag/drivers/libocdjtagdrivers_la-opendous.o src/jtag/drivers/libocdjtagdrivers_la-sysfsgpio.o src/jtag/drivers/libocdjtagdrivers_la-openjtag.o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o src/jtag/drivers/libocdjtagdrivers_la-cmsis_dap.o src/jtag/drivers/libocdjtagdrivers_la-xds110.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-buffer.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-core.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-device.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-discovery.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-discovery_tcp.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-discovery_usb.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-emucom.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-error.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-fileio.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-jtag.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-list.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-log.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-socket.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-strutil.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-swd.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-swo.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-target.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-transport.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-transport_tcp.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-transport_usb.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-util.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libjaylink.a/libjaylink_la-version.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libocdusbblaster.a/libocdusbblaster_la-ublast2_access_libusb.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libocdusbblaster.a/libocdusbblaster_la-ublast_access_ftdi.o src/jtag/drivers/.libs/libocdjtagdrivers.lax/libocdusbblaster.a/libocdusbblaster_la-usb_blaster.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/jtag/drivers/.libs/libocdjtagdrivers.a libtool: link: rm -fr src/jtag/drivers/.libs/libocdjtagdrivers.lax libtool: link: ( cd "src/jtag/drivers/.libs" && rm -f "libocdjtagdrivers.la" && ln -s "../libocdjtagdrivers.la" "libocdjtagdrivers.la" ) /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/jtag/libjtag.la src/jtag/adapter.lo src/jtag/core.lo src/jtag/interface.lo src/jtag/interfaces.lo src/jtag/tcl.lo src/jtag/swim.lo src/jtag/commands.lo ./src/jtag/hla/libocdhla.la ./src/jtag/aice/libocdaice.la ./src/jtag/drivers/libocdjtagdrivers.la -lutil -ldl libtool: link: (cd src/jtag/.libs/libjtag.lax/libocdhla.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/./src/jtag/hla/.libs/libocdhla.a") libtool: link: (cd src/jtag/.libs/libjtag.lax/libocdaice.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/./src/jtag/aice/.libs/libocdaice.a") libtool: link: (cd src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/./src/jtag/drivers/.libs/libocdjtagdrivers.a") libtool: link: /usr/bin/ar cru src/jtag/.libs/libjtag.a src/jtag/adapter.o src/jtag/core.o src/jtag/interface.o src/jtag/interfaces.o src/jtag/tcl.o src/jtag/swim.o src/jtag/commands.o src/jtag/.libs/libjtag.lax/libocdhla.a/hla_interface.o src/jtag/.libs/libjtag.lax/libocdhla.a/hla_layout.o src/jtag/.libs/libjtag.lax/libocdhla.a/hla_tcl.o src/jtag/.libs/libjtag.lax/libocdhla.a/hla_transport.o src/jtag/.libs/libjtag.lax/libocdaice.a/libocdaice_la-aice_interface.o src/jtag/.libs/libjtag.lax/libocdaice.a/libocdaice_la-aice_pipe.o src/jtag/.libs/libjtag.lax/libocdaice.a/libocdaice_la-aice_port.o src/jtag/.libs/libjtag.lax/libocdaice.a/libocdaice_la-aice_transport.o src/jtag/.libs/libjtag.lax/libocdaice.a/libocdaice_la-aice_usb.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-buffer.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-core.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-device.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-discovery.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-discovery_tcp.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-discovery_usb.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-emucom.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-error.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-fileio.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-jtag.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-list.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-log.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-socket.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-strutil.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-swd.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-swo.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-target.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-transport.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-transport_tcp.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-transport_usb.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-util.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libjaylink_la-version.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-amt_jtagaccel.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-arm-jtag-ew.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-bitbang.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-bitq.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-buspirate.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-cmsis_dap.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-driver.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-dummy.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ft232r.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ftdi.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-gw16012.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-jlink.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-jtag_usb_common.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-jtag_vpi.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-libusb_helper.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-mpsse.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-opendous.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-openjtag.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-osbdm.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-parport.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-presto.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-rlink.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-rlink_speed_table.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-stlink_usb.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-sysfsgpio.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ti_icdi_usb.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-ulink.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usb_common.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbprog.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbtogpio.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbtojtagraw.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbtopwr.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbtoswd.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-usbtoxxx.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-versaloon.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-vsllink.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdjtagdrivers_la-xds110.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdusbblaster_la-ublast2_access_libusb.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdusbblaster_la-ublast_access_ftdi.o src/jtag/.libs/libjtag.lax/libocdjtagdrivers.a/libocdusbblaster_la-usb_blaster.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/jtag/.libs/libjtag.a libtool: link: rm -fr src/jtag/.libs/libjtag.lax libtool: link: ( cd "src/jtag/.libs" && rm -f "libjtag.la" && ln -s "../libjtag.la" "libjtag.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/transport/transport.lo src/transport/transport.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/transport/transport.c -o src/transport/transport.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/transport/libtransport.la src/transport/transport.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/transport/.libs/libtransport.a src/transport/transport.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/transport/.libs/libtransport.a libtool: link: ( cd "src/transport/.libs" && rm -f "libtransport.la" && ln -s "../libtransport.la" "libtransport.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/common.lo src/flash/common.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/common.c -o src/flash/common.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/core.lo src/flash/nor/core.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/core.c -o src/flash/nor/core.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/tcl.lo src/flash/nor/tcl.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/tcl.c -o src/flash/nor/tcl.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/aduc702x.lo src/flash/nor/aduc702x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/aduc702x.c -o src/flash/nor/aduc702x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/aducm360.lo src/flash/nor/aducm360.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/aducm360.c -o src/flash/nor/aducm360.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/ambiqmicro.lo src/flash/nor/ambiqmicro.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/ambiqmicro.c -o src/flash/nor/ambiqmicro.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/at91sam4.lo src/flash/nor/at91sam4.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/at91sam4.c -o src/flash/nor/at91sam4.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/at91sam4l.lo src/flash/nor/at91sam4l.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/at91sam4l.c -o src/flash/nor/at91sam4l.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/at91samd.lo src/flash/nor/at91samd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/at91samd.c -o src/flash/nor/at91samd.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/at91sam3.lo src/flash/nor/at91sam3.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/at91sam3.c -o src/flash/nor/at91sam3.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/at91sam7.lo src/flash/nor/at91sam7.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/at91sam7.c -o src/flash/nor/at91sam7.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/ath79.lo src/flash/nor/ath79.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/ath79.c -o src/flash/nor/ath79.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/atsamv.lo src/flash/nor/atsamv.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/atsamv.c -o src/flash/nor/atsamv.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/atsame5.lo src/flash/nor/atsame5.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/atsame5.c -o src/flash/nor/atsame5.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/avrf.lo src/flash/nor/avrf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/avrf.c -o src/flash/nor/avrf.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/bluenrg-x.lo src/flash/nor/bluenrg-x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/bluenrg-x.c -o src/flash/nor/bluenrg-x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/cc3220sf.lo src/flash/nor/cc3220sf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/cc3220sf.c -o src/flash/nor/cc3220sf.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/cc26xx.lo src/flash/nor/cc26xx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/cc26xx.c -o src/flash/nor/cc26xx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/cfi.lo src/flash/nor/cfi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/cfi.c -o src/flash/nor/cfi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/dsp5680xx_flash.lo src/flash/nor/dsp5680xx_flash.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/dsp5680xx_flash.c -o src/flash/nor/dsp5680xx_flash.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/efm32.lo src/flash/nor/efm32.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/efm32.c -o src/flash/nor/efm32.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/em357.lo src/flash/nor/em357.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/em357.c -o src/flash/nor/em357.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/esirisc_flash.lo src/flash/nor/esirisc_flash.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/esirisc_flash.c -o src/flash/nor/esirisc_flash.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/faux.lo src/flash/nor/faux.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/faux.c -o src/flash/nor/faux.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/fespi.lo src/flash/nor/fespi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/fespi.c -o src/flash/nor/fespi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/fm3.lo src/flash/nor/fm3.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/fm3.c -o src/flash/nor/fm3.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/fm4.lo src/flash/nor/fm4.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/fm4.c -o src/flash/nor/fm4.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/jtagspi.lo src/flash/nor/jtagspi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/jtagspi.c -o src/flash/nor/jtagspi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/kinetis.lo src/flash/nor/kinetis.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/kinetis.c -o src/flash/nor/kinetis.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/kinetis_ke.lo src/flash/nor/kinetis_ke.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/kinetis_ke.c -o src/flash/nor/kinetis_ke.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/lpc2000.lo src/flash/nor/lpc2000.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/lpc2000.c -o src/flash/nor/lpc2000.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/lpc288x.lo src/flash/nor/lpc288x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/lpc288x.c -o src/flash/nor/lpc288x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/lpc2900.lo src/flash/nor/lpc2900.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/lpc2900.c -o src/flash/nor/lpc2900.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/lpcspifi.lo src/flash/nor/lpcspifi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/lpcspifi.c -o src/flash/nor/lpcspifi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/max32xxx.lo src/flash/nor/max32xxx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/max32xxx.c -o src/flash/nor/max32xxx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/mdr.lo src/flash/nor/mdr.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/mdr.c -o src/flash/nor/mdr.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/msp432.lo src/flash/nor/msp432.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/msp432.c -o src/flash/nor/msp432.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/mrvlqspi.lo src/flash/nor/mrvlqspi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/mrvlqspi.c -o src/flash/nor/mrvlqspi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/niietcm4.lo src/flash/nor/niietcm4.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/niietcm4.c -o src/flash/nor/niietcm4.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/non_cfi.lo src/flash/nor/non_cfi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/non_cfi.c -o src/flash/nor/non_cfi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/nrf5.lo src/flash/nor/nrf5.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/nrf5.c -o src/flash/nor/nrf5.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/numicro.lo src/flash/nor/numicro.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/numicro.c -o src/flash/nor/numicro.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/ocl.lo src/flash/nor/ocl.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/ocl.c -o src/flash/nor/ocl.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/pic32mx.lo src/flash/nor/pic32mx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/pic32mx.c -o src/flash/nor/pic32mx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/psoc4.lo src/flash/nor/psoc4.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/psoc4.c -o src/flash/nor/psoc4.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/psoc5lp.lo src/flash/nor/psoc5lp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/psoc5lp.c -o src/flash/nor/psoc5lp.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/psoc6.lo src/flash/nor/psoc6.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/psoc6.c -o src/flash/nor/psoc6.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/renesas_rpchf.lo src/flash/nor/renesas_rpchf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/renesas_rpchf.c -o src/flash/nor/renesas_rpchf.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/sfdp.lo src/flash/nor/sfdp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/sfdp.c -o src/flash/nor/sfdp.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/sh_qspi.lo src/flash/nor/sh_qspi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/sh_qspi.c -o src/flash/nor/sh_qspi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/sim3x.lo src/flash/nor/sim3x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/sim3x.c -o src/flash/nor/sim3x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/spi.lo src/flash/nor/spi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/spi.c -o src/flash/nor/spi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/stmsmi.lo src/flash/nor/stmsmi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/stmsmi.c -o src/flash/nor/stmsmi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/stmqspi.lo src/flash/nor/stmqspi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/stmqspi.c -o src/flash/nor/stmqspi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/stellaris.lo src/flash/nor/stellaris.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/stellaris.c -o src/flash/nor/stellaris.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/stm32f1x.lo src/flash/nor/stm32f1x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/stm32f1x.c -o src/flash/nor/stm32f1x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/stm32f2x.lo src/flash/nor/stm32f2x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/stm32f2x.c -o src/flash/nor/stm32f2x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/stm32lx.lo src/flash/nor/stm32lx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/stm32lx.c -o src/flash/nor/stm32lx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/stm32l4x.lo src/flash/nor/stm32l4x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/stm32l4x.c -o src/flash/nor/stm32l4x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/stm32h7x.lo src/flash/nor/stm32h7x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/stm32h7x.c -o src/flash/nor/stm32h7x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/str7x.lo src/flash/nor/str7x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/str7x.c -o src/flash/nor/str7x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/str9x.lo src/flash/nor/str9x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/str9x.c -o src/flash/nor/str9x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/str9xpec.lo src/flash/nor/str9xpec.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/str9xpec.c -o src/flash/nor/str9xpec.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/swm050.lo src/flash/nor/swm050.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/swm050.c -o src/flash/nor/swm050.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/tms470.lo src/flash/nor/tms470.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/tms470.c -o src/flash/nor/tms470.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/virtual.lo src/flash/nor/virtual.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/virtual.c -o src/flash/nor/virtual.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/w600.lo src/flash/nor/w600.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/w600.c -o src/flash/nor/w600.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/xcf.lo src/flash/nor/xcf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/xcf.c -o src/flash/nor/xcf.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/xmc1xxx.lo src/flash/nor/xmc1xxx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/xmc1xxx.c -o src/flash/nor/xmc1xxx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/xmc4xxx.lo src/flash/nor/xmc4xxx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/xmc4xxx.c -o src/flash/nor/xmc4xxx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nor/drivers.lo src/flash/nor/drivers.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nor/drivers.c -o src/flash/nor/drivers.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/flash/nor/libocdflashnor.la src/flash/nor/core.lo src/flash/nor/tcl.lo src/flash/nor/aduc702x.lo src/flash/nor/aducm360.lo src/flash/nor/ambiqmicro.lo src/flash/nor/at91sam4.lo src/flash/nor/at91sam4l.lo src/flash/nor/at91samd.lo src/flash/nor/at91sam3.lo src/flash/nor/at91sam7.lo src/flash/nor/ath79.lo src/flash/nor/atsamv.lo src/flash/nor/atsame5.lo src/flash/nor/avrf.lo src/flash/nor/bluenrg-x.lo src/flash/nor/cc3220sf.lo src/flash/nor/cc26xx.lo src/flash/nor/cfi.lo src/flash/nor/dsp5680xx_flash.lo src/flash/nor/efm32.lo src/flash/nor/em357.lo src/flash/nor/esirisc_flash.lo src/flash/nor/faux.lo src/flash/nor/fespi.lo src/flash/nor/fm3.lo src/flash/nor/fm4.lo src/flash/nor/jtagspi.lo src/flash/nor/kinetis.lo src/flash/nor/kinetis_ke.lo src/flash/nor/lpc2000.lo src/flash/nor/lpc288x.lo src/flash/nor/lpc2900.lo src/flash/nor/lpcspifi.lo src/flash/nor/max32xxx.lo src/flash/nor/mdr.lo src/flash/nor/msp432.lo src/flash/nor/mrvlqspi.lo src/flash/nor/niietcm4.lo src/flash/nor/non_cfi.lo src/flash/nor/nrf5.lo src/flash/nor/numicro.lo src/flash/nor/ocl.lo src/flash/nor/pic32mx.lo src/flash/nor/psoc4.lo src/flash/nor/psoc5lp.lo src/flash/nor/psoc6.lo src/flash/nor/renesas_rpchf.lo src/flash/nor/sfdp.lo src/flash/nor/sh_qspi.lo src/flash/nor/sim3x.lo src/flash/nor/spi.lo src/flash/nor/stmsmi.lo src/flash/nor/stmqspi.lo src/flash/nor/stellaris.lo src/flash/nor/stm32f1x.lo src/flash/nor/stm32f2x.lo src/flash/nor/stm32lx.lo src/flash/nor/stm32l4x.lo src/flash/nor/stm32h7x.lo src/flash/nor/str7x.lo src/flash/nor/str9x.lo src/flash/nor/str9xpec.lo src/flash/nor/swm050.lo src/flash/nor/tms470.lo src/flash/nor/virtual.lo src/flash/nor/w600.lo src/flash/nor/xcf.lo src/flash/nor/xmc1xxx.lo src/flash/nor/xmc4xxx.lo src/flash/nor/drivers.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/flash/nor/.libs/libocdflashnor.a src/flash/nor/core.o src/flash/nor/tcl.o src/flash/nor/aduc702x.o src/flash/nor/aducm360.o src/flash/nor/ambiqmicro.o src/flash/nor/at91sam4.o src/flash/nor/at91sam4l.o src/flash/nor/at91samd.o src/flash/nor/at91sam3.o src/flash/nor/at91sam7.o src/flash/nor/ath79.o src/flash/nor/atsamv.o src/flash/nor/atsame5.o src/flash/nor/avrf.o src/flash/nor/bluenrg-x.o src/flash/nor/cc3220sf.o src/flash/nor/cc26xx.o src/flash/nor/cfi.o src/flash/nor/dsp5680xx_flash.o src/flash/nor/efm32.o src/flash/nor/em357.o src/flash/nor/esirisc_flash.o src/flash/nor/faux.o src/flash/nor/fespi.o src/flash/nor/fm3.o src/flash/nor/fm4.o src/flash/nor/jtagspi.o src/flash/nor/kinetis.o src/flash/nor/kinetis_ke.o src/flash/nor/lpc2000.o src/flash/nor/lpc288x.o src/flash/nor/lpc2900.o src/flash/nor/lpcspifi.o src/flash/nor/max32xxx.o src/flash/nor/mdr.o src/flash/nor/msp432.o src/flash/nor/mrvlqspi.o src/flash/nor/niietcm4.o src/flash/nor/non_cfi.o src/flash/nor/nrf5.o src/flash/nor/numicro.o src/flash/nor/ocl.o src/flash/nor/pic32mx.o src/flash/nor/psoc4.o src/flash/nor/psoc5lp.o src/flash/nor/psoc6.o src/flash/nor/renesas_rpchf.o src/flash/nor/sfdp.o src/flash/nor/sh_qspi.o src/flash/nor/sim3x.o src/flash/nor/spi.o src/flash/nor/stmsmi.o src/flash/nor/stmqspi.o src/flash/nor/stellaris.o src/flash/nor/stm32f1x.o src/flash/nor/stm32f2x.o src/flash/nor/stm32lx.o src/flash/nor/stm32l4x.o src/flash/nor/stm32h7x.o src/flash/nor/str7x.o src/flash/nor/str9x.o src/flash/nor/str9xpec.o src/flash/nor/swm050.o src/flash/nor/tms470.o src/flash/nor/virtual.o src/flash/nor/w600.o src/flash/nor/xcf.o src/flash/nor/xmc1xxx.o src/flash/nor/xmc4xxx.o src/flash/nor/drivers.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/flash/nor/.libs/libocdflashnor.a libtool: link: ( cd "src/flash/nor/.libs" && rm -f "libocdflashnor.la" && ln -s "../libocdflashnor.la" "libocdflashnor.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/ecc.lo src/flash/nand/ecc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/ecc.c -o src/flash/nand/ecc.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/ecc_kw.lo src/flash/nand/ecc_kw.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/ecc_kw.c -o src/flash/nand/ecc_kw.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/core.lo src/flash/nand/core.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/core.c -o src/flash/nand/core.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/fileio.lo src/flash/nand/fileio.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/fileio.c -o src/flash/nand/fileio.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/tcl.lo src/flash/nand/tcl.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/tcl.c -o src/flash/nand/tcl.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/arm_io.lo src/flash/nand/arm_io.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/arm_io.c -o src/flash/nand/arm_io.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/nonce.lo src/flash/nand/nonce.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/nonce.c -o src/flash/nand/nonce.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/davinci.lo src/flash/nand/davinci.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/davinci.c -o src/flash/nand/davinci.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/lpc3180.lo src/flash/nand/lpc3180.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/lpc3180.c -o src/flash/nand/lpc3180.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/lpc32xx.lo src/flash/nand/lpc32xx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/lpc32xx.c -o src/flash/nand/lpc32xx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/mxc.lo src/flash/nand/mxc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/mxc.c -o src/flash/nand/mxc.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/mx3.lo src/flash/nand/mx3.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/mx3.c -o src/flash/nand/mx3.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/orion.lo src/flash/nand/orion.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/orion.c -o src/flash/nand/orion.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/s3c24xx.lo src/flash/nand/s3c24xx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/s3c24xx.c -o src/flash/nand/s3c24xx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/s3c2410.lo src/flash/nand/s3c2410.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/s3c2410.c -o src/flash/nand/s3c2410.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/s3c2412.lo src/flash/nand/s3c2412.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/s3c2412.c -o src/flash/nand/s3c2412.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/s3c2440.lo src/flash/nand/s3c2440.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/s3c2440.c -o src/flash/nand/s3c2440.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/s3c2443.lo src/flash/nand/s3c2443.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/s3c2443.c -o src/flash/nand/s3c2443.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/s3c6400.lo src/flash/nand/s3c6400.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/s3c6400.c -o src/flash/nand/s3c6400.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/at91sam9.lo src/flash/nand/at91sam9.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/at91sam9.c -o src/flash/nand/at91sam9.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/nuc910.lo src/flash/nand/nuc910.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/nuc910.c -o src/flash/nand/nuc910.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/flash/nand/driver.lo src/flash/nand/driver.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/flash/nand/driver.c -o src/flash/nand/driver.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/flash/nand/libocdflashnand.la src/flash/nand/ecc.lo src/flash/nand/ecc_kw.lo src/flash/nand/core.lo src/flash/nand/fileio.lo src/flash/nand/tcl.lo src/flash/nand/arm_io.lo src/flash/nand/nonce.lo src/flash/nand/davinci.lo src/flash/nand/lpc3180.lo src/flash/nand/lpc32xx.lo src/flash/nand/mxc.lo src/flash/nand/mx3.lo src/flash/nand/orion.lo src/flash/nand/s3c24xx.lo src/flash/nand/s3c2410.lo src/flash/nand/s3c2412.lo src/flash/nand/s3c2440.lo src/flash/nand/s3c2443.lo src/flash/nand/s3c6400.lo src/flash/nand/at91sam9.lo src/flash/nand/nuc910.lo src/flash/nand/driver.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/flash/nand/.libs/libocdflashnand.a src/flash/nand/ecc.o src/flash/nand/ecc_kw.o src/flash/nand/core.o src/flash/nand/fileio.o src/flash/nand/tcl.o src/flash/nand/arm_io.o src/flash/nand/nonce.o src/flash/nand/davinci.o src/flash/nand/lpc3180.o src/flash/nand/lpc32xx.o src/flash/nand/mxc.o src/flash/nand/mx3.o src/flash/nand/orion.o src/flash/nand/s3c24xx.o src/flash/nand/s3c2410.o src/flash/nand/s3c2412.o src/flash/nand/s3c2440.o src/flash/nand/s3c2443.o src/flash/nand/s3c6400.o src/flash/nand/at91sam9.o src/flash/nand/nuc910.o src/flash/nand/driver.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/flash/nand/.libs/libocdflashnand.a libtool: link: ( cd "src/flash/nand/.libs" && rm -f "libocdflashnand.la" && ln -s "../libocdflashnand.la" "libocdflashnand.la" ) /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/flash/libflash.la src/flash/common.lo src/flash/nor/libocdflashnor.la src/flash/nand/libocdflashnand.la -lutil -ldl libtool: link: (cd src/flash/.libs/libflash.lax/libocdflashnor.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/flash/nor/.libs/libocdflashnor.a") libtool: link: (cd src/flash/.libs/libflash.lax/libocdflashnand.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/flash/nand/.libs/libocdflashnand.a") copying selected object files to avoid basename conflicts... libtool: link: ln src/flash/.libs/libflash.lax/libocdflashnand.a/core.o src/flash/.libs/libflash.lax/lt1-core.o || cp src/flash/.libs/libflash.lax/libocdflashnand.a/core.o src/flash/.libs/libflash.lax/lt1-core.o libtool: link: ln src/flash/.libs/libflash.lax/libocdflashnand.a/tcl.o src/flash/.libs/libflash.lax/lt2-tcl.o || cp src/flash/.libs/libflash.lax/libocdflashnand.a/tcl.o src/flash/.libs/libflash.lax/lt2-tcl.o libtool: link: /usr/bin/ar cru src/flash/.libs/libflash.a src/flash/common.o src/flash/.libs/libflash.lax/libocdflashnor.a/aduc702x.o src/flash/.libs/libflash.lax/libocdflashnor.a/aducm360.o src/flash/.libs/libflash.lax/libocdflashnor.a/ambiqmicro.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam3.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam4.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam4l.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91sam7.o src/flash/.libs/libflash.lax/libocdflashnor.a/at91samd.o src/flash/.libs/libflash.lax/libocdflashnor.a/ath79.o src/flash/.libs/libflash.lax/libocdflashnor.a/atsame5.o src/flash/.libs/libflash.lax/libocdflashnor.a/atsamv.o src/flash/.libs/libflash.lax/libocdflashnor.a/avrf.o src/flash/.libs/libflash.lax/libocdflashnor.a/bluenrg-x.o src/flash/.libs/libflash.lax/libocdflashnor.a/cc26xx.o src/flash/.libs/libflash.lax/libocdflashnor.a/cc3220sf.o src/flash/.libs/libflash.lax/libocdflashnor.a/cfi.o src/flash/.libs/libflash.lax/libocdflashnor.a/core.o src/flash/.libs/libflash.lax/libocdflashnor.a/drivers.o src/flash/.libs/libflash.lax/libocdflashnor.a/dsp5680xx_flash.o src/flash/.libs/libflash.lax/libocdflashnor.a/efm32.o src/flash/.libs/libflash.lax/libocdflashnor.a/em357.o src/flash/.libs/libflash.lax/libocdflashnor.a/esirisc_flash.o src/flash/.libs/libflash.lax/libocdflashnor.a/faux.o src/flash/.libs/libflash.lax/libocdflashnor.a/fespi.o src/flash/.libs/libflash.lax/libocdflashnor.a/fm3.o src/flash/.libs/libflash.lax/libocdflashnor.a/fm4.o src/flash/.libs/libflash.lax/libocdflashnor.a/jtagspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/kinetis.o src/flash/.libs/libflash.lax/libocdflashnor.a/kinetis_ke.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpc2000.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpc288x.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpc2900.o src/flash/.libs/libflash.lax/libocdflashnor.a/lpcspifi.o src/flash/.libs/libflash.lax/libocdflashnor.a/max32xxx.o src/flash/.libs/libflash.lax/libocdflashnor.a/mdr.o src/flash/.libs/libflash.lax/libocdflashnor.a/mrvlqspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/msp432.o src/flash/.libs/libflash.lax/libocdflashnor.a/niietcm4.o src/flash/.libs/libflash.lax/libocdflashnor.a/non_cfi.o src/flash/.libs/libflash.lax/libocdflashnor.a/nrf5.o src/flash/.libs/libflash.lax/libocdflashnor.a/numicro.o src/flash/.libs/libflash.lax/libocdflashnor.a/ocl.o src/flash/.libs/libflash.lax/libocdflashnor.a/pic32mx.o src/flash/.libs/libflash.lax/libocdflashnor.a/psoc4.o src/flash/.libs/libflash.lax/libocdflashnor.a/psoc5lp.o src/flash/.libs/libflash.lax/libocdflashnor.a/psoc6.o src/flash/.libs/libflash.lax/libocdflashnor.a/renesas_rpchf.o src/flash/.libs/libflash.lax/libocdflashnor.a/sfdp.o src/flash/.libs/libflash.lax/libocdflashnor.a/sh_qspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/sim3x.o src/flash/.libs/libflash.lax/libocdflashnor.a/spi.o src/flash/.libs/libflash.lax/libocdflashnor.a/stellaris.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32f1x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32f2x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32h7x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32l4x.o src/flash/.libs/libflash.lax/libocdflashnor.a/stm32lx.o src/flash/.libs/libflash.lax/libocdflashnor.a/stmqspi.o src/flash/.libs/libflash.lax/libocdflashnor.a/stmsmi.o src/flash/.libs/libflash.lax/libocdflashnor.a/str7x.o src/flash/.libs/libflash.lax/libocdflashnor.a/str9x.o src/flash/.libs/libflash.lax/libocdflashnor.a/str9xpec.o src/flash/.libs/libflash.lax/libocdflashnor.a/swm050.o src/flash/.libs/libflash.lax/libocdflashnor.a/tcl.o src/flash/.libs/libflash.lax/libocdflashnor.a/tms470.o src/flash/.libs/libflash.lax/libocdflashnor.a/virtual.o src/flash/.libs/libflash.lax/libocdflashnor.a/w600.o src/flash/.libs/libflash.lax/libocdflashnor.a/xcf.o src/flash/.libs/libflash.lax/libocdflashnor.a/xmc1xxx.o src/flash/.libs/libflash.lax/libocdflashnor.a/xmc4xxx.o src/flash/.libs/libflash.lax/libocdflashnand.a/arm_io.o src/flash/.libs/libflash.lax/libocdflashnand.a/at91sam9.o src/flash/.libs/libflash.lax/lt1-core.o src/flash/.libs/libflash.lax/libocdflashnand.a/davinci.o src/flash/.libs/libflash.lax/libocdflashnand.a/driver.o src/flash/.libs/libflash.lax/libocdflashnand.a/ecc.o src/flash/.libs/libflash.lax/libocdflashnand.a/ecc_kw.o src/flash/.libs/libflash.lax/libocdflashnand.a/fileio.o src/flash/.libs/libflash.lax/libocdflashnand.a/lpc3180.o src/flash/.libs/libflash.lax/libocdflashnand.a/lpc32xx.o src/flash/.libs/libflash.lax/libocdflashnand.a/mx3.o src/flash/.libs/libflash.lax/libocdflashnand.a/mxc.o src/flash/.libs/libflash.lax/libocdflashnand.a/nonce.o src/flash/.libs/libflash.lax/libocdflashnand.a/nuc910.o src/flash/.libs/libflash.lax/libocdflashnand.a/orion.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2410.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2412.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2440.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c2443.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c24xx.o src/flash/.libs/libflash.lax/libocdflashnand.a/s3c6400.o src/flash/.libs/libflash.lax/lt2-tcl.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/flash/.libs/libflash.a libtool: link: rm -fr src/flash/.libs/libflash.lax src/flash/.libs/libflash.lax libtool: link: ( cd "src/flash/.libs" && rm -f "libflash.la" && ln -s "../libflash.la" "libflash.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-algorithm.lo `test -f 'src/target/algorithm.c' || echo './'`src/target/algorithm.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/algorithm.c -o src/target/libtarget_la-algorithm.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-register.lo `test -f 'src/target/register.c' || echo './'`src/target/register.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/register.c -o src/target/libtarget_la-register.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-image.lo `test -f 'src/target/image.c' || echo './'`src/target/image.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/image.c -o src/target/libtarget_la-image.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-breakpoints.lo `test -f 'src/target/breakpoints.c' || echo './'`src/target/breakpoints.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/breakpoints.c -o src/target/libtarget_la-breakpoints.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-target.lo `test -f 'src/target/target.c' || echo './'`src/target/target.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/target.c -o src/target/libtarget_la-target.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-target_request.lo `test -f 'src/target/target_request.c' || echo './'`src/target/target_request.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/target_request.c -o src/target/libtarget_la-target_request.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-testee.lo `test -f 'src/target/testee.c' || echo './'`src/target/testee.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/testee.c -o src/target/libtarget_la-testee.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-semihosting_common.lo `test -f 'src/target/semihosting_common.c' || echo './'`src/target/semihosting_common.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/semihosting_common.c -o src/target/libtarget_la-semihosting_common.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-smp.lo `test -f 'src/target/smp.c' || echo './'`src/target/smp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/smp.c -o src/target/libtarget_la-smp.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-rtt.lo `test -f 'src/target/rtt.c' || echo './'`src/target/rtt.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/rtt.c -o src/target/libtarget_la-rtt.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm_dpm.lo `test -f 'src/target/arm_dpm.c' || echo './'`src/target/arm_dpm.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm_dpm.c -o src/target/libtarget_la-arm_dpm.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm_jtag.lo `test -f 'src/target/arm_jtag.c' || echo './'`src/target/arm_jtag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm_jtag.c -o src/target/libtarget_la-arm_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm_disassembler.lo `test -f 'src/target/arm_disassembler.c' || echo './'`src/target/arm_disassembler.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm_disassembler.c -o src/target/libtarget_la-arm_disassembler.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm_simulator.lo `test -f 'src/target/arm_simulator.c' || echo './'`src/target/arm_simulator.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm_simulator.c -o src/target/libtarget_la-arm_simulator.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm_semihosting.lo `test -f 'src/target/arm_semihosting.c' || echo './'`src/target/arm_semihosting.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm_semihosting.c -o src/target/libtarget_la-arm_semihosting.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm_adi_v5.lo `test -f 'src/target/arm_adi_v5.c' || echo './'`src/target/arm_adi_v5.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm_adi_v5.c -o src/target/libtarget_la-arm_adi_v5.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm_dap.lo `test -f 'src/target/arm_dap.c' || echo './'`src/target/arm_dap.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm_dap.c -o src/target/libtarget_la-arm_dap.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv7a_cache.lo `test -f 'src/target/armv7a_cache.c' || echo './'`src/target/armv7a_cache.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv7a_cache.c -o src/target/libtarget_la-armv7a_cache.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv7a_cache_l2x.lo `test -f 'src/target/armv7a_cache_l2x.c' || echo './'`src/target/armv7a_cache_l2x.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv7a_cache_l2x.c -o src/target/libtarget_la-armv7a_cache_l2x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-adi_v5_dapdirect.lo `test -f 'src/target/adi_v5_dapdirect.c' || echo './'`src/target/adi_v5_dapdirect.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/adi_v5_dapdirect.c -o src/target/libtarget_la-adi_v5_dapdirect.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-adi_v5_jtag.lo `test -f 'src/target/adi_v5_jtag.c' || echo './'`src/target/adi_v5_jtag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/adi_v5_jtag.c -o src/target/libtarget_la-adi_v5_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-adi_v5_swd.lo `test -f 'src/target/adi_v5_swd.c' || echo './'`src/target/adi_v5_swd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/adi_v5_swd.c -o src/target/libtarget_la-adi_v5_swd.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-embeddedice.lo `test -f 'src/target/embeddedice.c' || echo './'`src/target/embeddedice.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/embeddedice.c -o src/target/libtarget_la-embeddedice.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-trace.lo `test -f 'src/target/trace.c' || echo './'`src/target/trace.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/trace.c -o src/target/libtarget_la-trace.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-etb.lo `test -f 'src/target/etb.c' || echo './'`src/target/etb.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/etb.c -o src/target/libtarget_la-etb.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-etm.lo `test -f 'src/target/etm.c' || echo './'`src/target/etm.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/etm.c -o src/target/libtarget_la-etm.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-etm_dummy.lo `test -f 'src/target/etm_dummy.c' || echo './'`src/target/etm_dummy.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/etm_dummy.c -o src/target/libtarget_la-etm_dummy.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm_cti.lo `test -f 'src/target/arm_cti.c' || echo './'`src/target/arm_cti.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm_cti.c -o src/target/libtarget_la-arm_cti.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv4_5.lo `test -f 'src/target/armv4_5.c' || echo './'`src/target/armv4_5.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv4_5.c -o src/target/libtarget_la-armv4_5.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv4_5_mmu.lo `test -f 'src/target/armv4_5_mmu.c' || echo './'`src/target/armv4_5_mmu.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv4_5_mmu.c -o src/target/libtarget_la-armv4_5_mmu.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv4_5_cache.lo `test -f 'src/target/armv4_5_cache.c' || echo './'`src/target/armv4_5_cache.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv4_5_cache.c -o src/target/libtarget_la-armv4_5_cache.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm7_9_common.lo `test -f 'src/target/arm7_9_common.c' || echo './'`src/target/arm7_9_common.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm7_9_common.c -o src/target/libtarget_la-arm7_9_common.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm7tdmi.lo `test -f 'src/target/arm7tdmi.c' || echo './'`src/target/arm7tdmi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm7tdmi.c -o src/target/libtarget_la-arm7tdmi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm720t.lo `test -f 'src/target/arm720t.c' || echo './'`src/target/arm720t.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm720t.c -o src/target/libtarget_la-arm720t.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm9tdmi.lo `test -f 'src/target/arm9tdmi.c' || echo './'`src/target/arm9tdmi.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm9tdmi.c -o src/target/libtarget_la-arm9tdmi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm920t.lo `test -f 'src/target/arm920t.c' || echo './'`src/target/arm920t.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm920t.c -o src/target/libtarget_la-arm920t.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm966e.lo `test -f 'src/target/arm966e.c' || echo './'`src/target/arm966e.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm966e.c -o src/target/libtarget_la-arm966e.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm946e.lo `test -f 'src/target/arm946e.c' || echo './'`src/target/arm946e.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm946e.c -o src/target/libtarget_la-arm946e.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm926ejs.lo `test -f 'src/target/arm926ejs.c' || echo './'`src/target/arm926ejs.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm926ejs.c -o src/target/libtarget_la-arm926ejs.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-feroceon.lo `test -f 'src/target/feroceon.c' || echo './'`src/target/feroceon.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/feroceon.c -o src/target/libtarget_la-feroceon.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm11.lo `test -f 'src/target/arm11.c' || echo './'`src/target/arm11.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm11.c -o src/target/libtarget_la-arm11.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arm11_dbgtap.lo `test -f 'src/target/arm11_dbgtap.c' || echo './'`src/target/arm11_dbgtap.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arm11_dbgtap.c -o src/target/libtarget_la-arm11_dbgtap.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv7m.lo `test -f 'src/target/armv7m.c' || echo './'`src/target/armv7m.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv7m.c -o src/target/libtarget_la-armv7m.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv7m_trace.lo `test -f 'src/target/armv7m_trace.c' || echo './'`src/target/armv7m_trace.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv7m_trace.c -o src/target/libtarget_la-armv7m_trace.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-cortex_m.lo `test -f 'src/target/cortex_m.c' || echo './'`src/target/cortex_m.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/cortex_m.c -o src/target/libtarget_la-cortex_m.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv7a.lo `test -f 'src/target/armv7a.c' || echo './'`src/target/armv7a.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv7a.c -o src/target/libtarget_la-armv7a.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv7a_mmu.lo `test -f 'src/target/armv7a_mmu.c' || echo './'`src/target/armv7a_mmu.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv7a_mmu.c -o src/target/libtarget_la-armv7a_mmu.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-cortex_a.lo `test -f 'src/target/cortex_a.c' || echo './'`src/target/cortex_a.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/cortex_a.c -o src/target/libtarget_la-cortex_a.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-ls1_sap.lo `test -f 'src/target/ls1_sap.c' || echo './'`src/target/ls1_sap.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/ls1_sap.c -o src/target/libtarget_la-ls1_sap.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-mem_ap.lo `test -f 'src/target/mem_ap.c' || echo './'`src/target/mem_ap.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/mem_ap.c -o src/target/libtarget_la-mem_ap.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-fa526.lo `test -f 'src/target/fa526.c' || echo './'`src/target/fa526.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/fa526.c -o src/target/libtarget_la-fa526.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-xscale.lo `test -f 'src/target/xscale.c' || echo './'`src/target/xscale.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/xscale.c -o src/target/libtarget_la-xscale.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-avr32_ap7k.lo `test -f 'src/target/avr32_ap7k.c' || echo './'`src/target/avr32_ap7k.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/avr32_ap7k.c -o src/target/libtarget_la-avr32_ap7k.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-avr32_jtag.lo `test -f 'src/target/avr32_jtag.c' || echo './'`src/target/avr32_jtag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/avr32_jtag.c -o src/target/libtarget_la-avr32_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-avr32_mem.lo `test -f 'src/target/avr32_mem.c' || echo './'`src/target/avr32_mem.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/avr32_mem.c -o src/target/libtarget_la-avr32_mem.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-avr32_regs.lo `test -f 'src/target/avr32_regs.c' || echo './'`src/target/avr32_regs.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/avr32_regs.c -o src/target/libtarget_la-avr32_regs.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-mips32.lo `test -f 'src/target/mips32.c' || echo './'`src/target/mips32.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/mips32.c -o src/target/libtarget_la-mips32.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-mips_m4k.lo `test -f 'src/target/mips_m4k.c' || echo './'`src/target/mips_m4k.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/mips_m4k.c -o src/target/libtarget_la-mips_m4k.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-mips32_pracc.lo `test -f 'src/target/mips32_pracc.c' || echo './'`src/target/mips32_pracc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/mips32_pracc.c -o src/target/libtarget_la-mips32_pracc.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-mips32_dmaacc.lo `test -f 'src/target/mips32_dmaacc.c' || echo './'`src/target/mips32_dmaacc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/mips32_dmaacc.c -o src/target/libtarget_la-mips32_dmaacc.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-mips_ejtag.lo `test -f 'src/target/mips_ejtag.c' || echo './'`src/target/mips_ejtag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/mips_ejtag.c -o src/target/libtarget_la-mips_ejtag.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-nds32.lo `test -f 'src/target/nds32.c' || echo './'`src/target/nds32.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/nds32.c -o src/target/libtarget_la-nds32.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-nds32_reg.lo `test -f 'src/target/nds32_reg.c' || echo './'`src/target/nds32_reg.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/nds32_reg.c -o src/target/libtarget_la-nds32_reg.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-nds32_cmd.lo `test -f 'src/target/nds32_cmd.c' || echo './'`src/target/nds32_cmd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/nds32_cmd.c -o src/target/libtarget_la-nds32_cmd.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-nds32_disassembler.lo `test -f 'src/target/nds32_disassembler.c' || echo './'`src/target/nds32_disassembler.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/nds32_disassembler.c -o src/target/libtarget_la-nds32_disassembler.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-nds32_tlb.lo `test -f 'src/target/nds32_tlb.c' || echo './'`src/target/nds32_tlb.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/nds32_tlb.c -o src/target/libtarget_la-nds32_tlb.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-nds32_v2.lo `test -f 'src/target/nds32_v2.c' || echo './'`src/target/nds32_v2.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/nds32_v2.c -o src/target/libtarget_la-nds32_v2.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-nds32_v3_common.lo `test -f 'src/target/nds32_v3_common.c' || echo './'`src/target/nds32_v3_common.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/nds32_v3_common.c -o src/target/libtarget_la-nds32_v3_common.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-nds32_v3.lo `test -f 'src/target/nds32_v3.c' || echo './'`src/target/nds32_v3.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/nds32_v3.c -o src/target/libtarget_la-nds32_v3.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-nds32_v3m.lo `test -f 'src/target/nds32_v3m.c' || echo './'`src/target/nds32_v3m.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/nds32_v3m.c -o src/target/libtarget_la-nds32_v3m.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-nds32_aice.lo `test -f 'src/target/nds32_aice.c' || echo './'`src/target/nds32_aice.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/nds32_aice.c -o src/target/libtarget_la-nds32_aice.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-stm8.lo `test -f 'src/target/stm8.c' || echo './'`src/target/stm8.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/stm8.c -o src/target/libtarget_la-stm8.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-quark_x10xx.lo `test -f 'src/target/quark_x10xx.c' || echo './'`src/target/quark_x10xx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/quark_x10xx.c -o src/target/libtarget_la-quark_x10xx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-quark_d20xx.lo `test -f 'src/target/quark_d20xx.c' || echo './'`src/target/quark_d20xx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/quark_d20xx.c -o src/target/libtarget_la-quark_d20xx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-lakemont.lo `test -f 'src/target/lakemont.c' || echo './'`src/target/lakemont.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/lakemont.c -o src/target/libtarget_la-lakemont.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-x86_32_common.lo `test -f 'src/target/x86_32_common.c' || echo './'`src/target/x86_32_common.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/x86_32_common.c -o src/target/libtarget_la-x86_32_common.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-esirisc.lo `test -f 'src/target/esirisc.c' || echo './'`src/target/esirisc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/esirisc.c -o src/target/libtarget_la-esirisc.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-esirisc_jtag.lo `test -f 'src/target/esirisc_jtag.c' || echo './'`src/target/esirisc_jtag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/esirisc_jtag.c -o src/target/libtarget_la-esirisc_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-esirisc_trace.lo `test -f 'src/target/esirisc_trace.c' || echo './'`src/target/esirisc_trace.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/esirisc_trace.c -o src/target/libtarget_la-esirisc_trace.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arc.lo `test -f 'src/target/arc.c' || echo './'`src/target/arc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arc.c -o src/target/libtarget_la-arc.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arc_cmd.lo `test -f 'src/target/arc_cmd.c' || echo './'`src/target/arc_cmd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arc_cmd.c -o src/target/libtarget_la-arc_cmd.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arc_jtag.lo `test -f 'src/target/arc_jtag.c' || echo './'`src/target/arc_jtag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arc_jtag.c -o src/target/libtarget_la-arc_jtag.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-arc_mem.lo `test -f 'src/target/arc_mem.c' || echo './'`src/target/arc_mem.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/arc_mem.c -o src/target/libtarget_la-arc_mem.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-avrt.lo `test -f 'src/target/avrt.c' || echo './'`src/target/avrt.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/avrt.c -o src/target/libtarget_la-avrt.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-dsp563xx.lo `test -f 'src/target/dsp563xx.c' || echo './'`src/target/dsp563xx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/dsp563xx.c -o src/target/libtarget_la-dsp563xx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-dsp563xx_once.lo `test -f 'src/target/dsp563xx_once.c' || echo './'`src/target/dsp563xx_once.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/dsp563xx_once.c -o src/target/libtarget_la-dsp563xx_once.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-dsp5680xx.lo `test -f 'src/target/dsp5680xx.c' || echo './'`src/target/dsp5680xx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/dsp5680xx.c -o src/target/libtarget_la-dsp5680xx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-hla_target.lo `test -f 'src/target/hla_target.c' || echo './'`src/target/hla_target.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/hla_target.c -o src/target/libtarget_la-hla_target.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv8_dpm.lo `test -f 'src/target/armv8_dpm.c' || echo './'`src/target/armv8_dpm.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv8_dpm.c -o src/target/libtarget_la-armv8_dpm.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv8_opcodes.lo `test -f 'src/target/armv8_opcodes.c' || echo './'`src/target/armv8_opcodes.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv8_opcodes.c -o src/target/libtarget_la-armv8_opcodes.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-aarch64.lo `test -f 'src/target/aarch64.c' || echo './'`src/target/aarch64.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/aarch64.c -o src/target/libtarget_la-aarch64.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-a64_disassembler.lo `test -f 'src/target/a64_disassembler.c' || echo './'`src/target/a64_disassembler.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/a64_disassembler.c -o src/target/libtarget_la-a64_disassembler.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv8.lo `test -f 'src/target/armv8.c' || echo './'`src/target/armv8.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv8.c -o src/target/libtarget_la-armv8.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-armv8_cache.lo `test -f 'src/target/armv8_cache.c' || echo './'`src/target/armv8_cache.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/armv8_cache.c -o src/target/libtarget_la-armv8_cache.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-mips64.lo `test -f 'src/target/mips64.c' || echo './'`src/target/mips64.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/mips64.c -o src/target/libtarget_la-mips64.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-mips64_pracc.lo `test -f 'src/target/mips64_pracc.c' || echo './'`src/target/mips64_pracc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/mips64_pracc.c -o src/target/libtarget_la-mips64_pracc.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/libtarget_la-mips_mips64.lo `test -f 'src/target/mips_mips64.c' || echo './'`src/target/mips_mips64.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/mips_mips64.c -o src/target/libtarget_la-mips_mips64.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/openrisc/or1k.lo src/target/openrisc/or1k.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/openrisc/or1k.c -o src/target/openrisc/or1k.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/openrisc/or1k_du_adv.lo src/target/openrisc/or1k_du_adv.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/openrisc/or1k_du_adv.c -o src/target/openrisc/or1k_du_adv.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/openrisc/or1k_tap_mohor.lo src/target/openrisc/or1k_tap_mohor.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/openrisc/or1k_tap_mohor.c -o src/target/openrisc/or1k_tap_mohor.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/openrisc/or1k_tap_vjtag.lo src/target/openrisc/or1k_tap_vjtag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/openrisc/or1k_tap_vjtag.c -o src/target/openrisc/or1k_tap_vjtag.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/openrisc/or1k_tap_xilinx_bscan.lo src/target/openrisc/or1k_tap_xilinx_bscan.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/openrisc/or1k_tap_xilinx_bscan.c -o src/target/openrisc/or1k_tap_xilinx_bscan.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/openrisc/jsp_server.lo src/target/openrisc/jsp_server.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/openrisc/jsp_server.c -o src/target/openrisc/jsp_server.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/target/openrisc/libopenrisc.la src/target/openrisc/or1k.lo src/target/openrisc/or1k_du_adv.lo src/target/openrisc/or1k_tap_mohor.lo src/target/openrisc/or1k_tap_vjtag.lo src/target/openrisc/or1k_tap_xilinx_bscan.lo src/target/openrisc/jsp_server.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/target/openrisc/.libs/libopenrisc.a src/target/openrisc/or1k.o src/target/openrisc/or1k_du_adv.o src/target/openrisc/or1k_tap_mohor.o src/target/openrisc/or1k_tap_vjtag.o src/target/openrisc/or1k_tap_xilinx_bscan.o src/target/openrisc/jsp_server.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/target/openrisc/.libs/libopenrisc.a libtool: link: ( cd "src/target/openrisc/.libs" && rm -f "libopenrisc.la" && ln -s "../libopenrisc.la" "libopenrisc.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/riscv/batch.lo src/target/riscv/batch.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/riscv/batch.c -o src/target/riscv/batch.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/riscv/program.lo src/target/riscv/program.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/riscv/program.c -o src/target/riscv/program.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/riscv/riscv-011.lo src/target/riscv/riscv-011.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/riscv/riscv-011.c -o src/target/riscv/riscv-011.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/riscv/riscv-013.lo src/target/riscv/riscv-013.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/riscv/riscv-013.c -o src/target/riscv/riscv-013.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/riscv/riscv.lo src/target/riscv/riscv.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/riscv/riscv.c -o src/target/riscv/riscv.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/target/riscv/riscv_semihosting.lo src/target/riscv/riscv_semihosting.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/target/riscv/riscv_semihosting.c -o src/target/riscv/riscv_semihosting.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/target/riscv/libriscv.la src/target/riscv/batch.lo src/target/riscv/program.lo src/target/riscv/riscv-011.lo src/target/riscv/riscv-013.lo src/target/riscv/riscv.lo src/target/riscv/riscv_semihosting.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/target/riscv/.libs/libriscv.a src/target/riscv/batch.o src/target/riscv/program.o src/target/riscv/riscv-011.o src/target/riscv/riscv-013.o src/target/riscv/riscv.o src/target/riscv/riscv_semihosting.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/target/riscv/.libs/libriscv.a libtool: link: ( cd "src/target/riscv/.libs" && rm -f "libriscv.la" && ln -s "../libriscv.la" "libriscv.la" ) /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/target/libtarget.la src/target/libtarget_la-algorithm.lo src/target/libtarget_la-register.lo src/target/libtarget_la-image.lo src/target/libtarget_la-breakpoints.lo src/target/libtarget_la-target.lo src/target/libtarget_la-target_request.lo src/target/libtarget_la-testee.lo src/target/libtarget_la-semihosting_common.lo src/target/libtarget_la-smp.lo src/target/libtarget_la-rtt.lo src/target/libtarget_la-arm_dpm.lo src/target/libtarget_la-arm_jtag.lo src/target/libtarget_la-arm_disassembler.lo src/target/libtarget_la-arm_simulator.lo src/target/libtarget_la-arm_semihosting.lo src/target/libtarget_la-arm_adi_v5.lo src/target/libtarget_la-arm_dap.lo src/target/libtarget_la-armv7a_cache.lo src/target/libtarget_la-armv7a_cache_l2x.lo src/target/libtarget_la-adi_v5_dapdirect.lo src/target/libtarget_la-adi_v5_jtag.lo src/target/libtarget_la-adi_v5_swd.lo src/target/libtarget_la-embeddedice.lo src/target/libtarget_la-trace.lo src/target/libtarget_la-etb.lo src/target/libtarget_la-etm.lo src/target/libtarget_la-etm_dummy.lo src/target/libtarget_la-arm_cti.lo src/target/libtarget_la-armv4_5.lo src/target/libtarget_la-armv4_5_mmu.lo src/target/libtarget_la-armv4_5_cache.lo src/target/libtarget_la-arm7_9_common.lo src/target/libtarget_la-arm7tdmi.lo src/target/libtarget_la-arm720t.lo src/target/libtarget_la-arm9tdmi.lo src/target/libtarget_la-arm920t.lo src/target/libtarget_la-arm966e.lo src/target/libtarget_la-arm946e.lo src/target/libtarget_la-arm926ejs.lo src/target/libtarget_la-feroceon.lo src/target/libtarget_la-arm11.lo src/target/libtarget_la-arm11_dbgtap.lo src/target/libtarget_la-armv7m.lo src/target/libtarget_la-armv7m_trace.lo src/target/libtarget_la-cortex_m.lo src/target/libtarget_la-armv7a.lo src/target/libtarget_la-armv7a_mmu.lo src/target/libtarget_la-cortex_a.lo src/target/libtarget_la-ls1_sap.lo src/target/libtarget_la-mem_ap.lo src/target/libtarget_la-fa526.lo src/target/libtarget_la-xscale.lo src/target/libtarget_la-avr32_ap7k.lo src/target/libtarget_la-avr32_jtag.lo src/target/libtarget_la-avr32_mem.lo src/target/libtarget_la-avr32_regs.lo src/target/libtarget_la-mips32.lo src/target/libtarget_la-mips_m4k.lo src/target/libtarget_la-mips32_pracc.lo src/target/libtarget_la-mips32_dmaacc.lo src/target/libtarget_la-mips_ejtag.lo src/target/libtarget_la-nds32.lo src/target/libtarget_la-nds32_reg.lo src/target/libtarget_la-nds32_cmd.lo src/target/libtarget_la-nds32_disassembler.lo src/target/libtarget_la-nds32_tlb.lo src/target/libtarget_la-nds32_v2.lo src/target/libtarget_la-nds32_v3_common.lo src/target/libtarget_la-nds32_v3.lo src/target/libtarget_la-nds32_v3m.lo src/target/libtarget_la-nds32_aice.lo src/target/libtarget_la-stm8.lo src/target/libtarget_la-quark_x10xx.lo src/target/libtarget_la-quark_d20xx.lo src/target/libtarget_la-lakemont.lo src/target/libtarget_la-x86_32_common.lo src/target/libtarget_la-esirisc.lo src/target/libtarget_la-esirisc_jtag.lo src/target/libtarget_la-esirisc_trace.lo src/target/libtarget_la-arc.lo src/target/libtarget_la-arc_cmd.lo src/target/libtarget_la-arc_jtag.lo src/target/libtarget_la-arc_mem.lo src/target/libtarget_la-avrt.lo src/target/libtarget_la-dsp563xx.lo src/target/libtarget_la-dsp563xx_once.lo src/target/libtarget_la-dsp5680xx.lo src/target/libtarget_la-hla_target.lo src/target/libtarget_la-armv8_dpm.lo src/target/libtarget_la-armv8_opcodes.lo src/target/libtarget_la-aarch64.lo src/target/libtarget_la-a64_disassembler.lo src/target/libtarget_la-armv8.lo src/target/libtarget_la-armv8_cache.lo src/target/libtarget_la-mips64.lo src/target/libtarget_la-mips32_pracc.lo src/target/libtarget_la-mips64_pracc.lo src/target/libtarget_la-mips_mips64.lo src/target/libtarget_la-trace.lo src/target/libtarget_la-mips_ejtag.lo src/target/openrisc/libopenrisc.la src/target/riscv/libriscv.la -lutil -ldl libtool: link: (cd src/target/.libs/libtarget.lax/libopenrisc.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/target/openrisc/.libs/libopenrisc.a") libtool: link: (cd src/target/.libs/libtarget.lax/libriscv.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/target/riscv/.libs/libriscv.a") copying selected object files to avoid basename conflicts... libtool: link: ln src/target/libtarget_la-mips32_pracc.o src/target/.libs/libtarget.lax/lt1-libtarget_la-mips32_pracc.o || cp src/target/libtarget_la-mips32_pracc.o src/target/.libs/libtarget.lax/lt1-libtarget_la-mips32_pracc.o libtool: link: ln src/target/libtarget_la-trace.o src/target/.libs/libtarget.lax/lt2-libtarget_la-trace.o || cp src/target/libtarget_la-trace.o src/target/.libs/libtarget.lax/lt2-libtarget_la-trace.o libtool: link: ln src/target/libtarget_la-mips_ejtag.o src/target/.libs/libtarget.lax/lt3-libtarget_la-mips_ejtag.o || cp src/target/libtarget_la-mips_ejtag.o src/target/.libs/libtarget.lax/lt3-libtarget_la-mips_ejtag.o libtool: link: /usr/bin/ar cru src/target/.libs/libtarget.a src/target/libtarget_la-algorithm.o src/target/libtarget_la-register.o src/target/libtarget_la-image.o src/target/libtarget_la-breakpoints.o src/target/libtarget_la-target.o src/target/libtarget_la-target_request.o src/target/libtarget_la-testee.o src/target/libtarget_la-semihosting_common.o src/target/libtarget_la-smp.o src/target/libtarget_la-rtt.o src/target/libtarget_la-arm_dpm.o src/target/libtarget_la-arm_jtag.o src/target/libtarget_la-arm_disassembler.o src/target/libtarget_la-arm_simulator.o src/target/libtarget_la-arm_semihosting.o src/target/libtarget_la-arm_adi_v5.o src/target/libtarget_la-arm_dap.o src/target/libtarget_la-armv7a_cache.o src/target/libtarget_la-armv7a_cache_l2x.o src/target/libtarget_la-adi_v5_dapdirect.o src/target/libtarget_la-adi_v5_jtag.o src/target/libtarget_la-adi_v5_swd.o src/target/libtarget_la-embeddedice.o src/target/libtarget_la-trace.o src/target/libtarget_la-etb.o src/target/libtarget_la-etm.o src/target/libtarget_la-etm_dummy.o src/target/libtarget_la-arm_cti.o src/target/libtarget_la-armv4_5.o src/target/libtarget_la-armv4_5_mmu.o src/target/libtarget_la-armv4_5_cache.o src/target/libtarget_la-arm7_9_common.o src/target/libtarget_la-arm7tdmi.o src/target/libtarget_la-arm720t.o src/target/libtarget_la-arm9tdmi.o src/target/libtarget_la-arm920t.o src/target/libtarget_la-arm966e.o src/target/libtarget_la-arm946e.o src/target/libtarget_la-arm926ejs.o src/target/libtarget_la-feroceon.o src/target/libtarget_la-arm11.o src/target/libtarget_la-arm11_dbgtap.o src/target/libtarget_la-armv7m.o src/target/libtarget_la-armv7m_trace.o src/target/libtarget_la-cortex_m.o src/target/libtarget_la-armv7a.o src/target/libtarget_la-armv7a_mmu.o src/target/libtarget_la-cortex_a.o src/target/libtarget_la-ls1_sap.o src/target/libtarget_la-mem_ap.o src/target/libtarget_la-fa526.o src/target/libtarget_la-xscale.o src/target/libtarget_la-avr32_ap7k.o src/target/libtarget_la-avr32_jtag.o src/target/libtarget_la-avr32_mem.o src/target/libtarget_la-avr32_regs.o src/target/libtarget_la-mips32.o src/target/libtarget_la-mips_m4k.o src/target/libtarget_la-mips32_pracc.o src/target/libtarget_la-mips32_dmaacc.o src/target/libtarget_la-mips_ejtag.o src/target/libtarget_la-nds32.o src/target/libtarget_la-nds32_reg.o src/target/libtarget_la-nds32_cmd.o src/target/libtarget_la-nds32_disassembler.o src/target/libtarget_la-nds32_tlb.o src/target/libtarget_la-nds32_v2.o src/target/libtarget_la-nds32_v3_common.o src/target/libtarget_la-nds32_v3.o src/target/libtarget_la-nds32_v3m.o src/target/libtarget_la-nds32_aice.o src/target/libtarget_la-stm8.o src/target/libtarget_la-quark_x10xx.o src/target/libtarget_la-quark_d20xx.o src/target/libtarget_la-lakemont.o src/target/libtarget_la-x86_32_common.o src/target/libtarget_la-esirisc.o src/target/libtarget_la-esirisc_jtag.o src/target/libtarget_la-esirisc_trace.o src/target/libtarget_la-arc.o src/target/libtarget_la-arc_cmd.o src/target/libtarget_la-arc_jtag.o src/target/libtarget_la-arc_mem.o src/target/libtarget_la-avrt.o src/target/libtarget_la-dsp563xx.o src/target/libtarget_la-dsp563xx_once.o src/target/libtarget_la-dsp5680xx.o src/target/libtarget_la-hla_target.o src/target/libtarget_la-armv8_dpm.o src/target/libtarget_la-armv8_opcodes.o src/target/libtarget_la-aarch64.o src/target/libtarget_la-a64_disassembler.o src/target/libtarget_la-armv8.o src/target/libtarget_la-armv8_cache.o src/target/libtarget_la-mips64.o src/target/.libs/libtarget.lax/lt1-libtarget_la-mips32_pracc.o src/target/libtarget_la-mips64_pracc.o src/target/libtarget_la-mips_mips64.o src/target/.libs/libtarget.lax/lt2-libtarget_la-trace.o src/target/.libs/libtarget.lax/lt3-libtarget_la-mips_ejtag.o src/target/.libs/libtarget.lax/libopenrisc.a/jsp_server.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_du_adv.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_tap_mohor.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_tap_vjtag.o src/target/.libs/libtarget.lax/libopenrisc.a/or1k_tap_xilinx_bscan.o src/target/.libs/libtarget.lax/libriscv.a/batch.o src/target/.libs/libtarget.lax/libriscv.a/program.o src/target/.libs/libtarget.lax/libriscv.a/riscv-011.o src/target/.libs/libtarget.lax/libriscv.a/riscv-013.o src/target/.libs/libtarget.lax/libriscv.a/riscv.o src/target/.libs/libtarget.lax/libriscv.a/riscv_semihosting.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/target/.libs/libtarget.a libtool: link: rm -fr src/target/.libs/libtarget.lax src/target/.libs/libtarget.lax libtool: link: ( cd "src/target/.libs" && rm -f "libtarget.la" && ln -s "../libtarget.la" "libtarget.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/server/libserver_la-server.lo `test -f 'src/server/server.c' || echo './'`src/server/server.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/server/server.c -o src/server/libserver_la-server.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/server/libserver_la-telnet_server.lo `test -f 'src/server/telnet_server.c' || echo './'`src/server/telnet_server.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/server/telnet_server.c -o src/server/libserver_la-telnet_server.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/server/libserver_la-gdb_server.lo `test -f 'src/server/gdb_server.c' || echo './'`src/server/gdb_server.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/server/gdb_server.c -o src/server/libserver_la-gdb_server.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/server/libserver_la-server_stubs.lo `test -f 'src/server/server_stubs.c' || echo './'`src/server/server_stubs.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/server/server_stubs.c -o src/server/libserver_la-server_stubs.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/server/libserver_la-tcl_server.lo `test -f 'src/server/tcl_server.c' || echo './'`src/server/tcl_server.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/server/tcl_server.c -o src/server/libserver_la-tcl_server.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/server/libserver_la-rtt_server.lo `test -f 'src/server/rtt_server.c' || echo './'`src/server/rtt_server.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/server/rtt_server.c -o src/server/libserver_la-rtt_server.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/server/libserver.la src/server/libserver_la-server.lo src/server/libserver_la-telnet_server.lo src/server/libserver_la-gdb_server.lo src/server/libserver_la-server_stubs.lo src/server/libserver_la-tcl_server.lo src/server/libserver_la-rtt_server.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/server/.libs/libserver.a src/server/libserver_la-server.o src/server/libserver_la-telnet_server.o src/server/libserver_la-gdb_server.o src/server/libserver_la-server_stubs.o src/server/libserver_la-tcl_server.o src/server/libserver_la-rtt_server.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/server/.libs/libserver.a libtool: link: ( cd "src/server/.libs" && rm -f "libserver.la" && ln -s "../libserver.la" "libserver.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-rtos.lo `test -f 'src/rtos/rtos.c' || echo './'`src/rtos/rtos.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/rtos.c -o src/rtos/librtos_la-rtos.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-rtos_standard_stackings.lo `test -f 'src/rtos/rtos_standard_stackings.c' || echo './'`src/rtos/rtos_standard_stackings.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/rtos_standard_stackings.c -o src/rtos/librtos_la-rtos_standard_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-rtos_ecos_stackings.lo `test -f 'src/rtos/rtos_ecos_stackings.c' || echo './'`src/rtos/rtos_ecos_stackings.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/rtos_ecos_stackings.c -o src/rtos/librtos_la-rtos_ecos_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-rtos_chibios_stackings.lo `test -f 'src/rtos/rtos_chibios_stackings.c' || echo './'`src/rtos/rtos_chibios_stackings.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/rtos_chibios_stackings.c -o src/rtos/librtos_la-rtos_chibios_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-rtos_embkernel_stackings.lo `test -f 'src/rtos/rtos_embkernel_stackings.c' || echo './'`src/rtos/rtos_embkernel_stackings.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/rtos_embkernel_stackings.c -o src/rtos/librtos_la-rtos_embkernel_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-rtos_mqx_stackings.lo `test -f 'src/rtos/rtos_mqx_stackings.c' || echo './'`src/rtos/rtos_mqx_stackings.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/rtos_mqx_stackings.c -o src/rtos/librtos_la-rtos_mqx_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-rtos_ucos_iii_stackings.lo `test -f 'src/rtos/rtos_ucos_iii_stackings.c' || echo './'`src/rtos/rtos_ucos_iii_stackings.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/rtos_ucos_iii_stackings.c -o src/rtos/librtos_la-rtos_ucos_iii_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-rtos_riot_stackings.lo `test -f 'src/rtos/rtos_riot_stackings.c' || echo './'`src/rtos/rtos_riot_stackings.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/rtos_riot_stackings.c -o src/rtos/librtos_la-rtos_riot_stackings.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-FreeRTOS.lo `test -f 'src/rtos/FreeRTOS.c' || echo './'`src/rtos/FreeRTOS.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/FreeRTOS.c -o src/rtos/librtos_la-FreeRTOS.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-ThreadX.lo `test -f 'src/rtos/ThreadX.c' || echo './'`src/rtos/ThreadX.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/ThreadX.c -o src/rtos/librtos_la-ThreadX.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-eCos.lo `test -f 'src/rtos/eCos.c' || echo './'`src/rtos/eCos.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/eCos.c -o src/rtos/librtos_la-eCos.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-linux.lo `test -f 'src/rtos/linux.c' || echo './'`src/rtos/linux.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/linux.c -o src/rtos/librtos_la-linux.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-chibios.lo `test -f 'src/rtos/chibios.c' || echo './'`src/rtos/chibios.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/chibios.c -o src/rtos/librtos_la-chibios.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-chromium-ec.lo `test -f 'src/rtos/chromium-ec.c' || echo './'`src/rtos/chromium-ec.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/chromium-ec.c -o src/rtos/librtos_la-chromium-ec.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-embKernel.lo `test -f 'src/rtos/embKernel.c' || echo './'`src/rtos/embKernel.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/embKernel.c -o src/rtos/librtos_la-embKernel.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-mqx.lo `test -f 'src/rtos/mqx.c' || echo './'`src/rtos/mqx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/mqx.c -o src/rtos/librtos_la-mqx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-uCOS-III.lo `test -f 'src/rtos/uCOS-III.c' || echo './'`src/rtos/uCOS-III.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/uCOS-III.c -o src/rtos/librtos_la-uCOS-III.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-nuttx.lo `test -f 'src/rtos/nuttx.c' || echo './'`src/rtos/nuttx.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/nuttx.c -o src/rtos/librtos_la-nuttx.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-hwthread.lo `test -f 'src/rtos/hwthread.c' || echo './'`src/rtos/hwthread.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/hwthread.c -o src/rtos/librtos_la-hwthread.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtos/librtos_la-riot.lo `test -f 'src/rtos/riot.c' || echo './'`src/rtos/riot.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtos/riot.c -o src/rtos/librtos_la-riot.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/rtos/librtos.la src/rtos/librtos_la-rtos.lo src/rtos/librtos_la-rtos_standard_stackings.lo src/rtos/librtos_la-rtos_ecos_stackings.lo src/rtos/librtos_la-rtos_chibios_stackings.lo src/rtos/librtos_la-rtos_embkernel_stackings.lo src/rtos/librtos_la-rtos_mqx_stackings.lo src/rtos/librtos_la-rtos_ucos_iii_stackings.lo src/rtos/librtos_la-rtos_riot_stackings.lo src/rtos/librtos_la-FreeRTOS.lo src/rtos/librtos_la-ThreadX.lo src/rtos/librtos_la-eCos.lo src/rtos/librtos_la-linux.lo src/rtos/librtos_la-chibios.lo src/rtos/librtos_la-chromium-ec.lo src/rtos/librtos_la-embKernel.lo src/rtos/librtos_la-mqx.lo src/rtos/librtos_la-uCOS-III.lo src/rtos/librtos_la-nuttx.lo src/rtos/librtos_la-hwthread.lo src/rtos/librtos_la-riot.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/rtos/.libs/librtos.a src/rtos/librtos_la-rtos.o src/rtos/librtos_la-rtos_standard_stackings.o src/rtos/librtos_la-rtos_ecos_stackings.o src/rtos/librtos_la-rtos_chibios_stackings.o src/rtos/librtos_la-rtos_embkernel_stackings.o src/rtos/librtos_la-rtos_mqx_stackings.o src/rtos/librtos_la-rtos_ucos_iii_stackings.o src/rtos/librtos_la-rtos_riot_stackings.o src/rtos/librtos_la-FreeRTOS.o src/rtos/librtos_la-ThreadX.o src/rtos/librtos_la-eCos.o src/rtos/librtos_la-linux.o src/rtos/librtos_la-chibios.o src/rtos/librtos_la-chromium-ec.o src/rtos/librtos_la-embKernel.o src/rtos/librtos_la-mqx.o src/rtos/librtos_la-uCOS-III.o src/rtos/librtos_la-nuttx.o src/rtos/librtos_la-hwthread.o src/rtos/librtos_la-riot.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/rtos/.libs/librtos.a libtool: link: ( cd "src/rtos/.libs" && rm -f "librtos.la" && ln -s "../librtos.la" "librtos.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-binarybuffer.lo `test -f 'src/helper/binarybuffer.c' || echo './'`src/helper/binarybuffer.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/binarybuffer.c -o src/helper/libhelper_la-binarybuffer.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-options.lo `test -f 'src/helper/options.c' || echo './'`src/helper/options.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/options.c -o src/helper/libhelper_la-options.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-time_support_common.lo `test -f 'src/helper/time_support_common.c' || echo './'`src/helper/time_support_common.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/time_support_common.c -o src/helper/libhelper_la-time_support_common.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-configuration.lo `test -f 'src/helper/configuration.c' || echo './'`src/helper/configuration.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/configuration.c -o src/helper/libhelper_la-configuration.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-log.lo `test -f 'src/helper/log.c' || echo './'`src/helper/log.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/log.c -o src/helper/libhelper_la-log.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-command.lo `test -f 'src/helper/command.c' || echo './'`src/helper/command.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/command.c -o src/helper/libhelper_la-command.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-time_support.lo `test -f 'src/helper/time_support.c' || echo './'`src/helper/time_support.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/time_support.c -o src/helper/libhelper_la-time_support.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-replacements.lo `test -f 'src/helper/replacements.c' || echo './'`src/helper/replacements.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/replacements.c -o src/helper/libhelper_la-replacements.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-fileio.lo `test -f 'src/helper/fileio.c' || echo './'`src/helper/fileio.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/fileio.c -o src/helper/libhelper_la-fileio.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-util.lo `test -f 'src/helper/util.c' || echo './'`src/helper/util.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/util.c -o src/helper/libhelper_la-util.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-jep106.lo `test -f 'src/helper/jep106.c' || echo './'`src/helper/jep106.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/jep106.c -o src/helper/libhelper_la-jep106.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-jim-nvp.lo `test -f 'src/helper/jim-nvp.c' || echo './'`src/helper/jim-nvp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/jim-nvp.c -o src/helper/libhelper_la-jim-nvp.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/helper/libhelper_la-ioutil_stubs.lo `test -f 'src/helper/ioutil_stubs.c' || echo './'`src/helper/ioutil_stubs.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -isystem /nvmedata/autobuild/instance-27/output-1/host/include/libusb-1.0 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/helper/ioutil_stubs.c -o src/helper/libhelper_la-ioutil_stubs.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/helper/libhelper.la src/helper/libhelper_la-binarybuffer.lo src/helper/libhelper_la-options.lo src/helper/libhelper_la-time_support_common.lo src/helper/libhelper_la-configuration.lo src/helper/libhelper_la-log.lo src/helper/libhelper_la-command.lo src/helper/libhelper_la-time_support.lo src/helper/libhelper_la-replacements.lo src/helper/libhelper_la-fileio.lo src/helper/libhelper_la-util.lo src/helper/libhelper_la-jep106.lo src/helper/libhelper_la-jim-nvp.lo src/helper/libhelper_la-ioutil_stubs.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/helper/.libs/libhelper.a src/helper/libhelper_la-binarybuffer.o src/helper/libhelper_la-options.o src/helper/libhelper_la-time_support_common.o src/helper/libhelper_la-configuration.o src/helper/libhelper_la-log.o src/helper/libhelper_la-command.o src/helper/libhelper_la-time_support.o src/helper/libhelper_la-replacements.o src/helper/libhelper_la-fileio.o src/helper/libhelper_la-util.o src/helper/libhelper_la-jep106.o src/helper/libhelper_la-jim-nvp.o src/helper/libhelper_la-ioutil_stubs.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/helper/.libs/libhelper.a libtool: link: ( cd "src/helper/.libs" && rm -f "libhelper.la" && ln -s "../libhelper.la" "libhelper.la" ) /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtt/rtt.lo src/rtt/rtt.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtt/rtt.c -o src/rtt/rtt.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o src/rtt/tcl.lo src/rtt/tcl.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/helper -DPKGDATADIR=\"/nvmedata/autobuild/instance-27/output-1/host/share/openocd\" -DBINDIR=\"/nvmedata/autobuild/instance-27/output-1/host/bin\" -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c src/rtt/tcl.c -o src/rtt/tcl.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/rtt/librtt.la src/rtt/rtt.lo src/rtt/tcl.lo -lutil -ldl libtool: link: /usr/bin/ar cru src/rtt/.libs/librtt.a src/rtt/rtt.o src/rtt/tcl.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/rtt/.libs/librtt.a libtool: link: ( cd "src/rtt/.libs" && rm -f "librtt.la" && ln -s "../librtt.la" "librtt.la" ) /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/libopenocd.la src/libopenocd_la-hello.lo src/libopenocd_la-openocd.lo src/xsvf/libxsvf.la src/svf/libsvf.la src/pld/libpld.la src/jtag/libjtag.la src/transport/libtransport.la src/flash/libflash.la src/target/libtarget.la src/server/libserver.la src/rtos/librtos.la src/helper/libhelper.la src/rtt/librtt.la -lutil -ldl libtool: link: (cd src/.libs/libopenocd.lax/libxsvf.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/xsvf/.libs/libxsvf.a") libtool: link: (cd src/.libs/libopenocd.lax/libsvf.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/svf/.libs/libsvf.a") libtool: link: (cd src/.libs/libopenocd.lax/libpld.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/pld/.libs/libpld.a") libtool: link: (cd src/.libs/libopenocd.lax/libjtag.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/.libs/libjtag.a") libtool: link: (cd src/.libs/libopenocd.lax/libtransport.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/transport/.libs/libtransport.a") libtool: link: (cd src/.libs/libopenocd.lax/libflash.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/flash/.libs/libflash.a") libtool: link: (cd src/.libs/libopenocd.lax/libtarget.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/target/.libs/libtarget.a") libtool: link: (cd src/.libs/libopenocd.lax/libserver.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/server/.libs/libserver.a") libtool: link: (cd src/.libs/libopenocd.lax/librtos.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/rtos/.libs/librtos.a") libtool: link: (cd src/.libs/libopenocd.lax/libhelper.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/helper/.libs/libhelper.a") libtool: link: (cd src/.libs/libopenocd.lax/librtt.a && /usr/bin/ar x "/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/rtt/.libs/librtt.a") copying selected object files to avoid basename conflicts... libtool: link: ln src/.libs/libopenocd.lax/libflash.a/core.o src/.libs/libopenocd.lax/lt1-core.o || cp src/.libs/libopenocd.lax/libflash.a/core.o src/.libs/libopenocd.lax/lt1-core.o libtool: link: ln src/.libs/libopenocd.lax/libflash.a/lt1-core.o src/.libs/libopenocd.lax/lt2-lt1-core.o || cp src/.libs/libopenocd.lax/libflash.a/lt1-core.o src/.libs/libopenocd.lax/lt2-lt1-core.o libtool: link: ln src/.libs/libopenocd.lax/libflash.a/tcl.o src/.libs/libopenocd.lax/lt3-tcl.o || cp src/.libs/libopenocd.lax/libflash.a/tcl.o src/.libs/libopenocd.lax/lt3-tcl.o libtool: link: ln src/.libs/libopenocd.lax/librtt.a/tcl.o src/.libs/libopenocd.lax/lt4-tcl.o || cp src/.libs/libopenocd.lax/librtt.a/tcl.o src/.libs/libopenocd.lax/lt4-tcl.o libtool: link: /usr/bin/ar cru src/.libs/libopenocd.a src/libopenocd_la-hello.o src/libopenocd_la-openocd.o src/.libs/libopenocd.lax/libxsvf.a/xsvf.o src/.libs/libopenocd.lax/libsvf.a/svf.o src/.libs/libopenocd.lax/libpld.a/pld.o src/.libs/libopenocd.lax/libpld.a/virtex2.o src/.libs/libopenocd.lax/libpld.a/xilinx_bit.o src/.libs/libopenocd.lax/libjtag.a/adapter.o src/.libs/libopenocd.lax/libjtag.a/commands.o src/.libs/libopenocd.lax/libjtag.a/core.o src/.libs/libopenocd.lax/libjtag.a/hla_interface.o src/.libs/libopenocd.lax/libjtag.a/hla_layout.o src/.libs/libopenocd.lax/libjtag.a/hla_tcl.o src/.libs/libopenocd.lax/libjtag.a/hla_transport.o src/.libs/libopenocd.lax/libjtag.a/interface.o src/.libs/libopenocd.lax/libjtag.a/interfaces.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-buffer.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-core.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-device.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-discovery.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-discovery_tcp.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-discovery_usb.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-emucom.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-error.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-fileio.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-jtag.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-list.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-log.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-socket.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-strutil.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-swd.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-swo.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-target.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-transport.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-transport_tcp.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-transport_usb.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-util.o src/.libs/libopenocd.lax/libjtag.a/libjaylink_la-version.o src/.libs/libopenocd.lax/libjtag.a/libocdaice_la-aice_interface.o src/.libs/libopenocd.lax/libjtag.a/libocdaice_la-aice_pipe.o src/.libs/libopenocd.lax/libjtag.a/libocdaice_la-aice_port.o src/.libs/libopenocd.lax/libjtag.a/libocdaice_la-aice_transport.o src/.libs/libopenocd.lax/libjtag.a/libocdaice_la-aice_usb.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-amt_jtagaccel.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-arm-jtag-ew.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-bitbang.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-bitq.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-buspirate.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-cmsis_dap.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-cmsis_dap_usb_bulk.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-driver.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-dummy.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ft232r.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ftdi.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-gw16012.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-jlink.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-jtag_usb_common.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-jtag_vpi.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-libusb_helper.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-mpsse.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-opendous.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-openjtag.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-osbdm.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-parport.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-presto.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-rlink.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-rlink_speed_table.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-stlink_usb.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-sysfsgpio.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ti_icdi_usb.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-ulink.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usb_common.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbprog.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbtogpio.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbtojtagraw.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbtopwr.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbtoswd.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-usbtoxxx.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-versaloon.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-vsllink.o src/.libs/libopenocd.lax/libjtag.a/libocdjtagdrivers_la-xds110.o src/.libs/libopenocd.lax/libjtag.a/libocdusbblaster_la-ublast2_access_libusb.o src/.libs/libopenocd.lax/libjtag.a/libocdusbblaster_la-ublast_access_ftdi.o src/.libs/libopenocd.lax/libjtag.a/libocdusbblaster_la-usb_blaster.o src/.libs/libopenocd.lax/libjtag.a/swim.o src/.libs/libopenocd.lax/libjtag.a/tcl.o src/.libs/libopenocd.lax/libtransport.a/transport.o src/.libs/libopenocd.lax/libflash.a/aduc702x.o src/.libs/libopenocd.lax/libflash.a/aducm360.o src/.libs/libopenocd.lax/libflash.a/ambiqmicro.o src/.libs/libopenocd.lax/libflash.a/arm_io.o src/.libs/libopenocd.lax/libflash.a/at91sam3.o src/.libs/libopenocd.lax/libflash.a/at91sam4.o src/.libs/libopenocd.lax/libflash.a/at91sam4l.o src/.libs/libopenocd.lax/libflash.a/at91sam7.o src/.libs/libopenocd.lax/libflash.a/at91sam9.o src/.libs/libopenocd.lax/libflash.a/at91samd.o src/.libs/libopenocd.lax/libflash.a/ath79.o src/.libs/libopenocd.lax/libflash.a/atsame5.o src/.libs/libopenocd.lax/libflash.a/atsamv.o src/.libs/libopenocd.lax/libflash.a/avrf.o src/.libs/libopenocd.lax/libflash.a/bluenrg-x.o src/.libs/libopenocd.lax/libflash.a/cc26xx.o src/.libs/libopenocd.lax/libflash.a/cc3220sf.o src/.libs/libopenocd.lax/libflash.a/cfi.o src/.libs/libopenocd.lax/libflash.a/common.o src/.libs/libopenocd.lax/lt1-core.o src/.libs/libopenocd.lax/libflash.a/davinci.o src/.libs/libopenocd.lax/libflash.a/driver.o src/.libs/libopenocd.lax/libflash.a/drivers.o src/.libs/libopenocd.lax/libflash.a/dsp5680xx_flash.o src/.libs/libopenocd.lax/libflash.a/ecc.o src/.libs/libopenocd.lax/libflash.a/ecc_kw.o src/.libs/libopenocd.lax/libflash.a/efm32.o src/.libs/libopenocd.lax/libflash.a/em357.o src/.libs/libopenocd.lax/libflash.a/esirisc_flash.o src/.libs/libopenocd.lax/libflash.a/faux.o src/.libs/libopenocd.lax/libflash.a/fespi.o src/.libs/libopenocd.lax/libflash.a/fileio.o src/.libs/libopenocd.lax/libflash.a/fm3.o src/.libs/libopenocd.lax/libflash.a/fm4.o src/.libs/libopenocd.lax/libflash.a/jtagspi.o src/.libs/libopenocd.lax/libflash.a/kinetis.o src/.libs/libopenocd.lax/libflash.a/kinetis_ke.o src/.libs/libopenocd.lax/libflash.a/lpc2000.o src/.libs/libopenocd.lax/libflash.a/lpc288x.o src/.libs/libopenocd.lax/libflash.a/lpc2900.o src/.libs/libopenocd.lax/libflash.a/lpc3180.o src/.libs/libopenocd.lax/libflash.a/lpc32xx.o src/.libs/libopenocd.lax/libflash.a/lpcspifi.o src/.libs/libopenocd.lax/lt2-lt1-core.o src/.libs/libopenocd.lax/libflash.a/lt2-tcl.o src/.libs/libopenocd.lax/libflash.a/max32xxx.o src/.libs/libopenocd.lax/libflash.a/mdr.o src/.libs/libopenocd.lax/libflash.a/mrvlqspi.o src/.libs/libopenocd.lax/libflash.a/msp432.o src/.libs/libopenocd.lax/libflash.a/mx3.o src/.libs/libopenocd.lax/libflash.a/mxc.o src/.libs/libopenocd.lax/libflash.a/niietcm4.o src/.libs/libopenocd.lax/libflash.a/non_cfi.o src/.libs/libopenocd.lax/libflash.a/nonce.o src/.libs/libopenocd.lax/libflash.a/nrf5.o src/.libs/libopenocd.lax/libflash.a/nuc910.o src/.libs/libopenocd.lax/libflash.a/numicro.o src/.libs/libopenocd.lax/libflash.a/ocl.o src/.libs/libopenocd.lax/libflash.a/orion.o src/.libs/libopenocd.lax/libflash.a/pic32mx.o src/.libs/libopenocd.lax/libflash.a/psoc4.o src/.libs/libopenocd.lax/libflash.a/psoc5lp.o src/.libs/libopenocd.lax/libflash.a/psoc6.o src/.libs/libopenocd.lax/libflash.a/renesas_rpchf.o src/.libs/libopenocd.lax/libflash.a/s3c2410.o src/.libs/libopenocd.lax/libflash.a/s3c2412.o src/.libs/libopenocd.lax/libflash.a/s3c2440.o src/.libs/libopenocd.lax/libflash.a/s3c2443.o src/.libs/libopenocd.lax/libflash.a/s3c24xx.o src/.libs/libopenocd.lax/libflash.a/s3c6400.o src/.libs/libopenocd.lax/libflash.a/sfdp.o src/.libs/libopenocd.lax/libflash.a/sh_qspi.o src/.libs/libopenocd.lax/libflash.a/sim3x.o src/.libs/libopenocd.lax/libflash.a/spi.o src/.libs/libopenocd.lax/libflash.a/stellaris.o src/.libs/libopenocd.lax/libflash.a/stm32f1x.o src/.libs/libopenocd.lax/libflash.a/stm32f2x.o src/.libs/libopenocd.lax/libflash.a/stm32h7x.o src/.libs/libopenocd.lax/libflash.a/stm32l4x.o src/.libs/libopenocd.lax/libflash.a/stm32lx.o src/.libs/libopenocd.lax/libflash.a/stmqspi.o src/.libs/libopenocd.lax/libflash.a/stmsmi.o src/.libs/libopenocd.lax/libflash.a/str7x.o src/.libs/libopenocd.lax/libflash.a/str9x.o src/.libs/libopenocd.lax/libflash.a/str9xpec.o src/.libs/libopenocd.lax/libflash.a/swm050.o src/.libs/libopenocd.lax/lt3-tcl.o src/.libs/libopenocd.lax/libflash.a/tms470.o src/.libs/libopenocd.lax/libflash.a/virtual.o src/.libs/libopenocd.lax/libflash.a/w600.o src/.libs/libopenocd.lax/libflash.a/xcf.o src/.libs/libopenocd.lax/libflash.a/xmc1xxx.o src/.libs/libopenocd.lax/libflash.a/xmc4xxx.o src/.libs/libopenocd.lax/libtarget.a/batch.o src/.libs/libopenocd.lax/libtarget.a/jsp_server.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-a64_disassembler.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-aarch64.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-adi_v5_dapdirect.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-adi_v5_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-adi_v5_swd.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-algorithm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc_cmd.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arc_mem.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm11.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm11_dbgtap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm720t.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm7_9_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm7tdmi.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm920t.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm926ejs.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm946e.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm966e.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm9tdmi.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_adi_v5.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_cti.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_dap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_disassembler.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_dpm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_semihosting.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-arm_simulator.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv4_5.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv4_5_cache.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv4_5_mmu.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a_cache.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a_cache_l2x.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7a_mmu.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7m.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv7m_trace.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8_cache.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8_dpm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-armv8_opcodes.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_ap7k.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_mem.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avr32_regs.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-avrt.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-breakpoints.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-cortex_a.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-cortex_m.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-dsp563xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-dsp563xx_once.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-dsp5680xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-embeddedice.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-esirisc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-esirisc_jtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-esirisc_trace.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-etb.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-etm.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-etm_dummy.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-fa526.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-feroceon.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-hla_target.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-image.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-lakemont.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-ls1_sap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mem_ap.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips32.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips32_dmaacc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips32_pracc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips64.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips64_pracc.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips_ejtag.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips_m4k.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-mips_mips64.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_aice.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_cmd.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_disassembler.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_reg.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_tlb.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v2.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v3.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v3_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-nds32_v3m.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-quark_d20xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-quark_x10xx.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-register.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-rtt.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-semihosting_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-smp.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-stm8.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-target.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-target_request.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-testee.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-trace.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-x86_32_common.o src/.libs/libopenocd.lax/libtarget.a/libtarget_la-xscale.o src/.libs/libopenocd.lax/libtarget.a/lt1-libtarget_la-mips32_pracc.o src/.libs/libopenocd.lax/libtarget.a/lt2-libtarget_la-trace.o src/.libs/libopenocd.lax/libtarget.a/lt3-libtarget_la-mips_ejtag.o src/.libs/libopenocd.lax/libtarget.a/or1k.o src/.libs/libopenocd.lax/libtarget.a/or1k_du_adv.o src/.libs/libopenocd.lax/libtarget.a/or1k_tap_mohor.o src/.libs/libopenocd.lax/libtarget.a/or1k_tap_vjtag.o src/.libs/libopenocd.lax/libtarget.a/or1k_tap_xilinx_bscan.o src/.libs/libopenocd.lax/libtarget.a/program.o src/.libs/libopenocd.lax/libtarget.a/riscv-011.o src/.libs/libopenocd.lax/libtarget.a/riscv-013.o src/.libs/libopenocd.lax/libtarget.a/riscv.o src/.libs/libopenocd.lax/libtarget.a/riscv_semihosting.o src/.libs/libopenocd.lax/libserver.a/libserver_la-gdb_server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-rtt_server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-server_stubs.o src/.libs/libopenocd.lax/libserver.a/libserver_la-tcl_server.o src/.libs/libopenocd.lax/libserver.a/libserver_la-telnet_server.o src/.libs/libopenocd.lax/librtos.a/librtos_la-FreeRTOS.o src/.libs/libopenocd.lax/librtos.a/librtos_la-ThreadX.o src/.libs/libopenocd.lax/librtos.a/librtos_la-chibios.o src/.libs/libopenocd.lax/librtos.a/librtos_la-chromium-ec.o src/.libs/libopenocd.lax/librtos.a/librtos_la-eCos.o src/.libs/libopenocd.lax/librtos.a/librtos_la-embKernel.o src/.libs/libopenocd.lax/librtos.a/librtos_la-hwthread.o src/.libs/libopenocd.lax/librtos.a/librtos_la-linux.o src/.libs/libopenocd.lax/librtos.a/librtos_la-mqx.o src/.libs/libopenocd.lax/librtos.a/librtos_la-nuttx.o src/.libs/libopenocd.lax/librtos.a/librtos_la-riot.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_chibios_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_ecos_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_embkernel_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_mqx_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_riot_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_standard_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-rtos_ucos_iii_stackings.o src/.libs/libopenocd.lax/librtos.a/librtos_la-uCOS-III.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-binarybuffer.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-command.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-configuration.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-fileio.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-ioutil_stubs.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-jep106.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-jim-nvp.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-log.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-options.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-replacements.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-time_support.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-time_support_common.o src/.libs/libopenocd.lax/libhelper.a/libhelper_la-util.o src/.libs/libopenocd.lax/librtt.a/rtt.o src/.libs/libopenocd.lax/lt4-tcl.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib src/.libs/libopenocd.a libtool: link: rm -fr src/.libs/libopenocd.lax src/.libs/libopenocd.lax libtool: link: ( cd "src/.libs" && rm -f "libopenocd.la" && ln -s "../libopenocd.la" "libopenocd.la" ) /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/openocd src/main.o src/libopenocd.la -ljim -lutil -ldl libtool: link: /usr/bin/gcc -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Wpointer-arith -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o src/openocd src/main.o -L/nvmedata/autobuild/instance-27/output-1/host/lib src/.libs/libopenocd.a /nvmedata/autobuild/instance-27/output-1/host/lib/libftdi.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb.so /nvmedata/autobuild/instance-27/output-1/host/lib/libusb-1.0.so -latomic -lpthread -lm -ljim -lutil -ldl -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' touch -r /nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/doc/openocd.info /nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/doc/version.texi >>> host-openocd 0.11.0 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' Making install in src/jtag/drivers/libjaylink make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' Making install in libjaylink make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0/src/jtag/drivers/libjaylink' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/openocd '/nvmedata/autobuild/instance-27/output-1/host/bin' libtool: install: /usr/bin/install -c src/openocd /nvmedata/autobuild/instance-27/output-1/host/bin/openocd /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/openocd/OpenULINK' /usr/bin/install -c -m 644 src/jtag/drivers/OpenULINK/ulink_firmware.hex '/nvmedata/autobuild/instance-27/output-1/host/share/openocd/OpenULINK' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/info' /usr/bin/install -c -m 644 ./doc/openocd.info ./doc/openocd.info-1 ./doc/openocd.info-2 '/nvmedata/autobuild/instance-27/output-1/host/share/info' install-info --info-dir='/nvmedata/autobuild/instance-27/output-1/host/share/info' '/nvmedata/autobuild/instance-27/output-1/host/share/info/openocd.info' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /usr/bin/install -c -m 644 doc/openocd.1 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/openocd' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/openocd/contrib' /usr/bin/install -c -m 644 contrib/60-openocd.rules '/nvmedata/autobuild/instance-27/output-1/host/share/openocd/contrib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/openocd/contrib/libdcc' /usr/bin/install -c -m 644 contrib/libdcc/dcc_stdio.c contrib/libdcc/dcc_stdio.h contrib/libdcc/example.c contrib/libdcc/README '/nvmedata/autobuild/instance-27/output-1/host/share/openocd/contrib/libdcc' /usr/bin/make install-data-hook make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' for i in $(find ./tcl -name '*.cfg' -o -name '*.tcl' -o -name '*.txt' | sed -e 's,^./tcl,,'); do \ j="/nvmedata/autobuild/instance-27/output-1/host/share/openocd/scripts/$i" && \ mkdir -p "$(dirname $j)" && \ /usr/bin/install -c -m 644 ./tcl/$i $j; \ done make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-openocd-0.11.0' >>> host-orc 0.4.32 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.orc-0.4.32.tar.xz.vpkHwg/output' 'http://gstreamer.freedesktop.org/data/src/orc/orc-0.4.32.tar.xz' --2022-06-04 13:36:22-- http://gstreamer.freedesktop.org/data/src/orc/orc-0.4.32.tar.xz Resolving gstreamer.freedesktop.org (gstreamer.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to gstreamer.freedesktop.org (gstreamer.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://gstreamer.freedesktop.org/data/src/orc/orc-0.4.32.tar.xz [following] --2022-06-04 13:36:22-- https://gstreamer.freedesktop.org/data/src/orc/orc-0.4.32.tar.xz Connecting to gstreamer.freedesktop.org (gstreamer.freedesktop.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 180340 (176K) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.orc-0.4.32.tar.xz.vpkHwg/output' 0K .......... .......... .......... .......... .......... 28% 583K 0s 50K .......... .......... .......... .......... .......... 56% 1.10M 0s 100K .......... .......... .......... .......... .......... 85% 1.25M 0s 150K .......... .......... ...... 100% 102M=0.2s 2022-06-04 13:36:23 (1.02 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.orc-0.4.32.tar.xz.vpkHwg/output' saved [180340/180340] orc-0.4.32.tar.xz: OK (sha256: a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0) >>> host-orc 0.4.32 Extracting xzcat /nvmedata/autobuild/instance-27/dl/orc/orc-0.4.32.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32 -xf - >>> host-orc 0.4.32 Patching Applying 0001-orc-orccpu-powerpc.c-fix-build-with-kernel-4.11.patch using patch: patching file orc/orccpu-powerpc.c >>> host-orc 0.4.32 Configuring rm -rf /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32//build mkdir -p /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32//build PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/meson --prefix=/nvmedata/autobuild/instance-27/output-1/host --libdir=lib --sysconfdir=/nvmedata/autobuild/instance-27/output-1/host/etc --localstatedir=/nvmedata/autobuild/instance-27/output-1/host/var --default-library=shared --buildtype=release --wrap-mode=nodownload -Dstrip=true /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/ /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32//build The Meson build system Version: 0.62.1 Source dir: /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32 Build dir: /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/build Build type: native build Project name: orc Project version: 0.4.32 C compiler for the host machine: /usr/bin/gcc (gcc 9.4.0 "gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") C linker for the host machine: /usr/bin/gcc ld.bfd 2.34 Host machine cpu family: x86_64 Host machine cpu: x86_64 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES Compiler for C supports arguments -fvisibility=hidden: YES Run-time dependency threads found: YES Library m found: YES Checking for function "clock_gettime" : YES Header has symbol "__android_log_print" : NO Checking for function "gettimeofday" : YES Checking for function "posix_memalign" : YES Checking for function "mmap" : YES Has header "sys/time.h" : YES Has header "unistd.h" : YES Has header "valgrind/valgrind.h" : YES WARNING: extract_all_objects called without setting recursive keyword argument. Meson currently defaults to non-recursive to maintain backward compatibility but the default will be changed in the future. Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan) Configuring version.entities using configuration Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan) Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj) Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb) Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml) Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref) Configuring config.h using configuration ../output-1/build/host-orc-0.4.32/meson.build:220: WARNING: Project targeting '>= 0.53' but tried to use feature introduced in '0.54.0': list_sep arg in summary. Build targets in project: 45 WARNING: Project specifies a minimum meson_version '>= 0.49.0' but uses features which were added in newer versions: * 0.54.0: {'list_sep arg in summary'} NOTICE: Future-deprecated features used: * 0.55.0: {'meson.has_exe_wrapper'} orc 0.4.32 Backends SSE : YES MMX : YES NEON : YES MIPS : YES c64x : YES Altivec : YES Build options Tools : YES Tests : YES Examples : YES Benchmarks : YES Documentation : YES Orc-test library: YES User defined options buildtype : release default_library : shared libdir : lib localstatedir : /nvmedata/autobuild/instance-27/output-1/host/var prefix : /nvmedata/autobuild/instance-27/output-1/host strip : true sysconfdir : /nvmedata/autobuild/instance-27/output-1/host/etc wrap_mode : nodownload Found ninja-1.10.2.git.kitware.jobserver-1 at /nvmedata/autobuild/instance-27/output-1/host/bin/ninja >>> host-orc 0.4.32 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32//build ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32//build' [1/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orc.c.o [2/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orccode.c.o [3/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orccodemem.c.o [4/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcdebug.c.o [5/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcfunctions.c.o [6/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orconce.c.o [7/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrule.c.o [8/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcutils.c.o [9/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcmmx.c.o [10/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcbytecode.c.o [11/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcexecutor.c.o [12/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcopcodes.c.o [13/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcsse.c.o [14/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcx86insn.c.o [15/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcx86.c.o [16/119] Compiling C object orc/generate-bytecode.p/generate-bytecode.c.o [17/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram.c.o [18/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orccpu-x86.c.o [19/119] Compiling C object orc-test/liborc-test-0.4.so.0.32.0.p/orcrandom.c.o [20/119] Compiling C object orc/generate-emulation.p/generate-emulation.c.o [21/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orccompiler.c.o [22/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-neon.c.o [23/119] Compiling C object orc-test/liborc-test-0.4.so.0.32.0.p/orcprofile.c.o [24/119] Compiling C object testsuite/test_accsadubl.p/test_accsadubl.c.o [25/119] Compiling C object testsuite/perf_opcodes_sys.p/perf_opcodes_sys.c.o [26/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-sse.c.o [27/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-mmx.c.o [28/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-altivec.c.o [29/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcarm.c.o [30/119] Compiling C object testsuite/exec_parse.p/exec_parse.c.o [31/119] Compiling C object testsuite/perf_parse.p/perf_parse.c.o [32/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcparse.c.o [33/119] Compiling C object examples/volscale.p/volscale.c.o [34/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-mips.c.o [35/119] Compiling C object testsuite/test-schro.p/test-schro.c.o [36/119] Compiling C object orc-test/liborc-test-0.4.so.0.32.0.p/orcarray.c.o [37/119] Compiling C object testsuite/abi.p/abi.c.o [38/119] Compiling C object testsuite/test-limits.p/test-limits.c.o [39/119] Compiling C object testsuite/test_parse.p/test_parse.c.o [40/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrules-mips.c.o [41/119] Compiling C object testsuite/compile_parse_neon.p/compile_parse_neon.c.o [42/119] Compiling C object testsuite/generate_xml_table.p/generate_xml_table.c.o [43/119] Compiling C object testsuite/compile_opcodes_sys_neon.p/compile_opcodes_sys_neon.c.o [44/119] Compiling C object testsuite/memcpy_speed.p/memcpy_speed.c.o [45/119] Compiling C object testsuite/compile_opcodes_sys_mips.p/compile_opcodes_sys_mips.c.o [46/119] Compiling C object testsuite/compile_opcodes_sys_c64x.p/compile_opcodes_sys_c64x.c.o [47/119] Compiling C object testsuite/generate_xml_table2.p/generate_xml_table2.c.o [48/119] Compiling C object testsuite/benchmorc/benchmorc.p/benchmorc.c.o [49/119] Compiling C object tools/orc-bugreport.p/orc-bugreport.c.o [50/119] Compiling C object testsuite/exec_opcodes_sys.p/exec_opcodes_sys.c.o [51/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcpowerpc.c.o [52/119] Compiling C object orc-test/liborc-test-0.4.so.0.32.0.p/orctest.c.o [53/119] Linking static target orc-test/liborc-test-0.4.a [54/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcmips.c.o [55/119] Compiling C object tools/orcc.p/orcc.c.o [56/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-c64x-c.c.o [57/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrules-altivec.c.o [58/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrules-mmx.c.o [59/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-c.c.o [60/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcemulateopcodes.c.o [61/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrules-sse.c.o [62/119] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrules-neon.c.o [63/119] Linking target orc/liborc-0.4.so.0.32.0 [64/119] Generating symbol file orc/liborc-0.4.so.0.32.0.p/liborc-0.4.so.0.32.0.symbols [65/119] Linking target orc/generate-bytecode [66/119] Linking target orc/generate-emulation [67/119] Linking target tools/orcc [68/119] Linking target orc-test/liborc-test-0.4.so.0.32.0 [69/119] Generating examples/example1orc.h with a custom command [70/119] Generating examples/example2orc.h with a custom command [71/119] Generating examples/example3orc.h with a custom command [72/119] Generating examples/example1orc.c with a custom command [73/119] Generating examples/example2orc.c with a custom command [74/119] Generating examples/example3orc.c with a custom command [75/119] Generating examples/mt19937arorc.c with a custom command [76/119] Generating examples/mt19937arorc.h with a custom command [77/119] Generating testsuite/orcc/orc_test.c with a custom command [78/119] Generating testsuite/orcc/testorc.h with a custom command [79/119] Generating testsuite/orcc/testorc.c with a custom command [80/119] Compiling C object examples/example2.p/example2.c.o [81/119] Compiling C object examples/example1.p/example1.c.o [82/119] Compiling C object examples/example3.p/example3.c.o [83/119] Compiling C object testsuite/orcc/test2.p/test2.c.o [84/119] Compiling C object testsuite/orcc/test3.p/test3.c.o [85/119] Compiling C object examples/example1.p/meson-generated_.._example1orc.c.o [86/119] Compiling C object examples/example3.p/meson-generated_.._example3orc.c.o [87/119] Compiling C object examples/mt19937ar.p/meson-generated_.._mt19937arorc.c.o [88/119] Compiling C object examples/example2.p/meson-generated_.._example2orc.c.o [89/119] Compiling C object examples/mt19937ar.p/mt19937ar.c.o [90/119] Generating symbol file orc-test/liborc-test-0.4.so.0.32.0.p/liborc-test-0.4.so.0.32.0.symbols [91/119] Linking target tools/orc-bugreport [92/119] Linking target examples/example1 [93/119] Linking target examples/example2 [94/119] Linking target examples/example3 [95/119] Linking target examples/mt19937ar [96/119] Linking target examples/volscale [97/119] Linking target testsuite/test_accsadubl [98/119] Linking target testsuite/test-schro [99/119] Linking target testsuite/exec_opcodes_sys [100/119] Linking target testsuite/exec_parse [101/119] Linking target testsuite/perf_opcodes_sys [102/119] Linking target testsuite/perf_parse [103/119] Linking target testsuite/memcpy_speed [104/119] Linking target testsuite/abi [105/119] Linking target testsuite/test-limits [106/119] Linking target testsuite/test_parse [107/119] Linking target testsuite/generate_xml_table2 [108/119] Linking target testsuite/generate_xml_table [109/119] Linking target testsuite/compile_opcodes_sys_neon [110/119] Linking target testsuite/compile_parse_neon [111/119] Linking target testsuite/compile_opcodes_sys_mips [112/119] Linking target testsuite/benchmorc/benchmorc [113/119] Linking target testsuite/compile_opcodes_sys_c64x [114/119] Compiling C object testsuite/orcc/test3.p/meson-generated_.._testorc.c.o [115/119] Linking target testsuite/orcc/test3 [116/119] Compiling C object testsuite/orcc/test2.p/meson-generated_.._testorc.c.o [117/119] Linking target testsuite/orcc/test2 [118/119] Compiling C object testsuite/orcc/orc_test.p/meson-generated_.._orc_test.c.o [119/119] Linking target testsuite/orcc/orc_test >>> host-orc 0.4.32 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32//build install ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32//build' [0/1] Installing files. Installing orc/liborc-0.4.so.0.32.0 to /nvmedata/autobuild/instance-27/output-1/host/lib Stripping target 'orc/liborc-0.4.so.0.32.0'. Installing orc-test/liborc-test-0.4.so.0.32.0 to /nvmedata/autobuild/instance-27/output-1/host/lib Stripping target 'orc-test/liborc-test-0.4.so.0.32.0'. Installing orc-test/liborc-test-0.4.a to /nvmedata/autobuild/instance-27/output-1/host/lib Installing tools/orcc to /nvmedata/autobuild/instance-27/output-1/host/bin Stripping target 'tools/orcc'. Installing tools/orc-bugreport to /nvmedata/autobuild/instance-27/output-1/host/bin Stripping target 'tools/orc-bugreport'. Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orc.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcarm.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcbytecode.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcbytecodes.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orccode.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orccompiler.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcconstant.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orccpu.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orccpuinsn.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcdebug.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcemulateopcodes.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcexecutor.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcfunctions.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcinstruction.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcinternal.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orclimits.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcmmx.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcneon.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orconce.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcopcode.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcparse.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcpowerpc.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcprogram.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcrule.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcsse.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orctarget.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcutils.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcvariable.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcx86.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcx86insn.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orcmips.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc/orc-stdint.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc-test/orctest.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc-test Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc-test/orcarray.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc-test Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc-test/orcrandom.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc-test Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc-test/orcprofile.h to /nvmedata/autobuild/instance-27/output-1/host/include/orc-0.4/orc-test Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/build/meson-private/orc-test-0.4.pc to /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/build/meson-private/orc-0.4.pc to /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig Installing /nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/orc.m4 to /nvmedata/autobuild/instance-27/output-1/host/share/aclocal Installing symlink pointing to liborc-0.4.so.0.32.0 to /nvmedata/autobuild/instance-27/output-1/host/lib/liborc-0.4.so.0 Installing symlink pointing to liborc-0.4.so.0 to /nvmedata/autobuild/instance-27/output-1/host/lib/liborc-0.4.so Installing symlink pointing to liborc-test-0.4.so.0.32.0 to /nvmedata/autobuild/instance-27/output-1/host/lib/liborc-test-0.4.so.0 Installing symlink pointing to liborc-test-0.4.so.0 to /nvmedata/autobuild/instance-27/output-1/host/lib/liborc-test-0.4.so Running custom install script '/nvmedata/autobuild/instance-27/output-1/host/bin/meson --internal gtkdoc --sourcedir=/nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32 --builddir=/nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/build --subdir=doc --headerdirs=/nvmedata/autobuild/instance-27/output-1/build/host-orc-0.4.32/doc/../orc --mainfile=orc-docs.sgml --modulename=orc --moduleversion= --mode=auto --gtkdoc-scan=/usr/bin/gtkdoc-scan --gtkdoc-scangobj=/usr/bin/gtkdoc-scangobj --gtkdoc-mkdb=/usr/bin/gtkdoc-mkdb --gtkdoc-mkhtml=/usr/bin/gtkdoc-mkhtml --gtkdoc-fixxref=/usr/bin/gtkdoc-fixxref --htmlargs= --scanargs= --scanobjsargs= --gobjects-types-file= --fixxrefargs= --mkdbargs= --html-assets= --content-files= --expand-content-files= --ignore-headers= --installdir= --cc=/usr/bin/gcc --ld=/usr/bin/gcc --cflags=-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -DHAVE_CONFIG_H -fvisibility=hidden --ldflags=-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include' orc-0.4.32.tar.xz: OK (sha256: a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0) >>> orc 0.4.32 Extracting xzcat /nvmedata/autobuild/instance-27/dl/orc/orc-0.4.32.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32 -xf - >>> orc 0.4.32 Patching Applying 0001-orc-orccpu-powerpc.c-fix-build-with-kernel-4.11.patch using patch: patching file orc/orccpu-powerpc.c >>> orc 0.4.32 Configuring rm -rf /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build mkdir -p /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-27/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-27/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-27/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-27/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build/cross-compilation.conf PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/meson --prefix=/usr --libdir=lib --default-library=shared --buildtype=debug --cross-file=/nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/nvmedata/autobuild/instance-27/output-1/host/lib/cmake -Dbenchmarks=disabled -Dexamples=disabled -Dgtk_doc=disabled -Dorc-test=disabled -Dtests=disabled -Dtools=disabled /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/ /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build The Meson build system Version: 0.62.1 Source dir: /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32 Build dir: /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/build Build type: cross build Project name: orc Project version: 0.4.32 C compiler for the host machine: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc (gcc 10.3.0 "mips64el-buildroot-linux-uclibc-gcc.br_real (Buildroot 2022.05-rc2-40-gf255a32211) 10.3.0") C linker for the host machine: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc ld.bfd 2.37 C compiler for the build machine: /usr/bin/gcc (gcc 9.4.0 "gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.34 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: mips64 Host machine cpu: Target machine cpu family: mips64 Target machine cpu: Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES Compiler for C supports arguments -fvisibility=hidden: YES ../output-1/build/orc-0.4.32/meson.build:70: WARNING: mips64 isn't a supported cpu family for optimization Run-time dependency threads found: YES Library m found: YES Checking for function "clock_gettime" : YES Header has symbol "__android_log_print" : NO Checking for function "gettimeofday" : YES Checking for function "posix_memalign" : YES Checking for function "mmap" : YES Has header "sys/time.h" : YES Has header "unistd.h" : YES Has header "valgrind/valgrind.h" : NO Program gtkdoc-scan skipped: feature gtk_doc disabled Message: Not building documentation (disabled) Configuring config.h using configuration ../output-1/build/orc-0.4.32/meson.build:220: WARNING: Project targeting '>= 0.53' but tried to use feature introduced in '0.54.0': list_sep arg in summary. Build targets in project: 3 WARNING: Project specifies a minimum meson_version '>= 0.49.0' but uses features which were added in newer versions: * 0.54.0: {'list_sep arg in summary'} orc 0.4.32 Backends SSE : YES MMX : YES NEON : YES MIPS : YES c64x : YES Altivec : YES Build options Tools : NO Tests : NO Examples : NO Benchmarks : NO Documentation : NO disabled Orc-test library : NO User defined options Cross files : /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build/cross-compilation.conf build.cmake_prefix_path: /nvmedata/autobuild/instance-27/output-1/host/lib/cmake build.pkg_config_path : /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig buildtype : debug default_library : shared libdir : lib prefix : /usr strip : false b_pie : false benchmarks : disabled examples : disabled gtk_doc : disabled orc-test : disabled tests : disabled tools : disabled Found ninja-1.10.2.git.kitware.jobserver-1 at /nvmedata/autobuild/instance-27/output-1/host/bin/ninja >>> orc 0.4.32 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build' [1/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orc.c.o [2/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orccode.c.o [3/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orccodemem.c.o [4/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcdebug.c.o [5/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcexecutor.c.o [6/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcfunctions.c.o [7/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orconce.c.o [8/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcopcodes.c.o [9/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrule.c.o [10/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcutils.c.o [11/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcsse.c.o [12/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcmmx.c.o [13/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcx86.c.o [14/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcparse.c.o [15/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcbytecode.c.o [16/40] Compiling C object orc/generate-bytecode.p/generate-bytecode.c.o [17/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-sse.c.o [18/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcx86insn.c.o [19/40] Compiling C object orc/generate-emulation.p/generate-emulation.c.o [20/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-altivec.c.o [21/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram.c.o [22/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-mips.c.o [23/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orccompiler.c.o [24/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-neon.c.o [25/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-mmx.c.o [26/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcarm.c.o [27/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrules-mips.c.o [28/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcpowerpc.c.o [29/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-c64x-c.c.o [30/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcmips.c.o [31/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrules-mmx.c.o [32/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcprogram-c.c.o [33/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcemulateopcodes.c.o [34/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrules-altivec.c.o [35/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrules-sse.c.o [36/40] Compiling C object orc/liborc-0.4.so.0.32.0.p/orcrules-neon.c.o [37/40] Linking target orc/liborc-0.4.so.0.32.0 [38/40] Generating symbol file orc/liborc-0.4.so.0.32.0.p/liborc-0.4.so.0.32.0.symbols [39/40] Linking target orc/generate-bytecode [40/40] Linking target orc/generate-emulation >>> orc 0.4.32 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build install ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build' [0/1] Installing files. Installing orc/liborc-0.4.so.0.32.0 to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orc.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcarm.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcbytecode.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcbytecodes.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orccode.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orccompiler.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcconstant.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orccpu.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orccpuinsn.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcdebug.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcemulateopcodes.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcexecutor.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcfunctions.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcinstruction.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcinternal.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orclimits.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcmmx.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcneon.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orconce.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcopcode.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcparse.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcpowerpc.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcprogram.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcrule.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcsse.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orctarget.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcutils.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcvariable.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcx86.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcx86insn.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcmips.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orc-stdint.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/build/meson-private/orc-0.4.pc to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc.m4 to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/aclocal Installing symlink pointing to liborc-0.4.so.0.32.0 to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/liborc-0.4.so.0 Installing symlink pointing to liborc-0.4.so.0 to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/liborc-0.4.so >>> orc 0.4.32 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> orc 0.4.32 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-27/output-1/target PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build install ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32//build' [0/1] Installing files. Installing orc/liborc-0.4.so.0.32.0 to /nvmedata/autobuild/instance-27/output-1/target/usr/lib Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orc.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcarm.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcbytecode.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcbytecodes.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orccode.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orccompiler.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcconstant.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orccpu.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orccpuinsn.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcdebug.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcemulateopcodes.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcexecutor.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcfunctions.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcinstruction.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcinternal.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orclimits.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcmmx.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcneon.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orconce.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcopcode.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcparse.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcpowerpc.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcprogram.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcrule.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcsse.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orctarget.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcutils.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcvariable.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcx86.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcx86insn.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orcmips.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc/orc-stdint.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include/orc-0.4/orc Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/build/meson-private/orc-0.4.pc to /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig Installing /nvmedata/autobuild/instance-27/output-1/build/orc-0.4.32/orc.m4 to /nvmedata/autobuild/instance-27/output-1/target/usr/share/aclocal Installing symlink pointing to liborc-0.4.so.0.32.0 to /nvmedata/autobuild/instance-27/output-1/target/usr/lib/liborc-0.4.so.0 Installing symlink pointing to liborc-0.4.so.0 to /nvmedata/autobuild/instance-27/output-1/target/usr/lib/liborc-0.4.so patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /nvmedata/autobuild/instance-27/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 1309 (offset -6 lines). Applying 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch using patch: patching file src/patchelf.cc Applying 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch using patch: patching file src/patchelf.cc Applying 0007-fix-adjusting-startPage.patch using patch: patching file src/patchelf.cc Applying 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch using patch: patching file src/patchelf.cc Applying 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch using patch: patching file src/patchelf.cc Applying 0010-Fix-endianness-issues-for-powerpc-PIE.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 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.9 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/install -c patchelf '/nvmedata/autobuild/instance-27/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/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 '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 README '/nvmedata/autobuild/instance-27/output-1/host/share/doc/patchelf' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-patchelf-0.9' slang-2.3.2.tar.bz2: OK (sha1: bbf7f2dcc14e7c7fca40868fd4b411a2bd9e2655) slang-2.3.2.tar.bz2: OK (sha256: fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a) >>> slang 2.3.2 Extracting bzcat /nvmedata/autobuild/instance-27/dl/slang/slang-2.3.2.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2 -xf - >>> slang 2.3.2 Patching Applying 0001-slsh-libs.patch using patch: patching file slsh/Makefile.in Hunk #1 succeeded at 92 with fuzz 2. /bin/sed -i -e '/^TERMCAP=/s:=.*:=:' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/configure >>> slang 2.3.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> slang 2.3.2 Patching libtool >>> slang 2.3.2 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no ac_cv_path_nc5config=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/ncurses6-config CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-onig=no --with-png=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --with-pcre=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --with-z=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --with-readline=gnu ) 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 build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc needs -traditional... no checking for library containing strerror... none required checking C compiler that understands ANSI prototypes... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc looks ok. Good. checking whether make sets $(MAKE)... yes checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking for a BSD-compatible install... /usr/bin/install -c checking terminfo layout... default checking type of readline support for slsh... gnu checking for slsyswrap... no checking for X... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking for sys/types.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking fenv.h usability... no checking fenv.h presence... no checking for fenv.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for mode_t... yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking for socklen_t... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for memset... yes checking for memcpy... yes checking for putenv... yes checking for getcwd... yes checking for setlocale... yes checking for tcgetattr... yes checking for tcsetattr... yes checking for cfgetospeed... yes checking for sigaction... yes checking for sigemptyset... yes checking for sigprocmask... yes checking for sigaddset... yes checking for alarm... yes checking for pause... yes checking for vfscanf... yes checking for lstat... yes checking for readlink... yes checking for symlink... yes checking for link... yes checking for kill... yes checking for killpg... yes checking for snprintf... yes checking for vsnprintf... yes checking for getppid... yes checking for getegid... yes checking for geteuid... yes checking for getuid... yes checking for getgid... yes checking for setgid... yes checking for setuid... yes checking for setpgid... yes checking for getpgid... yes checking for setpgrp... yes checking for getpgrp... yes checking for setsid... yes checking for getsid... yes checking for mmap... yes checking for chown... yes checking for lchown... yes checking for popen... yes checking for mkfifo... yes checking for atexit... yes checking for on_exit... yes checking for umask... yes checking for uname... yes checking for times... yes checking for gmtime... yes checking for mktime... yes checking for gettimeofday... yes checking for getitimer... yes checking for setitimer... yes checking for gmtime_r... yes checking for ctime_r... yes checking for localtime_r... yes checking for strtod... yes checking for atoll... yes checking for strtoll... yes checking for issetugid... yes checking for isnan... yes checking for finite... no checking for isinf... no checking for round... yes checking for siglongjmp... yes checking for fork... yes checking for waitpid... yes checking for socket... yes checking for socketpair... yes checking for confstr... yes checking for pathconf... yes checking for getpriority... yes checking for setpriority... yes checking for getrusage... yes checking for setvbuf... yes checking for utime... yes checking for utimes... yes checking for ttyname... yes checking for ttyname_r... yes checking for newlocale... no checking for strtod_l... no checking for localeconv... yes checking for statvfs... yes checking for nl_langinfo and CODESET... yes checking for environ variable... yes checking for acosh in -lm... yes checking for asinh in -lm... yes checking for atanh in -lm... yes checking for hypot in -lm... yes checking for atan2 in -lm... yes checking for frexp in -lm... yes checking for frexpf in -lm... yes checking for ldexp in -lm... yes checking for ldexpf in -lm... yes checking for sincos in -lm... yes checking for sincosf in -lm... yes checking for feclearexcept in -lm... no checking for fpsetsticky in -lm... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking for ptrdiff_t... yes checking for size_t... yes checking size of size_t... 8 checking for long long... yes checking size of long long... 8 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for off_t... yes checking size of off_t... 8 checking for ncurses5-config... (cached) /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/ncurses6-config checking for terminfo... yes checking for the pcre library and header files ... yes: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib and /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include checking for the onig library and header files oniguruma.h... no checking for the png library and header files ... yes: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib and /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include checking for the z library and header files zlib.h... yes: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib and /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include checking for the iconv library and header files ... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for sysconf... yes checking SLANG_VERSION... 2.3.2 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating slsh/Makefile config.status: creating modules/Makefile config.status: creating demo/Makefile config.status: creating slang.pc config.status: creating src/sysconf.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 Configuration complete. You may need to edit src/Makefile. You are compiling SLANG with the following compiler configuration: CC = /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc CFLAGS = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 LDFLAGS = -Wl,-export-dynamic ELF_CC = $(CC) ELF_LINK = $(CC) $(LDFLAGS) -shared -Wl,-O1 -Wl,--version-script,$(VERSION_SCRIPT) -Wl,-soname,$(ELFLIB_MAJOR) ELF_CFLAGS= $(CFLAGS) -fPIC prefix: /usr exec_prefix: /usr Installation Lib Dir: ${exec_prefix}/lib Installation Include Dir: ${prefix}/include See also src/sl-feat.h for various features. The following modules that depend upon external libraries will be built: pcre png z iconv While not required, it is recommended that you install the following libraries and reconfigure so that the corresponding modules can be built: oniguruma Type 'make' to build a shared version of the library. Type 'make help' for more options >>> slang 2.3.2 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2' cd src; /usr/bin/make elf make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs mkdir -p -- /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs touch /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs/tstamp cp sysconf.h config.h cp terminfo/default.inc terminfo.inc cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG -DMISC_TERMINFO_DIRS='"/usr/share/terminfo"' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/sltermin.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/sldisply.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slutty.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slang.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slarray.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slclass.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slcmd.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slerr.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slgetkey.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slkeymap.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slmalloc.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slmath.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slmemchr.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slmemcmp.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slmemcpy.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slmemset.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slmisc.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slparse.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slprepr.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slregexp.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slrline.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slsearch.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slsmg.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG -DSLANG_DOC_DIR='"/usr/share/doc/slang/v2"' -DSLANG_INSTALL_PREFIX='"/usr"' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slstd.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/sltoken.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/sltypes.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slxstrng.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slcurses.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slscroll.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slsignal.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slkeypad.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slerrno.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slstring.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slstruct.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slcmplex.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slarrfun.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG -DMODULE_INSTALL_DIR='"/usr/lib/slang/v2/modules"' -DMODULE_PATH_ENV_NAME='"SLANG_MODULE_PATH"' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slimport.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slpath.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slarith.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slassoc.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slcompat.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slposdir.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slstdio.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slproc.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/sltime.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slstrops.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slbstr.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slpack.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slintall.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slistruc.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slposio.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slnspace.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slarrmis.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slospath.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slscanf.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/sllower.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slupper.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slischar.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slutf8.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slwcwidth.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slwclut.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slcommon.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/sllist.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slexcept.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slfpu.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slsig.c cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -Dunix -DSLANG /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slboseos.c rm -f /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs/libslang.so.2.3.2 cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -Wl,-O1 -Wl,--version-script,/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slang.ver -Wl,-soname,libslang.so.2 -o libslang.so.2.3.2 sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o -ldl -lm -lc if [ libslang.so.2 != libslang.so.2.3.2 ]; then \ cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && rm -f libslang.so.2 && /bin/ln -sf libslang.so.2.3.2 libslang.so.2; \ fi cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && rm -f libslang.so && /bin/ln -sf libslang.so.2.3.2 libslang.so libslang.so.2.3.2 created in /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs. The link libslang.so to libslang.so.2.3.2 was also created. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src' cd slsh; /usr/bin/make all make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/slsh' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh objs mkdir -p -- objs touch objs/tstamp cp ../src/config.h . cd objs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/slsh/slsh.c cd objs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' -DUSE_GNU_READLINE=1 /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/slsh/readline.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 objs/slsh.o objs/readline.o -o objs/slsh_exe -Wl,-export-dynamic -L/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs -lslang -lreadline -ldl -lm make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/slsh' cd modules; /usr/bin/make all make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh objs mkdir -p -- objs touch objs/tstamp cp Makefile objs cd objs && /usr/bin/make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/objs' cp /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/config.h /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/config.h /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/slsmg-module.c -o slsmg-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/termios-module.c -o termios-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/select-module.c -o select-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/fcntl-module.c -o fcntl-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/varray-module.c -o varray-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/socket-module.c -o socket-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/rand-module.c -o rand-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/fork-module.c -o fork-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/csv-module.c -o csv-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/base64-module.c -o base64-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -c /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/chksum-module.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -c /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/chksum_md5.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -c /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/chksum_sha1.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src chksum-module.o chksum_md5.o chksum_sha1.o -o chksum-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/histogram-module.c -o histogram-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -c /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/stats-module.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -c /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/stats_kendall.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src stats-module.o stats_kendall.o -o stats-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/json-module.c -o json-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/pcre-module.c -o pcre-module.so -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lpcre -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/png-module.c -o png-module.so -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lpng -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/iconv-module.c -o iconv-module.so -liconv -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/zlib-module.c -o zlib-module.so -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lz -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/sysconf-module.c -o sysconf-module.so -Wl,-R/usr/lib:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/objs' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules' Use make install to install it. make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2' >>> slang 2.3.2 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2' autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig /usr/bin/install -c -m 644 slang.pc /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/ cd src; /usr/bin/make install-elf make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src' rm -f /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs/libslang.so.2.3.2 cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -Wl,-O1 -Wl,--version-script,/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slang.ver -Wl,-soname,libslang.so.2 -o libslang.so.2.3.2 sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o -ldl -lm -lc if [ libslang.so.2 != libslang.so.2.3.2 ]; then \ cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && rm -f libslang.so.2 && /bin/ln -sf libslang.so.2.3.2 libslang.so.2; \ fi cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && rm -f libslang.so && /bin/ln -sf libslang.so.2.3.2 libslang.so libslang.so.2.3.2 created in /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs. The link libslang.so to libslang.so.2.3.2 was also created. installing slang.h and slcurses.h in /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/ /usr/bin/install -c -m 644 /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slang.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/ /usr/bin/install -c -m 644 /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slcurses.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/ /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slang/v2 mkdir -p -- /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slang/v2 /usr/bin/install -c -m 644 ../changes.txt /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../COPYING /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/slangdoc.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/cref.txt /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/cslang.txt /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/slang.txt /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/slangfun.txt /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slang/v2/ rm -f /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libslang.so rm -f /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libslang.so.2 installing libslang.so.2.3.2 in /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib /usr/bin/install -c /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs/libslang.so.2.3.2 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/ cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && /bin/ln -sf libslang.so.2.3.2 libslang.so.2 cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && /bin/ln -sf libslang.so.2 libslang.so libslang.so.2.3.2 created in /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib. The links libslang.so and libslang.so.2 to libslang.so.2.3.2 were also created. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src' Now installing slsh cd slsh; /usr/bin/make install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/slsh' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 objs/slsh.o objs/readline.o -o objs/slsh -Wl,-export-dynamic -L/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs -lslang -lreadline -ldl -lm /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1 /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/etc /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh mkdir -p -- /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/rline mkdir -p -- /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/rline /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help mkdir -p -- /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/local-packages mkdir -p -- /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/local-packages /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/scripts mkdir -p -- /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/scripts /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html mkdir -p -- /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html /usr/bin/install -c -m 644 lib/arrayfuns.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/autoload.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/cmdopt.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/fswalk.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/glob.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/listfuns.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/print.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/process.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/profile.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/readascii.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/require.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/setfuns.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/sldb.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/sldbcore.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/sldbsock.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/slshhelp.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/slshrl.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/stkcheck.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/structfuns.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 lib/rline/complete.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/editfuns.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/editor.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/emacskeys.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/history.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/histsrch.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/vikeys.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/slrline.rc /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/rline/ /usr/bin/install -c scripts/jpegsize /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/lsrpm /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/sldb /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/svnsh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/slprof /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/scripts /usr/bin/install -c scripts/slstkchk /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/scripts /usr/bin/install -c -m 644 lib/help/arrayfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/cmdopt.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/fswalk.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/glob.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/listfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/print.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/process.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/profile.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/readascii.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/require.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/setfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/structfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 doc/html/slshfun-1.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-10.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-11.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-12.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-13.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-2.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-3.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-4.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-5.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-6.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-7.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-8.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-9.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun.html /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/man/slsh.1 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1/ /usr/bin/install -c objs/slsh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/ /usr/bin/install -c -m 644 etc/slsh.rc /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/etc/ echo 'prepend_to_slang_load_path("/usr/share/slsh/local-packages");' >> /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/etc/slsh.rc make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/slsh' Now installing the modules cd modules; /usr/bin/make install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules' cd objs && /usr/bin/make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/objs' make[3]: 'slsmg-module.so' is up to date. make[3]: 'termios-module.so' is up to date. make[3]: 'select-module.so' is up to date. make[3]: 'fcntl-module.so' is up to date. make[3]: 'varray-module.so' is up to date. make[3]: 'socket-module.so' is up to date. make[3]: 'rand-module.so' is up to date. make[3]: 'fork-module.so' is up to date. make[3]: 'csv-module.so' is up to date. make[3]: 'base64-module.so' is up to date. make[3]: 'chksum-module.so' is up to date. make[3]: 'histogram-module.so' is up to date. make[3]: 'stats-module.so' is up to date. make[3]: 'json-module.so' is up to date. make[3]: 'pcre-module.so' is up to date. make[3]: 'png-module.so' is up to date. make[3]: 'iconv-module.so' is up to date. make[3]: 'zlib-module.so' is up to date. make[3]: 'sysconf-module.so' is up to date. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/objs' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules mkdir -p -- /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/slsmg-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/termios-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/select-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/fcntl-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/varray-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/socket-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/rand-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/fork-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/csv-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/base64-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/chksum-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/histogram-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/stats-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/json-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/pcre-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/png-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/iconv-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/zlib-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/sysconf-module.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/slang/v2/modules /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 slsmg.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 termios.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 select.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 fcntl.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 varray.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 socket.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 rand.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 fork.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 csv.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 base64.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 chksum.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 histogram.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 stats.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 json.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 pcre.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 png.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 iconv.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 onig.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 zlib.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh /usr/bin/install -c -m 644 sysconf.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh mkdir -p -- /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/statslib /usr/bin/install -c -m 644 statslib/ad_test.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/statslib/ /usr/bin/install -c -m 644 statslib/ks_test.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/statslib/ /usr/bin/install -c -m 644 statslib/kuiper.sl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/statslib/ /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps mkdir -p -- /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cool.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/coolwarm.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/copper.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cubicl.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cubicyf.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/drywet.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ds9b.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ds9sls.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/edge.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/gebco.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/globe.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/gray.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/haxby.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/hot.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/jet.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/no_green.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ocean.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/polar.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/rainbow.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/red2green.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/relief.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/sealand.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/seis.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/split.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/topo.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/wysiwyg.map /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/cmaps /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/base64funs.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/chksumfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/csvfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/forkfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/histfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/jsonfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/onigfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/pcrefuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/pngfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/randfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/slsmg.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/sockfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help /usr/bin/install -c -m 644 help/statsfuns.hlp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/slsh/help make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules' On some systems, e.g., linux, you may also have to run ldconfig. make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2' >>> slang 2.3.2 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> slang 2.3.2 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2' autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig /usr/bin/install -c -m 644 slang.pc /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig/ cd src; /usr/bin/make install-elf make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src' rm -f /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs/libslang.so.2.3.2 cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -Wl,-O1 -Wl,--version-script,/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slang.ver -Wl,-soname,libslang.so.2 -o libslang.so.2.3.2 sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o -ldl -lm -lc if [ libslang.so.2 != libslang.so.2.3.2 ]; then \ cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && rm -f libslang.so.2 && /bin/ln -sf libslang.so.2.3.2 libslang.so.2; \ fi cd /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs && rm -f libslang.so && /bin/ln -sf libslang.so.2.3.2 libslang.so libslang.so.2.3.2 created in /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs. The link libslang.so to libslang.so.2.3.2 was also created. installing slang.h and slcurses.h in /nvmedata/autobuild/instance-27/output-1/target/usr/include/ /usr/bin/install -c -m 644 /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slang.h /nvmedata/autobuild/instance-27/output-1/target/usr/include/ /usr/bin/install -c -m 644 /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/slcurses.h /nvmedata/autobuild/instance-27/output-1/target/usr/include/ /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slang/v2 mkdir -p -- /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slang/v2 /usr/bin/install -c -m 644 ../changes.txt /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../COPYING /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/slangdoc.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/cref.txt /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/cslang.txt /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/slang.txt /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slang/v2/ /usr/bin/install -c -m 644 ../doc/text/slangfun.txt /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slang/v2/ rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libslang.so rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libslang.so.2 installing libslang.so.2.3.2 in /nvmedata/autobuild/instance-27/output-1/target/usr/lib /usr/bin/install -c /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src/elfobjs/libslang.so.2.3.2 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/ cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && /bin/ln -sf libslang.so.2.3.2 libslang.so.2 cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && /bin/ln -sf libslang.so.2 libslang.so libslang.so.2.3.2 created in /nvmedata/autobuild/instance-27/output-1/target/usr/lib. The links libslang.so and libslang.so.2 to libslang.so.2.3.2 were also created. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/src' Now installing slsh cd slsh; /usr/bin/make install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/slsh' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/bin /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/etc /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh mkdir -p -- /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/rline mkdir -p -- /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/rline /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help mkdir -p -- /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/local-packages mkdir -p -- /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/local-packages /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/scripts mkdir -p -- /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/scripts /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html mkdir -p -- /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html /usr/bin/install -c -m 644 lib/arrayfuns.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/autoload.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/cmdopt.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/fswalk.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/glob.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/listfuns.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/print.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/process.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/profile.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/readascii.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/require.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/setfuns.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/sldb.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/sldbcore.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/sldbsock.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/slshhelp.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/slshrl.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/stkcheck.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/structfuns.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 lib/rline/complete.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/editfuns.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/editor.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/emacskeys.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/history.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/histsrch.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/vikeys.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c -m 644 lib/rline/slrline.rc /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/rline/ /usr/bin/install -c scripts/jpegsize /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/lsrpm /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/sldb /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/svnsh /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/slprof /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/scripts /usr/bin/install -c scripts/slstkchk /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/scripts /usr/bin/install -c -m 644 lib/help/arrayfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/cmdopt.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/fswalk.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/glob.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/listfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/print.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/process.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/profile.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/readascii.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/require.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/setfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 lib/help/structfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 doc/html/slshfun-1.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-10.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-11.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-12.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-13.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-2.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-3.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-4.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-5.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-6.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-7.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-8.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun-9.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/html/slshfun.html /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/slsh/html/ /usr/bin/install -c -m 644 doc/man/slsh.1 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1/ /usr/bin/install -c objs/slsh /nvmedata/autobuild/instance-27/output-1/target/usr/bin/ /usr/bin/install -c -m 644 etc/slsh.rc /nvmedata/autobuild/instance-27/output-1/target/etc/ echo 'prepend_to_slang_load_path("/usr/share/slsh/local-packages");' >> /nvmedata/autobuild/instance-27/output-1/target/etc/slsh.rc make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/slsh' Now installing the modules cd modules; /usr/bin/make install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules' cd objs && /usr/bin/make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/objs' make[3]: 'slsmg-module.so' is up to date. make[3]: 'termios-module.so' is up to date. make[3]: 'select-module.so' is up to date. make[3]: 'fcntl-module.so' is up to date. make[3]: 'varray-module.so' is up to date. make[3]: 'socket-module.so' is up to date. make[3]: 'rand-module.so' is up to date. make[3]: 'fork-module.so' is up to date. make[3]: 'csv-module.so' is up to date. make[3]: 'base64-module.so' is up to date. make[3]: 'chksum-module.so' is up to date. make[3]: 'histogram-module.so' is up to date. make[3]: 'stats-module.so' is up to date. make[3]: 'json-module.so' is up to date. make[3]: 'pcre-module.so' is up to date. make[3]: 'png-module.so' is up to date. make[3]: 'iconv-module.so' is up to date. make[3]: 'zlib-module.so' is up to date. make[3]: 'sysconf-module.so' is up to date. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules/objs' /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules mkdir -p -- /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/slsmg-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/termios-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/select-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/fcntl-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/varray-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/socket-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/rand-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/fork-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/csv-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/base64-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/chksum-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/histogram-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/stats-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/json-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/pcre-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/png-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/iconv-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/zlib-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /usr/bin/install -c -m 644 objs/sysconf-module.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/slang/v2/modules /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 slsmg.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 termios.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 select.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 fcntl.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 varray.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 socket.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 rand.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 fork.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 csv.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 base64.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 chksum.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 histogram.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 stats.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 json.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 pcre.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 png.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 iconv.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 onig.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 zlib.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh /usr/bin/install -c -m 644 sysconf.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh mkdir -p -- /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/statslib /usr/bin/install -c -m 644 statslib/ad_test.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/statslib/ /usr/bin/install -c -m 644 statslib/ks_test.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/statslib/ /usr/bin/install -c -m 644 statslib/kuiper.sl /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/statslib/ /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps mkdir -p -- /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cool.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/coolwarm.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/copper.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cubicl.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/cubicyf.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/drywet.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ds9b.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ds9sls.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/edge.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/gebco.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/globe.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/gray.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/haxby.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/hot.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/jet.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/no_green.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/ocean.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/polar.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/rainbow.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/red2green.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/relief.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/sealand.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/seis.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/split.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/topo.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /usr/bin/install -c -m 644 cmaps/wysiwyg.map /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/cmaps /nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/autoconf/mkinsdir.sh /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/base64funs.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/chksumfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/csvfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/forkfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/histfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/jsonfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/onigfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/pcrefuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/pngfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/randfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/slsmg.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/sockfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help /usr/bin/install -c -m 644 help/statsfuns.hlp /nvmedata/autobuild/instance-27/output-1/target/usr/share/slsh/help make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2/modules' On some systems, e.g., linux, you may also have to run ldconfig. make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/slang-2.3.2' >>> pdmenu 1.3.6 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.pdmenu-1.3.6.tar.gz.xhh9sZ/output' 'https://git.joeyh.name/index.cgi/pdmenu.git/snapshot/pdmenu-1.3.6.tar.gz' --2022-06-04 13:38:32-- https://git.joeyh.name/index.cgi/pdmenu.git/snapshot/pdmenu-1.3.6.tar.gz Resolving git.joeyh.name (git.joeyh.name)... 66.228.36.95, 2600:3c03::f03c:91ff:fe73:b0d2 Connecting to git.joeyh.name (git.joeyh.name)|66.228.36.95|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.pdmenu-1.3.6.tar.gz.xhh9sZ/output' 0K .......... .......... .......... .......... .......... 396K 50K .......... .......... .......... .......... .......... 3.32M 100K .......... .......... .......... .......... .......... 1.49M 150K ...... 11.4M=0.2s 2022-06-04 13:38:32 (898 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.pdmenu-1.3.6.tar.gz.xhh9sZ/output' saved [160265] pdmenu-1.3.6.tar.gz: OK (sha256: dedd2a4a5719278b5e49041161990c2f20b5909818837542aaca01819f2c14eb) >>> pdmenu 1.3.6 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/pdmenu/pdmenu-1.3.6.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/pdmenu-1.3.6 -xf - >>> pdmenu 1.3.6 Patching Applying 0001-autoconf-makeinfo.in-link-with-INTLLIBS-if-needed.patch using patch: patching file autoconf/makeinfo.in Applying 0002-Makefile-autoconf-makeinfo.in-support-build-install-.patch using patch: patching file Makefile patching file autoconf/makeinfo.in >>> pdmenu 1.3.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/pdmenu-1.3.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pdmenu 1.3.6 Patching libtool >>> pdmenu 1.3.6 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/pdmenu-1.3.6/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-static, --enable-shared checking whether make sets $(MAKE)... yes checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking for strerror in -lcposix... no checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for an ANSI C-conforming const... 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 sys/param.h... 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 argz.h usability... no checking argz.h presence... no checking for argz.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.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 for unistd.h... (cached) yes checking for sys/param.h... (cached) 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... no checking for __argz_stringify... no checking for __argz_next... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking whether NLS is requested... no checking for bison... bison checking version of bison... 3.8.2, ok checking for mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking whether cc accepts -pipe... yes checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c checking if install -d works... yes checking for SLsig_block_signals in -lslang... yes checking for ANSI C header files... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking slang.h usability... yes checking slang.h presence... yes checking for slang.h... yes checking for an ANSI C-conforming const... (cached) yes checking return type of signal handlers... void checking for setenv... (cached) yes checking for getopt_long... yes checking for asprintf... yes checking whether to use gpm... (cached) yes checking gpm.h usability... no checking gpm.h presence... no checking for gpm.h... no checking for select... yes configure: WARNING: pdmenu will be built without GPM mouse support. checking for date... yes checking for GNU compatable date utility... found checking the date... June 04 2022 checking for gawk... gawk checking pdmenu's version... 1.3.6 checking for perl... perl checking the size of the tar file... about 923 kb configure: creating ./config.status config.status: creating makeinfo config.status: WARNING: 'autoconf/makeinfo.in' seems to ignore the --datarootdir setting config.status: creating doc/pdmenu.man config.status: creating doc/pdmenurc.man config.status: creating examples/pdmenurc config.status: creating examples/pdmenurc.monitor config.status: creating examples/pdmenurc.complex config.status: WARNING: examples/pdmenurc.complex contains a reference to the variable `datarootdir' which seems to be undefined. Please make sure it is defined config.status: creating examples/newbie/pdmenurc.newbie config.status: WARNING: examples/newbie/pdmenurc.newbie contains a reference to the variable `datarootdir' which seems to be undefined. Please make sure it is defined config.status: creating src/slang.h config.status: creating redhat/pdmenu.spec config.status: executing default-1 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-static, --enable-shared >>> pdmenu 1.3.6 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/pdmenu-1.3.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pdmenu-1.3.6' mv makeinfo makeinfo.bak awk '$0 ~ /^# DO NOT REMOVE THIS LINE/ { exit } { print }' \ < makeinfo.bak > makeinfo rm -f makeinfo.bak echo "# DO NOT REMOVE THIS LINE" >> makeinfo /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -MM src/actions.c src/pdstring.c src/error.c src/menu.c src/rc.c src/inputbox.c src/screen.c src/window.c src/pdgetline.c src/mouse.c src/pdmenu.c src/keyboard.c | sed 's!^\(.*\)\.o[ :]!src/\1.o:!' \ >> makeinfo touch .dep cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/actions.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/pdstring.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/error.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/menu.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/rc.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/inputbox.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/screen.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/window.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/pdgetline.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/mouse.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/pdmenu.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe cd src && /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c ../src/keyboard.c -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pdmenu src/actions.o src/pdstring.o src/error.o src/menu.o src/rc.o src/inputbox.o src/screen.o src/window.o src/pdgetline.o src/mouse.o src/pdmenu.o src/keyboard.o -DETCDIR=\"/etc/\" -DVER=\"1.3.6\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pdmenu\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DHAVE_LIBSLANG=1 -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_SLANG_H=1 -DRETSIGTYPE=void -DHAVE_SETENV=1 -DHAVE_GETOPT_LONG=1 -DHAVE_ASPRINTF=1 -DHAVE_SELECT=1 -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE -DLOCALEDIR=\"/usr/share/locale\" -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pipe -lslang make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pdmenu-1.3.6' >>> pdmenu 1.3.6 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 INSTALL_PREFIX=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/pdmenu-1.3.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pdmenu-1.3.6' /usr/bin/install -c -d /nvmedata/autobuild/instance-27/output-1/target//usr/bin \ /nvmedata/autobuild/instance-27/output-1/target//usr/share/man/man1 \ /nvmedata/autobuild/instance-27/output-1/target//usr/share/man/man5 \ /nvmedata/autobuild/instance-27/output-1/target//etc \ /nvmedata/autobuild/instance-27/output-1/target//usr/share/pdmenu /usr/bin/install -c pdmenu /nvmedata/autobuild/instance-27/output-1/target//usr/bin /usr/bin/install -c doc/pdmenu.man /nvmedata/autobuild/instance-27/output-1/target//usr/share/man/man1/pdmenu.1 -m 0644 /usr/bin/install -c doc/pdmenurc.man /nvmedata/autobuild/instance-27/output-1/target//usr/share/man/man5/pdmenurc.5 -m 0644 if [ -e /nvmedata/autobuild/instance-27/output-1/target//etc/pdmenurc ]; then \ echo "Backing up /nvmedata/autobuild/instance-27/output-1/target//etc/pdmenurc to /nvmedata/autobuild/instance-27/output-1/target//etc/pdmenurc.old .." ; \ cp /nvmedata/autobuild/instance-27/output-1/target//etc/pdmenurc /nvmedata/autobuild/instance-27/output-1/target//etc/pdmenurc.old ; \ fi /usr/bin/install -c examples/pdmenurc /nvmedata/autobuild/instance-27/output-1/target//etc/pdmenurc -m 0644 /usr/bin/install -c examples/showdir.pl /nvmedata/autobuild/instance-27/output-1/target//usr/share/pdmenu cd /nvmedata/autobuild/instance-27/output-1/target//usr/share/pdmenu && ln -s -f showdir.pl editdir.pl make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pdmenu-1.3.6' perl-5.34.1.tar.xz: OK (md5: 7d2ece7f50775ea1ff739831935a24bd) perl-5.34.1.tar.xz: OK (sha1: e7dbef3c1ea7caa73e2c705bba9e4bfb92ea98f0) perl-5.34.1.tar.xz: OK (sha256: 6d52cf833ff1af27bb5e986870a2c30cec73c044b41e3458cd991f94374039f7) >>> host-perl 5.34.1 Extracting xzcat /nvmedata/autobuild/instance-27/dl/perl/perl-5.34.1.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1 -xf - >>> host-perl 5.34.1 Patching >>> host-perl 5.34.1 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" HOSTCC='/usr/bin/gcc' ./Configure -des -Dprefix="/nvmedata/autobuild/instance-27/output-1/host" -Dcc="/usr/bin/gcc") First let's make sure your kit is complete. Checking... Locating common programs... Checking compatibility between /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_5 nonstopux sunos_4_0 aix_3 dynix irix_6 openbsd sunos_4_1 aix_4 dynixptx irix_6_0 opus super-ux altos486 epix irix_6_1 os2 svr4 amigaos esix4 isc os390 svr5 atheos fps isc_2 os400 ti1500 aux_3 freebsd linux-android posix-bc ultrix_4 bitrig freemint linux qnx umips bsdos gnu lynxos riscos unicos catamount gnukfreebsd midnightbsd sco unicosmk convexos gnuknetbsd minix sco_2_3_0 unisysdynix cxux greenhills mips sco_2_3_1 utekv cygwin haiku mirbsd sco_2_3_2 uwin darwin hpux mpc sco_2_3_3 vos dcosx i386 ncr_tower sco_2_3_4 dec_osf interix netbsd solaris_2 dos_djgpp irix_4 newsos4 stellar Which of these apply, if any? [linux] Operating system name? [linux] Operating system version? [5.13.0-44-generic] Installation prefix to use? (~name ok) [/nvmedata/autobuild/instance-27/output-1/host] AFS does not seem to be running... What installation prefix should I use for installing files? (~name ok) [/nvmedata/autobuild/instance-27/output-1/host] Build a threading Perl? [n] Build Perl for multiplicity? [n] Use which C compiler? [/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 /lib/x86_64-linux-gnu /lib] 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 -ldb -ldl -lm -lcrypt -lutil -lc] What optimizer/debugger flag should be used? [-O2] 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) [/nvmedata/autobuild/instance-27/output-1/host/bin] Use relocatable @INC? [n] Pathname where the private library files will reside? (~name ok) [/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1] Where do you want to put the public architecture-dependent libraries? (~name ok) [/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/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) [/nvmedata/autobuild/instance-27/output-1/host] Pathname for the site-specific library files? (~name ok) [/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1] 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) [/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/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 /usr/bin/gcc -c to compile shared library modules? [-fPIC] What command should be used to create dynamic libraries? [/usr/bin/gcc] Any special flags to pass to /usr/bin/gcc to create a dynamically loaded library? [-shared -O2 -L/usr/local/lib -fstack-protector-strong] Any special flags to pass to /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) [/nvmedata/autobuild/instance-27/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) [/nvmedata/autobuild/instance-27/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 "james-x399". Right? [y] What is your domain name? [.(none)] What is your e-mail address? [autobuild@james-x399.(none)] Perl administrator e-mail address [autobuild@james-x399.(none)] 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 #!)? [/nvmedata/autobuild/instance-27/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) [/nvmedata/autobuild/instance-27/output-1/host/bin] Pathname where the add-on public executables should be installed? (~name ok) [/nvmedata/autobuild/instance-27/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) [/nvmedata/autobuild/instance-27/output-1/host/share/man/man1] Pathname where the site-specific library manual pages should be installed? (~name ok) [/nvmedata/autobuild/instance-27/output-1/host/share/man/man3] Pathname where add-on public executable scripts should be installed? (~name ok) [/nvmedata/autobuild/instance-27/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. 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. 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. localeconv_l() NOT 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. Choosing the C types to be used for Perl's internal types... Checking how many bits of your UVs your NVs can preserve... 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. 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.UTF8 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. symlink() found. syscall() found. sysconf() found. system() found. tcgetpgrp() found. tcsetpgrp() found. tgamma() found. Since threads aren't selected, we won't bother looking for nl_langinfo_l() 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. found. Checking Berkeley DB version ... Looks OK. Checking return type needed for hash for Berkeley DB ... Checking return type needed for prefix for Berkeley DB ... 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 /usr/bin/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_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] NOT 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 You seem to have -D_FORTIFY_SOURCE already, not adding it. 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 DB_File 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=c89. cflags.SH: Adding -Werror=pointer-arith. cflags.SH: Adding -Wextra. cflags.SH: Adding -Wc++-compat. cflags.SH: Adding -Wwrite-strings. cflags.SH: Adding -Werror=declaration-after-statement. cflags.SH: cc = /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 cflags.SH: stdflags = -std=c89 cflags.SH: optimize = -O2 cflags.SH: warn = -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement Extracting cflags (with variable substitutions) Not re-extracting config.h Extracting makedepend (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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1' /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement generate_uudmap.c /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1' rm -f opmini.c /bin/ln -s op.c opmini.c rm -f perlmini.c /bin/ln -s perl.c perlmini.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 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 | tr ' ' '\n' >.clist make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1' Finding dependencies for av.o Finding dependencies for scope.o Finding dependencies for op.o Finding dependencies for doop.o Finding dependencies for doio.o Finding dependencies for dump.o Finding dependencies for gv.o Finding dependencies for hv.o Finding dependencies for mg.o Finding dependencies for reentr.o Finding dependencies for mro_core.o Finding dependencies for perl.o Finding dependencies for perly.o Finding dependencies for pp.o Finding dependencies for pp_hot.o Finding dependencies for pp_ctl.o Finding dependencies for pp_sys.o Finding dependencies for regcomp.o Finding dependencies for regexec.o Finding dependencies for utf8.o Finding dependencies for sv.o Finding dependencies for taint.o Finding dependencies for toke.o Finding dependencies for util.o Finding dependencies for deb.o Finding dependencies for run.o Finding dependencies for universal.o Finding dependencies for pad.o Finding dependencies for globals.o Finding dependencies for keywords.o Finding dependencies for perlio.o Finding dependencies for numeric.o Finding dependencies for mathoms.o Finding dependencies for locale.o Finding dependencies for pp_pack.o Finding dependencies for pp_sort.o Finding dependencies for caretx.o Finding dependencies for dquote.o Finding dependencies for time64.o Finding dependencies for miniperlmain.o Finding dependencies for opmini.o Finding dependencies for perlmini.o Updating makefile... make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1' 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.34.1 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1' echo @`sh cflags "optimize='-O2'" opmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c @/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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c echo @`sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c @/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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement gv.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement toke.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement perly.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement pad.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement regcomp.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement dump.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement util.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement mg.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement reentr.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement mro_core.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement keywords.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement hv.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement av.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement run.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement pp_hot.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement sv.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement pp.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement scope.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement pp_ctl.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement pp_sys.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement doop.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement doio.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement regexec.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement utf8.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement taint.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement deb.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement universal.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement globals.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement perlio.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement numeric.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement mathoms.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement locale.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement pp_pack.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement pp_sort.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement caretx.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement dquote.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement time64.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement miniperlmain.c /usr/bin/gcc -fstack-protector-strong -L/usr/local/lib -o miniperl \ opmini.o perlmini.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.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 universal.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/perl5341delta.pod /bin/ln -s perldelta.pod pod/perl5341delta.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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Archive::Tar make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Archive-Tar' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Archive-Tar' ./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/AutoLoader directly ./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for CPAN make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/CPAN' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/CPAN' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for CPAN::Meta make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/CPAN-Meta' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/CPAN-Meta' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Digest directly ./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Dumpvalue directly ./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Env directly ./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Errno make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Errno' "../../miniperl" "-I../../lib" Errno_pm.PL Errno.pm make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Errno' ./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for ExtUtils::MakeMaker make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/ExtUtils-MakeMaker' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/ExtUtils-MakeMaker' ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="/usr/bin/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/ExtUtils-Manifest' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/ExtUtils-Manifest' ./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/ExtUtils-ParseXS' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/ExtUtils-ParseXS' ./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for HTTP::Tiny make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/HTTP-Tiny' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/HTTP-Tiny' ./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for lib make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/lib' "../../miniperl" "-I../../lib" lib_pm.PL lib.pm Extracting lib.pm (with variable substitutions) make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/lib' ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for IO::Compress make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IO-Compress' cp bin/streamzip blib/script/streamzip /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IO-Compress/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/streamzip cp bin/zipdetails blib/script/zipdetails /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IO-Compress/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IO-Compress' ./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for JSON::PP make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/JSON-PP' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/JSON-PP' ./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Module::CoreList make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Module-CoreList' cp corelist blib/script/corelist /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Module-CoreList/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/corelist make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Module-CoreList' ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Module::Metadata make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Module-Metadata' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Module-Metadata' ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Checker make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Checker' "../../miniperl" "-I../../lib" "-I../../lib" podchecker.PL podchecker Extracting podchecker (with variable substitutions) cp podchecker blib/script/podchecker /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Checker/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podchecker make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Checker' ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for if make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/if' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/if' ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Functions make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Pod-Functions' "../../miniperl" "-I../../lib" Functions_pm.PL ../../pod/perlfunc.pod make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Pod-Functions' ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Html make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Pod-Html' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Pod-Html' ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Perldoc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Perldoc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Perldoc' ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Usage make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Usage' "../../miniperl" "-I../../lib" "-I../../lib" pod2usage.PL pod2usage Extracting pod2usage (with variable substitutions) cp pod2usage blib/script/pod2usage /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Usage/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2usage make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Usage' ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Term::Cap make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Term-Cap' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Term-Cap' ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Test::Harness make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Test-Harness' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Test-Harness' ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for XSLoader make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/XSLoader' "../../miniperl" "-I../../lib" XSLoader_pm.PL XSLoader.pm make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/XSLoader' ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/autodie directly ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/autouse directly ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for base make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/base' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/base' ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/bignum directly ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/experimental directly ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Net make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/libnet' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/libnet' ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/parent directly ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/perlfaq directly ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man cp scripts/pod2text blib/script/pod2text /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2text Manifying 2 pod documents make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/podlators' ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="/usr/bin/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 /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement perlmain.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement op.c /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 -std=c89 -O2 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement perl.c ./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= Generating a Unix-style Makefile Writing Makefile for DynaLoader make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" "-I../.." -DLIBC="libc-2.31.so" DynaLoader.c rm -rf ../../DynaLoader.o cp DynaLoader.o ../../DynaLoader.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/DynaLoader' rm -f libperl.a /usr/bin/ar rc libperl.a op.o perl.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.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 universal.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 /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 "/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 "/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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/IO installing ppport.h for dist/Storable removing temporary file PPPort.pm removing temporary file ppport.h ./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for B make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/B' Running Mkbootstrap for B () chmod 644 "B.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/B/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.82\" -DXS_VERSION=\"1.82\" -fPIC "-I../.." B.c rm -f ../../lib/auto/B/B.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/B' ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Compress::Raw::Bzip2 make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Compress-Raw-Bzip2' Running Mkbootstrap for Bzip2 () chmod 644 "Bzip2.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Compress-Raw-Bzip2/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO randtable.c rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Compress-Raw-Bzip2' ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="/usr/bin/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Compress-Raw-Zlib' Running Mkbootstrap for Zlib () chmod 644 "Zlib.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Compress-Raw-Zlib/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 zutil.c rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Compress-Raw-Zlib' ./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Cwd make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/PathTools' Running Mkbootstrap for Cwd () chmod 644 "Cwd.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"3.80\" -DXS_VERSION=\"3.80\" -fPIC "-I../.." -DDOUBLE_SLASHES_SPECIAL=0 -DNO_PPPORT_H Cwd.c rm -f ../../lib/auto/Cwd/Cwd.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/PathTools' ./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Parsing config.in... Looks Good. Generating a Unix-style Makefile Writing Makefile for DB_File make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/DB_File' Running Mkbootstrap for DB_File () chmod 644 "DB_File.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/DB_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DB_File.bs ../../lib/auto/DB_File/DB_File.bs 644 /usr/bin/gcc -c -I/usr/local/BerkeleyDB/include -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.855\" -DXS_VERSION=\"1.855\" -fPIC "-I../.." -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t version.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/DB_File/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/DB_File/typemap' DB_File.xs > DB_File.xsc mv DB_File.xsc DB_File.c /usr/bin/gcc -c -I/usr/local/BerkeleyDB/include -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.855\" -DXS_VERSION=\"1.855\" -fPIC "-I../.." -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t DB_File.c rm -f ../../lib/auto/DB_File/DB_File.so LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong version.o DB_File.o -o ../../lib/auto/DB_File/DB_File.so \ -ldb \ chmod 755 ../../lib/auto/DB_File/DB_File.so make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/DB_File' ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Data::Dumper make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Data-Dumper' Running Mkbootstrap for Dumper () chmod 644 "Dumper.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.179\" -DXS_VERSION=\"2.179\" -fPIC "-I../.." Dumper.c rm -f ../../lib/auto/Data/Dumper/Dumper.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Data-Dumper' ./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="/usr/bin/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Devel-PPPort/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"3.62\" -DXS_VERSION=\"3.62\" -fPIC "-I../.." -W -Wall -Wdeclaration-after-statement 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"3.62\" -DXS_VERSION=\"3.62\" -fPIC "-I../.." -W -Wall -Wdeclaration-after-statement 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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"3.62\" -DXS_VERSION=\"3.62\" -fPIC "-I../.." -W -Wall -Wdeclaration-after-statement module3.c rm -f ../../lib/auto/Devel/PPPort/PPPort.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Devel-PPPort' ./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Devel::Peek make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Devel-Peek' Running Mkbootstrap for Peek () chmod 644 "Peek.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.30\" -DXS_VERSION=\"1.30\" -fPIC "-I../.." Peek.c rm -f ../../lib/auto/Devel/Peek/Peek.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Devel-Peek' ./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Digest::MD5 make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-MD5' Running Mkbootstrap for MD5 () chmod 644 "MD5.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-MD5/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.58\" -DXS_VERSION=\"2.58\" -fPIC "-I../.." MD5.c rm -f ../../lib/auto/Digest/MD5/MD5.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-MD5' ./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Digest::SHA make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-SHA' Running Mkbootstrap for SHA () chmod 644 "SHA.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-SHA/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"6.02\" -DXS_VERSION=\"6.02\" -fPIC "-I../.." SHA.c rm -f ../../lib/auto/Digest/SHA/SHA.so /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 /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-SHA' ./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Encode make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Byte' Running Mkbootstrap for Byte () chmod 644 "Byte.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 322 | static const encpage_t utf8_viscii[]; | ^~~~~~~~~~~ rm -f ../../../lib/auto/Encode/Byte/Byte.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Byte' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/CN' Running Mkbootstrap for CN () chmod 644 "CN.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_cp936[]; | ^~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_euc_cn[]; | ^~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_gb12345_raw[]; | ^~~~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_gb2312_raw[]; | ^~~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_iso_ir_165[]; | ^~~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_MacChineseSimp[]; | ^~~~~~~~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/CN/CN.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/CN' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/EBCDIC' Running Mkbootstrap for EBCDIC () chmod 644 "EBCDIC.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 37 | static const encpage_t utf8_posix_bc[]; | ^~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/EBCDIC' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/JP' Running Mkbootstrap for JP () chmod 644 "JP.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_cp932[]; | ^~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_euc_jp[]; | ^~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-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' was here 12 | static const encpage_t utf8_jis0201_raw[]; | ^~~~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_jis0208_raw[]; | ^~~~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_jis0212_raw[]; | ^~~~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_MacJapanese[]; | ^~~~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_shiftjis[]; | ^~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/JP/JP.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/JP' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/KR' Running Mkbootstrap for KR () chmod 644 "KR.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_cp949[]; | ^~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_euc_kr[]; | ^~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_johab[]; | ^~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_ksc5601_raw[]; | ^~~~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_MacKorean[]; | ^~~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/KR/KR.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/KR' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Symbol' Running Mkbootstrap for Symbol () chmod 644 "Symbol.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 37 | static const encpage_t utf8_symbol[]; | ^~~~~~~~~~~ rm -f ../../../lib/auto/Encode/Symbol/Symbol.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Symbol' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/TW' Running Mkbootstrap for TW () chmod 644 "TW.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_big5_eten[]; | ^~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_big5_hkscs[]; | ^~~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_cp950[]; | ^~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_MacChineseTrad[]; | ^~~~~~~~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/TW/TW.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/TW' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Unicode' Running Mkbootstrap for Unicode () chmod 644 "Unicode.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.18\" -DXS_VERSION=\"2.18\" -fPIC "-I../../.." Unicode.c rm -f ../../../lib/auto/Encode/Unicode/Unicode.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Unicode' Running Mkbootstrap for Encode () chmod 644 "Encode.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"3.08_01\" -DXS_VERSION=\"3.08_01\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"3.08_01\" -DXS_VERSION=\"3.08_01\" -fPIC "-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' was here 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' was here 17 | static const encpage_t utf8_iso_8859_1[]; | ^~~~~~~~~~~~~~~ /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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"3.08_01\" -DXS_VERSION=\"3.08_01\" -fPIC "-I../.." encengine.c rm -f ../../lib/auto/Encode/Encode.so /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 /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs cp bin/encguess blib/script/encguess /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess cp bin/piconv blib/script/piconv /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode' ./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Fcntl make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Fcntl' Running Mkbootstrap for Fcntl () chmod 644 "Fcntl.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." Fcntl.c rm -f ../../lib/auto/Fcntl/Fcntl.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Fcntl' ./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for File::DosGlob make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/File-DosGlob' Running Mkbootstrap for DosGlob () chmod 644 "DosGlob.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC "-I../.." DosGlob.c rm -f ../../lib/auto/File/DosGlob/DosGlob.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/File-DosGlob' ./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for File::Glob make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/File-Glob' Running Mkbootstrap for Glob () chmod 644 "Glob.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.33\" -DXS_VERSION=\"1.33\" -fPIC "-I../.." bsd_glob.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.33\" -DXS_VERSION=\"1.33\" -fPIC "-I../.." Glob.c rm -f ../../lib/auto/File/Glob/Glob.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/File-Glob' ./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Filter::Util::Call make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Filter-Util-Call' Running Mkbootstrap for Call () chmod 644 "Call.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.60\" -DXS_VERSION=\"1.60\" -fPIC "-I../.." Call.c rm -f ../../lib/auto/Filter/Util/Call/Call.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Filter-Util-Call' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Hash::Util make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Hash-Util' Running Mkbootstrap for Util () chmod 644 "Util.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I../.." -DPERL_EXT Util.c rm -f ../../lib/auto/Hash/Util/Util.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Hash-Util' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Hash::Util::FieldHash make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Hash-Util-FieldHash' Running Mkbootstrap for FieldHash () chmod 644 "FieldHash.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.21\" -DXS_VERSION=\"1.21\" -fPIC "-I../.." FieldHash.c rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Hash-Util-FieldHash' ./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for I18N::Langinfo make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/I18N-Langinfo' Running Mkbootstrap for Langinfo () chmod 644 "Langinfo.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC "-I../.." Langinfo.c rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/I18N-Langinfo' ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for IO make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/IO' Running Mkbootstrap for IO () chmod 644 "IO.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.46\" -DXS_VERSION=\"1.46\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.46\" -DXS_VERSION=\"1.46\" -fPIC "-I../.." poll.c rm -f ../../lib/auto/IO/IO.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/IO' ./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Setting license tag... Generating a Unix-style Makefile Writing Makefile for IPC::SysV make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IPC-SysV' Running Mkbootstrap for SysV () chmod 644 "SysV.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IPC-SysV' "../../miniperl" -I../../lib -I../../lib regen.pl Writing const-xs.inc Writing const-c.inc make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IPC-SysV' "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IPC-SysV/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fPIC "-I../.." -DNO_PPPORT_H SysV.c rm -f ../../lib/auto/IPC/SysV/SysV.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IPC-SysV' ./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for List::Util make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Scalar-List-Utils' Running Mkbootstrap for Util () chmod 644 "Util.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.55\" -DXS_VERSION=\"1.55\" -fPIC "-I../.." -DPERL_EXT ListUtil.c rm -f ../../lib/auto/List/Util/Util.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Scalar-List-Utils' ./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for MIME::Base64 make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/MIME-Base64' Running Mkbootstrap for Base64 () chmod 644 "Base64.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"3.16\" -DXS_VERSION=\"3.16\" -fPIC "-I../.." Base64.c rm -f ../../lib/auto/MIME/Base64/Base64.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/MIME-Base64' ./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Math::BigInt::FastCalc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Math-BigInt-FastCalc' Running Mkbootstrap for FastCalc () chmod 644 "FastCalc.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.5009\" -DXS_VERSION=\"0.5009\" -fPIC "-I../.." FastCalc.c rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Math-BigInt-FastCalc' ./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Opcode make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Opcode' Running Mkbootstrap for Opcode () chmod 644 "Opcode.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I../.." Opcode.c rm -f ../../lib/auto/Opcode/Opcode.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Opcode' ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="/usr/bin/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/POSIX' Running Mkbootstrap for POSIX () chmod 644 "POSIX.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/POSIX/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.97\" -DXS_VERSION=\"1.97\" -fPIC "-I../.." POSIX.c rm -f ../../lib/auto/POSIX/POSIX.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/POSIX' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for PerlIO::encoding make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-encoding' Running Mkbootstrap for encoding () chmod 644 "encoding.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" -fPIC "-I../.." encoding.c rm -f ../../lib/auto/PerlIO/encoding/encoding.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-encoding' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for PerlIO::mmap make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-mmap' Running Mkbootstrap for mmap () chmod 644 "mmap.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.017\" -DXS_VERSION=\"0.017\" -fPIC "-I../.." mmap.c rm -f ../../lib/auto/PerlIO/mmap/mmap.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-mmap' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for PerlIO::scalar make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-scalar' Running Mkbootstrap for scalar () chmod 644 "scalar.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.31\" -DXS_VERSION=\"0.31\" -fPIC "-I../.." scalar.c rm -f ../../lib/auto/PerlIO/scalar/scalar.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-scalar' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for PerlIO::via make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-via' Running Mkbootstrap for via () chmod 644 "via.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I../.." via.c rm -f ../../lib/auto/PerlIO/via/via.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-via' ./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for SDBM_File make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/SDBM_File' Running Mkbootstrap for SDBM_File () chmod 644 "SDBM_File.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/SDBM_File/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC "-I../.." -DSDBM -DDUFF sdbm.c rm -f ../../lib/auto/SDBM_File/SDBM_File.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/SDBM_File' ./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Socket make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Socket' Running Mkbootstrap for Socket () chmod 644 "Socket.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Socket/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.031\" -DXS_VERSION=\"2.031\" -fPIC "-I../.." Socket.c rm -f ../../lib/auto/Socket/Socket.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Socket' ./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Storable make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Storable' Running Mkbootstrap for Storable () chmod 644 "Storable.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"3.23\" -DXS_VERSION=\"3.23\" -fPIC "-I../.." Storable.c rm -f ../../lib/auto/Storable/Storable.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Storable' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Sys::Hostname make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Sys-Hostname' Running Mkbootstrap for Hostname () chmod 644 "Hostname.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.23\" -DXS_VERSION=\"1.23\" -fPIC "-I../.." Hostname.c rm -f ../../lib/auto/Sys/Hostname/Hostname.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Sys-Hostname' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Sys::Syslog make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Sys-Syslog' Running Mkbootstrap for Syslog () chmod 644 "Syslog.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.36\" -DXS_VERSION=\"0.36\" -fPIC "-I../.." Syslog.c rm -f ../../lib/auto/Sys/Syslog/Syslog.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Sys-Syslog' ./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="/usr/bin/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Time-HiRes' Running Mkbootstrap for HiRes () chmod 644 "HiRes.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Time-HiRes/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.9767\" -DXS_VERSION=\"1.9767\" -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" /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Time-HiRes' ./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Time::Piece make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Time-Piece' Running Mkbootstrap for Piece () chmod 644 "Piece.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.3401\" -DXS_VERSION=\"1.3401\" -fPIC "-I../.." Piece.c rm -f ../../lib/auto/Time/Piece/Piece.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Time-Piece' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="/usr/bin/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Unicode-Collate' Running Mkbootstrap for Collate () chmod 644 "Collate.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.29\" -DXS_VERSION=\"1.29\" -fPIC "-I../.." Collate.c rm -f ../../lib/auto/Unicode/Collate/Collate.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Unicode-Collate' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="/usr/bin/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Unicode-Normalize' Running Mkbootstrap for Normalize () chmod 644 "Normalize.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.28\" -DXS_VERSION=\"1.28\" -fPIC "-I../.." Normalize.c rm -f ../../lib/auto/Unicode/Normalize/Normalize.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Unicode-Normalize' ./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for XS::APItest make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-APItest' Running Mkbootstrap for APItest () Writing APItest.bs chmod 644 "APItest.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I../.." APItest.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I../.." XSUB-undef-XS_VERSION.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -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 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -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 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -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 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I../.." notcore.c rm -f ../../lib/auto/XS/APItest/APItest.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-APItest' ./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for XS::Typemap make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-Typemap' Running Mkbootstrap for Typemap () chmod 644 "Typemap.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I../.." stdio.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I../.." Typemap.c rm -f ../../lib/auto/XS/Typemap/Typemap.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-Typemap' ./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for attributes make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/attributes' Running Mkbootstrap for attributes () chmod 644 "attributes.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.33\" -DXS_VERSION=\"0.33\" -fPIC "-I../.." attributes.c rm -f ../../lib/auto/attributes/attributes.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/attributes' ./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for mro make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/mro' Running Mkbootstrap for mro () chmod 644 "mro.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.25_001\" -DXS_VERSION=\"1.25_001\" -fPIC "-I../.." mro.c rm -f ../../lib/auto/mro/mro.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/mro' ./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for re make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/re' Running Mkbootstrap for re () chmod 644 "re.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.41\" -DXS_VERSION=\"0.41\" -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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.41\" -DXS_VERSION=\"0.41\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"0.41\" -DXS_VERSION=\"0.41\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c rm -f ../../lib/auto/re/re.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/re' ./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for threads make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/threads' Running Mkbootstrap for threads () chmod 644 "threads.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"2.26\" -DXS_VERSION=\"2.26\" -fPIC "-I../.." threads.c rm -f ../../lib/auto/threads/threads.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/threads' ./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for threads::shared make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/threads-shared' Running Mkbootstrap for shared () chmod 644 "shared.bs" /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -O2 -DVERSION=\"1.62\" -DXS_VERSION=\"1.62\" -fPIC "-I../.." shared.c rm -f ../../lib/auto/threads/shared/shared.so /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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/utils' Everything is up to date. Type '/usr/bin/make test' to run test suite. make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1' >>> host-perl 5.34.1 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1 INSTALL_DEPENDENCE='' install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1' ./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Archive-Tar' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Archive-Tar' ./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/AutoLoader directly ./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/CPAN' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/CPAN' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/CPAN-Meta' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/CPAN-Meta' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Digest directly ./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Dumpvalue directly ./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Env directly ./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Errno' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Errno' ./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/ExtUtils-MakeMaker' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/ExtUtils-MakeMaker' ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/ExtUtils-Manifest' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/ExtUtils-Manifest' ./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/ExtUtils-ParseXS' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/ExtUtils-ParseXS' ./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/HTTP-Tiny' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/HTTP-Tiny' ./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/lib' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/lib' ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IO-Compress' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IO-Compress' ./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/JSON-PP' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/JSON-PP' ./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Module-CoreList' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Module-CoreList' ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Module-Metadata' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Module-Metadata' ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Checker' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Checker' ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/if' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/if' ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Pod-Functions' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Pod-Functions' ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Pod-Html' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Pod-Html' ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Perldoc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Perldoc' ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Usage' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Pod-Usage' ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Term-Cap' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Term-Cap' ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Test-Harness' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Test-Harness' ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/XSLoader' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/XSLoader' ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/autodie directly ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/autouse directly ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/base' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/base' ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/bignum directly ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="/usr/bin/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="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/experimental directly ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/libnet' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/libnet' ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/parent directly ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/perlfaq directly ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/podlators' Manifying 2 pod documents make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/podlators' ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="/usr/bin/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="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/DynaLoader' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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/IO is up-to-date ppport.h in dist/Storable is up-to-date ./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/B' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/B/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/B' ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Compress-Raw-Bzip2' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Compress-Raw-Bzip2' ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Compress-Raw-Zlib' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Compress-Raw-Zlib' ./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/PathTools' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/PathTools/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/PathTools' ./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/DB_File' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/DB_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DB_File.bs ../../lib/auto/DB_File/DB_File.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/DB_File' ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Data-Dumper' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Data-Dumper' ./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Devel-PPPort' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Devel-PPPort' ./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Devel-Peek' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Devel-Peek' ./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-MD5' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-MD5' ./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-SHA' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Digest-SHA' ./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Byte' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Byte' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/CN' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/CN' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/EBCDIC' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/EBCDIC' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/JP' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/JP' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/KR' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/KR' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Symbol' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Symbol' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/TW' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/TW' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Unicode' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/Unicode' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Encode' ./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Fcntl' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Fcntl/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Fcntl' ./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/File-DosGlob' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/File-DosGlob' ./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/File-Glob' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/File-Glob' ./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Filter-Util-Call' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Filter-Util-Call' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Hash-Util' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Hash-Util' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Hash-Util-FieldHash' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Hash-Util-FieldHash' ./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/I18N-Langinfo' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/I18N-Langinfo' ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/IO' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/IO/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/IO' ./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IPC-SysV' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/IPC-SysV' ./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Scalar-List-Utils' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Scalar-List-Utils' ./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/MIME-Base64' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/MIME-Base64' ./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Math-BigInt-FastCalc' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Math-BigInt-FastCalc' ./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Opcode' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Opcode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Opcode' ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/POSIX' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/POSIX/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/POSIX' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-encoding' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-encoding' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-mmap' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-mmap' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-scalar' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-scalar' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-via' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/PerlIO-via' ./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/SDBM_File' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/SDBM_File' ./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Socket' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Socket/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Socket' ./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Storable' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Storable/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Storable' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Sys-Hostname' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/Sys-Hostname' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Sys-Syslog' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Sys-Syslog' ./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Time-HiRes' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Time-HiRes' ./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Time-Piece' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Time-Piece' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Unicode-Collate' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/cpan/Unicode-Collate' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Unicode-Normalize' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/Unicode-Normalize' ./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-APItest' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-APItest' ./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-Typemap' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/XS-Typemap' ./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/attributes' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/attributes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/attributes' ./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/mro' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/mro/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/mro' ./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/re' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/re/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/ext/re' ./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/threads' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/threads/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/threads' ./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/threads-shared' /nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/dist/threads-shared' Making utilities make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/utils' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1/utils' Everything is up to date. Type '/usr/bin/make test' to run test suite. ./perl -Ilib -I. installperl --destdir= WARNING: You've never run 'make test' or some tests failed! (Installing anyway.) /nvmedata/autobuild/instance-27/output-1/host/bin/perl5.34.1 /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/dumpvar.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/DBM_Filter.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/deprecate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Config_heavy.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/bytes_heavy.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/re.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/locale.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/DB_File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/ops.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/AutoSplit.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/perlfaq.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/sort.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/base.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/FileHandle.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/SDBM_File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/perl5db.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/sigtrap.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/B.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/integer.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Symbol.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/mro.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/version.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/English.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/fields.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/_charnames.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/SelectSaver.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/warnings.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/DirHandle.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/strict.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Cwd.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/SelfLoader.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/open.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ok.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Memoize.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Thread.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/blib.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/DB.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/vmsish.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/bignum.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/lib.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/less.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/version.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Env.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Dumpvalue.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Errno.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/AnyDBM_File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Benchmark.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/POSIX.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/diagnostics.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/bytes.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/POSIX.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Fatal.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/autouse.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/meta_notation.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/O.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Exporter.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Config.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Opcode.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/bigrat.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/DynaLoader.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Carp.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/subs.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Fcntl.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/threads.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/overload.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/overloading.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/constant.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Config_git.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/XSLoader.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/encoding.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/feature.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Safe.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/FileCache.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Storable.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/vars.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Config.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/filetest.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/autodie.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Internals.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/parent.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/charnames.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/bigint.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/AutoLoader.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/attributes.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Digest.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Socket.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/UNIVERSAL.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/FindBin.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CORE.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/if.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/NEXT.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/utf8.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/PerlIO.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/experimental.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Math/BigRat.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Math/BigFloat.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Math/Complex.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Math/Trig.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Math/BigInt.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Math/BigFloat/Trace.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Math/BigInt/Trace.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Math/BigInt/FastCalc.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Math/BigInt/Lib.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Math/BigInt/Calc.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Harness.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/More.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Tester.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Builder.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Tutorial.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Simple.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Tester/Capture.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Tester/CaptureRunner.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Tester/Delegate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/use/ok.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Builder/Module.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Builder/Tester.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Builder/Formatter.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Builder/TodoDiag.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Builder/IO/Scalar.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test/Builder/Tester/Color.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Glob.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/DosGlob.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/File/GlobMapper.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/File/Copy.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/File/Temp.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/File/Find.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Spec.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/File/Basename.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/File/Compare.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/File/stat.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/File/Path.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/File/Fetch.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Spec/Functions.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Spec/Cygwin.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Spec/VMS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Spec/Win32.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Spec/OS2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Spec/Mac.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Spec/Epoc.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Spec/Unix.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/File/Spec/AmigaOS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Text/Tabs.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Text/Abbrev.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Text/Balanced.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Text/ParseWords.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Text/Wrap.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Params/Check.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/JSON/PP.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/JSON/PP/Boolean.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/App/Prove.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/App/Cpan.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/App/Prove/State.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/App/Prove/State/Result.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/App/Prove/State/Result/Test.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO/Select.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Zlib.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO/Pipe.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO/Seekable.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO/Handle.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO/Poll.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO/File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO/Socket.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO/Dir.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO/Socket/INET.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IO/Socket/UNIX.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Socket/IP.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/Inflate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/Bunzip2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/AnyUncompress.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/Base.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/Gunzip.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/Unzip.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/AnyInflate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/RawInflate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/Adapter/Inflate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/Adapter/Bunzip2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Uncompress/Adapter/Identity.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Gzip.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Deflate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/RawDeflate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Base.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/FAQ.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Bzip2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Zip.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Zip/Constants.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Base/Common.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Gzip/Constants.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Adapter/Deflate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Adapter/Bzip2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Adapter/Identity.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Zlib/Constants.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IO/Compress/Zlib/Extra.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Tie/Scalar.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Tie/Hash.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Tie/RefHash.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Tie/SubstrHash.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Tie/Memoize.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Tie/Handle.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Tie/Array.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Tie/File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Tie/StdHandle.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Tie/Hash/NamedCapture.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Parse/CPAN/Meta.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/SMTP.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/FTP.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/hostent.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/Time.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/POP3.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/Domain.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/Netrc.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/servent.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/Cmd.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/netent.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/libnetFAQ.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/protoent.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/Config.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/NNTP.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/Ping.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/FTP/dataconn.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/FTP/I.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/FTP/L.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/FTP/E.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Net/FTP/A.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IPC/Open2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IPC/Msg.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IPC/SysV.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IPC/SharedMem.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IPC/Cmd.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/IPC/Semaphore.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/IPC/Open3.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/encoding/warnings.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/FirstTime.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Prompt.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/FTP.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Author.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Module.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Debug.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/CacheMgr.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Distroprefs.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Queue.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/InfoObj.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/DeferredCode.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Distrostatus.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Complete.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Nox.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Tarzip.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Bundle.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Shell.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Index.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Version.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Mirrors.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/URL.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Distribution.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Kwalify.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Plugin.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/HandleConfig.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/FTP/netrc.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Plugin/Specfile.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/HTTP/Client.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/HTTP/Credentials.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Kwalify/distroprefs.yml /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Kwalify/distroprefs.dd /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/API/HOWTO.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/LWP/UserAgent.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Exception/yaml_process_error.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Exception/RecursiveDependency.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Exception/yaml_not_installed.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Exception/blocked_urllist.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/Validator.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/Requirements.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/Converter.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/Merge.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/Spec.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/Feature.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/Prereqs.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/History.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/YAML.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_0.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_4.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_1.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_3.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_2.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Archive/Tar.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Archive/Tar/File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Archive/Tar/Constant.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Search/Dict.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Class/Struct.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Math/BigInt/FastCalc/FastCalc.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/File/Glob/Glob.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/File/DosGlob/DosGlob.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Socket/Socket.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/IO/IO.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Fcntl/Fcntl.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/IPC/SysV/SysV.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Opcode/Opcode.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Data/Dumper/Dumper.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/B/B.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/SDBM_File/SDBM_File.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Sys/Hostname/Hostname.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Sys/Syslog/Syslog.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Devel/Peek/Peek.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/re/re.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/POSIX/POSIX.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/MIME/Base64/Base64.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Filter/Util/Call/Call.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Time/Piece/Piece.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Time/HiRes/HiRes.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/DB_File/DB_File.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/attributes/attributes.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/List/Util/Util.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/PerlIO/encoding/encoding.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/PerlIO/mmap/mmap.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/PerlIO/scalar/scalar.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/PerlIO/via/via.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/threads/threads.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/threads/shared/shared.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Encode/Encode.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Encode/Symbol/Symbol.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Encode/KR/KR.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Encode/Byte/Byte.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Encode/TW/TW.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Encode/JP/JP.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Encode/CN/CN.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Encode/EBCDIC/EBCDIC.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Encode/Unicode/Unicode.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Cwd/Cwd.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/mro/mro.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Unicode/Normalize/Normalize.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Unicode/Collate/Collate.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/I18N/Langinfo/Langinfo.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Hash/Util/Util.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Hash/Util/FieldHash/FieldHash.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Compress/Raw/Bzip2/Bzip2.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Compress/Raw/Zlib/Zlib.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Digest/SHA/SHA.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Digest/MD5/MD5.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/auto/Storable/Storable.so /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/HTTP/Tiny.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Data/Dumper.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Term/Cap.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Term/ReadLine.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Term/Complete.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Term/ANSIColor.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/B/Op_private.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/B/Showlex.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/B/Terse.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/B/Concise.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/B/Xref.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/B/Deparse.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Object.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Harness.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Base.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Formatter/Session.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Formatter/Base.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Formatter/Color.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Formatter/File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Formatter/Console.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Formatter/File/Session.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Formatter/Console/Session.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Formatter/Console/ParallelSession.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Iterator.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Aggregator.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Source.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Grammar.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/ResultFactory.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/IteratorFactory.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Scheduler.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Result.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/SourceHandler.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Multiplexer.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Iterator/Stream.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Iterator/Array.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Iterator/Process.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/SourceHandler/Executable.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/SourceHandler/Handle.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/SourceHandler/RawTAP.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/SourceHandler/File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/SourceHandler/Perl.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/YAMLish/Writer.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/YAMLish/Reader.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Scheduler/Spinner.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Scheduler/Job.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Result/Comment.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Result/Pragma.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Result/Plan.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Result/Bailout.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Result/Version.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Result/YAML.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Result/Unknown.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Parser/Result/Test.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Harness/Env.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/TAP/Harness/Beyond.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Sys/Syslog.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Sys/Hostname.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Devel/SelfStubber.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Devel/Peek.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Devel/PPPort.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/DBM_Filter/encode.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/DBM_Filter/int32.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/DBM_Filter/null.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/DBM_Filter/utf8.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/DBM_Filter/compress.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/autodie/hints.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/autodie/exception.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/autodie/skip.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/autodie/Util.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/autodie/exception/system.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/autodie/Scope/Guard.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/autodie/Scope/GuardStack.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Scalar/Util.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/MIME/Base64.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/MIME/QuotedPrint.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Filter/Simple.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Filter/Util/Call.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Time/Seconds.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Time/localtime.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Time/Local.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Time/HiRes.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Time/Piece.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Time/gmtime.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Time/tm.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Memoize/SDBM_File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Memoize/Expire.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Memoize/ExpireTest.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Memoize/ExpireFile.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Memoize/AnyDBM_File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Memoize/Storable.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Memoize/NDBM_File.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/Decomposition.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/Name.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/SpecialCasing.txt /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/UCD.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/Name.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/CombiningClass.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/NamedSequences.txt /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/Blocks.txt /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/version /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/uni_keywords.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Age.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/GCB.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Title.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/NFKCCF.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Scx.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Uc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Digit.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/EqUIdeo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/InSC.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Gc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Ea.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Nt.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Tc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/SB.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Identifi.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Identif2.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/NameAlia.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Jg.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Hst.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/InPC.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/_PerlLB.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/NFCQC.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Lc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/PerlDeci.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Bpb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Bmg.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Na1.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Nv.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Isc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Bpt.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Jt.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Cf.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/NFKDQC.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Lower.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/NFDQC.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Fold.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/NFKCQC.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/WB.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Lb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/_PerlSCX.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Upper.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Bc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Vo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/To/Sc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Math/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/CI/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Guru.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Adlm.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Thaa.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Takr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Nand.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Khoj.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Xsux.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Sind.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Telu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Phlp.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Khmr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Cprt.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Lina.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Mong.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Taml.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Hang.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Hira.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Orya.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Kthi.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Tirh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Arab.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Zinh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Hmng.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Han.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Kana.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Shrd.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Sinh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Gong.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Cyrl.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Hebr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Rohg.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Gonm.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Cham.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Copt.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Lao.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Yi.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Geor.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Tagb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Glag.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Mlym.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Gran.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Zyyy.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Grek.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Beng.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Yezi.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Bhks.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Gujr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Zzzz.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Knda.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Tibt.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Talu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Diak.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Dupl.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Cakm.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Khar.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Hmnp.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Armn.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Linb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Bopo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Syrc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Deva.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Latn.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Limb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Lana.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Mult.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Mymr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Tang.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Scx/Ethi.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/NA.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/TopAndL2.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/VisualOr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/LeftAndR.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/Bottom.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/Overstru.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/TopAndRi.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/Left.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/TopAndLe.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/TopAndBo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/Right.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/Top.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InPC/BottomAn.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/BidiM/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/NFDQC/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/NFDQC/N.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/ExtPict/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Guru.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Telu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Cprt.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Mong.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Taml.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Hang.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Hira.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Orya.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Arab.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Zinh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Han.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Kana.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Sinh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Gong.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Cyrl.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Gonm.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Geor.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Glag.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Mlym.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Gran.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Zyyy.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Grek.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Beng.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Gujr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Knda.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Dupl.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Linb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Syrc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Deva.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Latn.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Limb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Sc/Mult.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/EPres/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/GCB/SM.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/GCB/LVT.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/GCB/EX.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/GCB/PP.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/GCB/CN.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/GCB/LV.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/GCB/XX.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/CompEx/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dia/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bpt/O.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bpt/N.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bpt/C.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/ES.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/R.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/CS.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/WS.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/AN.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/B.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/AL.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/ON.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/BN.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/ET.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/L.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/NSM.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Bc/EN.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/CWCF/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dep/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ideo/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/3.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/3000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/500.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/4.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/19.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/600.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/1_16.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/200.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/2000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/60.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/8.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/12.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/15.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/8000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/1.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/40.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/10000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/13.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/1_6.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/1_4.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/700.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/6000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/1_2.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/30.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/300.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/5000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/400.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/90000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/10.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/50000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/9000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/9.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/70.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/17.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/70000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/1_8.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/14.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/50.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/90.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/5.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/18.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/1_3.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/16.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/80.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/80000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/4000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/11.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/7000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/7.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/2.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/60000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/20.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/6.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/40000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/100000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/100.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/2_3.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/800.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/3_4.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/900.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/3_16.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/30000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/20000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nv/1000.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/GrExt/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Seen.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Alef.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Beh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/NoJoinin.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Gaf.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Lam.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Hah.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Reh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Kaf.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Yeh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Waw.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Sad.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Ain.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Dal.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Qaf.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/HanifiRo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/FarsiYeh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jg/Feh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Term/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Hyphen/T.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lower/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/PatSyn/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jt/U.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jt/R.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jt/D.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jt/L.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jt/C.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Jt/T.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/DB.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/ATAR.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/B.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/OV.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/BR.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/AL.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/VR.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/A.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/NR.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/AR.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ccc/NK.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SD/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/CE/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/UIdeo/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Emoji/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Sqr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Sub.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Fin.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/NonCanon.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Enc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Sup.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Vert.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Nar.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Iso.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Com.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Med.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Font.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Nb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dt/Init.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Nl.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Sm.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Pe.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Pc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/M.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Me.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Mn.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/LC.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Cn.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Pd.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Lm.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Mc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Z.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Lu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/P.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Pf.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/N.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/So.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Pi.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Cf.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/No.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Sk.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Nd.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Zs.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/L.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/S.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Ll.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Po.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/C.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Lo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Ps.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Gc/Sc.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Blk/NB.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/CL.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/EX.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/NU.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/Sp.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/AT.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/SC.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/ST.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/UP.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/FO.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/LE.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/XX.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/SB/LO.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/XIDC/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/CWT/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ea/H.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ea/W.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ea/Na.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ea/A.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ea/N.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Alpha/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/QMark/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/DI/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/NFKCQC/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/NFKCQC/N.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/PCM/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/DefaultI.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/Inclusio.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/Obsolete.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/Recommen.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/Technica.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/Exclusio.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/NotNFKC.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/Uncommon.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/LimitedU.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/NotChara.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdType/NotXID.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Hst/NA.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/BidiC/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/MB.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/EX.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/ML.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/NU.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/WSegSpac.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/Extend.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/KA.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/FO.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/LE.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/HL.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/XX.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/WB/MN.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V60.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V80.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/NA.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V52.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V51.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V11.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V130.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V32.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V41.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V100.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V30.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V31.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V90.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V110.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V61.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V50.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V120.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V70.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V20.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Age/V40.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/NFCQC/M.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/NFCQC/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Upper/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/STerm/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/NFKDQC/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/NFKDQC/N.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/EBase/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Ext/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/EComp/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/CWKCF/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Hex/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IDC/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/CWCM/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/XIDS/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/CWL/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Cased/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/GrBase/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nt/None.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nt/Di.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Nt/Nu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlIDC.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/Graph.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/Title.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlAny.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/PosixPun.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlIDS.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/XPosixPu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlIsI.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlQuo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/SpacePer.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlNch.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/Alnum.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlFol.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlCha.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlPat.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/PerlWord.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/Word.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/Assigned.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlPr2.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/Blank.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/Print.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlCh2.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Perl/_PerlPro.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Dash/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdStatus/Restrict.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IdStatus/Allowed.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Vo/U.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Vo/R.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Vo/Tr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Vo/Tu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Consona5.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Vowel.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Consona9.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Virama.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Avagraha.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Invisibl.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Consona4.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Consona2.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Syllable.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Consonan.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Nukta.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Consona8.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Other.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/ToneMark.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Consona7.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Consona3.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/VowelInd.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/VowelDep.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Bindu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/PureKill.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Cantilla.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Visarga.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Consona6.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/InSC/Number.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/CL.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/EX.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/PO.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/IN.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/NU.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/PR.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/GL.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/CM.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/IS.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/AL.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/BA.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/NS.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/BB.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/CJ.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/SA.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/OP.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/QU.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/ID.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/AI.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/Lb/XX.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/8_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/10_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/6_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/4_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/12_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/2_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/13_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/5_2.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/3_2.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/11_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/3_1.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/6_1.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/9_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/3_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/5_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/12_1.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/5_1.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/7_0.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/6_3.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/6_2.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/4_1.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/In/2_1.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/CWU/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/unicore/lib/IDS/Y.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_Win95.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Typemaps.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Manifest.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Embed.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Mkbootstrap.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Miniperl.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/typemap /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_Win32.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_OS390.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MANIFEST.SKIP /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_OS2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_NW5.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MY.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MakeMaker.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Mksymlists.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_Unix.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_DOS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Command.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/testlib.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_QNX.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_BeOS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Constant.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/ParseXS.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_Darwin.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_VOS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/ParseXS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_Cygwin.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Packlist.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_Any.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Installed.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_AIX.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/xsubpp /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_VMS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Install.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/PL2Bat.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_UWIN.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Liblist.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MM_MacOS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MakeMaker/version.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MakeMaker/FAQ.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MakeMaker/Tutorial.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MakeMaker/Config.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/MakeMaker/Locale.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Base.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/VMS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/darwin.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/cygwin.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/android.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/dec_osf.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/aix.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Unix.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/os2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows/MSVC.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows/BCC.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows/GCC.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Constant/XS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Constant/Utils.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Constant/Base.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Constant/ProxySubs.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Command/MM.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Typemaps/Type.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Typemaps/OutputMap.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Typemaps/Cmd.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Typemaps/InputMap.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/ParseXS/Constants.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/ParseXS/Eval.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/ParseXS/Utilities.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/ParseXS/CountLines.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/Liblist/Kid.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/List/Util.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/List/Util/XS.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Thread/Queue.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Thread/Semaphore.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Locale/Maketext.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Locale/Maketext.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Locale/Maketext/Cookbook.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Locale/Maketext/TPJ13.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Locale/Maketext/Guts.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Locale/Maketext/GutsLoader.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Locale/Maketext/Simple.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/PerlIO/scalar.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/PerlIO/mmap.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/PerlIO/encoding.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/PerlIO/via.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/PerlIO/via/QuotedPrint.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Exporter/Heavy.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/User/pwent.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/User/grent.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/threads/shared.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Module/Load.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Module/Loaded.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Module/CoreList.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Module/Metadata.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Module/CoreList.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Module/CoreList/Utils.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Module/Load/Conditional.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Carp/Heavy.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Config/Extensions.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Config/Perl/V.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/Alias.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Encode/README.e2x /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/Guess.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/Unicode.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/CJKConstants.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/Symbol.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/KR.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/Encoder.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/GSM0338.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/CN.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/EBCDIC.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/Encoding.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/TW.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Encode/_T.e2x /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Encode/_PM.e2x /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Encode/encode.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/Config.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/Byte.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Encode/Changes.e2x /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Encode/PerlIO.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Encode/ConfigLocal_PM.e2x /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/JP.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Encode/Makefile_PL.e2x /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Encode/Supported.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/KR/2022_KR.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/JP/H2Z.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/JP/JIS7.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/CN/HZ.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/MIME/Name.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/MIME/Header.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/MIME/Header/ISO_2022_JP.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Encode/Unicode/UTF7.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Sub/Util.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Functions.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/ParseLink.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Usage.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Text.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Escapes.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Html.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Man.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Checker.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Text/Termcap.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Text/Overstrike.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Text/Color.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/PullParserStartToken.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/Debug.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/Methody.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/PullParserToken.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/TiedOutFH.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/XMLOutStream.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/Subclassing.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/HTMLLegacy.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/Search.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/TranscodeDumb.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/HTML.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/XHTML.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/DumpAsText.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/PullParserTextToken.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/Progress.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/BlackBox.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/DumpAsXML.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/JustPod.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/HTMLBatch.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/Transcode.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/RTF.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/SimpleTree.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/TranscodeSmart.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/PullParserEndToken.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/Text.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/PullParser.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/TextContent.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/Checker.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Simple/LinkSection.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/ToRtf.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/ToANSI.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/ToMan.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/ToChecker.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/BaseTo.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/ToXml.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/ToText.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/ToTk.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/ToPod.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/ToNroff.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/GetOptsOO.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Pod/Perldoc/ToTerm.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Unicode/Collate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Unicode/Normalize.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/UCD.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/allkeys.txt /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/keys.txt /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Unicode/Collate/Locale.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ee.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/fi.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/lt.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/or.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/fr_ca.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ar.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/nso.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/nn.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ta.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_gb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/vo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/cs.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_big5.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/bn.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ur.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/se.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/vi.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/af.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ha.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ug_cyrl.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/cu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/lv.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/kn.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/sl.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/da.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/kl.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/nb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_zhu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/zh.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/hy.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/tr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/pa.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/gu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/uk.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/fil.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_strk.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ln.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/tn.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/kok.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/es_trad.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ig.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/sr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/sk.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/az.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/th.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/de_at_ph.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ml.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/wo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/be.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/as.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/dsb.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/pl.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/lkt.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/wae.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/haw.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/cy.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/hu.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/de_phone.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/fi_phone.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/fo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/yo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ro.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/sv_refo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/sa.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/mk.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ko.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ja.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/om.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/et.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/hr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_pin.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/is.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/si_dict.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/mt.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/eo.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/sq.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/te.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/si.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/to.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/kk.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/he.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/mr.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/fa.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/ca.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/es.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/sv.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/Locale/hi.pl /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/CJK/Korean.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/CJK/JISX0208.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/CJK/Zhuyin.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/CJK/Stroke.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/CJK/Pinyin.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/CJK/GB2312.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Unicode/Collate/CJK/Big5.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/I18N/LangTags.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/I18N/Collate.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/I18N/Langinfo.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/I18N/LangTags/Detect.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/I18N/LangTags/List.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Hub.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Transition.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Formatter.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/API.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/IPC.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Util.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Tools/Tiny.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Render.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/About.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Meta.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Control.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Plan.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Hub.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Info.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Error.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Parent.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Amnesty.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Trace.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Assert.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/EventFacet/Info/Table.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/IPC/Driver.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/IPC/Driver/Files.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Formatter/TAP.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Note.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Subtest.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Plan.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Pass.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Ok.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Generic.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Bail.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/V2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Encoding.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Skip.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Diag.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Fail.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Waiting.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/Exception.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Event/TAP/Version.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/API/Instance.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/API/Context.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/API/Breakage.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/API/InterceptResult.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/API/Stack.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/API/InterceptResult/Squasher.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/API/InterceptResult/Hub.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/API/InterceptResult/Facet.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/API/InterceptResult/Event.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Hub/Subtest.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Hub/Interceptor.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Hub/Interceptor/Terminator.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Util/Facets2Legacy.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Util/ExternalMeta.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Util/HashBase.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Test2/Util/Trace.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Perl/OSType.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/warnings/register.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/overload/numbers.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Attribute/Handlers.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/version/regex.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/version/Internals.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Getopt/Std.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Getopt/Long.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Hash/Util.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Hash/Util/FieldHash.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Compress/Zlib.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Compress/Raw/Zlib.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Compress/Raw/Bzip2.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Digest/base.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Digest/MD5.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/Digest/SHA.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/Digest/file.pm /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/av.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/bitcount.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/charclass_invlists.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/config.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/cop.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/cv.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/dosish.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/ebcdic_tables.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/embed.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/embedvar.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/EXTERN.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/fakesdio.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/feature.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/form.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/git_version.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/gv.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/handy.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/hv.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/hv_func.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/hv_macro.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/inline.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/INTERN.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/intrpvar.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/invlist_inline.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/iperlsys.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/keywords.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/l1_char_class_tab.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/malloc_ctl.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/metaconfig.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/mg.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/mg_data.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/mg_raw.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/mg_vtable.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/mydtrace.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/nostdio.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/op.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/op_reg_common.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/opcode.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/opnames.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/overload.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/pad.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/parser.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/patchlevel.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/perl.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/perl_inc_macro.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/perl_langinfo.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/perl_siphash.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/perlapi.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/perlio.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/perliol.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/perlsdio.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/perlvars.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/perly.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/pp.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/pp_proto.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/proto.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/reentr.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/regcharclass.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/regcomp.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/regexp.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/regnodes.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/sbox32_hash.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/scope.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/sv.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/thread.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/time64.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/time64_config.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/uconfig.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/uni_keywords.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/unicode_constants.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/unixish.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/utf8.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/utfebcdic.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/util.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/uudmap.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/vutil.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/warnings.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/XSUB.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/zaphod32_hash.h /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/x86_64-linux/CORE/libperl.a /nvmedata/autobuild/instance-27/output-1/host/bin/perl /nvmedata/autobuild/instance-27/output-1/host/bin/pod2man /nvmedata/autobuild/instance-27/output-1/host/bin/pod2text /nvmedata/autobuild/instance-27/output-1/host/bin/pod2usage /nvmedata/autobuild/instance-27/output-1/host/bin/podchecker /nvmedata/autobuild/instance-27/output-1/host/bin/cpan /nvmedata/autobuild/instance-27/output-1/host/bin/corelist /nvmedata/autobuild/instance-27/output-1/host/bin/enc2xs /nvmedata/autobuild/instance-27/output-1/host/bin/encguess /nvmedata/autobuild/instance-27/output-1/host/bin/h2ph /nvmedata/autobuild/instance-27/output-1/host/bin/h2xs /nvmedata/autobuild/instance-27/output-1/host/bin/instmodsh /nvmedata/autobuild/instance-27/output-1/host/bin/json_pp /nvmedata/autobuild/instance-27/output-1/host/bin/libnetcfg /nvmedata/autobuild/instance-27/output-1/host/bin/perlbug /nvmedata/autobuild/instance-27/output-1/host/bin/perldoc /nvmedata/autobuild/instance-27/output-1/host/bin/perlivp /nvmedata/autobuild/instance-27/output-1/host/bin/piconv /nvmedata/autobuild/instance-27/output-1/host/bin/pl2pm /nvmedata/autobuild/instance-27/output-1/host/bin/pod2html /nvmedata/autobuild/instance-27/output-1/host/bin/prove /nvmedata/autobuild/instance-27/output-1/host/bin/ptar /nvmedata/autobuild/instance-27/output-1/host/bin/ptardiff /nvmedata/autobuild/instance-27/output-1/host/bin/ptargrep /nvmedata/autobuild/instance-27/output-1/host/bin/shasum /nvmedata/autobuild/instance-27/output-1/host/bin/splain /nvmedata/autobuild/instance-27/output-1/host/bin/streamzip /nvmedata/autobuild/instance-27/output-1/host/bin/xsubpp /nvmedata/autobuild/instance-27/output-1/host/bin/zipdetails /nvmedata/autobuild/instance-27/output-1/host/bin/perlthanks /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlintro.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlrun.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perltoc.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlreftut.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldsc.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perllol.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlrequick.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlretut.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlootut.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlperf.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlstyle.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlcheat.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perltrap.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldebtut.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfaq.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfaq1.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfaq2.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfaq3.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfaq4.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfaq5.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfaq6.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfaq7.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfaq8.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfaq9.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlsyn.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldata.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlop.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlsub.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfunc.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlopentut.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlpacktut.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlpod.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlpodspec.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldocstyle.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlpodstyle.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldiag.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldeprecation.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perllexwarn.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldebug.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlvar.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlre.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlrebackslash.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlrecharclass.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlreref.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlref.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlform.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlobj.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perltie.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldbmfilter.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlipc.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfork.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlnumber.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlthrtut.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlport.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perllocale.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perluniintro.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlunicode.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlunicook.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlunifaq.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perluniprops.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlunitut.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlebcdic.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlsec.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlsecpolicy.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlmod.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlmodlib.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlmodstyle.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlmodinstall.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlnewmod.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlpragma.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlutil.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfilter.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldtrace.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlglossary.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlembed.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldebguts.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlxstut.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlxs.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlxstypemap.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlclib.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlguts.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlcall.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlmroapi.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlreapi.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlreguts.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlapi.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlintern.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perliol.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlapio.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlhack.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlsource.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlinterp.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlhacktut.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlhacktips.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlpolicy.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlgov.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlgit.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlhist.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldelta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5341delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5340delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5321delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5320delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5303delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5302delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5301delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5300delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5283delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5282delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5281delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5280delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5263delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5262delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5261delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5260delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5244delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5243delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5242delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5241delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5240delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5224delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5223delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5222delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5221delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5220delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5203delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5202delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5201delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5200delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5184delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5182delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5181delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5180delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5163delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5162delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5161delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5160delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5144delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5143delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5142delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5141delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5140delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5125delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5124delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5123delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5122delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5121delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5120delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5101delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5100delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl589delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl588delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl587delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl586delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl585delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl584delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl583delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl582delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl581delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl58delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl561delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl56delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5005delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perl5004delta.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlbook.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlcommunity.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldoc.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlexperiment.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlartistic.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlgpl.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlcn.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perljp.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlko.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perltw.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlaix.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlamiga.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlandroid.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlbs2000.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlcygwin.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perldos.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlfreebsd.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlhaiku.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlhpux.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlhurd.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlirix.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perllinux.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlmacos.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlmacosx.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlnetware.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlopenbsd.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlos2.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlos390.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlos400.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlplan9.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlqnx.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlriscos.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlsolaris.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlsynology.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perltru64.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlvms.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlvos.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlwin32.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlboot.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlbot.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perlrepository.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perltodo.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perltooc.pod /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/pod/perltoot.pod ./perl -Ilib -I. installman --destdir= WARNING: You've never run 'make test'!!! (Installing anyway.) /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5004delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5005delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5100delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5101delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5120delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5121delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5122delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5123delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5124delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5125delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5140delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5141delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5142delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5143delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5144delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5160delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5161delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5162delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5163delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5180delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5181delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5182delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5184delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5200delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5201delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5202delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5203delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5220delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5221delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5222delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5223delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5224delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5240delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5241delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5242delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5243delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5244delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5260delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5261delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5262delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5263delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5280delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5281delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5282delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5283delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5300delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5301delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5302delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5303delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5320delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5321delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5340delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl5341delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl561delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl56delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl581delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl582delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl583delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl584delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl585delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl586delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl587delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl588delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl589delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perl58delta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlaix.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlamiga.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlandroid.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlapi.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlapio.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlartistic.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlbook.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlboot.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlbot.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlbs2000.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlcall.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlcheat.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlclib.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlcn.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlcommunity.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlcygwin.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldata.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldbmfilter.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldebguts.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldebtut.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldebug.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldelta.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldeprecation.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldiag.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldoc.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldocstyle.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldos.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldsc.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perldtrace.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlebcdic.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlembed.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlexperiment.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfaq.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfaq1.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfaq2.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfaq3.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfaq4.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfaq5.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfaq6.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfaq7.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfaq8.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfaq9.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfilter.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfork.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlform.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfreebsd.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlfunc.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlgit.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlglossary.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlgov.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlgpl.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlguts.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlhack.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlhacktips.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlhacktut.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlhaiku.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlhist.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlhpux.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlhurd.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlintern.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlinterp.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlintro.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perliol.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlipc.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlirix.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perljp.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlko.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perllexwarn.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perllinux.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perllocale.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perllol.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlmacos.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlmacosx.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlmod.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlmodinstall.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlmodlib.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlmodstyle.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlmroapi.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlnetware.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlnewmod.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlnumber.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlobj.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlootut.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlop.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlopenbsd.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlopentut.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlos2.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlos390.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlos400.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlpacktut.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlperf.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlplan9.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlpod.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlpodspec.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlpodstyle.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlpolicy.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlport.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlpragma.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlqnx.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlre.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlreapi.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlrebackslash.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlrecharclass.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlref.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlreftut.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlreguts.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlrepository.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlrequick.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlreref.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlretut.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlriscos.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlrun.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlsec.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlsecpolicy.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlsolaris.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlsource.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlstyle.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlsub.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlsyn.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlsynology.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlthrtut.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perltie.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perltoc.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perltodo.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perltooc.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perltoot.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perltrap.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perltru64.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perltw.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlunicode.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlunicook.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlunifaq.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perluniintro.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perluniprops.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlunitut.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlutil.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlvar.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlvms.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlvos.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlwin32.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlxs.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlxstut.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlxstypemap.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/AnyDBM_File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/App::Cpan.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/App::Prove.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/App::Prove::State.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/App::Prove::State::Result.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/App::Prove::State::Result::Test.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Archive::Tar.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Archive::Tar::File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Attribute::Handlers.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/AutoLoader.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/AutoSplit.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/B.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/B::Concise.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/B::Deparse.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/B::Op_private.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/B::Showlex.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/B::Terse.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/B::Xref.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Benchmark.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CORE.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::API::HOWTO.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Debug.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Distroprefs.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::FirstTime.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::HandleConfig.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Kwalify.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::Converter.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::Feature.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::History.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_0.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_1.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_3.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_4.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::Merge.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::Prereqs.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::Requirements.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::Spec.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::Validator.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Meta::YAML.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Mirrors.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Nox.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Plugin.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Plugin::Specfile.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Queue.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Tarzip.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/CPAN::Version.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Carp.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Class::Struct.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Compress::Raw::Bzip2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Compress::Raw::Zlib.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Compress::Zlib.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Config.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Config::Extensions.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Config::Perl::V.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Cwd.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/DB.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/DBM_Filter.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/DBM_Filter::compress.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/DBM_Filter::encode.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/DBM_Filter::int32.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/DBM_Filter::null.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/DBM_Filter::utf8.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/DB_File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Data::Dumper.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Devel::PPPort.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Devel::Peek.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Devel::SelfStubber.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Digest.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Digest::MD5.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Digest::SHA.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Digest::base.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Digest::file.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/DirHandle.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Dumpvalue.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/DynaLoader.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::Alias.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::Byte.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::CJKConstants.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::CN.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::CN::HZ.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::Config.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::EBCDIC.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::Encoder.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::Encoding.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::GSM0338.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::Guess.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::JP.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::JP::H2Z.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::JP::JIS7.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::KR.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::KR::2022_KR.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::MIME::Header.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::MIME::Name.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::PerlIO.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::Supported.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::Symbol.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::TW.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::Unicode.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Encode::Unicode::UTF7.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/English.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Env.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Errno.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Exporter.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Exporter::Heavy.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::CBuilder.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::CBuilder::Platform::Windows.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Command.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Command::MM.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Constant.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Constant::Base.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Constant::Utils.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Constant::XS.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Embed.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Install.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Installed.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Liblist.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_AIX.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_Any.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_BeOS.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_Cygwin.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_DOS.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_Darwin.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_MacOS.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_NW5.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_OS2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_OS390.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_QNX.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_UWIN.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_Unix.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_VMS.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_VOS.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_Win32.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MM_Win95.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MY.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MakeMaker.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MakeMaker::Config.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MakeMaker::FAQ.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MakeMaker::Locale.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::MakeMaker::Tutorial.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Manifest.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Miniperl.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Mkbootstrap.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Mksymlists.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::PL2Bat.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Packlist.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::ParseXS.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::ParseXS::Constants.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::ParseXS::Eval.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::ParseXS::Utilities.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Typemaps.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Typemaps::Cmd.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Typemaps::InputMap.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Typemaps::OutputMap.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::Typemaps::Type.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ExtUtils::testlib.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Fatal.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Fcntl.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Basename.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Compare.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Copy.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::DosGlob.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Fetch.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Find.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Glob.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::GlobMapper.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Path.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Spec.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Spec::AmigaOS.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Spec::Cygwin.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Spec::Epoc.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Spec::Functions.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Spec::Mac.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Spec::OS2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Spec::Unix.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Spec::VMS.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Spec::Win32.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::Temp.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/File::stat.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/FileCache.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/FileHandle.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Filter::Simple.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Filter::Util::Call.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/FindBin.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Getopt::Long.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Getopt::Std.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/HTTP::Tiny.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Hash::Util.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Hash::Util::FieldHash.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/I18N::Collate.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/I18N::LangTags.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/I18N::LangTags::Detect.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/I18N::LangTags::List.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/I18N::Langinfo.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Compress::Base.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Compress::Bzip2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Compress::Deflate.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Compress::FAQ.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Compress::Gzip.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Compress::RawDeflate.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Compress::Zip.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Dir.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Handle.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Pipe.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Poll.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Seekable.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Select.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Socket.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Socket::INET.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Socket::IP.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Socket::UNIX.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Uncompress::AnyInflate.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Uncompress::AnyUncompress.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Uncompress::Base.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Uncompress::Bunzip2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Uncompress::Gunzip.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Uncompress::Inflate.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Uncompress::RawInflate.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Uncompress::Unzip.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IO::Zlib.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IPC::Cmd.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IPC::Msg.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IPC::Open2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IPC::Open3.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IPC::Semaphore.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IPC::SharedMem.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/IPC::SysV.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Internals.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/JSON::PP.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/JSON::PP::Boolean.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/List::Util.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/List::Util::XS.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Locale::Maketext.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Locale::Maketext::Cookbook.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Locale::Maketext::Guts.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Locale::Maketext::GutsLoader.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Locale::Maketext::Simple.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Locale::Maketext::TPJ13.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/MIME::Base64.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/MIME::QuotedPrint.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Math::BigFloat.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Math::BigInt.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Math::BigInt::Calc.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Math::BigInt::FastCalc.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Math::BigInt::Lib.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Math::BigRat.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Math::Complex.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Math::Trig.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Memoize.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Memoize::AnyDBM_File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Memoize::Expire.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Memoize::ExpireFile.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Memoize::ExpireTest.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Memoize::NDBM_File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Memoize::SDBM_File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Memoize::Storable.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::CoreList.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::CoreList::Utils.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Load.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Load::Conditional.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Loaded.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Metadata.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/NEXT.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::Cmd.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::Config.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::Domain.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::FTP.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::NNTP.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::Netrc.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::POP3.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::Ping.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::SMTP.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::Time.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::hostent.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::libnetFAQ.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::netent.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::protoent.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Net::servent.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/O.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Opcode.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/POSIX.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Params::Check.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Parse::CPAN::Meta.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Perl::OSType.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/PerlIO.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/PerlIO::encoding.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/PerlIO::mmap.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/PerlIO::scalar.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/PerlIO::via.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/PerlIO::via::QuotedPrint.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Checker.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Escapes.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Html.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Man.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::ParseLink.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::BaseTo.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::GetOptsOO.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::ToANSI.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::ToChecker.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::ToMan.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::ToNroff.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::ToPod.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::ToRtf.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::ToTerm.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::ToText.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::ToTk.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Perldoc::ToXml.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::Checker.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::Debug.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::DumpAsText.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::DumpAsXML.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::HTML.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::HTMLBatch.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::JustPod.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::LinkSection.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::Methody.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::PullParser.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::PullParserEndToken.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::PullParserStartToken.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::PullParserTextToken.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::PullParserToken.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::RTF.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::Search.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::SimpleTree.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::Subclassing.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::Text.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::TextContent.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::XHTML.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Simple::XMLOutStream.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Text.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Text::Color.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Text::Overstrike.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Text::Termcap.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Pod::Usage.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/SDBM_File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Safe.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Scalar::Util.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Search::Dict.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/SelectSaver.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/SelfLoader.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Socket.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Storable.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Sub::Util.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Symbol.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Sys::Hostname.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Sys::Syslog.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Base.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Formatter::Base.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Formatter::Color.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Formatter::Console.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Formatter::Console::ParallelSession.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Formatter::Console::Session.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Formatter::File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Formatter::File::Session.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Formatter::Session.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Harness.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Harness::Beyond.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Harness::Env.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Object.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Aggregator.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Grammar.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Iterator.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Iterator::Array.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Iterator::Process.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Iterator::Stream.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::IteratorFactory.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Multiplexer.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Result.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Result::Bailout.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Result::Comment.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Result::Plan.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Result::Pragma.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Result::Test.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Result::Unknown.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Result::Version.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Result::YAML.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::ResultFactory.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Scheduler.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Scheduler::Job.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Scheduler::Spinner.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::Source.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::SourceHandler.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::SourceHandler::Executable.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::SourceHandler::File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::SourceHandler::Handle.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::SourceHandler::Perl.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::SourceHandler::RawTAP.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::YAMLish::Reader.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/TAP::Parser::YAMLish::Writer.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Term::ANSIColor.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Term::Cap.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Term::Complete.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Term::ReadLine.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::API.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::API::Breakage.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::API::Context.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::API::Instance.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::API::InterceptResult.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::API::InterceptResult::Event.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::API::InterceptResult::Hub.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::API::InterceptResult::Squasher.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::API::Stack.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Bail.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Diag.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Encoding.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Exception.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Fail.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Generic.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Note.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Ok.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Pass.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Plan.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Skip.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Subtest.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::TAP::Version.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::V2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Event::Waiting.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::About.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Amnesty.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Assert.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Control.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Error.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Hub.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Info.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Info::Table.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Meta.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Parent.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Plan.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Render.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::EventFacet::Trace.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Formatter.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Formatter::TAP.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Hub.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Hub::Interceptor.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Hub::Interceptor::Terminator.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Hub::Subtest.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::IPC.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::IPC::Driver.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::IPC::Driver::Files.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Tools::Tiny.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Transition.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Util.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Util::ExternalMeta.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Util::Facets2Legacy.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Util::HashBase.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test2::Util::Trace.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Builder.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Builder::Formatter.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Builder::IO::Scalar.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Builder::Module.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Builder::Tester.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Builder::Tester::Color.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Builder::TodoDiag.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Harness.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::More.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Simple.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Tester.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Tester::Capture.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Tester::CaptureRunner.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::Tutorial.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Test::use::ok.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Text::Abbrev.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Text::Balanced.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Text::ParseWords.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Text::Tabs.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Text::Wrap.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Thread.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Thread::Queue.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Thread::Semaphore.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Tie::Array.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Tie::File.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Tie::Handle.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Tie::Hash.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Tie::Hash::NamedCapture.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Tie::Memoize.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Tie::RefHash.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Tie::Scalar.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Tie::StdHandle.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Tie::SubstrHash.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Time::HiRes.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Time::Local.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Time::Piece.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Time::Seconds.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Time::gmtime.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Time::localtime.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Time::tm.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/UNIVERSAL.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::Collate.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::Collate::CJK::Big5.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::Collate::CJK::GB2312.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::Collate::CJK::JISX0208.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::Collate::CJK::Korean.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::Collate::CJK::Pinyin.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::Collate::CJK::Stroke.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::Collate::CJK::Zhuyin.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::Collate::Locale.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::Normalize.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Unicode::UCD.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/User::grent.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/User::pwent.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/XSLoader.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/attributes.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/autodie.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/autodie::Scope::Guard.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/autodie::Scope::GuardStack.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/autodie::Util.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/autodie::exception.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/autodie::exception::system.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/autodie::hints.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/autodie::skip.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/autouse.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/base.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/bigint.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/bignum.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/bigrat.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/blib.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/bytes.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/charnames.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/constant.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/deprecate.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/diagnostics.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/encoding.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/encoding::warnings.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/experimental.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/feature.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/fields.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/filetest.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/if.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/integer.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/less.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/lib.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/locale.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/mro.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ok.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/open.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/ops.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/overload.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/overloading.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/parent.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/re.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/sigtrap.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/sort.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/strict.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/subs.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/threads.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/threads::shared.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/utf8.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/vars.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/version.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/version::Internals.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/vmsish.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/warnings.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/warnings::register.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/pod2man.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/pod2text.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/pod2usage.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/podchecker.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/cpan.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/corelist.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/enc2xs.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/encguess.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/h2ph.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/h2xs.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/instmodsh.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/json_pp.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/libnetcfg.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlbug.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlthanks.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/perlivp.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/piconv.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/pl2pm.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/pod2html.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/prove.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/ptar.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/ptardiff.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/ptargrep.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/shasum.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/splain.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/streamzip.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/xsubpp.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/zipdetails.1 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-perl-5.34.1' perl-5.34.1.tar.xz: OK (md5: 7d2ece7f50775ea1ff739831935a24bd) perl-5.34.1.tar.xz: OK (sha1: e7dbef3c1ea7caa73e2c705bba9e4bfb92ea98f0) perl-5.34.1.tar.xz: OK (sha256: 6d52cf833ff1af27bb5e986870a2c30cec73c044b41e3458cd991f94374039f7) perl-cross-1.3.7.tar.gz: OK (sha256: 77f13ca84a63025053852331b72d4046c1f90ded98bd45ccedea738621907335) >>> perl 5.34.1 Extracting xzcat /nvmedata/autobuild/instance-27/dl/perl/perl-5.34.1.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1 -xf - gzip -d -c /nvmedata/autobuild/instance-27/dl/perl/perl-cross-1.3.7.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1 -xf - >>> perl 5.34.1 Patching >>> perl 5.34.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> perl 5.34.1 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" HOSTCC='/usr/bin/gcc' ./configure --target=mips64el-buildroot-linux-uclibc --target-tools-prefix=/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc- --prefix=/usr -Dld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" -Dccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " -Dldflags=" -lm " -Dmydomain="" -Dmyhostname="noname" -Dmyuname="Buildroot 2022.05-rc2-40-gf255a32211" -Dosname=linux -Dosvers=5.17.7 -Dperladmin=root) Guessing build platform ... x86_64-pc-linux-gnu Guessing target architecture ... mips64el-buildroot-linux-uclibc Respawning configure for build and target platforms Configuring build-time miniperl for x86_64-pc-linux-gnu Checking perl version ... perl5-5.34.1 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 9.4.0 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 ... 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 ... 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 ... 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 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 -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 ... 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 mips64el-buildroot-linux-uclibc (mips64el-buildroot-linux-uclibc) Checking perl version ... perl5-5.34.1 Checking for cc ... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc Checking for ar ... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ar Checking for nm ... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-nm Checking for ranlib ... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ranlib Checking for readelf ... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf Checking for objdump ... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump Trying /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc ... gcc 10.3.0 Checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 ... no 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 ... no 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 ... 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 ... 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 ... 8 bytes Checking fpostype ... fpos_t Checking size of fpos_t ... 8 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 = 10 got SIGFPE = 8 got SIGKILL = 9 got SIGUSR1 = 16 got SIGSEGV = 11 got SIGUSR2 = 17 got SIGPIPE = 13 got SIGALRM = 14 got SIGTERM = 15 got SIGCHLD = 18 got SIGCONT = 25 got SIGSTOP = 23 got SIGTSTP = 24 got SIGTTIN = 26 got SIGTTOU = 27 got SIGURG = 21 got SIGXCPU = 30 got SIGXFSZ = 31 got SIGVTALRM = 28 got SIGPROF = 29 got SIGWINCH = 20 got SIGIO = 22 got SIGPWR = 19 got SIGSYS = 12 got SIGIOT = 6 got SIGCLD = 18 got SIGPOLL = 22 Checking NSIG value ... 128 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 ... missing 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 ... missing 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 ... missing 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 ... missing 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 ... missing Checking for mbstowcs ... missing Checking for mbtowc ... missing Checking for mbrlen ... missing Checking for mbrtowc ... missing 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 ... missing Checking for nice ... found Checking for nl_langinfo ... found Checking for nl_langinfo_l ... missing 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 ... missing 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 ... missing Checking for strftime ... found Checking for strlcat ... found Checking for strlcpy ... found Checking for strnlen ... found Checking for strtod ... found Checking for strtod_l ... missing Checking for strtol ... found Checking for strtold ... found Checking for strtold_l ... missing 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 ... missing 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 ... missing Checking for towupper ... missing 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 ... missing 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 ... missing Checking for wcscmp ... missing Checking for wcstombs ... missing Checking for wcsxfrm ... missing Checking for wctomb ... missing 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 ... missing 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 ... missing Checking for isless ... found Checking for isnan ... found Checking for isnanl ... missing Checking for isnormal ... found Checking for j0 ... found Checking for j0l ... missing 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: mips64el-linux C compiler: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc ld: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc ar: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ar ranlib: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ranlib objdump: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump prefix: /usr sysroot: installation prefix: executables: /usr/bin scripts: /usr/bin privlib: /usr/lib/perl5/5.34.1 archlib: /usr/lib/perl5/5.34.1/mips64el-linux section 1 man pages: /usr/share/man/man1 (with '1' extension) section 3 man pages: /usr/share/man/man3 (with '3' extension) /bin/sed -i -e 's/UNKNOWN-/Buildroot 2022.05-rc2-40-gf255a32211 /' /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/patchlevel.h >>> perl 5.34.1 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1 all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' /usr/bin/make crosspatch make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' patch -p1 -i cnf/diffs/perl5-5.34.1/test-commonsense.patch && touch cnf/diffs/perl5-5.34.1/test-commonsense.applied patching file t/lib/commonsense.t patch -p1 -i cnf/diffs/perl5-5.34.1/posix-makefile.patch && touch cnf/diffs/perl5-5.34.1/posix-makefile.applied patching file ext/POSIX/Makefile.PL patch -p1 -i cnf/diffs/perl5-5.34.1/liblist.patch && touch cnf/diffs/perl5-5.34.1/liblist.applied patching file cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm patch -p1 -i cnf/diffs/perl5-5.34.1/test-checkcase.patch && touch cnf/diffs/perl5-5.34.1/test-checkcase.applied patching file t/porting/checkcase.t patch -p1 -i cnf/diffs/perl5-5.34.1/makemaker.patch && touch cnf/diffs/perl5-5.34.1/makemaker.applied patching file cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm patch -p1 -i cnf/diffs/perl5-5.34.1/test-makemaker.patch && touch cnf/diffs/perl5-5.34.1/test-makemaker.applied patching file cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm patch -p1 -i cnf/diffs/perl5-5.34.1/xconfig.patch && touch cnf/diffs/perl5-5.34.1/xconfig.applied patching file perl.h patching file perl_langinfo.h patch -p1 -i cnf/diffs/perl5-5.34.1/time-hires.patch && touch cnf/diffs/perl5-5.34.1/time-hires.applied patching file dist/Time-HiRes/Makefile.PL patch -p1 -i cnf/diffs/perl5-5.34.1/dynaloader.patch && touch cnf/diffs/perl5-5.34.1/dynaloader.applied patching file ext/DynaLoader/hints/linux.pl patch -p1 -i cnf/diffs/perl5-5.34.1/installscripts.patch && touch cnf/diffs/perl5-5.34.1/installscripts.applied patching file installman patching file installperl patch -p1 -i cnf/diffs/perl5-5.34.1/constant.patch && touch cnf/diffs/perl5-5.34.1/constant.applied patching file cpan/ExtUtils-Constant/t/Constant.t patch -p1 -i cnf/diffs/perl5-5.34.1/findext.patch && touch cnf/diffs/perl5-5.34.1/findext.applied patching file win32/FindExt.pm make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' /usr/bin/make miniperl make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 /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:2913:1: warning: always_inline function might not be inlinable [-Wattributes] 2913 | S_should_we_output_Debug_r(pTHX_ regexp *prog) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /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 /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 /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 /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 /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 /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 /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 /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 toke.c: In function 'S_scan_ident': toke.c:10004:13: warning: format not a string literal and no format arguments [-Wformat-security] 10004 | Perl_croak(aTHX_ ident_var_zero_multi_digit); | ^~~~~~~~~~ toke.c:10067:21: warning: format not a string literal and no format arguments [-Wformat-security] 10067 | Perl_croak(aTHX_ ident_var_zero_multi_digit); | ^~~~~~~~~~ /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 /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 /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:1326:1: warning: always_inline function might not be inlinable [-Wattributes] 1326 | S_cmp_locale_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~ pp_sort.c:1318:1: warning: always_inline function might not be inlinable [-Wattributes] 1318 | S_amagic_cmp_locale_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~~~~~~~~ pp_sort.c:1298:1: warning: always_inline function might not be inlinable [-Wattributes] 1298 | S_amagic_cmp_locale(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~~~ pp_sort.c:1288:1: warning: always_inline function might not be inlinable [-Wattributes] 1288 | S_cmp_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~ pp_sort.c:1280:1: warning: always_inline function might not be inlinable [-Wattributes] 1280 | S_amagic_cmp_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~ pp_sort.c:1260:1: warning: always_inline function might not be inlinable [-Wattributes] 1260 | S_amagic_cmp(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~ pp_sort.c:1252:1: warning: always_inline function might not be inlinable [-Wattributes] 1252 | S_amagic_i_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~~~~~ pp_sort.c:1232:1: warning: always_inline function might not be inlinable [-Wattributes] 1232 | S_amagic_i_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~ pp_sort.c:1224:1: warning: always_inline function might not be inlinable [-Wattributes] 1224 | S_amagic_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~~~ pp_sort.c:1204:1: warning: always_inline function might not be inlinable [-Wattributes] 1204 | S_amagic_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~ pp_sort.c:1189:1: warning: always_inline function might not be inlinable [-Wattributes] 1189 | S_sv_i_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~ pp_sort.c:1178:1: warning: always_inline function might not be inlinable [-Wattributes] 1178 | S_sv_i_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~ pp_sort.c:1170:1: warning: always_inline function might not be inlinable [-Wattributes] 1170 | S_sv_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~ pp_sort.c:1155:1: warning: always_inline function might not be inlinable [-Wattributes] 1155 | S_sv_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~ pp_sort.c:338:1: warning: always_inline function might not be inlinable [-Wattributes] 338 | S_sortsv_flags_impl(pTHX_ gptr *base, size_t nmemb, SVCOMPARE_t cmp, U32 flags) | ^~~~~~~~~~~~~~~~~~~ pp_sort.c:179:1: warning: always_inline function might not be inlinable [-Wattributes] 179 | dynprep(pTHX_ gptr *list1, gptr *list2, size_t nmemb, const SVCOMPARE_t cmp) | ^~~~~~~ /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 /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 /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 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 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 /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 opmini.host.o perlmini.host.o -lm -lcrypt -ldl make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' /usr/bin/make dynaloader make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' sh cflags.SH cflags.SH: Adding -std=c89. cflags.SH: Adding -Werror=pointer-arith. cflags.SH: Adding -Wextra. cflags.SH: Adding -Wc++-compat. cflags.SH: Adding -Wwrite-strings. cflags.SH: Adding -Werror=declaration-after-statement. cflags.SH: cc = /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc cflags.SH: ccflags = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 cflags.SH: stdflags = -std=c89 cflags.SH: optimize = -fwrapv -fno-strict-aliasing cflags.SH: warn = -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement 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 /usr/bin/make -C dist/lib/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/DynaLoader/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=static make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/DynaLoader/../../lib/ExtUtils/typemap' DynaLoader.xs > DynaLoader.xsc mv DynaLoader.xsc DynaLoader.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC -Wno-unused-function "-I../.." -DLIBC="" DynaLoader.c rm -rf ../../DynaLoader.o cp DynaLoader.o ../../DynaLoader.o make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/DynaLoader' cp ext/DynaLoader/DynaLoader.o DynaLoader.o make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' /usr/bin/make perl nonxs_ext utilities extensions pods make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' ./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 /usr/bin/make -C ext/ExtUtils-Miniperl/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/ExtUtils-Miniperl' cp lib/ExtUtils/Miniperl.pm ../../lib/ExtUtils/Miniperl.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/ExtUtils-Miniperl' ./miniperl_top -MExtUtils::Miniperl -e 'writemain(\"perlmain.c", @ARGV)' DynaLoader /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o perlmain.o perlmain.c 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o op.o op.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o perl.o perl.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o av.o av.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o scope.o scope.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o doop.o doop.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o doio.o doio.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o dump.o dump.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o gv.o gv.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o hv.o hv.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o mg.o mg.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o reentr.o reentr.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o mro_core.o mro_core.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o perly.o perly.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o pp.o pp.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o pp_hot.o pp_hot.c pp_hot.c:2913:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 2913 | S_should_we_output_Debug_r(pTHX_ regexp *prog) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o pp_ctl.o pp_ctl.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o pp_sys.o pp_sys.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o regcomp.o regcomp.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o regexec.o regexec.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o utf8.o utf8.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o sv.o sv.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o taint.o taint.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o toke.o toke.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o util.o util.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o deb.o deb.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o run.o run.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o universal.o universal.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o pad.o pad.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o globals.o globals.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o keywords.o keywords.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o perlio.o perlio.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o numeric.o numeric.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o mathoms.o mathoms.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o locale.o locale.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o pp_pack.o pp_pack.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o pp_sort.o pp_sort.c pp_sort.c:1326:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1326 | S_cmp_locale_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~ pp_sort.c:1318:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1318 | S_amagic_cmp_locale_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~~~~~~~~ pp_sort.c:1298:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1298 | S_amagic_cmp_locale(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~~~ pp_sort.c:1288:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1288 | S_cmp_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~ pp_sort.c:1280:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1280 | S_amagic_cmp_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~ pp_sort.c:1260:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1260 | S_amagic_cmp(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~ pp_sort.c:1252:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1252 | S_amagic_i_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~~~~~ pp_sort.c:1232:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1232 | S_amagic_i_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~ pp_sort.c:1224:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1224 | S_amagic_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~~~ pp_sort.c:1204:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1204 | S_amagic_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~ pp_sort.c:1189:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1189 | S_sv_i_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~ pp_sort.c:1178:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1178 | S_sv_i_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~ pp_sort.c:1170:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1170 | S_sv_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~ pp_sort.c:1155:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1155 | S_sv_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~ pp_sort.c:338:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 338 | S_sortsv_flags_impl(pTHX_ gptr *base, size_t nmemb, SVCOMPARE_t cmp, U32 flags) | ^~~~~~~~~~~~~~~~~~~ pp_sort.c:179:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 179 | dynprep(pTHX_ gptr *list1, gptr *list2, size_t nmemb, const SVCOMPARE_t cmp) | ^~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o caretx.o caretx.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o dquote.o dquote.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fwrapv -fno-strict-aliasing -c -o time64.o time64.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 DynaLoader.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ranlib libperl.a ./miniperl_top statars > static.list ./miniperl_top extlibs > ext.libs /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /usr/bin/make -C ext/Errno/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Errno' "../../miniperl_top" "-I../../lib" Errno_pm.PL Errno.pm cp Errno.pm ../../lib/Errno.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/File-Find/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/File-Find' cp lib/File/Find.pm ../../lib/File/Find.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/FileCache/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/FileCache' cp lib/FileCache.pm ../../lib/FileCache.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/IPC-Open3/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/IPC-Open3' cp lib/IPC/Open2.pm ../../lib/IPC/Open2.pm cp lib/IPC/Open3.pm ../../lib/IPC/Open3.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Pod-Escapes/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Pod-Escapes' cp lib/Pod/Escapes.pm ../../lib/Pod/Escapes.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Pod-Escapes' /usr/bin/make -C cpan/Pod-Simple/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Pod-Simple' cp lib/Pod/Simple/HTML.pm ../../lib/Pod/Simple/HTML.pm cp lib/Pod/Simple/BlackBox.pm ../../lib/Pod/Simple/BlackBox.pm cp lib/Pod/Simple/HTMLLegacy.pm ../../lib/Pod/Simple/HTMLLegacy.pm cp lib/Pod/Simple/TiedOutFH.pm ../../lib/Pod/Simple/TiedOutFH.pm cp lib/Pod/Simple/SimpleTree.pm ../../lib/Pod/Simple/SimpleTree.pm cp lib/Pod/Simple/TranscodeSmart.pm ../../lib/Pod/Simple/TranscodeSmart.pm cp lib/Pod/Simple/Checker.pm ../../lib/Pod/Simple/Checker.pm cp lib/Pod/Simple/HTMLBatch.pm ../../lib/Pod/Simple/HTMLBatch.pm cp lib/Pod/Simple/XHTML.pm ../../lib/Pod/Simple/XHTML.pm cp lib/Pod/Simple/LinkSection.pm ../../lib/Pod/Simple/LinkSection.pm cp lib/Pod/Simple.pm ../../lib/Pod/Simple.pm cp lib/Pod/Simple/DumpAsXML.pm ../../lib/Pod/Simple/DumpAsXML.pm cp lib/Pod/Simple/Subclassing.pod ../../lib/Pod/Simple/Subclassing.pod cp lib/Pod/Simple/RTF.pm ../../lib/Pod/Simple/RTF.pm cp lib/Pod/Simple/TextContent.pm ../../lib/Pod/Simple/TextContent.pm cp lib/Pod/Simple/DumpAsText.pm ../../lib/Pod/Simple/DumpAsText.pm cp lib/Pod/Simple.pod ../../lib/Pod/Simple.pod cp lib/Pod/Simple/XMLOutStream.pm ../../lib/Pod/Simple/XMLOutStream.pm cp lib/Pod/Simple/JustPod.pm ../../lib/Pod/Simple/JustPod.pm cp lib/Pod/Simple/TranscodeDumb.pm ../../lib/Pod/Simple/TranscodeDumb.pm cp lib/Pod/Simple/PullParserTextToken.pm ../../lib/Pod/Simple/PullParserTextToken.pm cp lib/Pod/Simple/Text.pm ../../lib/Pod/Simple/Text.pm cp lib/Pod/Simple/PullParserEndToken.pm ../../lib/Pod/Simple/PullParserEndToken.pm cp lib/Pod/Simple/PullParser.pm ../../lib/Pod/Simple/PullParser.pm cp lib/Pod/Simple/Methody.pm ../../lib/Pod/Simple/Methody.pm cp lib/Pod/Simple/Debug.pm ../../lib/Pod/Simple/Debug.pm cp lib/Pod/Simple/Search.pm ../../lib/Pod/Simple/Search.pm cp lib/Pod/Simple/Progress.pm ../../lib/Pod/Simple/Progress.pm cp lib/Pod/Simple/Transcode.pm ../../lib/Pod/Simple/Transcode.pm cp lib/Pod/Simple/PullParserStartToken.pm ../../lib/Pod/Simple/PullParserStartToken.pm cp lib/Pod/Simple/PullParserToken.pm ../../lib/Pod/Simple/PullParserToken.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Pod-Simple' /usr/bin/make -C ext/Pod-Functions/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Pod-Functions' "../../miniperl_top" "-I../../lib" Functions_pm.PL ../../pod/perlfunc.pod cp Functions.pm ../../lib/Pod/Functions.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/Pod-Html/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Pod-Html' cp lib/Pod/Html.pm ../../lib/Pod/Html.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/Tie-Hash-NamedCapture/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Tie-Hash-NamedCapture' cp NamedCapture.pm ../../lib/Tie/Hash/NamedCapture.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/Tie-Memoize/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Tie-Memoize' cp lib/Tie/Memoize.pm ../../lib/Tie/Memoize.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Archive-Tar/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Archive-Tar' cp lib/Archive/Tar/Constant.pm ../../lib/Archive/Tar/Constant.pm cp lib/Archive/Tar/File.pm ../../lib/Archive/Tar/File.pm cp lib/Archive/Tar.pm ../../lib/Archive/Tar.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/AutoLoader/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/AutoLoader' cp lib/AutoLoader.pm ../../lib/AutoLoader.pm cp lib/AutoSplit.pm ../../lib/AutoSplit.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/CPAN/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/CPAN' cp lib/CPAN/Distroprefs.pm ../../lib/CPAN/Distroprefs.pm cp lib/CPAN/Exception/yaml_not_installed.pm ../../lib/CPAN/Exception/yaml_not_installed.pm cp lib/CPAN/Bundle.pm ../../lib/CPAN/Bundle.pm cp lib/CPAN/Kwalify/distroprefs.dd ../../lib/CPAN/Kwalify/distroprefs.dd cp lib/CPAN/Debug.pm ../../lib/CPAN/Debug.pm cp lib/CPAN/Kwalify/distroprefs.yml ../../lib/CPAN/Kwalify/distroprefs.yml cp lib/CPAN/Exception/yaml_process_error.pm ../../lib/CPAN/Exception/yaml_process_error.pm cp lib/CPAN/Exception/RecursiveDependency.pm ../../lib/CPAN/Exception/RecursiveDependency.pm cp lib/CPAN/Distribution.pm ../../lib/CPAN/Distribution.pm cp lib/CPAN/Exception/blocked_urllist.pm ../../lib/CPAN/Exception/blocked_urllist.pm cp lib/CPAN/Nox.pm ../../lib/CPAN/Nox.pm cp lib/CPAN/URL.pm ../../lib/CPAN/URL.pm cp lib/CPAN/DeferredCode.pm ../../lib/CPAN/DeferredCode.pm cp lib/CPAN/HTTP/Credentials.pm ../../lib/CPAN/HTTP/Credentials.pm cp lib/CPAN/Distrostatus.pm ../../lib/CPAN/Distrostatus.pm cp lib/CPAN/Queue.pm ../../lib/CPAN/Queue.pm cp lib/CPAN/InfoObj.pm ../../lib/CPAN/InfoObj.pm cp lib/CPAN/FTP.pm ../../lib/CPAN/FTP.pm cp lib/CPAN.pm ../../lib/CPAN.pm cp lib/CPAN/Complete.pm ../../lib/CPAN/Complete.pm cp lib/CPAN/Author.pm ../../lib/CPAN/Author.pm cp lib/CPAN/Index.pm ../../lib/CPAN/Index.pm cp lib/App/Cpan.pm ../../lib/App/Cpan.pm cp lib/CPAN/HandleConfig.pm ../../lib/CPAN/HandleConfig.pm cp lib/CPAN/HTTP/Client.pm ../../lib/CPAN/HTTP/Client.pm cp lib/CPAN/FTP/netrc.pm ../../lib/CPAN/FTP/netrc.pm cp lib/CPAN/Shell.pm ../../lib/CPAN/Shell.pm cp lib/CPAN/Module.pm ../../lib/CPAN/Module.pm cp lib/CPAN/API/HOWTO.pod ../../lib/CPAN/API/HOWTO.pod cp lib/CPAN/Version.pm ../../lib/CPAN/Version.pm cp lib/CPAN/Prompt.pm ../../lib/CPAN/Prompt.pm cp lib/CPAN/Kwalify.pm ../../lib/CPAN/Kwalify.pm cp lib/CPAN/CacheMgr.pm ../../lib/CPAN/CacheMgr.pm cp lib/CPAN/Plugin/Specfile.pm ../../lib/CPAN/Plugin/Specfile.pm cp lib/CPAN/LWP/UserAgent.pm ../../lib/CPAN/LWP/UserAgent.pm cp lib/CPAN/Plugin.pm ../../lib/CPAN/Plugin.pm cp lib/CPAN/Mirrors.pm ../../lib/CPAN/Mirrors.pm cp lib/CPAN/Tarzip.pm ../../lib/CPAN/Tarzip.pm cp lib/CPAN/FirstTime.pm ../../lib/CPAN/FirstTime.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/CPAN-Meta/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/CPAN-Meta' cp lib/CPAN/Meta.pm ../../lib/CPAN/Meta.pm cp lib/CPAN/Meta/History/Meta_1_4.pod ../../lib/CPAN/Meta/History/Meta_1_4.pod cp lib/CPAN/Meta/Converter.pm ../../lib/CPAN/Meta/Converter.pm cp lib/CPAN/Meta/History/Meta_1_2.pod ../../lib/CPAN/Meta/History/Meta_1_2.pod cp lib/CPAN/Meta/Feature.pm ../../lib/CPAN/Meta/Feature.pm cp lib/CPAN/Meta/Validator.pm ../../lib/CPAN/Meta/Validator.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_3.pod ../../lib/CPAN/Meta/History/Meta_1_3.pod cp lib/CPAN/Meta/History/Meta_1_0.pod ../../lib/CPAN/Meta/History/Meta_1_0.pod cp lib/CPAN/Meta/Merge.pm ../../lib/CPAN/Meta/Merge.pm cp lib/Parse/CPAN/Meta.pm ../../lib/Parse/CPAN/Meta.pm cp lib/CPAN/Meta/Prereqs.pm ../../lib/CPAN/Meta/Prereqs.pm cp lib/CPAN/Meta/History.pm ../../lib/CPAN/Meta/History.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/CPAN-Meta-Requirements/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/CPAN-Meta-Requirements' cp lib/CPAN/Meta/Requirements.pm ../../lib/CPAN/Meta/Requirements.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/CPAN-Meta-YAML/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/CPAN-Meta-YAML' cp lib/CPAN/Meta/YAML.pm ../../lib/CPAN/Meta/YAML.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Config-Perl-V/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Config-Perl-V' cp V.pm ../../lib/Config/Perl/V.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Digest/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Digest' cp lib/Digest/file.pm ../../lib/Digest/file.pm cp lib/Digest/base.pm ../../lib/Digest/base.pm cp lib/Digest.pm ../../lib/Digest.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/ExtUtils-Constant/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/ExtUtils-Constant' cp lib/ExtUtils/Constant/Utils.pm ../../lib/ExtUtils/Constant/Utils.pm cp lib/ExtUtils/Constant/ProxySubs.pm ../../lib/ExtUtils/Constant/ProxySubs.pm cp lib/ExtUtils/Constant.pm ../../lib/ExtUtils/Constant.pm cp lib/ExtUtils/Constant/XS.pm ../../lib/ExtUtils/Constant/XS.pm cp lib/ExtUtils/Constant/Base.pm ../../lib/ExtUtils/Constant/Base.pm Manifying 4 pod documents make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/ExtUtils-Install/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/ExtUtils-Install' cp lib/ExtUtils/Installed.pm ../../lib/ExtUtils/Installed.pm cp lib/ExtUtils/Packlist.pm ../../lib/ExtUtils/Packlist.pm cp lib/ExtUtils/Install.pm ../../lib/ExtUtils/Install.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/ExtUtils-MakeMaker/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/ExtUtils-MakeMaker' cp lib/ExtUtils/Command.pm ../../lib/ExtUtils/Command.pm cp lib/ExtUtils/MM_Win32.pm ../../lib/ExtUtils/MM_Win32.pm cp lib/ExtUtils/MM_Win95.pm ../../lib/ExtUtils/MM_Win95.pm cp lib/ExtUtils/MM_VMS.pm ../../lib/ExtUtils/MM_VMS.pm cp lib/ExtUtils/MM_OS2.pm ../../lib/ExtUtils/MM_OS2.pm cp lib/ExtUtils/Mkbootstrap.pm ../../lib/ExtUtils/Mkbootstrap.pm cp lib/ExtUtils/MM_VOS.pm ../../lib/ExtUtils/MM_VOS.pm cp lib/ExtUtils/Command/MM.pm ../../lib/ExtUtils/Command/MM.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/MM.pm ../../lib/ExtUtils/MM.pm cp lib/ExtUtils/MakeMaker.pm ../../lib/ExtUtils/MakeMaker.pm cp lib/ExtUtils/Mksymlists.pm ../../lib/ExtUtils/Mksymlists.pm cp lib/ExtUtils/MY.pm ../../lib/ExtUtils/MY.pm cp lib/ExtUtils/MM_Unix.pm ../../lib/ExtUtils/MM_Unix.pm cp lib/ExtUtils/testlib.pm ../../lib/ExtUtils/testlib.pm cp lib/ExtUtils/MM_NW5.pm ../../lib/ExtUtils/MM_NW5.pm cp lib/ExtUtils/MM_OS390.pm ../../lib/ExtUtils/MM_OS390.pm cp lib/ExtUtils/MakeMaker/Tutorial.pod ../../lib/ExtUtils/MakeMaker/Tutorial.pod cp lib/ExtUtils/MakeMaker/FAQ.pod ../../lib/ExtUtils/MakeMaker/FAQ.pod 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/MakeMaker/version/regex.pm ../../lib/ExtUtils/MakeMaker/version/regex.pm cp lib/ExtUtils/Liblist.pm ../../lib/ExtUtils/Liblist.pm cp lib/ExtUtils/MM_BeOS.pm ../../lib/ExtUtils/MM_BeOS.pm cp lib/ExtUtils/MakeMaker/version.pm ../../lib/ExtUtils/MakeMaker/version.pm cp lib/ExtUtils/MakeMaker/Config.pm ../../lib/ExtUtils/MakeMaker/Config.pm cp lib/ExtUtils/MM_UWIN.pm ../../lib/ExtUtils/MM_UWIN.pm cp lib/ExtUtils/MM_AIX.pm ../../lib/ExtUtils/MM_AIX.pm cp lib/ExtUtils/MM_QNX.pm ../../lib/ExtUtils/MM_QNX.pm cp lib/ExtUtils/MM_Cygwin.pm ../../lib/ExtUtils/MM_Cygwin.pm cp lib/ExtUtils/MM_MacOS.pm ../../lib/ExtUtils/MM_MacOS.pm cp lib/ExtUtils/MM_Any.pm ../../lib/ExtUtils/MM_Any.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/ExtUtils-Manifest/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/ExtUtils-PL2Bat/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/ExtUtils-PL2Bat' cp lib/ExtUtils/PL2Bat.pm ../../lib/ExtUtils/PL2Bat.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/File-Fetch/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/File-Fetch' cp lib/File/Fetch.pm ../../lib/File/Fetch.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/File-Path/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/File-Path' cp lib/File/Path.pm ../../lib/File/Path.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/File-Temp/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/File-Temp' cp lib/File/Temp.pm ../../lib/File/Temp.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Getopt-Long/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Getopt-Long' cp lib/Getopt/Long.pm ../../lib/Getopt/Long.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/HTTP-Tiny/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/HTTP-Tiny' cp lib/HTTP/Tiny.pm ../../lib/HTTP/Tiny.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/IO-Compress/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IO-Compress' cp lib/IO/Compress/Bzip2.pm ../../lib/IO/Compress/Bzip2.pm cp lib/IO/Compress/Gzip/Constants.pm ../../lib/IO/Compress/Gzip/Constants.pm cp lib/File/GlobMapper.pm ../../lib/File/GlobMapper.pm cp lib/IO/Compress/Adapter/Identity.pm ../../lib/IO/Compress/Adapter/Identity.pm cp lib/IO/Uncompress/Base.pm ../../lib/IO/Uncompress/Base.pm cp lib/IO/Compress/Deflate.pm ../../lib/IO/Compress/Deflate.pm cp lib/IO/Compress/Base/Common.pm ../../lib/IO/Compress/Base/Common.pm cp lib/IO/Compress/Zip/Constants.pm ../../lib/IO/Compress/Zip/Constants.pm cp lib/IO/Uncompress/AnyUncompress.pm ../../lib/IO/Uncompress/AnyUncompress.pm cp lib/IO/Compress/Base.pm ../../lib/IO/Compress/Base.pm cp lib/IO/Uncompress/Adapter/Inflate.pm ../../lib/IO/Uncompress/Adapter/Inflate.pm cp lib/IO/Uncompress/Inflate.pm ../../lib/IO/Uncompress/Inflate.pm cp lib/IO/Compress/Adapter/Deflate.pm ../../lib/IO/Compress/Adapter/Deflate.pm cp lib/IO/Uncompress/Bunzip2.pm ../../lib/IO/Uncompress/Bunzip2.pm cp lib/IO/Uncompress/Adapter/Bunzip2.pm ../../lib/IO/Uncompress/Adapter/Bunzip2.pm cp lib/IO/Compress/Adapter/Bzip2.pm ../../lib/IO/Compress/Adapter/Bzip2.pm cp lib/IO/Compress/Zlib/Extra.pm ../../lib/IO/Compress/Zlib/Extra.pm cp lib/IO/Uncompress/RawInflate.pm ../../lib/IO/Uncompress/RawInflate.pm cp lib/IO/Compress/Zlib/Constants.pm ../../lib/IO/Compress/Zlib/Constants.pm cp lib/IO/Compress/Gzip.pm ../../lib/IO/Compress/Gzip.pm cp lib/Compress/Zlib.pm ../../lib/Compress/Zlib.pm cp lib/IO/Compress/Zip.pm ../../lib/IO/Compress/Zip.pm cp lib/IO/Uncompress/AnyInflate.pm ../../lib/IO/Uncompress/AnyInflate.pm cp lib/IO/Uncompress/Unzip.pm ../../lib/IO/Uncompress/Unzip.pm cp lib/IO/Compress/RawDeflate.pm ../../lib/IO/Compress/RawDeflate.pm cp lib/IO/Compress/FAQ.pod ../../lib/IO/Compress/FAQ.pod cp lib/IO/Uncompress/Adapter/Identity.pm ../../lib/IO/Uncompress/Adapter/Identity.pm cp lib/IO/Uncompress/Gunzip.pm ../../lib/IO/Uncompress/Gunzip.pm cp bin/streamzip blib/script/streamzip /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IO-Compress/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/streamzip cp bin/zipdetails blib/script/zipdetails /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IO-Compress/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for IO::Socket::IP /usr/bin/make -C cpan/IO-Socket-IP/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IO-Socket-IP' cp lib/IO/Socket/IP.pm ../../lib/IO/Socket/IP.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/IO-Zlib/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IO-Zlib' cp Zlib.pm ../../lib/IO/Zlib.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/IPC-Cmd/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IPC-Cmd' cp lib/IPC/Cmd.pm ../../lib/IPC/Cmd.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/JSON-PP/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Locale-Maketext-Simple/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Locale-Maketext-Simple' cp lib/Locale/Maketext/Simple.pm ../../lib/Locale/Maketext/Simple.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Math-BigInt/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Math-BigInt' cp lib/Math/BigInt/Lib.pm ../../lib/Math/BigInt/Lib.pm cp lib/Math/BigInt.pm ../../lib/Math/BigInt.pm cp lib/Math/BigFloat.pm ../../lib/Math/BigFloat.pm cp lib/Math/BigInt/Calc.pm ../../lib/Math/BigInt/Calc.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Math-BigRat/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Math-BigRat' cp lib/Math/BigRat.pm ../../lib/Math/BigRat.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Math-Complex/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Math-Complex' cp lib/Math/Complex.pm ../../lib/Math/Complex.pm cp lib/Math/Trig.pm ../../lib/Math/Trig.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Memoize/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Memoize' cp Memoize/NDBM_File.pm ../../lib/Memoize/NDBM_File.pm cp Memoize/ExpireTest.pm ../../lib/Memoize/ExpireTest.pm cp Memoize/ExpireFile.pm ../../lib/Memoize/ExpireFile.pm cp Memoize/AnyDBM_File.pm ../../lib/Memoize/AnyDBM_File.pm cp Memoize/Storable.pm ../../lib/Memoize/Storable.pm cp Memoize/Expire.pm ../../lib/Memoize/Expire.pm cp Memoize/SDBM_File.pm ../../lib/Memoize/SDBM_File.pm cp Memoize.pm ../../lib/Memoize.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Module-Load/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Module-Load' cp lib/Module/Load.pm ../../lib/Module/Load.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Module-Load-Conditional/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Module-Load-Conditional' cp lib/Module/Load/Conditional.pm ../../lib/Module/Load/Conditional.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Module-Loaded/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Module-Loaded' cp lib/Module/Loaded.pm ../../lib/Module/Loaded.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Module-Metadata/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Module-Metadata' cp lib/Module/Metadata.pm ../../lib/Module/Metadata.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/NEXT/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/NEXT' cp lib/NEXT.pm ../../lib/NEXT.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Params-Check/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Params-Check' cp lib/Params/Check.pm ../../lib/Params/Check.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Perl-OSType/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Perl-OSType' cp lib/Perl/OSType.pm ../../lib/Perl/OSType.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/PerlIO-via-QuotedPrint/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/PerlIO-via-QuotedPrint' cp lib/PerlIO/via/QuotedPrint.pm ../../lib/PerlIO/via/QuotedPrint.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Pod-Checker/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Pod-Checker/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podchecker make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Pod-Perldoc/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Pod-Perldoc' cp lib/Pod/Perldoc.pm ../../lib/Pod/Perldoc.pm cp lib/Pod/Perldoc/ToTerm.pm ../../lib/Pod/Perldoc/ToTerm.pm cp perldoc.pod ../../lib/perldoc.pod cp lib/Pod/Perldoc/BaseTo.pm ../../lib/Pod/Perldoc/BaseTo.pm cp lib/Pod/Perldoc/ToMan.pm ../../lib/Pod/Perldoc/ToMan.pm cp lib/Pod/Perldoc/GetOptsOO.pm ../../lib/Pod/Perldoc/GetOptsOO.pm cp lib/Pod/Perldoc/ToChecker.pm ../../lib/Pod/Perldoc/ToChecker.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/ToTk.pm ../../lib/Pod/Perldoc/ToTk.pm cp lib/Pod/Perldoc/ToText.pm ../../lib/Pod/Perldoc/ToText.pm cp lib/Pod/Perldoc/ToANSI.pm ../../lib/Pod/Perldoc/ToANSI.pm cp lib/Pod/Perldoc/ToXml.pm ../../lib/Pod/Perldoc/ToXml.pm cp lib/Pod/Perldoc/ToRtf.pm ../../lib/Pod/Perldoc/ToRtf.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Pod-Usage/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Pod-Usage/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2usage make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Term-ANSIColor/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Term-ANSIColor' cp lib/Term/ANSIColor.pm ../../lib/Term/ANSIColor.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Term-Cap/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Term-Cap' cp Cap.pm ../../lib/Term/Cap.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Test-Harness/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Test-Harness' cp lib/TAP/Object.pm ../../lib/TAP/Object.pm cp lib/TAP/Parser/Result/Bailout.pm ../../lib/TAP/Parser/Result/Bailout.pm cp lib/TAP/Parser/ResultFactory.pm ../../lib/TAP/Parser/ResultFactory.pm cp lib/TAP/Harness.pm ../../lib/TAP/Harness.pm cp lib/TAP/Parser/Result/Pragma.pm ../../lib/TAP/Parser/Result/Pragma.pm cp lib/TAP/Parser/Multiplexer.pm ../../lib/TAP/Parser/Multiplexer.pm cp lib/TAP/Parser/Iterator/Process.pm ../../lib/TAP/Parser/Iterator/Process.pm cp lib/TAP/Parser/Result/Test.pm ../../lib/TAP/Parser/Result/Test.pm cp lib/TAP/Formatter/Console/ParallelSession.pm ../../lib/TAP/Formatter/Console/ParallelSession.pm cp lib/TAP/Formatter/Console/Session.pm ../../lib/TAP/Formatter/Console/Session.pm cp lib/TAP/Formatter/File/Session.pm ../../lib/TAP/Formatter/File/Session.pm cp lib/TAP/Parser.pm ../../lib/TAP/Parser.pm cp lib/TAP/Formatter/Session.pm ../../lib/TAP/Formatter/Session.pm cp lib/App/Prove/State.pm ../../lib/App/Prove/State.pm cp lib/TAP/Parser/Iterator/Stream.pm ../../lib/TAP/Parser/Iterator/Stream.pm cp lib/TAP/Base.pm ../../lib/TAP/Base.pm cp lib/TAP/Parser/Result/Plan.pm ../../lib/TAP/Parser/Result/Plan.pm cp lib/TAP/Harness/Env.pm ../../lib/TAP/Harness/Env.pm cp lib/TAP/Formatter/Color.pm ../../lib/TAP/Formatter/Color.pm cp lib/TAP/Parser/Result/YAML.pm ../../lib/TAP/Parser/Result/YAML.pm cp lib/TAP/Formatter/File.pm ../../lib/TAP/Formatter/File.pm cp lib/TAP/Parser/Iterator/Array.pm ../../lib/TAP/Parser/Iterator/Array.pm cp lib/App/Prove.pm ../../lib/App/Prove.pm cp lib/TAP/Parser/Result/Unknown.pm ../../lib/TAP/Parser/Result/Unknown.pm cp lib/TAP/Parser/Scheduler/Job.pm ../../lib/TAP/Parser/Scheduler/Job.pm cp lib/TAP/Harness/Beyond.pod ../../lib/TAP/Harness/Beyond.pod cp lib/TAP/Parser/Aggregator.pm ../../lib/TAP/Parser/Aggregator.pm cp lib/TAP/Parser/Result/Comment.pm ../../lib/TAP/Parser/Result/Comment.pm cp lib/TAP/Parser/Result.pm ../../lib/TAP/Parser/Result.pm cp lib/App/Prove/State/Result.pm ../../lib/App/Prove/State/Result.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/Parser/IteratorFactory.pm ../../lib/TAP/Parser/IteratorFactory.pm cp lib/TAP/Parser/Result/Version.pm ../../lib/TAP/Parser/Result/Version.pm cp lib/TAP/Formatter/Base.pm ../../lib/TAP/Formatter/Base.pm cp lib/TAP/Parser/Scheduler.pm ../../lib/TAP/Parser/Scheduler.pm cp lib/TAP/Formatter/Console.pm ../../lib/TAP/Formatter/Console.pm cp lib/App/Prove/State/Result/Test.pm ../../lib/App/Prove/State/Result/Test.pm cp lib/TAP/Parser/YAMLish/Writer.pm ../../lib/TAP/Parser/YAMLish/Writer.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/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/YAMLish/Reader.pm ../../lib/TAP/Parser/YAMLish/Reader.pm cp lib/TAP/Parser/SourceHandler/File.pm ../../lib/TAP/Parser/SourceHandler/File.pm cp lib/TAP/Parser/SourceHandler/Executable.pm ../../lib/TAP/Parser/SourceHandler/Executable.pm cp lib/Test/Harness.pm ../../lib/Test/Harness.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Test-Simple/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Test-Simple' cp lib/Test/Simple.pm ../../lib/Test/Simple.pm cp lib/Test/More.pm ../../lib/Test/More.pm cp lib/Test2/Event.pm ../../lib/Test2/Event.pm cp lib/Test2/API/Stack.pm ../../lib/Test2/API/Stack.pm cp lib/Test/Tester/Capture.pm ../../lib/Test/Tester/Capture.pm cp lib/Test2/Event/Note.pm ../../lib/Test2/Event/Note.pm cp lib/Test2/API/InterceptResult/Hub.pm ../../lib/Test2/API/InterceptResult/Hub.pm cp lib/Test2/Event/Encoding.pm ../../lib/Test2/Event/Encoding.pm cp lib/Test2/API/InterceptResult.pm ../../lib/Test2/API/InterceptResult.pm cp lib/Test/Builder/Tester/Color.pm ../../lib/Test/Builder/Tester/Color.pm cp lib/Test2/API.pm ../../lib/Test2/API.pm cp lib/Test2/Event/Plan.pm ../../lib/Test2/Event/Plan.pm cp lib/Test2.pm ../../lib/Test2.pm cp lib/Test/Tutorial.pod ../../lib/Test/Tutorial.pod cp lib/Test2/API/Context.pm ../../lib/Test2/API/Context.pm cp lib/Test2/Event/Exception.pm ../../lib/Test2/Event/Exception.pm cp lib/Test/Tester/CaptureRunner.pm ../../lib/Test/Tester/CaptureRunner.pm cp lib/Test2/API/Breakage.pm ../../lib/Test2/API/Breakage.pm cp lib/Test/use/ok.pm ../../lib/Test/use/ok.pm cp lib/Test2/API/InterceptResult/Squasher.pm ../../lib/Test2/API/InterceptResult/Squasher.pm cp lib/Test2/API/InterceptResult/Event.pm ../../lib/Test2/API/InterceptResult/Event.pm cp lib/Test/Builder.pm ../../lib/Test/Builder.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/Test2/Event/Fail.pm ../../lib/Test2/Event/Fail.pm cp lib/Test/Builder/IO/Scalar.pm ../../lib/Test/Builder/IO/Scalar.pm cp lib/Test/Builder/Formatter.pm ../../lib/Test/Builder/Formatter.pm cp lib/Test/Tester.pm ../../lib/Test/Tester.pm cp lib/Test2/Event/Diag.pm ../../lib/Test2/Event/Diag.pm cp lib/Test2/Event/Generic.pm ../../lib/Test2/Event/Generic.pm cp lib/Test2/Event/V2.pm ../../lib/Test2/Event/V2.pm cp lib/Test/Builder/TodoDiag.pm ../../lib/Test/Builder/TodoDiag.pm cp lib/Test2/Event/TAP/Version.pm ../../lib/Test2/Event/TAP/Version.pm cp lib/Test2/API/InterceptResult/Facet.pm ../../lib/Test2/API/InterceptResult/Facet.pm cp lib/Test2/API/Instance.pm ../../lib/Test2/API/Instance.pm cp lib/Test2/Event/Subtest.pm ../../lib/Test2/Event/Subtest.pm cp lib/Test2/Event/Pass.pm ../../lib/Test2/Event/Pass.pm cp lib/Test/Tester/Delegate.pm ../../lib/Test/Tester/Delegate.pm cp lib/Test2/Event/Skip.pm ../../lib/Test2/Event/Skip.pm cp lib/Test2/Event/Bail.pm ../../lib/Test2/Event/Bail.pm cp lib/Test2/Event/Ok.pm ../../lib/Test2/Event/Ok.pm cp lib/Test2/EventFacet.pm ../../lib/Test2/EventFacet.pm cp lib/Test2/IPC/Driver/Files.pm ../../lib/Test2/IPC/Driver/Files.pm cp lib/Test2/Util/HashBase.pm ../../lib/Test2/Util/HashBase.pm cp lib/ok.pm ../../lib/ok.pm cp lib/Test2/EventFacet/Info.pm ../../lib/Test2/EventFacet/Info.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/Util/Trace.pm ../../lib/Test2/Util/Trace.pm cp lib/Test2/Transition.pod ../../lib/Test2/Transition.pod cp lib/Test2/Hub/Interceptor.pm ../../lib/Test2/Hub/Interceptor.pm cp lib/Test2/EventFacet/Hub.pm ../../lib/Test2/EventFacet/Hub.pm cp lib/Test2/EventFacet/Plan.pm ../../lib/Test2/EventFacet/Plan.pm cp lib/Test2/Util.pm ../../lib/Test2/Util.pm cp lib/Test2/EventFacet/Info/Table.pm ../../lib/Test2/EventFacet/Info/Table.pm cp lib/Test2/EventFacet/Trace.pm ../../lib/Test2/EventFacet/Trace.pm cp lib/Test2/EventFacet/Assert.pm ../../lib/Test2/EventFacet/Assert.pm cp lib/Test2/IPC/Driver.pm ../../lib/Test2/IPC/Driver.pm cp lib/Test2/Event/Waiting.pm ../../lib/Test2/Event/Waiting.pm cp lib/Test2/Tools/Tiny.pm ../../lib/Test2/Tools/Tiny.pm cp lib/Test2/Hub/Subtest.pm ../../lib/Test2/Hub/Subtest.pm cp lib/Test2/Hub.pm ../../lib/Test2/Hub.pm cp lib/Test2/EventFacet/Render.pm ../../lib/Test2/EventFacet/Render.pm cp lib/Test2/Formatter/TAP.pm ../../lib/Test2/Formatter/TAP.pm cp lib/Test2/EventFacet/Control.pm ../../lib/Test2/EventFacet/Control.pm cp lib/Test2/IPC.pm ../../lib/Test2/IPC.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/Util/Facets2Legacy.pm ../../lib/Test2/Util/Facets2Legacy.pm cp lib/Test2/Hub/Interceptor/Terminator.pm ../../lib/Test2/Hub/Interceptor/Terminator.pm cp lib/Test2/EventFacet/Amnesty.pm ../../lib/Test2/EventFacet/Amnesty.pm cp lib/Test2/Formatter.pm ../../lib/Test2/Formatter.pm cp lib/Test2/EventFacet/Parent.pm ../../lib/Test2/EventFacet/Parent.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Text-Balanced/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Text-Balanced' cp lib/Text/Balanced.pm ../../lib/Text/Balanced.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Text-ParseWords/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Text-ParseWords' cp lib/Text/ParseWords.pm ../../lib/Text/ParseWords.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Text-Tabs/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Tie-RefHash/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Tie-RefHash' cp lib/Tie/RefHash.pm ../../lib/Tie/RefHash.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Time-Local/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Time-Local' cp lib/Time/Local.pm ../../lib/Time/Local.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/autodie/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/autodie' cp lib/autodie/hints.pm ../../lib/autodie/hints.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/GuardStack.pm ../../lib/autodie/Scope/GuardStack.pm cp lib/autodie/Scope/Guard.pm ../../lib/autodie/Scope/Guard.pm cp lib/Fatal.pm ../../lib/Fatal.pm cp lib/autodie.pm ../../lib/autodie.pm cp lib/autodie/skip.pm ../../lib/autodie/skip.pm cp lib/autodie/Util.pm ../../lib/autodie/Util.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/bignum/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/bignum' cp lib/Math/BigInt/Trace.pm ../../lib/Math/BigInt/Trace.pm cp lib/bigrat.pm ../../lib/bigrat.pm cp lib/bigint.pm ../../lib/bigint.pm cp lib/Math/BigFloat/Trace.pm ../../lib/Math/BigFloat/Trace.pm cp lib/bignum.pm ../../lib/bignum.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/experimental/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/experimental' cp lib/experimental.pm ../../lib/experimental.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/libnet/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/libnet' cp lib/Net/FTP/I.pm ../../lib/Net/FTP/I.pm cp lib/Net/Domain.pm ../../lib/Net/Domain.pm cp lib/Net/FTP.pm ../../lib/Net/FTP.pm cp lib/Net/FTP/E.pm ../../lib/Net/FTP/E.pm cp lib/Net/Config.pm ../../lib/Net/Config.pm cp lib/Net/Time.pm ../../lib/Net/Time.pm cp lib/Net/FTP/A.pm ../../lib/Net/FTP/A.pm cp lib/Net/FTP/L.pm ../../lib/Net/FTP/L.pm cp lib/Net/SMTP.pm ../../lib/Net/SMTP.pm cp lib/Net/FTP/dataconn.pm ../../lib/Net/FTP/dataconn.pm cp lib/Net/libnetFAQ.pod ../../lib/Net/libnetFAQ.pod cp lib/Net/Cmd.pm ../../lib/Net/Cmd.pm cp lib/Net/Netrc.pm ../../lib/Net/Netrc.pm cp lib/Net/POP3.pm ../../lib/Net/POP3.pm cp lib/Net/NNTP.pm ../../lib/Net/NNTP.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/parent/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/parent' cp lib/parent.pm ../../lib/parent.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for perlfaq /usr/bin/make -C cpan/perlfaq/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/perlfaq' cp lib/perlfaq3.pod ../../lib/perlfaq3.pod cp lib/perlfaq1.pod ../../lib/perlfaq1.pod cp lib/perlfaq6.pod ../../lib/perlfaq6.pod cp lib/perlglossary.pod ../../lib/perlglossary.pod cp lib/perlfaq4.pod ../../lib/perlfaq4.pod cp lib/perlfaq.pm ../../lib/perlfaq.pm cp lib/perlfaq9.pod ../../lib/perlfaq9.pod cp lib/perlfaq7.pod ../../lib/perlfaq7.pod cp lib/perlfaq2.pod ../../lib/perlfaq2.pod cp lib/perlfaq.pod ../../lib/perlfaq.pod cp lib/perlfaq8.pod ../../lib/perlfaq8.pod cp lib/perlfaq5.pod ../../lib/perlfaq5.pod make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/podlators/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/podlators' cp lib/Pod/Man.pm ../../lib/Pod/Man.pm cp lib/Pod/ParseLink.pm ../../lib/Pod/ParseLink.pm cp lib/Pod/Text/Termcap.pm ../../lib/Pod/Text/Termcap.pm cp lib/Pod/Text.pm ../../lib/Pod/Text.pm cp lib/Pod/Text/Color.pm ../../lib/Pod/Text/Color.pm cp lib/Pod/Text/Overstrike.pm ../../lib/Pod/Text/Overstrike.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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/podlators/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man cp scripts/pod2text blib/script/pod2text /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/podlators/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2text Manifying 2 pod documents make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for version /usr/bin/make -C cpan/version/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/version' cp lib/version.pm ../../lib/version.pm cp lib/version/Internals.pod ../../lib/version/Internals.pod cp lib/version.pod ../../lib/version.pod cp lib/version/regex.pm ../../lib/version/regex.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Attribute-Handlers/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Attribute-Handlers' cp lib/Attribute/Handlers.pm ../../lib/Attribute/Handlers.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Carp/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Carp' cp lib/Carp/Heavy.pm ../../lib/Carp/Heavy.pm cp lib/Carp.pm ../../lib/Carp.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Devel-SelfStubber/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Devel-SelfStubber' cp lib/Devel/SelfStubber.pm ../../lib/Devel/SelfStubber.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Dumpvalue/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Dumpvalue' cp lib/Dumpvalue.pm ../../lib/Dumpvalue.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Env/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Env' cp lib/Env.pm ../../lib/Env.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Exporter/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Exporter' cp lib/Exporter.pm ../../lib/Exporter.pm cp lib/Exporter/Heavy.pm ../../lib/Exporter/Heavy.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/ExtUtils-CBuilder/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/ExtUtils-CBuilder' cp lib/ExtUtils/CBuilder/Platform/Unix.pm ../../lib/ExtUtils/CBuilder/Platform/Unix.pm cp lib/ExtUtils/CBuilder/Platform/cygwin.pm ../../lib/ExtUtils/CBuilder/Platform/cygwin.pm cp lib/ExtUtils/CBuilder/Base.pm ../../lib/ExtUtils/CBuilder/Base.pm cp lib/ExtUtils/CBuilder/Platform/android.pm ../../lib/ExtUtils/CBuilder/Platform/android.pm cp lib/ExtUtils/CBuilder/Platform/dec_osf.pm ../../lib/ExtUtils/CBuilder/Platform/dec_osf.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/darwin.pm ../../lib/ExtUtils/CBuilder/Platform/darwin.pm cp lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm ../../lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm cp lib/ExtUtils/CBuilder/Platform/os2.pm ../../lib/ExtUtils/CBuilder/Platform/os2.pm cp lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm ../../lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm cp lib/ExtUtils/CBuilder/Platform/VMS.pm ../../lib/ExtUtils/CBuilder/Platform/VMS.pm cp lib/ExtUtils/CBuilder/Platform/Windows.pm ../../lib/ExtUtils/CBuilder/Platform/Windows.pm cp lib/ExtUtils/CBuilder/Platform/aix.pm ../../lib/ExtUtils/CBuilder/Platform/aix.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for ExtUtils::ParseXS /usr/bin/make -C dist/ExtUtils-ParseXS/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/ExtUtils-ParseXS' cp lib/ExtUtils/ParseXS/Constants.pm ../../lib/ExtUtils/ParseXS/Constants.pm cp lib/ExtUtils/ParseXS/CountLines.pm ../../lib/ExtUtils/ParseXS/CountLines.pm cp lib/perlxs.pod ../../lib/perlxs.pod cp lib/perlxstut.pod ../../lib/perlxstut.pod cp lib/ExtUtils/Typemaps/Type.pm ../../lib/ExtUtils/Typemaps/Type.pm Skip ../../lib/ExtUtils/xsubpp (unchanged) cp lib/ExtUtils/Typemaps/InputMap.pm ../../lib/ExtUtils/Typemaps/InputMap.pm cp lib/ExtUtils/Typemaps/OutputMap.pm ../../lib/ExtUtils/Typemaps/OutputMap.pm cp lib/ExtUtils/ParseXS.pod ../../lib/ExtUtils/ParseXS.pod cp lib/ExtUtils/ParseXS/Eval.pm ../../lib/ExtUtils/ParseXS/Eval.pm cp lib/ExtUtils/Typemaps/Cmd.pm ../../lib/ExtUtils/Typemaps/Cmd.pm cp lib/ExtUtils/Typemaps.pm ../../lib/ExtUtils/Typemaps.pm cp lib/ExtUtils/ParseXS/Utilities.pm ../../lib/ExtUtils/ParseXS/Utilities.pm cp lib/perlxstypemap.pod ../../lib/perlxstypemap.pod cp lib/ExtUtils/ParseXS.pm ../../lib/ExtUtils/ParseXS.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Filter-Simple/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Filter-Simple' cp lib/Filter/Simple.pm ../../lib/Filter/Simple.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/FindBin/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/FindBin' cp lib/FindBin.pm ../../lib/FindBin.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/I18N-Collate/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/I18N-Collate' cp lib/I18N/Collate.pm ../../lib/I18N/Collate.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/I18N-LangTags/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/I18N-LangTags' cp lib/I18N/LangTags/Detect.pm ../../lib/I18N/LangTags/Detect.pm cp lib/I18N/LangTags.pm ../../lib/I18N/LangTags.pm cp lib/I18N/LangTags/List.pm ../../lib/I18N/LangTags/List.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for Locale::Maketext /usr/bin/make -C dist/Locale-Maketext/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Locale-Maketext' 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.pm ../../lib/Locale/Maketext.pm cp lib/Locale/Maketext.pod ../../lib/Locale/Maketext.pod cp lib/Locale/Maketext/Guts.pm ../../lib/Locale/Maketext/Guts.pm cp lib/Locale/Maketext/TPJ13.pod ../../lib/Locale/Maketext/TPJ13.pod make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Module-CoreList/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Module-CoreList' cp lib/Module/CoreList.pod ../../lib/Module/CoreList.pod cp lib/Module/CoreList.pm ../../lib/Module/CoreList.pm cp lib/Module/CoreList/Utils.pm ../../lib/Module/CoreList/Utils.pm cp corelist blib/script/corelist /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Module-CoreList/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/corelist make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Net-Ping/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Net-Ping' cp lib/Net/Ping.pm ../../lib/Net/Ping.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Safe/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Safe' cp Safe.pm ../../lib/Safe.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Search-Dict/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Search-Dict' cp lib/Search/Dict.pm ../../lib/Search/Dict.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/SelfLoader/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/SelfLoader' cp lib/SelfLoader.pm ../../lib/SelfLoader.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Term-Complete/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Term-Complete' cp lib/Term/Complete.pm ../../lib/Term/Complete.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Term-ReadLine/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Term-ReadLine' cp lib/Term/ReadLine.pm ../../lib/Term/ReadLine.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Test/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Test' cp lib/Test.pm ../../lib/Test.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Text-Abbrev/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Text-Abbrev' cp lib/Text/Abbrev.pm ../../lib/Text/Abbrev.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Thread-Queue/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Thread-Queue' cp lib/Thread/Queue.pm ../../lib/Thread/Queue.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Thread-Semaphore/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Thread-Semaphore' cp lib/Thread/Semaphore.pm ../../lib/Thread/Semaphore.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Tie-File/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Tie-File' cp lib/Tie/File.pm ../../lib/Tie/File.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/XSLoader/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/XSLoader' "../../miniperl_top" "-I../../lib" XSLoader_pm.PL XSLoader.pm cp XSLoader.pm ../../lib/XSLoader.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/autouse/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/autouse' cp lib/autouse.pm ../../lib/autouse.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/base/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/base' cp lib/base.pm ../../lib/base.pm cp lib/fields.pm ../../lib/fields.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/constant/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/constant' cp lib/constant.pm ../../lib/constant.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/encoding-warnings/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/encoding-warnings' cp lib/encoding/warnings.pm ../../lib/encoding/warnings.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/if/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/if' cp if.pm ../../lib/if.pm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/if' /usr/bin/make -C utils all make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/utils' ../miniperl_top perlbug.PL Extracting perlbug (with variable substitutions) ../miniperl_top zipdetails.PL Extracting zipdetails (with variable substitutions) ../miniperl_top pod2html.PL Extracting pod2html (with variable substitutions) ../miniperl_top corelist.PL Extracting corelist (with variable substitutions) ../miniperl_top streamzip.PL Extracting streamzip (with variable substitutions) ../miniperl_top ptar.PL Extracting ptar (with variable substitutions) ../miniperl_top ptardiff.PL Extracting ptardiff (with variable substitutions) ../miniperl_top pl2pm.PL Extracting pl2pm (with variable substitutions) ../miniperl_top h2xs.PL Extracting h2xs (with variable substitutions) ../miniperl_top encguess.PL Extracting encguess (with variable substitutions) ../miniperl_top h2ph.PL Extracting h2ph (with variable substitutions) ../miniperl_top perldoc.PL Extracting "perldoc" (with variable substitutions) ../miniperl_top splain.PL Extracting splain (with variable substitutions) ../miniperl_top perlivp.PL Extracting perlivp (with variable substitutions) ../miniperl_top piconv.PL Extracting piconv (with variable substitutions) ../miniperl_top xsubpp.PL Extracting xsubpp (with variable substitutions) ../miniperl_top cpan.PL Extracting cpan (with variable substitutions) ../miniperl_top prove.PL Extracting prove (with variable substitutions) ../miniperl_top enc2xs.PL Extracting enc2xs (with variable substitutions) ../miniperl_top shasum.PL Extracting shasum (with variable substitutions) ../miniperl_top instmodsh.PL Extracting instmodsh (with variable substitutions) ../miniperl_top ptargrep.PL Extracting ptargrep (with variable substitutions) ../miniperl_top json_pp.PL Extracting json_pp (with variable substitutions) ../miniperl_top libnetcfg.PL Extracting libnetcfg (with variable substitutions) make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/B/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/B' cp B/Xref.pm ../../lib/B/Xref.pm cp B/Concise.pm ../../lib/B/Concise.pm cp B/Showlex.pm ../../lib/B/Showlex.pm cp B.pm ../../lib/B.pm cp B/Terse.pm ../../lib/B/Terse.pm cp O.pm ../../lib/O.pm Running Mkbootstrap for B () chmod 644 "B.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/B/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/B/typemap' B.xs > B.xsc mv B.xsc B.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.82\" -DXS_VERSION=\"1.82\" -fPIC -Wno-unused-function "-I../.." B.c rm -f ../../lib/auto/B/B.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm B.o -o ../../lib/auto/B/B.so \ \ chmod 755 ../../lib/auto/B/B.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/Devel-Peek/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Devel-Peek' cp Peek.pm ../../lib/Devel/Peek.pm Running Mkbootstrap for Peek () chmod 644 "Peek.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Devel-Peek/../../lib/ExtUtils/typemap' Peek.xs > Peek.xsc mv Peek.xsc Peek.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.30\" -DXS_VERSION=\"1.30\" -fPIC -Wno-unused-function "-I../.." Peek.c rm -f ../../lib/auto/Devel/Peek/Peek.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Peek.o -o ../../lib/auto/Devel/Peek/Peek.so \ \ chmod 755 ../../lib/auto/Devel/Peek/Peek.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/Fcntl/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Fcntl' cp Fcntl.pm ../../lib/Fcntl.pm Running Mkbootstrap for Fcntl () chmod 644 "Fcntl.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Fcntl/../../lib/ExtUtils/typemap' Fcntl.xs > Fcntl.xsc mv Fcntl.xsc Fcntl.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC -Wno-unused-function "-I../.." Fcntl.c rm -f ../../lib/auto/Fcntl/Fcntl.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Fcntl.o -o ../../lib/auto/Fcntl/Fcntl.so \ \ chmod 755 ../../lib/auto/Fcntl/Fcntl.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/File-DosGlob/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/File-DosGlob' cp lib/File/DosGlob.pm ../../lib/File/DosGlob.pm Running Mkbootstrap for DosGlob () chmod 644 "DosGlob.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/File-DosGlob/../../lib/ExtUtils/typemap' DosGlob.xs > DosGlob.xsc mv DosGlob.xsc DosGlob.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC -Wno-unused-function "-I../.." DosGlob.c rm -f ../../lib/auto/File/DosGlob/DosGlob.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm DosGlob.o -o ../../lib/auto/File/DosGlob/DosGlob.so \ \ chmod 755 ../../lib/auto/File/DosGlob/DosGlob.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/File-Glob/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/File-Glob' cp Glob.pm ../../lib/File/Glob.pm Running Mkbootstrap for Glob () chmod 644 "Glob.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/File-Glob/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.33\" -DXS_VERSION=\"1.33\" -fPIC -Wno-unused-function "-I../.." bsd_glob.c "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/File-Glob/../../lib/ExtUtils/typemap' Glob.xs > Glob.xsc mv Glob.xsc Glob.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.33\" -DXS_VERSION=\"1.33\" -fPIC -Wno-unused-function "-I../.." Glob.c rm -f ../../lib/auto/File/Glob/Glob.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/Hash-Util/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Hash-Util' cp lib/Hash/Util.pm ../../lib/Hash/Util.pm Running Mkbootstrap for Util () chmod 644 "Util.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Hash-Util/../../lib/ExtUtils/typemap' Util.xs > Util.xsc mv Util.xsc Util.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC -Wno-unused-function "-I../.." -DPERL_EXT Util.c rm -f ../../lib/auto/Hash/Util/Util.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Util.o -o ../../lib/auto/Hash/Util/Util.so \ \ chmod 755 ../../lib/auto/Hash/Util/Util.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/Hash-Util-FieldHash/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Hash-Util-FieldHash' cp lib/Hash/Util/FieldHash.pm ../../lib/Hash/Util/FieldHash.pm Running Mkbootstrap for FieldHash () chmod 644 "FieldHash.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Hash-Util-FieldHash/../../lib/ExtUtils/typemap' FieldHash.xs > FieldHash.xsc mv FieldHash.xsc FieldHash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.21\" -DXS_VERSION=\"1.21\" -fPIC -Wno-unused-function "-I../.." FieldHash.c rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/I18N-Langinfo/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/I18N-Langinfo' cp Langinfo.pm ../../lib/I18N/Langinfo.pm Running Mkbootstrap for Langinfo () chmod 644 "Langinfo.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/I18N-Langinfo/../../lib/ExtUtils/typemap' Langinfo.xs > Langinfo.xsc mv Langinfo.xsc Langinfo.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC -Wno-unused-function "-I../.." Langinfo.c rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Langinfo.o -o ../../lib/auto/I18N/Langinfo/Langinfo.so \ \ chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/Opcode/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Opcode' cp ops.pm ../../lib/ops.pm cp Opcode.pm ../../lib/Opcode.pm Running Mkbootstrap for Opcode () chmod 644 "Opcode.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Opcode/../../lib/ExtUtils/typemap' Opcode.xs > Opcode.xsc mv Opcode.xsc Opcode.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC -Wno-unused-function "-I../.." Opcode.c rm -f ../../lib/auto/Opcode/Opcode.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Opcode.o -o ../../lib/auto/Opcode/Opcode.so \ \ chmod 755 ../../lib/auto/Opcode/Opcode.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/POSIX/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/POSIX' cp lib/POSIX.pm ../../lib/POSIX.pm cp lib/POSIX.pod ../../lib/POSIX.pod Running Mkbootstrap for POSIX () chmod 644 "POSIX.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/POSIX/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/POSIX/typemap' POSIX.xs > POSIX.xsc mv POSIX.xsc POSIX.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.97\" -DXS_VERSION=\"1.97\" -fPIC -Wno-unused-function "-I../.." POSIX.c POSIX.xs: In function 'XS_POSIX_mblen': POSIX.xs:3375:24: warning: unused variable 'string' [-Wunused-variable] 3375 | char * string = SvPV(byte_s, len); | ^~~~~~ POSIX.xs: In function 'XS_POSIX_mbtowc': POSIX.xs:3427:24: warning: unused variable 'string' [-Wunused-variable] 3427 | char * string = SvPV(byte_s, len); | ^~~~~~ POSIX.c: In function 'XS_POSIX_wctomb': POSIX.c:4647:10: warning: unused variable 'wchar' [-Wunused-variable] 4647 | wchar_t wchar = (wchar_t)SvIV(ST(1)) | ^~~~~ rm -f ../../lib/auto/POSIX/POSIX.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm POSIX.o -o ../../lib/auto/POSIX/POSIX.so \ -lm \ chmod 755 ../../lib/auto/POSIX/POSIX.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/PerlIO-encoding/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/PerlIO-encoding' cp encoding.pm ../../lib/PerlIO/encoding.pm Running Mkbootstrap for encoding () chmod 644 "encoding.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/PerlIO-encoding/../../lib/ExtUtils/typemap' encoding.xs > encoding.xsc mv encoding.xsc encoding.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" -fPIC -Wno-unused-function "-I../.." encoding.c rm -f ../../lib/auto/PerlIO/encoding/encoding.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm encoding.o -o ../../lib/auto/PerlIO/encoding/encoding.so \ \ chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/PerlIO-mmap/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/PerlIO-mmap' cp mmap.pm ../../lib/PerlIO/mmap.pm Running Mkbootstrap for mmap () chmod 644 "mmap.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/PerlIO-mmap/../../lib/ExtUtils/typemap' mmap.xs > mmap.xsc mv mmap.xsc mmap.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.017\" -DXS_VERSION=\"0.017\" -fPIC -Wno-unused-function "-I../.." mmap.c rm -f ../../lib/auto/PerlIO/mmap/mmap.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm mmap.o -o ../../lib/auto/PerlIO/mmap/mmap.so \ \ chmod 755 ../../lib/auto/PerlIO/mmap/mmap.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/PerlIO-scalar/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/PerlIO-scalar' cp scalar.pm ../../lib/PerlIO/scalar.pm Running Mkbootstrap for scalar () chmod 644 "scalar.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/PerlIO-scalar/../../lib/ExtUtils/typemap' scalar.xs > scalar.xsc mv scalar.xsc scalar.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.31\" -DXS_VERSION=\"0.31\" -fPIC -Wno-unused-function "-I../.." scalar.c rm -f ../../lib/auto/PerlIO/scalar/scalar.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm scalar.o -o ../../lib/auto/PerlIO/scalar/scalar.so \ \ chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/PerlIO-via/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/PerlIO-via' cp via.pm ../../lib/PerlIO/via.pm Running Mkbootstrap for via () chmod 644 "via.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/PerlIO-via/../../lib/ExtUtils/typemap' via.xs > via.xsc mv via.xsc via.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC -Wno-unused-function "-I../.." via.c rm -f ../../lib/auto/PerlIO/via/via.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm via.o -o ../../lib/auto/PerlIO/via/via.so \ \ chmod 755 ../../lib/auto/PerlIO/via/via.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/SDBM_File/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/SDBM_File' cp SDBM_File.pm ../../lib/SDBM_File.pm Running Mkbootstrap for SDBM_File () chmod 644 "SDBM_File.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/SDBM_File/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/SDBM_File/typemap' SDBM_File.xs > SDBM_File.xsc mv SDBM_File.xsc SDBM_File.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -Wno-unused-function "-I../.." -DSDBM -DDUFF SDBM_File.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -Wno-unused-function "-I../.." -DSDBM -DDUFF hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -Wno-unused-function "-I../.." -DSDBM -DDUFF pair.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/Sys-Hostname/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Sys-Hostname' cp Hostname.pm ../../lib/Sys/Hostname.pm Running Mkbootstrap for Hostname () chmod 644 "Hostname.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/Sys-Hostname/../../lib/ExtUtils/typemap' Hostname.xs > Hostname.xsc mv Hostname.xsc Hostname.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.23\" -DXS_VERSION=\"1.23\" -fPIC -Wno-unused-function "-I../.." Hostname.c rm -f ../../lib/auto/Sys/Hostname/Hostname.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Hostname.o -o ../../lib/auto/Sys/Hostname/Hostname.so \ \ chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/XS-APItest/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/XS-APItest' cp APItest.pm ../../lib/XS/APItest.pm Running Mkbootstrap for APItest () Writing APItest.bs chmod 644 "APItest.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/XS-APItest/typemap' APItest.xs > APItest.xsc mv APItest.xsc APItest.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC -Wno-unused-function "-I../.." APItest.c "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC -Wno-unused-function "-I../.." XSUB-undef-XS_VERSION.c "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/XS-APItest/typemap' XSUB-redefined-macros.xs > XSUB-redefined-macros.xsc mv XSUB-redefined-macros.xsc XSUB-redefined-macros.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC -Wno-unused-function "-I../.." XSUB-redefined-macros.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC -Wno-unused-function "-I../.." core.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC -Wno-unused-function "-I../.." exception.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC -Wno-unused-function "-I../.." notcore.c rm -f ../../lib/auto/XS/APItest/APItest.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/XS-Typemap/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/XS-Typemap' cp Typemap.pm ../../lib/XS/Typemap.pm Running Mkbootstrap for Typemap () chmod 644 "Typemap.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/XS-Typemap/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC -Wno-unused-function "-I../.." stdio.c "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/XS-Typemap/../../lib/ExtUtils/typemap' Typemap.xs > Typemap.xsc mv Typemap.xsc Typemap.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC -Wno-unused-function "-I../.." Typemap.c rm -f ../../lib/auto/XS/Typemap/Typemap.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/attributes/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/attributes' cp attributes.pm ../../lib/attributes.pm Running Mkbootstrap for attributes () chmod 644 "attributes.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/attributes/../../lib/ExtUtils/typemap' attributes.xs > attributes.xsc mv attributes.xsc attributes.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.33\" -DXS_VERSION=\"0.33\" -fPIC -Wno-unused-function "-I../.." attributes.c rm -f ../../lib/auto/attributes/attributes.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm attributes.o -o ../../lib/auto/attributes/attributes.so \ \ chmod 755 ../../lib/auto/attributes/attributes.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/mro/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/mro' cp mro.pm ../../lib/mro.pm Running Mkbootstrap for mro () chmod 644 "mro.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/mro/../../lib/ExtUtils/typemap' mro.xs > mro.xsc mv mro.xsc mro.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.25_001\" -DXS_VERSION=\"1.25_001\" -fPIC -Wno-unused-function "-I../.." mro.c rm -f ../../lib/auto/mro/mro.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm mro.o -o ../../lib/auto/mro/mro.so \ \ chmod 755 ../../lib/auto/mro/mro.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C ext/re/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/re' Skip ../../lib/re.pm (unchanged) Running Mkbootstrap for re () chmod 644 "re.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.41\" -DXS_VERSION=\"0.41\" -fPIC -Wno-unused-function "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.c re_exec.c: In function 'S_regtry': re_exec.c:7056:30: warning: 'fold_array' may be used uninitialized in this function [-Wmaybe-uninitialized] 7056 | && UCHARAT(s) != fold_array[nextbyte]) | ^ re_exec.c:6960:17: note: 'fold_array' was declared here 6960 | const U8 * fold_array; | ^~~~~~~~~~ re_exec.c:7062:22: warning: 'folder' may be used uninitialized in this function [-Wmaybe-uninitialized] 7062 | if (ln > 1 && ! folder(locinput, s, ln)) | ^~~~~~~~~~~~~~~~~~~~~~~ re_exec.c:6959:16: note: 'folder' was declared here 6959 | re_fold_t folder; | ^~~~~~ rm -f re_comp.c cp ../../regcomp.c re_comp.c rm -f dquote.c cp ../../dquote.c dquote.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.41\" -DXS_VERSION=\"0.41\" -fPIC -Wno-unused-function "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.c "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/ext/re/../../lib/ExtUtils/typemap' re.xs > re.xsc mv re.xsc re.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.41\" -DXS_VERSION=\"0.41\" -fPIC -Wno-unused-function "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c rm -f ../../lib/auto/re/re.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Compress-Raw-Bzip2/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Compress-Raw-Bzip2' cp lib/Compress/Raw/Bzip2.pm ../../lib/Compress/Raw/Bzip2.pm Running Mkbootstrap for Bzip2 () chmod 644 "Bzip2.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Compress-Raw-Bzip2/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Compress-Raw-Bzip2/typemap' Bzip2.xs > Bzip2.xsc mv Bzip2.xsc Bzip2.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO Bzip2.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO blocksort.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO bzlib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO compress.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO crctable.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO decompress.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO huffman.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO randtable.c rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Compress-Raw-Zlib/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Compress-Raw-Zlib' cp lib/Compress/Raw/Zlib.pm ../../lib/Compress/Raw/Zlib.pm Running Mkbootstrap for Zlib () chmod 644 "Zlib.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Compress-Raw-Zlib/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Compress-Raw-Zlib/typemap' Zlib.xs > Zlib.xsc mv Zlib.xsc Zlib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 Zlib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 adler32.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 compress.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 crc32.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 deflate.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 infback.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inffast.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inflate.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inftrees.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 trees.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 uncompr.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.101\" -DXS_VERSION=\"2.101\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 zutil.c rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 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 /usr/bin/make -C dist/Devel-PPPort/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Devel-PPPort/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Devel-PPPort/typemap' RealPPPort.xs > RealPPPort.xsc mv RealPPPort.xsc RealPPPort.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"3.62\" -DXS_VERSION=\"3.62\" -fPIC -Wno-unused-function "-I../.." -W -Wall -Wdeclaration-after-statement RealPPPort.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"3.62\" -DXS_VERSION=\"3.62\" -fPIC -Wno-unused-function "-I../.." -W -Wall -Wdeclaration-after-statement module2.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"3.62\" -DXS_VERSION=\"3.62\" -fPIC -Wno-unused-function "-I../.." -W -Wall -Wdeclaration-after-statement module3.c rm -f ../../lib/auto/Devel/PPPort/PPPort.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Devel-PPPort' cd dist/Devel-PPPort && ../../miniperl -I../../lib ppport_h.PL cp -f dist/Devel-PPPort/ppport.h cpan/DB_File/ppport.h /usr/bin/make -C cpan/DB_File/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/DB_File' cp DB_File.pm ../../lib/DB_File.pm Running Mkbootstrap for DB_File () chmod 644 "DB_File.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/DB_File/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DB_File.bs ../../lib/auto/DB_File/DB_File.bs 644 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I/usr/local/BerkeleyDB/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.855\" -DXS_VERSION=\"1.855\" -fPIC -Wno-unused-function "-I../.." -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t version.c "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/DB_File/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/DB_File/typemap' DB_File.xs > DB_File.xsc mv DB_File.xsc DB_File.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I/usr/local/BerkeleyDB/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.855\" -DXS_VERSION=\"1.855\" -fPIC -Wno-unused-function "-I../.." -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t DB_File.c rm -f ../../lib/auto/DB_File/DB_File.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Digest-MD5/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Digest-MD5' cp MD5.pm ../../lib/Digest/MD5.pm Running Mkbootstrap for MD5 () chmod 644 "MD5.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Digest-MD5/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Digest-MD5/typemap' MD5.xs > MD5.xsc mv MD5.xsc MD5.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.58\" -DXS_VERSION=\"2.58\" -fPIC -Wno-unused-function "-I../.." MD5.c rm -f ../../lib/auto/Digest/MD5/MD5.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm MD5.o -o ../../lib/auto/Digest/MD5/MD5.so \ \ chmod 755 ../../lib/auto/Digest/MD5/MD5.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Digest-SHA/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Digest-SHA' cp lib/Digest/SHA.pm ../../lib/Digest/SHA.pm Running Mkbootstrap for SHA () chmod 644 "SHA.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Digest-SHA/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Digest-SHA/typemap' SHA.xs > SHA.xsc mv SHA.xsc SHA.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"6.02\" -DXS_VERSION=\"6.02\" -fPIC -Wno-unused-function "-I../.." SHA.c rm -f ../../lib/auto/Digest/SHA/SHA.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Digest-SHA/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Encode/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode' cp lib/Encode/MIME/Name.pm ../../lib/Encode/MIME/Name.pm cp lib/Encode/GSM0338.pm ../../lib/Encode/GSM0338.pm cp Encode/_PM.e2x ../../lib/Encode/_PM.e2x cp Encode/_T.e2x ../../lib/Encode/_T.e2x cp lib/Encode/Supported.pod ../../lib/Encode/Supported.pod cp Encode/ConfigLocal_PM.e2x ../../lib/Encode/ConfigLocal_PM.e2x cp lib/Encode/Guess.pm ../../lib/Encode/Guess.pm cp lib/Encode/JP/H2Z.pm ../../lib/Encode/JP/H2Z.pm cp Encode/encode.h ../../lib/Encode/encode.h cp lib/Encode/Config.pm ../../lib/Encode/Config.pm cp Encode/Makefile_PL.e2x ../../lib/Encode/Makefile_PL.e2x cp lib/Encode/KR/2022_KR.pm ../../lib/Encode/KR/2022_KR.pm cp lib/Encode/Alias.pm ../../lib/Encode/Alias.pm cp lib/Encode/PerlIO.pod ../../lib/Encode/PerlIO.pod cp lib/Encode/CN/HZ.pm ../../lib/Encode/CN/HZ.pm cp lib/Encode/MIME/Header/ISO_2022_JP.pm ../../lib/Encode/MIME/Header/ISO_2022_JP.pm cp lib/Encode/MIME/Header.pm ../../lib/Encode/MIME/Header.pm cp Encode/Changes.e2x ../../lib/Encode/Changes.e2x cp Encode.pm ../../lib/Encode.pm cp Encode/README.e2x ../../lib/Encode/README.e2x cp lib/Encode/Encoding.pm ../../lib/Encode/Encoding.pm cp lib/Encode/Encoder.pm ../../lib/Encode/Encoder.pm cp encoding.pm ../../lib/encoding.pm cp lib/Encode/JP/JIS7.pm ../../lib/Encode/JP/JIS7.pm cp lib/Encode/CJKConstants.pm ../../lib/Encode/CJKConstants.pm cp lib/Encode/Unicode/UTF7.pm ../../lib/Encode/Unicode/UTF7.pm make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/Byte' cp Byte.pm ../../../lib/Encode/Byte.pm Running Mkbootstrap for Byte () chmod 644 "Byte.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/Byte/../../../lib/ExtUtils/typemap' Byte.xs > Byte.xsc mv Byte.xsc Byte.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC -Wno-unused-function "-I../../.." Byte.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 322 | static const encpage_t utf8_viscii[]; | ^~~~~~~~~~~ rm -f ../../../lib/auto/Encode/Byte/Byte.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/Byte' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/CN' cp CN.pm ../../../lib/Encode/CN.pm Running Mkbootstrap for CN () chmod 644 "CN.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/CN/../../../lib/ExtUtils/typemap' CN.xs > CN.xsc mv CN.xsc CN.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." CN.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_cp936[]; | ^~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_euc_cn[]; | ^~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_gb12345_raw[]; | ^~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_gb2312_raw[]; | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_iso_ir_165[]; | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_MacChineseSimp[]; | ^~~~~~~~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/CN/CN.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/CN' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/EBCDIC' cp EBCDIC.pm ../../../lib/Encode/EBCDIC.pm Running Mkbootstrap for EBCDIC () chmod 644 "EBCDIC.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/EBCDIC/../../../lib/ExtUtils/typemap' EBCDIC.xs > EBCDIC.xsc mv EBCDIC.xsc EBCDIC.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC -Wno-unused-function "-I../../.." EBCDIC.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 37 | static const encpage_t utf8_posix_bc[]; | ^~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/EBCDIC' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/JP' cp JP.pm ../../../lib/Encode/JP.pm Running Mkbootstrap for JP () chmod 644 "JP.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/JP/../../../lib/ExtUtils/typemap' JP.xs > JP.xsc mv JP.xsc JP.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC -Wno-unused-function "-I../../.." JP.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -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' was here 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' was here 17 | static const encpage_t utf8_cp932[]; | ^~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -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' was here 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' was here 17 | static const encpage_t utf8_euc_jp[]; | ^~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -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' was here 12 | static const encpage_t utf8_jis0201_raw[]; | ^~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -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' was here 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' was here 17 | static const encpage_t utf8_jis0208_raw[]; | ^~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -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' was here 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' was here 17 | static const encpage_t utf8_jis0212_raw[]; | ^~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -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' was here 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' was here 17 | static const encpage_t utf8_MacJapanese[]; | ^~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -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' was here 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' was here 17 | static const encpage_t utf8_shiftjis[]; | ^~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/JP/JP.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/JP' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/KR' cp KR.pm ../../../lib/Encode/KR.pm Running Mkbootstrap for KR () chmod 644 "KR.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/KR/../../../lib/ExtUtils/typemap' KR.xs > KR.xsc mv KR.xsc KR.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." KR.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_cp949[]; | ^~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_euc_kr[]; | ^~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_johab[]; | ^~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_ksc5601_raw[]; | ^~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_MacKorean[]; | ^~~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/KR/KR.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/KR' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/Symbol' cp Symbol.pm ../../../lib/Encode/Symbol.pm Running Mkbootstrap for Symbol () chmod 644 "Symbol.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/Symbol/../../../lib/ExtUtils/typemap' Symbol.xs > Symbol.xsc mv Symbol.xsc Symbol.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC -Wno-unused-function "-I../../.." Symbol.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 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' was here 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' was here 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' was here 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' was here 37 | static const encpage_t utf8_symbol[]; | ^~~~~~~~~~~ rm -f ../../../lib/auto/Encode/Symbol/Symbol.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/Symbol' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/TW' cp TW.pm ../../../lib/Encode/TW.pm Running Mkbootstrap for TW () chmod 644 "TW.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/TW/../../../lib/ExtUtils/typemap' TW.xs > TW.xsc mv TW.xsc TW.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." TW.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_big5_eten[]; | ^~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_big5_hkscs[]; | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_cp950[]; | ^~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -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' was here 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' was here 17 | static const encpage_t utf8_MacChineseTrad[]; | ^~~~~~~~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/TW/TW.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/TW' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/Unicode' cp Unicode.pm ../../../lib/Encode/Unicode.pm Running Mkbootstrap for Unicode () chmod 644 "Unicode.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/Unicode/../../../lib/ExtUtils/typemap' Unicode.xs > Unicode.xsc mv Unicode.xsc Unicode.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.18\" -DXS_VERSION=\"2.18\" -fPIC -Wno-unused-function "-I../../.." Unicode.c rm -f ../../../lib/auto/Encode/Unicode/Unicode.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Unicode.o -o ../../../lib/auto/Encode/Unicode/Unicode.so \ \ chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/Unicode' Running Mkbootstrap for Encode () chmod 644 "Encode.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"3.08_01\" -DXS_VERSION=\"3.08_01\" -fPIC -Wno-unused-function "-I../.." Encode.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"3.08_01\" -DXS_VERSION=\"3.08_01\" -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' was here 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' was here 17 | static const encpage_t utf8_iso_8859_1[]; | ^~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I./Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"3.08_01\" -DXS_VERSION=\"3.08_01\" -fPIC -Wno-unused-function "-I../.." encengine.c rm -f ../../lib/auto/Encode/Encode.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs cp bin/encguess blib/script/encguess /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess cp bin/piconv blib/script/piconv /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Encode/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Filter-Util-Call/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Filter-Util-Call/../../lib/ExtUtils/typemap' Call.xs > Call.xsc mv Call.xsc Call.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.60\" -DXS_VERSION=\"1.60\" -fPIC -Wno-unused-function "-I../.." Call.c rm -f ../../lib/auto/Filter/Util/Call/Call.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/IPC-SysV/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IPC-SysV' cp lib/IPC/SysV.pm ../../lib/IPC/SysV.pm cp lib/IPC/Msg.pm ../../lib/IPC/Msg.pm cp lib/IPC/Semaphore.pm ../../lib/IPC/Semaphore.pm cp lib/IPC/SharedMem.pm ../../lib/IPC/SharedMem.pm Running Mkbootstrap for SysV () chmod 644 "SysV.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IPC-SysV' "../../miniperl_top" -I../../lib -I../../lib regen.pl Writing const-xs.inc Writing const-c.inc make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IPC-SysV' "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IPC-SysV/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/IPC-SysV/typemap' SysV.xs > SysV.xsc mv SysV.xsc SysV.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fPIC -Wno-unused-function "-I../.." -DNO_PPPORT_H SysV.c rm -f ../../lib/auto/IPC/SysV/SysV.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm SysV.o -o ../../lib/auto/IPC/SysV/SysV.so \ \ chmod 755 ../../lib/auto/IPC/SysV/SysV.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/MIME-Base64/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/MIME-Base64' cp lib/MIME/QuotedPrint.pm ../../lib/MIME/QuotedPrint.pm cp lib/MIME/Base64.pm ../../lib/MIME/Base64.pm Running Mkbootstrap for Base64 () chmod 644 "Base64.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/MIME-Base64/../../lib/ExtUtils/typemap' Base64.xs > Base64.xsc mv Base64.xsc Base64.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"3.16\" -DXS_VERSION=\"3.16\" -fPIC -Wno-unused-function "-I../.." Base64.c rm -f ../../lib/auto/MIME/Base64/Base64.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Base64.o -o ../../lib/auto/MIME/Base64/Base64.so \ \ chmod 755 ../../lib/auto/MIME/Base64/Base64.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Math-BigInt-FastCalc/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Math-BigInt-FastCalc' cp lib/Math/BigInt/FastCalc.pm ../../lib/Math/BigInt/FastCalc.pm Running Mkbootstrap for FastCalc () chmod 644 "FastCalc.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Math-BigInt-FastCalc/../../lib/ExtUtils/typemap' FastCalc.xs > FastCalc.xsc mv FastCalc.xsc FastCalc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.5009\" -DXS_VERSION=\"0.5009\" -fPIC -Wno-unused-function "-I../.." FastCalc.c rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Scalar-List-Utils/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Scalar-List-Utils' cp lib/List/Util.pm ../../lib/List/Util.pm cp lib/Scalar/Util.pm ../../lib/Scalar/Util.pm cp lib/Sub/Util.pm ../../lib/Sub/Util.pm cp lib/List/Util/XS.pm ../../lib/List/Util/XS.pm Running Mkbootstrap for Util () chmod 644 "Util.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Scalar-List-Utils/../../lib/ExtUtils/typemap' ListUtil.xs > ListUtil.xsc mv ListUtil.xsc ListUtil.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.55\" -DXS_VERSION=\"1.55\" -fPIC -Wno-unused-function "-I../.." -DPERL_EXT ListUtil.c rm -f ../../lib/auto/List/Util/Util.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm ListUtil.o -o ../../lib/auto/List/Util/Util.so \ \ chmod 755 ../../lib/auto/List/Util/Util.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Socket/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Socket' cp Socket.pm ../../lib/Socket.pm Running Mkbootstrap for Socket () chmod 644 "Socket.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Socket/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Socket/typemap' Socket.xs > Socket.xsc mv Socket.xsc Socket.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.031\" -DXS_VERSION=\"2.031\" -fPIC -Wno-unused-function "-I../.." Socket.c rm -f ../../lib/auto/Socket/Socket.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Socket.o -o ../../lib/auto/Socket/Socket.so \ \ chmod 755 ../../lib/auto/Socket/Socket.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Sys-Syslog/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Sys-Syslog' cp Syslog.pm ../../lib/Sys/Syslog.pm Running Mkbootstrap for Syslog () chmod 644 "Syslog.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Sys-Syslog/../../lib/ExtUtils/typemap' Syslog.xs > Syslog.xsc mv Syslog.xsc Syslog.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"0.36\" -DXS_VERSION=\"0.36\" -fPIC -Wno-unused-function "-I../.." Syslog.c rm -f ../../lib/auto/Sys/Syslog/Syslog.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Syslog.o -o ../../lib/auto/Sys/Syslog/Syslog.so \ \ chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Time-Piece/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Time-Piece/../../lib/ExtUtils/typemap' Piece.xs > Piece.xsc mv Piece.xsc Piece.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.3401\" -DXS_VERSION=\"1.3401\" -fPIC -Wno-unused-function "-I../.." Piece.c rm -f ../../lib/auto/Time/Piece/Piece.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Piece.o -o ../../lib/auto/Time/Piece/Piece.so \ \ chmod 755 ../../lib/auto/Time/Piece/Piece.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C cpan/Unicode-Collate/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Unicode-Collate' 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/Locale/fi_phone.pl ../../lib/Unicode/Collate/Locale/fi_phone.pl cp Collate/CJK/GB2312.pm ../../lib/Unicode/Collate/CJK/GB2312.pm cp Collate/CJK/Pinyin.pm ../../lib/Unicode/Collate/CJK/Pinyin.pm cp Collate/Locale/ca.pl ../../lib/Unicode/Collate/Locale/ca.pl cp Collate/Locale/es.pl ../../lib/Unicode/Collate/Locale/es.pl cp Collate/Locale/haw.pl ../../lib/Unicode/Collate/Locale/haw.pl cp Collate/Locale/ee.pl ../../lib/Unicode/Collate/Locale/ee.pl cp Collate/Locale/dsb.pl ../../lib/Unicode/Collate/Locale/dsb.pl cp Collate/CJK/Zhuyin.pm ../../lib/Unicode/Collate/CJK/Zhuyin.pm cp Collate/Locale/af.pl ../../lib/Unicode/Collate/Locale/af.pl cp Collate/Locale/de_at_ph.pl ../../lib/Unicode/Collate/Locale/de_at_ph.pl cp Collate/Locale/fi.pl ../../lib/Unicode/Collate/Locale/fi.pl cp Collate/Locale/cu.pl ../../lib/Unicode/Collate/Locale/cu.pl cp Collate/Locale/cy.pl ../../lib/Unicode/Collate/Locale/cy.pl cp Collate/Locale/fa.pl ../../lib/Unicode/Collate/Locale/fa.pl cp Collate/CJK/JISX0208.pm ../../lib/Unicode/Collate/CJK/JISX0208.pm cp Collate/Locale/az.pl ../../lib/Unicode/Collate/Locale/az.pl cp Collate/Locale/gu.pl ../../lib/Unicode/Collate/Locale/gu.pl cp Collate/Locale/bn.pl ../../lib/Unicode/Collate/Locale/bn.pl cp Collate/Locale/cs.pl ../../lib/Unicode/Collate/Locale/cs.pl cp Collate/CJK/Korean.pm ../../lib/Unicode/Collate/CJK/Korean.pm cp Collate/Locale/eo.pl ../../lib/Unicode/Collate/Locale/eo.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.pm ../../lib/Unicode/Collate/Locale.pm cp Collate/Locale/fo.pl ../../lib/Unicode/Collate/Locale/fo.pl cp Collate/Locale/ar.pl ../../lib/Unicode/Collate/Locale/ar.pl cp Collate/Locale/fr_ca.pl ../../lib/Unicode/Collate/Locale/fr_ca.pl cp Collate/CJK/Big5.pm ../../lib/Unicode/Collate/CJK/Big5.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/he.pl ../../lib/Unicode/Collate/Locale/he.pl cp Collate/CJK/Stroke.pm ../../lib/Unicode/Collate/CJK/Stroke.pm cp Collate/Locale/be.pl ../../lib/Unicode/Collate/Locale/be.pl cp Collate.pm ../../lib/Unicode/Collate.pm cp Collate/Locale/fil.pl ../../lib/Unicode/Collate/Locale/fil.pl cp Collate/Locale/sv.pl ../../lib/Unicode/Collate/Locale/sv.pl cp Collate/Locale/hr.pl ../../lib/Unicode/Collate/Locale/hr.pl cp Collate/Locale/sk.pl ../../lib/Unicode/Collate/Locale/sk.pl cp Collate/Locale/ro.pl ../../lib/Unicode/Collate/Locale/ro.pl cp Collate/Locale/hu.pl ../../lib/Unicode/Collate/Locale/hu.pl cp Collate/Locale/mr.pl ../../lib/Unicode/Collate/Locale/mr.pl cp Collate/Locale/ig.pl ../../lib/Unicode/Collate/Locale/ig.pl cp Collate/Locale/se.pl ../../lib/Unicode/Collate/Locale/se.pl cp Collate/Locale/hi.pl ../../lib/Unicode/Collate/Locale/hi.pl cp Collate/Locale/ko.pl ../../lib/Unicode/Collate/Locale/ko.pl cp Collate/Locale/kk.pl ../../lib/Unicode/Collate/Locale/kk.pl cp Collate/Locale/sv_refo.pl ../../lib/Unicode/Collate/Locale/sv_refo.pl cp Collate/Locale/nb.pl ../../lib/Unicode/Collate/Locale/nb.pl cp Collate/Locale/mt.pl ../../lib/Unicode/Collate/Locale/mt.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/lv.pl ../../lib/Unicode/Collate/Locale/lv.pl cp Collate/Locale/hy.pl ../../lib/Unicode/Collate/Locale/hy.pl cp Collate/Locale/ml.pl ../../lib/Unicode/Collate/Locale/ml.pl cp Collate/Locale/sq.pl ../../lib/Unicode/Collate/Locale/sq.pl cp Collate/Locale/nn.pl ../../lib/Unicode/Collate/Locale/nn.pl cp Collate/Locale/kn.pl ../../lib/Unicode/Collate/Locale/kn.pl cp Collate/Locale/si.pl ../../lib/Unicode/Collate/Locale/si.pl cp Collate/Locale/om.pl ../../lib/Unicode/Collate/Locale/om.pl cp Collate/Locale/sl.pl ../../lib/Unicode/Collate/Locale/sl.pl cp Collate/Locale/pl.pl ../../lib/Unicode/Collate/Locale/pl.pl cp Collate/Locale/si_dict.pl ../../lib/Unicode/Collate/Locale/si_dict.pl cp Collate/Locale/or.pl ../../lib/Unicode/Collate/Locale/or.pl cp Collate/Locale/ln.pl ../../lib/Unicode/Collate/Locale/ln.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/kok.pl ../../lib/Unicode/Collate/Locale/kok.pl cp Collate/Locale/is.pl ../../lib/Unicode/Collate/Locale/is.pl cp Collate/Locale/kl.pl ../../lib/Unicode/Collate/Locale/kl.pl cp Collate/Locale/lt.pl ../../lib/Unicode/Collate/Locale/lt.pl cp Collate/Locale/sa.pl ../../lib/Unicode/Collate/Locale/sa.pl cp Collate/Locale/pa.pl ../../lib/Unicode/Collate/Locale/pa.pl cp Collate/Locale/ta.pl ../../lib/Unicode/Collate/Locale/ta.pl cp Collate/Locale/ug_cyrl.pl ../../lib/Unicode/Collate/Locale/ug_cyrl.pl cp Collate/Locale/vo.pl ../../lib/Unicode/Collate/Locale/vo.pl cp Collate/Locale/wae.pl ../../lib/Unicode/Collate/Locale/wae.pl cp Collate/Locale/uk.pl ../../lib/Unicode/Collate/Locale/uk.pl cp Collate/Locale/tr.pl ../../lib/Unicode/Collate/Locale/tr.pl cp Collate/Locale/zh_zhu.pl ../../lib/Unicode/Collate/Locale/zh_zhu.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/ur.pl ../../lib/Unicode/Collate/Locale/ur.pl cp Collate/allkeys.txt ../../lib/Unicode/Collate/allkeys.txt cp Collate/Locale/tn.pl ../../lib/Unicode/Collate/Locale/tn.pl cp Collate/Locale/th.pl ../../lib/Unicode/Collate/Locale/th.pl cp Collate/Locale/wo.pl ../../lib/Unicode/Collate/Locale/wo.pl cp Collate/Locale/to.pl ../../lib/Unicode/Collate/Locale/to.pl cp Collate/keys.txt ../../lib/Unicode/Collate/keys.txt cp Collate/Locale/zh_gb.pl ../../lib/Unicode/Collate/Locale/zh_gb.pl cp Collate/Locale/yo.pl ../../lib/Unicode/Collate/Locale/yo.pl cp Collate/Locale/zh.pl ../../lib/Unicode/Collate/Locale/zh.pl cp Collate/Locale/zh_strk.pl ../../lib/Unicode/Collate/Locale/zh_strk.pl cp Collate/Locale/zh_pin.pl ../../lib/Unicode/Collate/Locale/zh_pin.pl cp Collate/Locale/te.pl ../../lib/Unicode/Collate/Locale/te.pl Running Mkbootstrap for Collate () chmod 644 "Collate.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Unicode-Collate/../../lib/ExtUtils/typemap' Collate.xs > Collate.xsc mv Collate.xsc Collate.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.29\" -DXS_VERSION=\"1.29\" -fPIC -Wno-unused-function "-I../.." Collate.c rm -f ../../lib/auto/Unicode/Collate/Collate.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Collate.o -o ../../lib/auto/Unicode/Collate/Collate.so \ \ chmod 755 ../../lib/auto/Unicode/Collate/Collate.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/cpan/Unicode-Collate' ./miniperl_top make_ext_Makefile.pl dist/Data-Dumper/Makefile.PL Creating dist/Data-Dumper/Makefile.PL for Data::Dumper 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 /usr/bin/make -C dist/Data-Dumper/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Data-Dumper' cp Dumper.pm ../../lib/Data/Dumper.pm Running Mkbootstrap for Dumper () chmod 644 "Dumper.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Data-Dumper/../../lib/ExtUtils/typemap' Dumper.xs > Dumper.xsc mv Dumper.xsc Dumper.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.179\" -DXS_VERSION=\"2.179\" -fPIC -Wno-unused-function "-I../.." Dumper.c rm -f ../../lib/auto/Data/Dumper/Dumper.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Dumper.o -o ../../lib/auto/Data/Dumper/Dumper.so \ \ chmod 755 ../../lib/auto/Data/Dumper/Dumper.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/IO/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/IO' cp lib/IO/Dir.pm ../../lib/IO/Dir.pm cp lib/IO/Poll.pm ../../lib/IO/Poll.pm cp lib/IO/Socket.pm ../../lib/IO/Socket.pm cp IO.pm ../../lib/IO.pm cp lib/IO/File.pm ../../lib/IO/File.pm cp lib/IO/Select.pm ../../lib/IO/Select.pm cp lib/IO/Seekable.pm ../../lib/IO/Seekable.pm cp lib/IO/Pipe.pm ../../lib/IO/Pipe.pm cp lib/IO/Handle.pm ../../lib/IO/Handle.pm cp lib/IO/Socket/UNIX.pm ../../lib/IO/Socket/UNIX.pm cp lib/IO/Socket/INET.pm ../../lib/IO/Socket/INET.pm Running Mkbootstrap for IO () chmod 644 "IO.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/IO/../../lib/ExtUtils/typemap' IO.xs > IO.xsc mv IO.xsc IO.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.46\" -DXS_VERSION=\"1.46\" -fPIC -Wno-unused-function "-I../.." IO.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.46\" -DXS_VERSION=\"1.46\" -fPIC -Wno-unused-function "-I../.." poll.c rm -f ../../lib/auto/IO/IO.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm IO.o poll.o -o ../../lib/auto/IO/IO.so \ \ chmod 755 ../../lib/auto/IO/IO.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/PathTools/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/PathTools' cp lib/File/Spec/Cygwin.pm ../../lib/File/Spec/Cygwin.pm cp lib/File/Spec/VMS.pm ../../lib/File/Spec/VMS.pm cp lib/File/Spec/OS2.pm ../../lib/File/Spec/OS2.pm cp lib/File/Spec/Win32.pm ../../lib/File/Spec/Win32.pm cp lib/File/Spec/AmigaOS.pm ../../lib/File/Spec/AmigaOS.pm cp lib/File/Spec.pm ../../lib/File/Spec.pm cp lib/File/Spec/Unix.pm ../../lib/File/Spec/Unix.pm cp lib/File/Spec/Mac.pm ../../lib/File/Spec/Mac.pm cp lib/File/Spec/Functions.pm ../../lib/File/Spec/Functions.pm cp lib/File/Spec/Epoc.pm ../../lib/File/Spec/Epoc.pm cp Cwd.pm ../../lib/Cwd.pm Running Mkbootstrap for Cwd () chmod 644 "Cwd.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/PathTools/../../lib/ExtUtils/typemap' Cwd.xs > Cwd.xsc mv Cwd.xsc Cwd.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"3.80\" -DXS_VERSION=\"3.80\" -fPIC -Wno-unused-function "-I../.." -DDOUBLE_SLASHES_SPECIAL=0 -DNO_PPPORT_H Cwd.c rm -f ../../lib/auto/Cwd/Cwd.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Cwd.o -o ../../lib/auto/Cwd/Cwd.so \ \ chmod 755 ../../lib/auto/Cwd/Cwd.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Storable/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Storable' cp Storable.pm ../../lib/Storable.pm Running Mkbootstrap for Storable () chmod 644 "Storable.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Storable/../../lib/ExtUtils/typemap' Storable.xs > Storable.xsc mv Storable.xsc Storable.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"3.23\" -DXS_VERSION=\"3.23\" -fPIC -Wno-unused-function "-I../.." Storable.c rm -f ../../lib/auto/Storable/Storable.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Storable.o -o ../../lib/auto/Storable/Storable.so \ \ chmod 755 ../../lib/auto/Storable/Storable.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Time-HiRes/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Time-HiRes' cp HiRes.pm ../../lib/Time/HiRes.pm Running Mkbootstrap for HiRes () chmod 644 "HiRes.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Time-HiRes/../../lib/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Time-HiRes/typemap' HiRes.xs > HiRes.xsc mv HiRes.xsc HiRes.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.9767\" -DXS_VERSION=\"1.9767\" -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 rm -f ../../lib/auto/Time/HiRes/HiRes.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/Unicode-Normalize/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Unicode-Normalize' cp Normalize.pm ../../lib/Unicode/Normalize.pm Running Mkbootstrap for Normalize () chmod 644 "Normalize.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/Unicode-Normalize/../../lib/ExtUtils/typemap' Normalize.xs > Normalize.xsc mv Normalize.xsc Normalize.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.28\" -DXS_VERSION=\"1.28\" -fPIC -Wno-unused-function "-I../.." Normalize.c rm -f ../../lib/auto/Unicode/Normalize/Normalize.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm Normalize.o -o ../../lib/auto/Unicode/Normalize/Normalize.so \ \ chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/threads/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/threads' cp lib/threads.pm ../../lib/threads.pm Running Mkbootstrap for threads () chmod 644 "threads.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/threads/../../lib/ExtUtils/typemap' threads.xs > threads.xsc mv threads.xsc threads.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"2.26\" -DXS_VERSION=\"2.26\" -fPIC -Wno-unused-function "-I../.." threads.c rm -f ../../lib/auto/threads/threads.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -lm threads.o -o ../../lib/auto/threads/threads.so \ -lpthread \ chmod 755 ../../lib/auto/threads/threads.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 /usr/bin/make -C dist/threads-shared/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/threads-shared' cp lib/threads/shared.pm ../../lib/threads/shared.pm Running Mkbootstrap for shared () chmod 644 "shared.bs" /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/threads-shared/../../lib/ExtUtils/typemap' shared.xs > shared.xsc mv shared.xsc shared.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -Werror=declaration-after-statement -fwrapv -fno-strict-aliasing -DVERSION=\"1.62\" -DXS_VERSION=\"1.62\" -fPIC -Wno-unused-function "-I../.." shared.c rm -f ../../lib/auto/threads/shared/shared.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1/dist/threads-shared' ./miniperl_top autodoc.pl ./miniperl_top pod/perlmodlib.PL -q ln -sf perldelta.pod pod/perl5341delta.pod ./miniperl_top -f pod/buildtoc -q make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' >>> perl 5.34.1 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1 DESTDIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" install.perl install.sym make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' ./miniperl_top installperl --destdir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot WARNING: You've never run 'make test' or some tests failed! (Installing anyway.) /usr/bin/perl5.34.1 /usr/lib/perl5/5.34.1/dumpvar.pl /usr/lib/perl5/5.34.1/DBM_Filter.pm /usr/lib/perl5/5.34.1/deprecate.pm /usr/lib/perl5/5.34.1/mips64el-linux/Config_heavy.pl /usr/lib/perl5/5.34.1/bytes_heavy.pl /usr/lib/perl5/5.34.1/mips64el-linux/re.pm /usr/lib/perl5/5.34.1/locale.pm /usr/lib/perl5/5.34.1/mips64el-linux/DB_File.pm /usr/lib/perl5/5.34.1/CPAN.pm /usr/lib/perl5/5.34.1/mips64el-linux/ops.pm /usr/lib/perl5/5.34.1/AutoSplit.pm /usr/lib/perl5/5.34.1/perlfaq.pm /usr/lib/perl5/5.34.1/sort.pm /usr/lib/perl5/5.34.1/base.pm /usr/lib/perl5/5.34.1/FileHandle.pm /usr/lib/perl5/5.34.1/mips64el-linux/SDBM_File.pm /usr/lib/perl5/5.34.1/perl5db.pl /usr/lib/perl5/5.34.1/sigtrap.pm /usr/lib/perl5/5.34.1/mips64el-linux/B.pm /usr/lib/perl5/5.34.1/integer.pm /usr/lib/perl5/5.34.1/Symbol.pm /usr/lib/perl5/5.34.1/mips64el-linux/mro.pm /usr/lib/perl5/5.34.1/version.pod /usr/lib/perl5/5.34.1/English.pm /usr/lib/perl5/5.34.1/fields.pm /usr/lib/perl5/5.34.1/_charnames.pm /usr/lib/perl5/5.34.1/SelectSaver.pm /usr/lib/perl5/5.34.1/warnings.pm /usr/lib/perl5/5.34.1/DirHandle.pm /usr/lib/perl5/5.34.1/strict.pm /usr/lib/perl5/5.34.1/mips64el-linux/Cwd.pm /usr/lib/perl5/5.34.1/SelfLoader.pm /usr/lib/perl5/5.34.1/open.pm /usr/lib/perl5/5.34.1/ok.pm /usr/lib/perl5/5.34.1/Memoize.pm /usr/lib/perl5/5.34.1/Thread.pm /usr/lib/perl5/5.34.1/blib.pm /usr/lib/perl5/5.34.1/DB.pm /usr/lib/perl5/5.34.1/vmsish.pm /usr/lib/perl5/5.34.1/bignum.pm /usr/lib/perl5/5.34.1/mips64el-linux/lib.pm /usr/lib/perl5/5.34.1/less.pm /usr/lib/perl5/5.34.1/version.pm /usr/lib/perl5/5.34.1/Env.pm /usr/lib/perl5/5.34.1/Dumpvalue.pm /usr/lib/perl5/5.34.1/mips64el-linux/Errno.pm /usr/lib/perl5/5.34.1/AnyDBM_File.pm /usr/lib/perl5/5.34.1/Benchmark.pm /usr/lib/perl5/5.34.1/mips64el-linux/POSIX.pm /usr/lib/perl5/5.34.1/diagnostics.pm /usr/lib/perl5/5.34.1/bytes.pm /usr/lib/perl5/5.34.1/mips64el-linux/POSIX.pod /usr/lib/perl5/5.34.1/Fatal.pm /usr/lib/perl5/5.34.1/autouse.pm /usr/lib/perl5/5.34.1/Test2.pm /usr/lib/perl5/5.34.1/meta_notation.pm /usr/lib/perl5/5.34.1/mips64el-linux/O.pm /usr/lib/perl5/5.34.1/Exporter.pm /usr/lib/perl5/5.34.1/mips64el-linux/Config.pod /usr/lib/perl5/5.34.1/mips64el-linux/Opcode.pm /usr/lib/perl5/5.34.1/bigrat.pm /usr/lib/perl5/5.34.1/mips64el-linux/DynaLoader.pm /usr/lib/perl5/5.34.1/Carp.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode.pm /usr/lib/perl5/5.34.1/subs.pm /usr/lib/perl5/5.34.1/mips64el-linux/Fcntl.pm /usr/lib/perl5/5.34.1/mips64el-linux/threads.pm /usr/lib/perl5/5.34.1/overload.pm /usr/lib/perl5/5.34.1/overloading.pm /usr/lib/perl5/5.34.1/constant.pm /usr/lib/perl5/5.34.1/mips64el-linux/Config_git.pl /usr/lib/perl5/5.34.1/XSLoader.pm /usr/lib/perl5/5.34.1/mips64el-linux/encoding.pm /usr/lib/perl5/5.34.1/feature.pm /usr/lib/perl5/5.34.1/Safe.pm /usr/lib/perl5/5.34.1/FileCache.pm /usr/lib/perl5/5.34.1/mips64el-linux/Storable.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO.pm /usr/lib/perl5/5.34.1/vars.pm /usr/lib/perl5/5.34.1/mips64el-linux/Config.pm /usr/lib/perl5/5.34.1/filetest.pm /usr/lib/perl5/5.34.1/autodie.pm /usr/lib/perl5/5.34.1/Internals.pod /usr/lib/perl5/5.34.1/parent.pm /usr/lib/perl5/5.34.1/charnames.pm /usr/lib/perl5/5.34.1/bigint.pm /usr/lib/perl5/5.34.1/AutoLoader.pm /usr/lib/perl5/5.34.1/mips64el-linux/attributes.pm /usr/lib/perl5/5.34.1/Digest.pm /usr/lib/perl5/5.34.1/mips64el-linux/Socket.pm /usr/lib/perl5/5.34.1/UNIVERSAL.pm /usr/lib/perl5/5.34.1/FindBin.pm /usr/lib/perl5/5.34.1/CORE.pod /usr/lib/perl5/5.34.1/if.pm /usr/lib/perl5/5.34.1/NEXT.pm /usr/lib/perl5/5.34.1/utf8.pm /usr/lib/perl5/5.34.1/PerlIO.pm /usr/lib/perl5/5.34.1/experimental.pm /usr/lib/perl5/5.34.1/Test.pm /usr/lib/perl5/5.34.1/Math/BigRat.pm /usr/lib/perl5/5.34.1/Math/BigFloat.pm /usr/lib/perl5/5.34.1/Math/Complex.pm /usr/lib/perl5/5.34.1/Math/Trig.pm /usr/lib/perl5/5.34.1/Math/BigInt.pm /usr/lib/perl5/5.34.1/Math/BigFloat/Trace.pm /usr/lib/perl5/5.34.1/Math/BigInt/Trace.pm /usr/lib/perl5/5.34.1/mips64el-linux/Math/BigInt/FastCalc.pm /usr/lib/perl5/5.34.1/Math/BigInt/Lib.pm /usr/lib/perl5/5.34.1/Math/BigInt/Calc.pm /usr/lib/perl5/5.34.1/Test/Harness.pm /usr/lib/perl5/5.34.1/Test/More.pm /usr/lib/perl5/5.34.1/Test/Tester.pm /usr/lib/perl5/5.34.1/Test/Builder.pm /usr/lib/perl5/5.34.1/Test/Tutorial.pod /usr/lib/perl5/5.34.1/Test/Simple.pm /usr/lib/perl5/5.34.1/Test/Tester/Capture.pm /usr/lib/perl5/5.34.1/Test/Tester/CaptureRunner.pm /usr/lib/perl5/5.34.1/Test/Tester/Delegate.pm /usr/lib/perl5/5.34.1/Test/use/ok.pm /usr/lib/perl5/5.34.1/Test/Builder/Module.pm /usr/lib/perl5/5.34.1/Test/Builder/Tester.pm /usr/lib/perl5/5.34.1/Test/Builder/Formatter.pm /usr/lib/perl5/5.34.1/Test/Builder/TodoDiag.pm /usr/lib/perl5/5.34.1/Test/Builder/IO/Scalar.pm /usr/lib/perl5/5.34.1/Test/Builder/Tester/Color.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Glob.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/DosGlob.pm /usr/lib/perl5/5.34.1/File/GlobMapper.pm /usr/lib/perl5/5.34.1/File/Copy.pm /usr/lib/perl5/5.34.1/File/Temp.pm /usr/lib/perl5/5.34.1/File/Find.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec.pm /usr/lib/perl5/5.34.1/File/Basename.pm /usr/lib/perl5/5.34.1/File/Compare.pm /usr/lib/perl5/5.34.1/File/stat.pm /usr/lib/perl5/5.34.1/File/Path.pm /usr/lib/perl5/5.34.1/File/Fetch.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Functions.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Cygwin.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/VMS.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Win32.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/OS2.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Mac.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Epoc.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Unix.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/AmigaOS.pm /usr/lib/perl5/5.34.1/Text/Tabs.pm /usr/lib/perl5/5.34.1/Text/Abbrev.pm /usr/lib/perl5/5.34.1/Text/Balanced.pm /usr/lib/perl5/5.34.1/Text/ParseWords.pm /usr/lib/perl5/5.34.1/Text/Wrap.pm /usr/lib/perl5/5.34.1/Params/Check.pm /usr/lib/perl5/5.34.1/JSON/PP.pm /usr/lib/perl5/5.34.1/JSON/PP/Boolean.pm /usr/lib/perl5/5.34.1/App/Prove.pm /usr/lib/perl5/5.34.1/App/Cpan.pm /usr/lib/perl5/5.34.1/App/Prove/State.pm /usr/lib/perl5/5.34.1/App/Prove/State/Result.pm /usr/lib/perl5/5.34.1/App/Prove/State/Result/Test.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Select.pm /usr/lib/perl5/5.34.1/IO/Zlib.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Pipe.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Seekable.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Handle.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Poll.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/File.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Socket.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Dir.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Socket/INET.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Socket/UNIX.pm /usr/lib/perl5/5.34.1/IO/Socket/IP.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Inflate.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Bunzip2.pm /usr/lib/perl5/5.34.1/IO/Uncompress/AnyUncompress.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Base.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Gunzip.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Unzip.pm /usr/lib/perl5/5.34.1/IO/Uncompress/AnyInflate.pm /usr/lib/perl5/5.34.1/IO/Uncompress/RawInflate.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Adapter/Inflate.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Adapter/Bunzip2.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Adapter/Identity.pm /usr/lib/perl5/5.34.1/IO/Compress/Gzip.pm /usr/lib/perl5/5.34.1/IO/Compress/Deflate.pm /usr/lib/perl5/5.34.1/IO/Compress/RawDeflate.pm /usr/lib/perl5/5.34.1/IO/Compress/Base.pm /usr/lib/perl5/5.34.1/IO/Compress/FAQ.pod /usr/lib/perl5/5.34.1/IO/Compress/Bzip2.pm /usr/lib/perl5/5.34.1/IO/Compress/Zip.pm /usr/lib/perl5/5.34.1/IO/Compress/Zip/Constants.pm /usr/lib/perl5/5.34.1/IO/Compress/Base/Common.pm /usr/lib/perl5/5.34.1/IO/Compress/Gzip/Constants.pm /usr/lib/perl5/5.34.1/IO/Compress/Adapter/Deflate.pm /usr/lib/perl5/5.34.1/IO/Compress/Adapter/Bzip2.pm /usr/lib/perl5/5.34.1/IO/Compress/Adapter/Identity.pm /usr/lib/perl5/5.34.1/IO/Compress/Zlib/Constants.pm /usr/lib/perl5/5.34.1/IO/Compress/Zlib/Extra.pm /usr/lib/perl5/5.34.1/Tie/Scalar.pm /usr/lib/perl5/5.34.1/Tie/Hash.pm /usr/lib/perl5/5.34.1/Tie/RefHash.pm /usr/lib/perl5/5.34.1/Tie/SubstrHash.pm /usr/lib/perl5/5.34.1/Tie/Memoize.pm /usr/lib/perl5/5.34.1/Tie/Handle.pm /usr/lib/perl5/5.34.1/Tie/Array.pm /usr/lib/perl5/5.34.1/Tie/File.pm /usr/lib/perl5/5.34.1/Tie/StdHandle.pm /usr/lib/perl5/5.34.1/Tie/Hash/NamedCapture.pm /usr/lib/perl5/5.34.1/Parse/CPAN/Meta.pm /usr/lib/perl5/5.34.1/Net/SMTP.pm /usr/lib/perl5/5.34.1/Net/FTP.pm /usr/lib/perl5/5.34.1/Net/hostent.pm /usr/lib/perl5/5.34.1/Net/Time.pm /usr/lib/perl5/5.34.1/Net/POP3.pm /usr/lib/perl5/5.34.1/Net/Domain.pm /usr/lib/perl5/5.34.1/Net/Netrc.pm /usr/lib/perl5/5.34.1/Net/servent.pm /usr/lib/perl5/5.34.1/Net/Cmd.pm /usr/lib/perl5/5.34.1/Net/netent.pm /usr/lib/perl5/5.34.1/Net/libnetFAQ.pod /usr/lib/perl5/5.34.1/Net/protoent.pm /usr/lib/perl5/5.34.1/Net/Config.pm /usr/lib/perl5/5.34.1/Net/NNTP.pm /usr/lib/perl5/5.34.1/Net/Ping.pm /usr/lib/perl5/5.34.1/Net/FTP/dataconn.pm /usr/lib/perl5/5.34.1/Net/FTP/I.pm /usr/lib/perl5/5.34.1/Net/FTP/L.pm /usr/lib/perl5/5.34.1/Net/FTP/E.pm /usr/lib/perl5/5.34.1/Net/FTP/A.pm /usr/lib/perl5/5.34.1/IPC/Open2.pm /usr/lib/perl5/5.34.1/mips64el-linux/IPC/Msg.pm /usr/lib/perl5/5.34.1/mips64el-linux/IPC/SysV.pm /usr/lib/perl5/5.34.1/mips64el-linux/IPC/SharedMem.pm /usr/lib/perl5/5.34.1/IPC/Cmd.pm /usr/lib/perl5/5.34.1/mips64el-linux/IPC/Semaphore.pm /usr/lib/perl5/5.34.1/IPC/Open3.pm /usr/lib/perl5/5.34.1/encoding/warnings.pm /usr/lib/perl5/5.34.1/CPAN/FirstTime.pm /usr/lib/perl5/5.34.1/CPAN/Prompt.pm /usr/lib/perl5/5.34.1/CPAN/FTP.pm /usr/lib/perl5/5.34.1/CPAN/Author.pm /usr/lib/perl5/5.34.1/CPAN/Module.pm /usr/lib/perl5/5.34.1/CPAN/Debug.pm /usr/lib/perl5/5.34.1/CPAN/CacheMgr.pm /usr/lib/perl5/5.34.1/CPAN/Distroprefs.pm /usr/lib/perl5/5.34.1/CPAN/Meta.pm /usr/lib/perl5/5.34.1/CPAN/Queue.pm /usr/lib/perl5/5.34.1/CPAN/InfoObj.pm /usr/lib/perl5/5.34.1/CPAN/DeferredCode.pm /usr/lib/perl5/5.34.1/CPAN/Distrostatus.pm /usr/lib/perl5/5.34.1/CPAN/Complete.pm /usr/lib/perl5/5.34.1/CPAN/Nox.pm /usr/lib/perl5/5.34.1/CPAN/Tarzip.pm /usr/lib/perl5/5.34.1/CPAN/Bundle.pm /usr/lib/perl5/5.34.1/CPAN/Shell.pm /usr/lib/perl5/5.34.1/CPAN/Index.pm /usr/lib/perl5/5.34.1/CPAN/Version.pm /usr/lib/perl5/5.34.1/CPAN/Mirrors.pm /usr/lib/perl5/5.34.1/CPAN/URL.pm /usr/lib/perl5/5.34.1/CPAN/Distribution.pm /usr/lib/perl5/5.34.1/CPAN/Kwalify.pm /usr/lib/perl5/5.34.1/CPAN/Plugin.pm /usr/lib/perl5/5.34.1/CPAN/HandleConfig.pm /usr/lib/perl5/5.34.1/CPAN/FTP/netrc.pm /usr/lib/perl5/5.34.1/CPAN/Plugin/Specfile.pm /usr/lib/perl5/5.34.1/CPAN/HTTP/Client.pm /usr/lib/perl5/5.34.1/CPAN/HTTP/Credentials.pm /usr/lib/perl5/5.34.1/CPAN/Kwalify/distroprefs.yml /usr/lib/perl5/5.34.1/CPAN/Kwalify/distroprefs.dd /usr/lib/perl5/5.34.1/CPAN/API/HOWTO.pod /usr/lib/perl5/5.34.1/CPAN/LWP/UserAgent.pm /usr/lib/perl5/5.34.1/CPAN/Exception/yaml_process_error.pm /usr/lib/perl5/5.34.1/CPAN/Exception/RecursiveDependency.pm /usr/lib/perl5/5.34.1/CPAN/Exception/yaml_not_installed.pm /usr/lib/perl5/5.34.1/CPAN/Exception/blocked_urllist.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Validator.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Requirements.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Converter.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Merge.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Spec.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Feature.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Prereqs.pm /usr/lib/perl5/5.34.1/CPAN/Meta/History.pm /usr/lib/perl5/5.34.1/CPAN/Meta/YAML.pm /usr/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_0.pod /usr/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_4.pod /usr/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_1.pod /usr/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_3.pod /usr/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_2.pod /usr/lib/perl5/5.34.1/Archive/Tar.pm /usr/lib/perl5/5.34.1/Archive/Tar/File.pm /usr/lib/perl5/5.34.1/Archive/Tar/Constant.pm /usr/lib/perl5/5.34.1/Search/Dict.pm /usr/lib/perl5/5.34.1/Class/Struct.pm /usr/lib/perl5/5.34.1/mips64el-linux/auto/Math/BigInt/FastCalc/FastCalc.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/File/Glob/Glob.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/File/DosGlob/DosGlob.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Socket/Socket.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/IO/IO.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Fcntl/Fcntl.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/IPC/SysV/SysV.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Opcode/Opcode.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Data/Dumper/Dumper.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/B/B.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/SDBM_File/SDBM_File.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Sys/Hostname/Hostname.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Sys/Syslog/Syslog.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Devel/Peek/Peek.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/re/re.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/POSIX/POSIX.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/MIME/Base64/Base64.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Filter/Util/Call/Call.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Time/Piece/Piece.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Time/HiRes/HiRes.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/DB_File/DB_File.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/attributes/attributes.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/List/Util/Util.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/PerlIO/encoding/encoding.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/PerlIO/mmap/mmap.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/PerlIO/scalar/scalar.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/PerlIO/via/via.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/threads/threads.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/threads/shared/shared.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/Encode.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/Symbol/Symbol.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/KR/KR.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/Byte/Byte.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/TW/TW.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/JP/JP.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/CN/CN.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/EBCDIC/EBCDIC.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/Unicode/Unicode.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Cwd/Cwd.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/mro/mro.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Unicode/Normalize/Normalize.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Unicode/Collate/Collate.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/I18N/Langinfo/Langinfo.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Hash/Util/Util.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Hash/Util/FieldHash/FieldHash.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Compress/Raw/Bzip2/Bzip2.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Compress/Raw/Zlib/Zlib.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Digest/SHA/SHA.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Digest/MD5/MD5.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Storable/Storable.so /usr/lib/perl5/5.34.1/HTTP/Tiny.pm /usr/lib/perl5/5.34.1/mips64el-linux/Data/Dumper.pm /usr/lib/perl5/5.34.1/Term/Cap.pm /usr/lib/perl5/5.34.1/Term/ReadLine.pm /usr/lib/perl5/5.34.1/Term/Complete.pm /usr/lib/perl5/5.34.1/Term/ANSIColor.pm /usr/lib/perl5/5.34.1/B/Op_private.pm /usr/lib/perl5/5.34.1/mips64el-linux/B/Showlex.pm /usr/lib/perl5/5.34.1/mips64el-linux/B/Terse.pm /usr/lib/perl5/5.34.1/mips64el-linux/B/Concise.pm /usr/lib/perl5/5.34.1/mips64el-linux/B/Xref.pm /usr/lib/perl5/5.34.1/B/Deparse.pm /usr/lib/perl5/5.34.1/TAP/Object.pm /usr/lib/perl5/5.34.1/TAP/Harness.pm /usr/lib/perl5/5.34.1/TAP/Parser.pm /usr/lib/perl5/5.34.1/TAP/Base.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Session.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Base.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Color.pm /usr/lib/perl5/5.34.1/TAP/Formatter/File.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Console.pm /usr/lib/perl5/5.34.1/TAP/Formatter/File/Session.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Console/Session.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Console/ParallelSession.pm /usr/lib/perl5/5.34.1/TAP/Parser/Iterator.pm /usr/lib/perl5/5.34.1/TAP/Parser/Aggregator.pm /usr/lib/perl5/5.34.1/TAP/Parser/Source.pm /usr/lib/perl5/5.34.1/TAP/Parser/Grammar.pm /usr/lib/perl5/5.34.1/TAP/Parser/ResultFactory.pm /usr/lib/perl5/5.34.1/TAP/Parser/IteratorFactory.pm /usr/lib/perl5/5.34.1/TAP/Parser/Scheduler.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler.pm /usr/lib/perl5/5.34.1/TAP/Parser/Multiplexer.pm /usr/lib/perl5/5.34.1/TAP/Parser/Iterator/Stream.pm /usr/lib/perl5/5.34.1/TAP/Parser/Iterator/Array.pm /usr/lib/perl5/5.34.1/TAP/Parser/Iterator/Process.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler/Executable.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler/Handle.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler/RawTAP.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler/File.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler/Perl.pm /usr/lib/perl5/5.34.1/TAP/Parser/YAMLish/Writer.pm /usr/lib/perl5/5.34.1/TAP/Parser/YAMLish/Reader.pm /usr/lib/perl5/5.34.1/TAP/Parser/Scheduler/Spinner.pm /usr/lib/perl5/5.34.1/TAP/Parser/Scheduler/Job.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Comment.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Pragma.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Plan.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Bailout.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Version.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/YAML.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Unknown.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Test.pm /usr/lib/perl5/5.34.1/TAP/Harness/Env.pm /usr/lib/perl5/5.34.1/TAP/Harness/Beyond.pod /usr/lib/perl5/5.34.1/mips64el-linux/Sys/Syslog.pm /usr/lib/perl5/5.34.1/mips64el-linux/Sys/Hostname.pm /usr/lib/perl5/5.34.1/Devel/SelfStubber.pm /usr/lib/perl5/5.34.1/mips64el-linux/Devel/Peek.pm /usr/lib/perl5/5.34.1/mips64el-linux/Devel/PPPort.pm /usr/lib/perl5/5.34.1/DBM_Filter/encode.pm /usr/lib/perl5/5.34.1/DBM_Filter/int32.pm /usr/lib/perl5/5.34.1/DBM_Filter/null.pm /usr/lib/perl5/5.34.1/DBM_Filter/utf8.pm /usr/lib/perl5/5.34.1/DBM_Filter/compress.pm /usr/lib/perl5/5.34.1/autodie/hints.pm /usr/lib/perl5/5.34.1/autodie/exception.pm /usr/lib/perl5/5.34.1/autodie/skip.pm /usr/lib/perl5/5.34.1/autodie/Util.pm /usr/lib/perl5/5.34.1/autodie/exception/system.pm /usr/lib/perl5/5.34.1/autodie/Scope/Guard.pm /usr/lib/perl5/5.34.1/autodie/Scope/GuardStack.pm /usr/lib/perl5/5.34.1/mips64el-linux/Scalar/Util.pm /usr/lib/perl5/5.34.1/mips64el-linux/MIME/Base64.pm /usr/lib/perl5/5.34.1/mips64el-linux/MIME/QuotedPrint.pm /usr/lib/perl5/5.34.1/Filter/Simple.pm /usr/lib/perl5/5.34.1/mips64el-linux/Filter/Util/Call.pm /usr/lib/perl5/5.34.1/mips64el-linux/Time/Seconds.pm /usr/lib/perl5/5.34.1/Time/localtime.pm /usr/lib/perl5/5.34.1/Time/Local.pm /usr/lib/perl5/5.34.1/mips64el-linux/Time/HiRes.pm /usr/lib/perl5/5.34.1/mips64el-linux/Time/Piece.pm /usr/lib/perl5/5.34.1/Time/gmtime.pm /usr/lib/perl5/5.34.1/Time/tm.pm /usr/lib/perl5/5.34.1/Memoize/SDBM_File.pm /usr/lib/perl5/5.34.1/Memoize/Expire.pm /usr/lib/perl5/5.34.1/Memoize/ExpireTest.pm /usr/lib/perl5/5.34.1/Memoize/ExpireFile.pm /usr/lib/perl5/5.34.1/Memoize/AnyDBM_File.pm /usr/lib/perl5/5.34.1/Memoize/Storable.pm /usr/lib/perl5/5.34.1/Memoize/NDBM_File.pm /usr/lib/perl5/5.34.1/unicore/Decomposition.pl /usr/lib/perl5/5.34.1/unicore/Name.pm /usr/lib/perl5/5.34.1/unicore/SpecialCasing.txt /usr/lib/perl5/5.34.1/unicore/UCD.pl /usr/lib/perl5/5.34.1/unicore/Name.pl /usr/lib/perl5/5.34.1/unicore/CombiningClass.pl /usr/lib/perl5/5.34.1/unicore/NamedSequences.txt /usr/lib/perl5/5.34.1/unicore/Blocks.txt /usr/lib/perl5/5.34.1/unicore/version /usr/lib/perl5/5.34.1/unicore/uni_keywords.pl /usr/lib/perl5/5.34.1/unicore/To/Age.pl /usr/lib/perl5/5.34.1/unicore/To/GCB.pl /usr/lib/perl5/5.34.1/unicore/To/Title.pl /usr/lib/perl5/5.34.1/unicore/To/NFKCCF.pl /usr/lib/perl5/5.34.1/unicore/To/Scx.pl /usr/lib/perl5/5.34.1/unicore/To/Uc.pl /usr/lib/perl5/5.34.1/unicore/To/Digit.pl /usr/lib/perl5/5.34.1/unicore/To/EqUIdeo.pl /usr/lib/perl5/5.34.1/unicore/To/InSC.pl /usr/lib/perl5/5.34.1/unicore/To/Gc.pl /usr/lib/perl5/5.34.1/unicore/To/Ea.pl /usr/lib/perl5/5.34.1/unicore/To/Nt.pl /usr/lib/perl5/5.34.1/unicore/To/Tc.pl /usr/lib/perl5/5.34.1/unicore/To/SB.pl /usr/lib/perl5/5.34.1/unicore/To/Identifi.pl /usr/lib/perl5/5.34.1/unicore/To/Identif2.pl /usr/lib/perl5/5.34.1/unicore/To/NameAlia.pl /usr/lib/perl5/5.34.1/unicore/To/Jg.pl /usr/lib/perl5/5.34.1/unicore/To/Hst.pl /usr/lib/perl5/5.34.1/unicore/To/InPC.pl /usr/lib/perl5/5.34.1/unicore/To/_PerlLB.pl /usr/lib/perl5/5.34.1/unicore/To/NFCQC.pl /usr/lib/perl5/5.34.1/unicore/To/Lc.pl /usr/lib/perl5/5.34.1/unicore/To/PerlDeci.pl /usr/lib/perl5/5.34.1/unicore/To/Bpb.pl /usr/lib/perl5/5.34.1/unicore/To/Bmg.pl /usr/lib/perl5/5.34.1/unicore/To/Na1.pl /usr/lib/perl5/5.34.1/unicore/To/Nv.pl /usr/lib/perl5/5.34.1/unicore/To/Isc.pl /usr/lib/perl5/5.34.1/unicore/To/Bpt.pl /usr/lib/perl5/5.34.1/unicore/To/Jt.pl /usr/lib/perl5/5.34.1/unicore/To/Cf.pl /usr/lib/perl5/5.34.1/unicore/To/NFKDQC.pl /usr/lib/perl5/5.34.1/unicore/To/Lower.pl /usr/lib/perl5/5.34.1/unicore/To/NFDQC.pl /usr/lib/perl5/5.34.1/unicore/To/Fold.pl /usr/lib/perl5/5.34.1/unicore/To/NFKCQC.pl /usr/lib/perl5/5.34.1/unicore/To/WB.pl /usr/lib/perl5/5.34.1/unicore/To/Lb.pl /usr/lib/perl5/5.34.1/unicore/To/_PerlSCX.pl /usr/lib/perl5/5.34.1/unicore/To/Upper.pl /usr/lib/perl5/5.34.1/unicore/To/Bc.pl /usr/lib/perl5/5.34.1/unicore/To/Vo.pl /usr/lib/perl5/5.34.1/unicore/To/Sc.pl /usr/lib/perl5/5.34.1/unicore/lib/Math/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CI/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Guru.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Adlm.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Thaa.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Takr.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Nand.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Khoj.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Xsux.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Sind.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Telu.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Phlp.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Khmr.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Cprt.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Lina.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Mong.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Taml.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Hang.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Hira.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Orya.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Kthi.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Tirh.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Arab.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Zinh.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Hmng.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Han.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Kana.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Shrd.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Sinh.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Gong.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Cyrl.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Hebr.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Rohg.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Gonm.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Cham.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Copt.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Lao.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Yi.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Geor.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Tagb.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Glag.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Mlym.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Gran.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Zyyy.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Grek.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Beng.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Yezi.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Bhks.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Gujr.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Zzzz.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Knda.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Tibt.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Talu.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Diak.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Dupl.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Cakm.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Khar.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Hmnp.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Armn.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Linb.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Bopo.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Syrc.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Deva.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Latn.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Limb.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Lana.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Mult.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Mymr.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Tang.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Ethi.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/NA.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/TopAndL2.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/VisualOr.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/LeftAndR.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/Bottom.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/Overstru.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/TopAndRi.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/Left.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/TopAndLe.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/TopAndBo.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/Right.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/Top.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/BottomAn.pl /usr/lib/perl5/5.34.1/unicore/lib/BidiM/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFDQC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFDQC/N.pl /usr/lib/perl5/5.34.1/unicore/lib/ExtPict/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Guru.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Telu.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Cprt.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Mong.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Taml.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Hang.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Hira.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Orya.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Arab.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Zinh.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Han.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Kana.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Sinh.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Gong.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Cyrl.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Gonm.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Geor.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Glag.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Mlym.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Gran.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Zyyy.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Grek.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Beng.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Gujr.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Knda.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Dupl.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Linb.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Syrc.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Deva.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Latn.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Limb.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Mult.pl /usr/lib/perl5/5.34.1/unicore/lib/EPres/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/SM.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/LVT.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/EX.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/PP.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/CN.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/LV.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/XX.pl /usr/lib/perl5/5.34.1/unicore/lib/CompEx/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Dia/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Bpt/O.pl /usr/lib/perl5/5.34.1/unicore/lib/Bpt/N.pl /usr/lib/perl5/5.34.1/unicore/lib/Bpt/C.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/ES.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/R.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/CS.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/WS.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/AN.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/B.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/AL.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/ON.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/BN.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/ET.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/L.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/NSM.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/EN.pl /usr/lib/perl5/5.34.1/unicore/lib/CWCF/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Dep/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Ideo/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/3.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/3000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/500.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/4.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/19.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/600.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_16.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/200.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/2000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/60.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/8.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/12.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/15.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/8000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/40.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/10000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/13.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_6.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_4.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/700.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/6000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_2.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/30.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/300.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/5000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/400.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/90000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/10.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/50000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/9000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/9.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/70.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/17.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/70000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_8.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/14.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/50.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/90.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/5.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/18.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_3.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/16.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/80.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/80000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/4000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/11.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/7000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/0.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/7.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/2.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/60000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/20.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/6.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/40000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/100000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/100.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/2_3.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/800.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/3_4.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/900.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/3_16.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/30000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/20000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1000.pl /usr/lib/perl5/5.34.1/unicore/lib/GrExt/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Seen.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Alef.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Beh.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/NoJoinin.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Gaf.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Lam.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Hah.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Reh.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Kaf.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Yeh.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Waw.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Sad.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Ain.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Dal.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Qaf.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/HanifiRo.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/FarsiYeh.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Feh.pl /usr/lib/perl5/5.34.1/unicore/lib/Term/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Hyphen/T.pl /usr/lib/perl5/5.34.1/unicore/lib/Lower/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/PatSyn/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/U.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/R.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/D.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/L.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/C.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/T.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/DB.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/ATAR.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/B.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/OV.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/BR.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/AL.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/VR.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/A.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/NR.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/AR.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/NK.pl /usr/lib/perl5/5.34.1/unicore/lib/SD/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CE/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/UIdeo/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Emoji/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Sqr.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Sub.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Fin.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/NonCanon.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Enc.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Sup.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Vert.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Nar.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Iso.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Com.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Med.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Font.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Nb.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Init.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Nl.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Sm.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Pe.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Pc.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/M.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Me.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Mn.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/LC.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Cn.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Pd.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Lm.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Mc.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Z.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Lu.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/P.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Pf.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/N.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/So.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Pi.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Cf.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/No.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Sk.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Nd.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Zs.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/L.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/S.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Ll.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Po.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/C.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Lo.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Ps.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Sc.pl /usr/lib/perl5/5.34.1/unicore/lib/Blk/NB.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/CL.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/EX.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/NU.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/Sp.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/AT.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/SC.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/ST.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/UP.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/FO.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/LE.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/XX.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/LO.pl /usr/lib/perl5/5.34.1/unicore/lib/XIDC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CWT/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Ea/H.pl /usr/lib/perl5/5.34.1/unicore/lib/Ea/W.pl /usr/lib/perl5/5.34.1/unicore/lib/Ea/Na.pl /usr/lib/perl5/5.34.1/unicore/lib/Ea/A.pl /usr/lib/perl5/5.34.1/unicore/lib/Ea/N.pl /usr/lib/perl5/5.34.1/unicore/lib/Alpha/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/QMark/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/DI/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFKCQC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFKCQC/N.pl /usr/lib/perl5/5.34.1/unicore/lib/PCM/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/DefaultI.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Inclusio.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Obsolete.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Recommen.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Technica.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Exclusio.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/NotNFKC.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Uncommon.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/LimitedU.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/NotChara.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/NotXID.pl /usr/lib/perl5/5.34.1/unicore/lib/Hst/NA.pl /usr/lib/perl5/5.34.1/unicore/lib/BidiC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/MB.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/EX.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/ML.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/NU.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/WSegSpac.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/Extend.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/KA.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/FO.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/LE.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/HL.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/XX.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/MN.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V60.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V80.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/NA.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V52.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V51.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V11.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V130.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V32.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V41.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V100.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V30.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V31.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V90.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V110.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V61.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V50.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V120.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V70.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V20.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V40.pl /usr/lib/perl5/5.34.1/unicore/lib/NFCQC/M.pl /usr/lib/perl5/5.34.1/unicore/lib/NFCQC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Upper/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/STerm/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFKDQC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFKDQC/N.pl /usr/lib/perl5/5.34.1/unicore/lib/EBase/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Ext/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/EComp/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CWKCF/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Hex/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/IDC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CWCM/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/XIDS/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CWL/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Cased/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/GrBase/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Nt/None.pl /usr/lib/perl5/5.34.1/unicore/lib/Nt/Di.pl /usr/lib/perl5/5.34.1/unicore/lib/Nt/Nu.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlIDC.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Graph.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Title.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlAny.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/PosixPun.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlIDS.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/XPosixPu.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlIsI.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlQuo.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/SpacePer.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlNch.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Alnum.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlFol.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlCha.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlPat.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/PerlWord.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Word.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Assigned.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlPr2.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Blank.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Print.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlCh2.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlPro.pl /usr/lib/perl5/5.34.1/unicore/lib/Dash/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/IdStatus/Restrict.pl /usr/lib/perl5/5.34.1/unicore/lib/IdStatus/Allowed.pl /usr/lib/perl5/5.34.1/unicore/lib/Vo/U.pl /usr/lib/perl5/5.34.1/unicore/lib/Vo/R.pl /usr/lib/perl5/5.34.1/unicore/lib/Vo/Tr.pl /usr/lib/perl5/5.34.1/unicore/lib/Vo/Tu.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona5.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Vowel.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona9.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Virama.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Avagraha.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Invisibl.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona4.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona2.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Syllable.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consonan.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Nukta.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona8.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Other.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/ToneMark.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona7.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona3.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/VowelInd.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/VowelDep.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Bindu.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/PureKill.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Cantilla.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Visarga.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona6.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Number.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/CL.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/EX.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/PO.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/IN.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/NU.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/PR.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/GL.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/CM.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/IS.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/AL.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/BA.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/NS.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/BB.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/CJ.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/SA.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/OP.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/QU.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/ID.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/AI.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/XX.pl /usr/lib/perl5/5.34.1/unicore/lib/In/8_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/10_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/6_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/4_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/12_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/2_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/13_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/5_2.pl /usr/lib/perl5/5.34.1/unicore/lib/In/3_2.pl /usr/lib/perl5/5.34.1/unicore/lib/In/11_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/3_1.pl /usr/lib/perl5/5.34.1/unicore/lib/In/6_1.pl /usr/lib/perl5/5.34.1/unicore/lib/In/9_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/3_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/5_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/12_1.pl /usr/lib/perl5/5.34.1/unicore/lib/In/5_1.pl /usr/lib/perl5/5.34.1/unicore/lib/In/7_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/6_3.pl /usr/lib/perl5/5.34.1/unicore/lib/In/6_2.pl /usr/lib/perl5/5.34.1/unicore/lib/In/4_1.pl /usr/lib/perl5/5.34.1/unicore/lib/In/2_1.pl /usr/lib/perl5/5.34.1/unicore/lib/CWU/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/IDS/Y.pl /usr/lib/perl5/5.34.1/ExtUtils/MM_Win95.pm /usr/lib/perl5/5.34.1/ExtUtils/Typemaps.pm /usr/lib/perl5/5.34.1/ExtUtils/Manifest.pm /usr/lib/perl5/5.34.1/ExtUtils/Embed.pm /usr/lib/perl5/5.34.1/ExtUtils/Mkbootstrap.pm /usr/lib/perl5/5.34.1/ExtUtils/Miniperl.pm /usr/lib/perl5/5.34.1/ExtUtils/typemap /usr/lib/perl5/5.34.1/ExtUtils/MM_Win32.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_OS390.pm /usr/lib/perl5/5.34.1/ExtUtils/MANIFEST.SKIP /usr/lib/perl5/5.34.1/ExtUtils/MM_OS2.pm /usr/lib/perl5/5.34.1/ExtUtils/MM.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_NW5.pm /usr/lib/perl5/5.34.1/ExtUtils/MY.pm /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker.pm /usr/lib/perl5/5.34.1/ExtUtils/Mksymlists.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_Unix.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_DOS.pm /usr/lib/perl5/5.34.1/ExtUtils/Command.pm /usr/lib/perl5/5.34.1/ExtUtils/testlib.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_QNX.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_BeOS.pm /usr/lib/perl5/5.34.1/ExtUtils/Constant.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS.pod /usr/lib/perl5/5.34.1/ExtUtils/MM_Darwin.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_VOS.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_Cygwin.pm /usr/lib/perl5/5.34.1/ExtUtils/Packlist.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_Any.pm /usr/lib/perl5/5.34.1/ExtUtils/Installed.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_AIX.pm /usr/lib/perl5/5.34.1/ExtUtils/xsubpp /usr/lib/perl5/5.34.1/ExtUtils/CBuilder.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_VMS.pm /usr/lib/perl5/5.34.1/ExtUtils/Install.pm /usr/lib/perl5/5.34.1/ExtUtils/PL2Bat.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_UWIN.pm /usr/lib/perl5/5.34.1/ExtUtils/Liblist.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_MacOS.pm /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker/version.pm /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker/FAQ.pod /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker/Tutorial.pod /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker/Config.pm /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker/Locale.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Base.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/VMS.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/darwin.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/cygwin.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/android.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/dec_osf.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/aix.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Unix.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/os2.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows/MSVC.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows/BCC.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows/GCC.pm /usr/lib/perl5/5.34.1/ExtUtils/Constant/XS.pm /usr/lib/perl5/5.34.1/ExtUtils/Constant/Utils.pm /usr/lib/perl5/5.34.1/ExtUtils/Constant/Base.pm /usr/lib/perl5/5.34.1/ExtUtils/Constant/ProxySubs.pm /usr/lib/perl5/5.34.1/ExtUtils/Command/MM.pm /usr/lib/perl5/5.34.1/ExtUtils/Typemaps/Type.pm /usr/lib/perl5/5.34.1/ExtUtils/Typemaps/OutputMap.pm /usr/lib/perl5/5.34.1/ExtUtils/Typemaps/Cmd.pm /usr/lib/perl5/5.34.1/ExtUtils/Typemaps/InputMap.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS/Constants.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS/Eval.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS/Utilities.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS/CountLines.pm /usr/lib/perl5/5.34.1/ExtUtils/Liblist/Kid.pm /usr/lib/perl5/5.34.1/mips64el-linux/List/Util.pm /usr/lib/perl5/5.34.1/mips64el-linux/List/Util/XS.pm /usr/lib/perl5/5.34.1/Thread/Queue.pm /usr/lib/perl5/5.34.1/Thread/Semaphore.pm /usr/lib/perl5/5.34.1/Locale/Maketext.pod /usr/lib/perl5/5.34.1/Locale/Maketext.pm /usr/lib/perl5/5.34.1/Locale/Maketext/Cookbook.pod /usr/lib/perl5/5.34.1/Locale/Maketext/TPJ13.pod /usr/lib/perl5/5.34.1/Locale/Maketext/Guts.pm /usr/lib/perl5/5.34.1/Locale/Maketext/GutsLoader.pm /usr/lib/perl5/5.34.1/Locale/Maketext/Simple.pm /usr/lib/perl5/5.34.1/mips64el-linux/PerlIO/scalar.pm /usr/lib/perl5/5.34.1/mips64el-linux/PerlIO/mmap.pm /usr/lib/perl5/5.34.1/mips64el-linux/PerlIO/encoding.pm /usr/lib/perl5/5.34.1/mips64el-linux/PerlIO/via.pm /usr/lib/perl5/5.34.1/PerlIO/via/QuotedPrint.pm /usr/lib/perl5/5.34.1/Exporter/Heavy.pm /usr/lib/perl5/5.34.1/User/pwent.pm /usr/lib/perl5/5.34.1/User/grent.pm /usr/lib/perl5/5.34.1/mips64el-linux/threads/shared.pm /usr/lib/perl5/5.34.1/Module/Load.pm /usr/lib/perl5/5.34.1/Module/Loaded.pm /usr/lib/perl5/5.34.1/Module/CoreList.pm /usr/lib/perl5/5.34.1/Module/Metadata.pm /usr/lib/perl5/5.34.1/Module/CoreList.pod /usr/lib/perl5/5.34.1/Module/CoreList/Utils.pm /usr/lib/perl5/5.34.1/Module/Load/Conditional.pm /usr/lib/perl5/5.34.1/Carp/Heavy.pm /usr/lib/perl5/5.34.1/Config/Extensions.pm /usr/lib/perl5/5.34.1/Config/Perl/V.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Alias.pm /usr/lib/perl5/5.34.1/Encode/README.e2x /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Guess.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Unicode.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/CJKConstants.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Symbol.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/KR.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Encoder.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/GSM0338.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/CN.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/EBCDIC.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Encoding.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/TW.pm /usr/lib/perl5/5.34.1/Encode/_T.e2x /usr/lib/perl5/5.34.1/Encode/_PM.e2x /usr/lib/perl5/5.34.1/Encode/encode.h /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Config.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Byte.pm /usr/lib/perl5/5.34.1/Encode/Changes.e2x /usr/lib/perl5/5.34.1/Encode/PerlIO.pod /usr/lib/perl5/5.34.1/Encode/ConfigLocal_PM.e2x /usr/lib/perl5/5.34.1/mips64el-linux/Encode/JP.pm /usr/lib/perl5/5.34.1/Encode/Makefile_PL.e2x /usr/lib/perl5/5.34.1/Encode/Supported.pod /usr/lib/perl5/5.34.1/mips64el-linux/Encode/KR/2022_KR.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/JP/H2Z.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/JP/JIS7.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/CN/HZ.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/MIME/Name.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/MIME/Header.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/MIME/Header/ISO_2022_JP.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Unicode/UTF7.pm /usr/lib/perl5/5.34.1/mips64el-linux/Sub/Util.pm /usr/lib/perl5/5.34.1/Pod/Functions.pm /usr/lib/perl5/5.34.1/Pod/ParseLink.pm /usr/lib/perl5/5.34.1/Pod/Perldoc.pm /usr/lib/perl5/5.34.1/Pod/Usage.pm /usr/lib/perl5/5.34.1/Pod/Text.pm /usr/lib/perl5/5.34.1/Pod/Escapes.pm /usr/lib/perl5/5.34.1/Pod/Html.pm /usr/lib/perl5/5.34.1/Pod/Simple.pm /usr/lib/perl5/5.34.1/Pod/Man.pm /usr/lib/perl5/5.34.1/Pod/Checker.pm /usr/lib/perl5/5.34.1/Pod/Simple.pod /usr/lib/perl5/5.34.1/Pod/Text/Termcap.pm /usr/lib/perl5/5.34.1/Pod/Text/Overstrike.pm /usr/lib/perl5/5.34.1/Pod/Text/Color.pm /usr/lib/perl5/5.34.1/Pod/Simple/PullParserStartToken.pm /usr/lib/perl5/5.34.1/Pod/Simple/Debug.pm /usr/lib/perl5/5.34.1/Pod/Simple/Methody.pm /usr/lib/perl5/5.34.1/Pod/Simple/PullParserToken.pm /usr/lib/perl5/5.34.1/Pod/Simple/TiedOutFH.pm /usr/lib/perl5/5.34.1/Pod/Simple/XMLOutStream.pm /usr/lib/perl5/5.34.1/Pod/Simple/Subclassing.pod /usr/lib/perl5/5.34.1/Pod/Simple/HTMLLegacy.pm /usr/lib/perl5/5.34.1/Pod/Simple/Search.pm /usr/lib/perl5/5.34.1/Pod/Simple/TranscodeDumb.pm /usr/lib/perl5/5.34.1/Pod/Simple/HTML.pm /usr/lib/perl5/5.34.1/Pod/Simple/XHTML.pm /usr/lib/perl5/5.34.1/Pod/Simple/DumpAsText.pm /usr/lib/perl5/5.34.1/Pod/Simple/PullParserTextToken.pm /usr/lib/perl5/5.34.1/Pod/Simple/Progress.pm /usr/lib/perl5/5.34.1/Pod/Simple/BlackBox.pm /usr/lib/perl5/5.34.1/Pod/Simple/DumpAsXML.pm /usr/lib/perl5/5.34.1/Pod/Simple/JustPod.pm /usr/lib/perl5/5.34.1/Pod/Simple/HTMLBatch.pm /usr/lib/perl5/5.34.1/Pod/Simple/Transcode.pm /usr/lib/perl5/5.34.1/Pod/Simple/RTF.pm /usr/lib/perl5/5.34.1/Pod/Simple/SimpleTree.pm /usr/lib/perl5/5.34.1/Pod/Simple/TranscodeSmart.pm /usr/lib/perl5/5.34.1/Pod/Simple/PullParserEndToken.pm /usr/lib/perl5/5.34.1/Pod/Simple/Text.pm /usr/lib/perl5/5.34.1/Pod/Simple/PullParser.pm /usr/lib/perl5/5.34.1/Pod/Simple/TextContent.pm /usr/lib/perl5/5.34.1/Pod/Simple/Checker.pm /usr/lib/perl5/5.34.1/Pod/Simple/LinkSection.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToRtf.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToANSI.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToMan.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToChecker.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/BaseTo.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToXml.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToText.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToTk.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToPod.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToNroff.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/GetOptsOO.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToTerm.pm /usr/lib/perl5/5.34.1/mips64el-linux/Unicode/Collate.pm /usr/lib/perl5/5.34.1/mips64el-linux/Unicode/Normalize.pm /usr/lib/perl5/5.34.1/Unicode/UCD.pm /usr/lib/perl5/5.34.1/Unicode/Collate/allkeys.txt /usr/lib/perl5/5.34.1/Unicode/Collate/keys.txt /usr/lib/perl5/5.34.1/mips64el-linux/Unicode/Collate/Locale.pm /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ee.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fi.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/lt.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/or.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fr_ca.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ar.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/nso.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/nn.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ta.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_gb.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/vo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/cs.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_big5.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/bn.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ur.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/se.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/vi.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/af.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ha.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ug_cyrl.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/cu.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/lv.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/kn.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sl.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/da.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/kl.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/nb.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_zhu.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/hy.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/tr.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/pa.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/gu.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/uk.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fil.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_strk.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ln.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/tn.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/kok.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/es_trad.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ig.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sr.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sk.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/az.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/th.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/de_at_ph.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ml.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/wo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/be.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/as.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/dsb.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/pl.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/lkt.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/wae.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/haw.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/cy.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/hu.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/de_phone.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fi_phone.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/yo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ro.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sv_refo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sa.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/mk.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ko.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ja.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/om.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/et.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/hr.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_pin.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/is.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/si_dict.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/mt.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/eo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sq.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/te.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/si.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/to.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/kk.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/he.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/mr.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fa.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ca.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/es.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sv.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/hi.pl /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/Korean.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/JISX0208.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/Zhuyin.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/Stroke.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/Pinyin.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/GB2312.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/Big5.pm /usr/lib/perl5/5.34.1/I18N/LangTags.pm /usr/lib/perl5/5.34.1/I18N/Collate.pm /usr/lib/perl5/5.34.1/mips64el-linux/I18N/Langinfo.pm /usr/lib/perl5/5.34.1/I18N/LangTags/Detect.pm /usr/lib/perl5/5.34.1/I18N/LangTags/List.pm /usr/lib/perl5/5.34.1/Test2/EventFacet.pm /usr/lib/perl5/5.34.1/Test2/Hub.pm /usr/lib/perl5/5.34.1/Test2/Transition.pod /usr/lib/perl5/5.34.1/Test2/Formatter.pm /usr/lib/perl5/5.34.1/Test2/API.pm /usr/lib/perl5/5.34.1/Test2/IPC.pm /usr/lib/perl5/5.34.1/Test2/Util.pm /usr/lib/perl5/5.34.1/Test2/Event.pm /usr/lib/perl5/5.34.1/Test2/Tools/Tiny.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Render.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/About.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Meta.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Control.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Plan.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Hub.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Info.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Error.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Parent.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Amnesty.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Trace.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Assert.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Info/Table.pm /usr/lib/perl5/5.34.1/Test2/IPC/Driver.pm /usr/lib/perl5/5.34.1/Test2/IPC/Driver/Files.pm /usr/lib/perl5/5.34.1/Test2/Formatter/TAP.pm /usr/lib/perl5/5.34.1/Test2/Event/Note.pm /usr/lib/perl5/5.34.1/Test2/Event/Subtest.pm /usr/lib/perl5/5.34.1/Test2/Event/Plan.pm /usr/lib/perl5/5.34.1/Test2/Event/Pass.pm /usr/lib/perl5/5.34.1/Test2/Event/Ok.pm /usr/lib/perl5/5.34.1/Test2/Event/Generic.pm /usr/lib/perl5/5.34.1/Test2/Event/Bail.pm /usr/lib/perl5/5.34.1/Test2/Event/V2.pm /usr/lib/perl5/5.34.1/Test2/Event/Encoding.pm /usr/lib/perl5/5.34.1/Test2/Event/Skip.pm /usr/lib/perl5/5.34.1/Test2/Event/Diag.pm /usr/lib/perl5/5.34.1/Test2/Event/Fail.pm /usr/lib/perl5/5.34.1/Test2/Event/Waiting.pm /usr/lib/perl5/5.34.1/Test2/Event/Exception.pm /usr/lib/perl5/5.34.1/Test2/Event/TAP/Version.pm /usr/lib/perl5/5.34.1/Test2/API/Instance.pm /usr/lib/perl5/5.34.1/Test2/API/Context.pm /usr/lib/perl5/5.34.1/Test2/API/Breakage.pm /usr/lib/perl5/5.34.1/Test2/API/InterceptResult.pm /usr/lib/perl5/5.34.1/Test2/API/Stack.pm /usr/lib/perl5/5.34.1/Test2/API/InterceptResult/Squasher.pm /usr/lib/perl5/5.34.1/Test2/API/InterceptResult/Hub.pm /usr/lib/perl5/5.34.1/Test2/API/InterceptResult/Facet.pm /usr/lib/perl5/5.34.1/Test2/API/InterceptResult/Event.pm /usr/lib/perl5/5.34.1/Test2/Hub/Subtest.pm /usr/lib/perl5/5.34.1/Test2/Hub/Interceptor.pm /usr/lib/perl5/5.34.1/Test2/Hub/Interceptor/Terminator.pm /usr/lib/perl5/5.34.1/Test2/Util/Facets2Legacy.pm /usr/lib/perl5/5.34.1/Test2/Util/ExternalMeta.pm /usr/lib/perl5/5.34.1/Test2/Util/HashBase.pm /usr/lib/perl5/5.34.1/Test2/Util/Trace.pm /usr/lib/perl5/5.34.1/Perl/OSType.pm /usr/lib/perl5/5.34.1/warnings/register.pm /usr/lib/perl5/5.34.1/overload/numbers.pm /usr/lib/perl5/5.34.1/Attribute/Handlers.pm /usr/lib/perl5/5.34.1/version/regex.pm /usr/lib/perl5/5.34.1/version/Internals.pod /usr/lib/perl5/5.34.1/Getopt/Std.pm /usr/lib/perl5/5.34.1/Getopt/Long.pm /usr/lib/perl5/5.34.1/mips64el-linux/Hash/Util.pm /usr/lib/perl5/5.34.1/mips64el-linux/Hash/Util/FieldHash.pm /usr/lib/perl5/5.34.1/Compress/Zlib.pm /usr/lib/perl5/5.34.1/mips64el-linux/Compress/Raw/Zlib.pm /usr/lib/perl5/5.34.1/mips64el-linux/Compress/Raw/Bzip2.pm /usr/lib/perl5/5.34.1/Digest/base.pm /usr/lib/perl5/5.34.1/mips64el-linux/Digest/MD5.pm /usr/lib/perl5/5.34.1/mips64el-linux/Digest/SHA.pm /usr/lib/perl5/5.34.1/Digest/file.pm /usr/lib/perl5/5.34.1/mips64el-linux/CORE/EXTERN.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/INTERN.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/XSUB.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/av.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/bitcount.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/charclass_invlists.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/config.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/cop.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/cv.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/dosish.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/ebcdic_tables.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/embed.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/embedvar.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/fakesdio.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/feature.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/form.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/git_version.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/gv.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/handy.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/hv.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/hv_func.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/hv_macro.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/inline.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/intrpvar.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/invlist_inline.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/iperlsys.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/keywords.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/l1_char_class_tab.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/malloc_ctl.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/metaconfig.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/mg.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/mg_data.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/mg_raw.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/mg_vtable.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/mydtrace.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/nostdio.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/op.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/op_reg_common.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/opcode.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/opnames.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/overload.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/pad.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/parser.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/patchlevel.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perl.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perl_inc_macro.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perl_langinfo.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perl_siphash.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perlapi.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perlio.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perliol.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perlsdio.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perlvars.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perly.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/pp.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/pp_proto.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/proto.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/reentr.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/regcharclass.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/regcomp.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/regexp.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/regnodes.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/sbox32_hash.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/scope.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/sv.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/thread.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/time64.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/time64_config.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/try.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/uconfig.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/uni_keywords.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/unicode_constants.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/unixish.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/utf8.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/utfebcdic.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/util.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/uudmap.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/vutil.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/warnings.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/xconfig.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/zaphod32_hash.h /usr/lib/perl5/5.34.1/mips64el-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.34.1/pod/perl.pod /usr/lib/perl5/5.34.1/pod/perlintro.pod /usr/lib/perl5/5.34.1/pod/perlrun.pod /usr/lib/perl5/5.34.1/pod/perltoc.pod /usr/lib/perl5/5.34.1/pod/perlreftut.pod /usr/lib/perl5/5.34.1/pod/perldsc.pod /usr/lib/perl5/5.34.1/pod/perllol.pod /usr/lib/perl5/5.34.1/pod/perlrequick.pod /usr/lib/perl5/5.34.1/pod/perlretut.pod /usr/lib/perl5/5.34.1/pod/perlootut.pod /usr/lib/perl5/5.34.1/pod/perlperf.pod /usr/lib/perl5/5.34.1/pod/perlstyle.pod /usr/lib/perl5/5.34.1/pod/perlcheat.pod /usr/lib/perl5/5.34.1/pod/perltrap.pod /usr/lib/perl5/5.34.1/pod/perldebtut.pod /usr/lib/perl5/5.34.1/pod/perlfaq.pod /usr/lib/perl5/5.34.1/pod/perlfaq1.pod /usr/lib/perl5/5.34.1/pod/perlfaq2.pod /usr/lib/perl5/5.34.1/pod/perlfaq3.pod /usr/lib/perl5/5.34.1/pod/perlfaq4.pod /usr/lib/perl5/5.34.1/pod/perlfaq5.pod /usr/lib/perl5/5.34.1/pod/perlfaq6.pod /usr/lib/perl5/5.34.1/pod/perlfaq7.pod /usr/lib/perl5/5.34.1/pod/perlfaq8.pod /usr/lib/perl5/5.34.1/pod/perlfaq9.pod /usr/lib/perl5/5.34.1/pod/perlsyn.pod /usr/lib/perl5/5.34.1/pod/perldata.pod /usr/lib/perl5/5.34.1/pod/perlop.pod /usr/lib/perl5/5.34.1/pod/perlsub.pod /usr/lib/perl5/5.34.1/pod/perlfunc.pod /usr/lib/perl5/5.34.1/pod/perlopentut.pod /usr/lib/perl5/5.34.1/pod/perlpacktut.pod /usr/lib/perl5/5.34.1/pod/perlpod.pod /usr/lib/perl5/5.34.1/pod/perlpodspec.pod /usr/lib/perl5/5.34.1/pod/perldocstyle.pod /usr/lib/perl5/5.34.1/pod/perlpodstyle.pod /usr/lib/perl5/5.34.1/pod/perldiag.pod /usr/lib/perl5/5.34.1/pod/perldeprecation.pod /usr/lib/perl5/5.34.1/pod/perllexwarn.pod /usr/lib/perl5/5.34.1/pod/perldebug.pod /usr/lib/perl5/5.34.1/pod/perlvar.pod /usr/lib/perl5/5.34.1/pod/perlre.pod /usr/lib/perl5/5.34.1/pod/perlrebackslash.pod /usr/lib/perl5/5.34.1/pod/perlrecharclass.pod /usr/lib/perl5/5.34.1/pod/perlreref.pod /usr/lib/perl5/5.34.1/pod/perlref.pod /usr/lib/perl5/5.34.1/pod/perlform.pod /usr/lib/perl5/5.34.1/pod/perlobj.pod /usr/lib/perl5/5.34.1/pod/perltie.pod /usr/lib/perl5/5.34.1/pod/perldbmfilter.pod /usr/lib/perl5/5.34.1/pod/perlipc.pod /usr/lib/perl5/5.34.1/pod/perlfork.pod /usr/lib/perl5/5.34.1/pod/perlnumber.pod /usr/lib/perl5/5.34.1/pod/perlthrtut.pod /usr/lib/perl5/5.34.1/pod/perlport.pod /usr/lib/perl5/5.34.1/pod/perllocale.pod /usr/lib/perl5/5.34.1/pod/perluniintro.pod /usr/lib/perl5/5.34.1/pod/perlunicode.pod /usr/lib/perl5/5.34.1/pod/perlunicook.pod /usr/lib/perl5/5.34.1/pod/perlunifaq.pod /usr/lib/perl5/5.34.1/pod/perluniprops.pod /usr/lib/perl5/5.34.1/pod/perlunitut.pod /usr/lib/perl5/5.34.1/pod/perlebcdic.pod /usr/lib/perl5/5.34.1/pod/perlsec.pod /usr/lib/perl5/5.34.1/pod/perlsecpolicy.pod /usr/lib/perl5/5.34.1/pod/perlmod.pod /usr/lib/perl5/5.34.1/pod/perlmodlib.pod /usr/lib/perl5/5.34.1/pod/perlmodstyle.pod /usr/lib/perl5/5.34.1/pod/perlmodinstall.pod /usr/lib/perl5/5.34.1/pod/perlnewmod.pod /usr/lib/perl5/5.34.1/pod/perlpragma.pod /usr/lib/perl5/5.34.1/pod/perlutil.pod /usr/lib/perl5/5.34.1/pod/perlfilter.pod /usr/lib/perl5/5.34.1/pod/perldtrace.pod /usr/lib/perl5/5.34.1/pod/perlglossary.pod /usr/lib/perl5/5.34.1/pod/perlembed.pod /usr/lib/perl5/5.34.1/pod/perldebguts.pod /usr/lib/perl5/5.34.1/pod/perlxstut.pod /usr/lib/perl5/5.34.1/pod/perlxs.pod /usr/lib/perl5/5.34.1/pod/perlxstypemap.pod /usr/lib/perl5/5.34.1/pod/perlclib.pod /usr/lib/perl5/5.34.1/pod/perlguts.pod /usr/lib/perl5/5.34.1/pod/perlcall.pod /usr/lib/perl5/5.34.1/pod/perlmroapi.pod /usr/lib/perl5/5.34.1/pod/perlreapi.pod /usr/lib/perl5/5.34.1/pod/perlreguts.pod /usr/lib/perl5/5.34.1/pod/perlapi.pod /usr/lib/perl5/5.34.1/pod/perlintern.pod /usr/lib/perl5/5.34.1/pod/perliol.pod /usr/lib/perl5/5.34.1/pod/perlapio.pod /usr/lib/perl5/5.34.1/pod/perlhack.pod /usr/lib/perl5/5.34.1/pod/perlsource.pod /usr/lib/perl5/5.34.1/pod/perlinterp.pod /usr/lib/perl5/5.34.1/pod/perlhacktut.pod /usr/lib/perl5/5.34.1/pod/perlhacktips.pod /usr/lib/perl5/5.34.1/pod/perlpolicy.pod /usr/lib/perl5/5.34.1/pod/perlgov.pod /usr/lib/perl5/5.34.1/pod/perlgit.pod /usr/lib/perl5/5.34.1/pod/perlhist.pod /usr/lib/perl5/5.34.1/pod/perldelta.pod /usr/lib/perl5/5.34.1/pod/perl5341delta.pod /usr/lib/perl5/5.34.1/pod/perl5340delta.pod /usr/lib/perl5/5.34.1/pod/perl5321delta.pod /usr/lib/perl5/5.34.1/pod/perl5320delta.pod /usr/lib/perl5/5.34.1/pod/perl5303delta.pod /usr/lib/perl5/5.34.1/pod/perl5302delta.pod /usr/lib/perl5/5.34.1/pod/perl5301delta.pod /usr/lib/perl5/5.34.1/pod/perl5300delta.pod /usr/lib/perl5/5.34.1/pod/perl5283delta.pod /usr/lib/perl5/5.34.1/pod/perl5282delta.pod /usr/lib/perl5/5.34.1/pod/perl5281delta.pod /usr/lib/perl5/5.34.1/pod/perl5280delta.pod /usr/lib/perl5/5.34.1/pod/perl5263delta.pod /usr/lib/perl5/5.34.1/pod/perl5262delta.pod /usr/lib/perl5/5.34.1/pod/perl5261delta.pod /usr/lib/perl5/5.34.1/pod/perl5260delta.pod /usr/lib/perl5/5.34.1/pod/perl5244delta.pod /usr/lib/perl5/5.34.1/pod/perl5243delta.pod /usr/lib/perl5/5.34.1/pod/perl5242delta.pod /usr/lib/perl5/5.34.1/pod/perl5241delta.pod /usr/lib/perl5/5.34.1/pod/perl5240delta.pod /usr/lib/perl5/5.34.1/pod/perl5224delta.pod /usr/lib/perl5/5.34.1/pod/perl5223delta.pod /usr/lib/perl5/5.34.1/pod/perl5222delta.pod /usr/lib/perl5/5.34.1/pod/perl5221delta.pod /usr/lib/perl5/5.34.1/pod/perl5220delta.pod /usr/lib/perl5/5.34.1/pod/perl5203delta.pod /usr/lib/perl5/5.34.1/pod/perl5202delta.pod /usr/lib/perl5/5.34.1/pod/perl5201delta.pod /usr/lib/perl5/5.34.1/pod/perl5200delta.pod /usr/lib/perl5/5.34.1/pod/perl5184delta.pod /usr/lib/perl5/5.34.1/pod/perl5182delta.pod /usr/lib/perl5/5.34.1/pod/perl5181delta.pod /usr/lib/perl5/5.34.1/pod/perl5180delta.pod /usr/lib/perl5/5.34.1/pod/perl5163delta.pod /usr/lib/perl5/5.34.1/pod/perl5162delta.pod /usr/lib/perl5/5.34.1/pod/perl5161delta.pod /usr/lib/perl5/5.34.1/pod/perl5160delta.pod /usr/lib/perl5/5.34.1/pod/perl5144delta.pod /usr/lib/perl5/5.34.1/pod/perl5143delta.pod /usr/lib/perl5/5.34.1/pod/perl5142delta.pod /usr/lib/perl5/5.34.1/pod/perl5141delta.pod /usr/lib/perl5/5.34.1/pod/perl5140delta.pod /usr/lib/perl5/5.34.1/pod/perl5125delta.pod /usr/lib/perl5/5.34.1/pod/perl5124delta.pod /usr/lib/perl5/5.34.1/pod/perl5123delta.pod /usr/lib/perl5/5.34.1/pod/perl5122delta.pod /usr/lib/perl5/5.34.1/pod/perl5121delta.pod /usr/lib/perl5/5.34.1/pod/perl5120delta.pod /usr/lib/perl5/5.34.1/pod/perl5101delta.pod /usr/lib/perl5/5.34.1/pod/perl5100delta.pod /usr/lib/perl5/5.34.1/pod/perl589delta.pod /usr/lib/perl5/5.34.1/pod/perl588delta.pod /usr/lib/perl5/5.34.1/pod/perl587delta.pod /usr/lib/perl5/5.34.1/pod/perl586delta.pod /usr/lib/perl5/5.34.1/pod/perl585delta.pod /usr/lib/perl5/5.34.1/pod/perl584delta.pod /usr/lib/perl5/5.34.1/pod/perl583delta.pod /usr/lib/perl5/5.34.1/pod/perl582delta.pod /usr/lib/perl5/5.34.1/pod/perl581delta.pod /usr/lib/perl5/5.34.1/pod/perl58delta.pod /usr/lib/perl5/5.34.1/pod/perl561delta.pod /usr/lib/perl5/5.34.1/pod/perl56delta.pod /usr/lib/perl5/5.34.1/pod/perl5005delta.pod /usr/lib/perl5/5.34.1/pod/perl5004delta.pod /usr/lib/perl5/5.34.1/pod/perlbook.pod /usr/lib/perl5/5.34.1/pod/perlcommunity.pod /usr/lib/perl5/5.34.1/pod/perldoc.pod /usr/lib/perl5/5.34.1/pod/perlexperiment.pod /usr/lib/perl5/5.34.1/pod/perlartistic.pod /usr/lib/perl5/5.34.1/pod/perlgpl.pod /usr/lib/perl5/5.34.1/pod/perlcn.pod /usr/lib/perl5/5.34.1/pod/perljp.pod /usr/lib/perl5/5.34.1/pod/perlko.pod /usr/lib/perl5/5.34.1/pod/perltw.pod /usr/lib/perl5/5.34.1/pod/perlaix.pod /usr/lib/perl5/5.34.1/pod/perlamiga.pod /usr/lib/perl5/5.34.1/pod/perlandroid.pod /usr/lib/perl5/5.34.1/pod/perlbs2000.pod /usr/lib/perl5/5.34.1/pod/perlcygwin.pod /usr/lib/perl5/5.34.1/pod/perldos.pod /usr/lib/perl5/5.34.1/pod/perlfreebsd.pod /usr/lib/perl5/5.34.1/pod/perlhaiku.pod /usr/lib/perl5/5.34.1/pod/perlhpux.pod /usr/lib/perl5/5.34.1/pod/perlhurd.pod /usr/lib/perl5/5.34.1/pod/perlirix.pod /usr/lib/perl5/5.34.1/pod/perllinux.pod /usr/lib/perl5/5.34.1/pod/perlmacos.pod /usr/lib/perl5/5.34.1/pod/perlmacosx.pod /usr/lib/perl5/5.34.1/pod/perlnetware.pod /usr/lib/perl5/5.34.1/pod/perlopenbsd.pod /usr/lib/perl5/5.34.1/pod/perlos2.pod /usr/lib/perl5/5.34.1/pod/perlos390.pod /usr/lib/perl5/5.34.1/pod/perlos400.pod /usr/lib/perl5/5.34.1/pod/perlplan9.pod /usr/lib/perl5/5.34.1/pod/perlqnx.pod /usr/lib/perl5/5.34.1/pod/perlriscos.pod /usr/lib/perl5/5.34.1/pod/perlsolaris.pod /usr/lib/perl5/5.34.1/pod/perlsynology.pod /usr/lib/perl5/5.34.1/pod/perltru64.pod /usr/lib/perl5/5.34.1/pod/perlvms.pod /usr/lib/perl5/5.34.1/pod/perlvos.pod /usr/lib/perl5/5.34.1/pod/perlwin32.pod /usr/lib/perl5/5.34.1/pod/perlboot.pod /usr/lib/perl5/5.34.1/pod/perlbot.pod /usr/lib/perl5/5.34.1/pod/perlrepository.pod /usr/lib/perl5/5.34.1/pod/perltodo.pod /usr/lib/perl5/5.34.1/pod/perltooc.pod /usr/lib/perl5/5.34.1/pod/perltoot.pod rm -f /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/perl5.34.1 make[1]: Nothing to be done for 'install.sym'. make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' >>> perl 5.34.1 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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.34.1 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1 DESTDIR="/nvmedata/autobuild/instance-27/output-1/target" install.perl install.sym make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' ./miniperl_top installperl --destdir=/nvmedata/autobuild/instance-27/output-1/target WARNING: You've never run 'make test' or some tests failed! (Installing anyway.) /usr/bin/perl5.34.1 /usr/lib/perl5/5.34.1/dumpvar.pl /usr/lib/perl5/5.34.1/DBM_Filter.pm /usr/lib/perl5/5.34.1/deprecate.pm /usr/lib/perl5/5.34.1/mips64el-linux/Config_heavy.pl /usr/lib/perl5/5.34.1/bytes_heavy.pl /usr/lib/perl5/5.34.1/mips64el-linux/re.pm /usr/lib/perl5/5.34.1/locale.pm /usr/lib/perl5/5.34.1/mips64el-linux/DB_File.pm /usr/lib/perl5/5.34.1/CPAN.pm /usr/lib/perl5/5.34.1/mips64el-linux/ops.pm /usr/lib/perl5/5.34.1/AutoSplit.pm /usr/lib/perl5/5.34.1/perlfaq.pm /usr/lib/perl5/5.34.1/sort.pm /usr/lib/perl5/5.34.1/base.pm /usr/lib/perl5/5.34.1/FileHandle.pm /usr/lib/perl5/5.34.1/mips64el-linux/SDBM_File.pm /usr/lib/perl5/5.34.1/perl5db.pl /usr/lib/perl5/5.34.1/sigtrap.pm /usr/lib/perl5/5.34.1/mips64el-linux/B.pm /usr/lib/perl5/5.34.1/integer.pm /usr/lib/perl5/5.34.1/Symbol.pm /usr/lib/perl5/5.34.1/mips64el-linux/mro.pm /usr/lib/perl5/5.34.1/version.pod /usr/lib/perl5/5.34.1/English.pm /usr/lib/perl5/5.34.1/fields.pm /usr/lib/perl5/5.34.1/_charnames.pm /usr/lib/perl5/5.34.1/SelectSaver.pm /usr/lib/perl5/5.34.1/warnings.pm /usr/lib/perl5/5.34.1/DirHandle.pm /usr/lib/perl5/5.34.1/strict.pm /usr/lib/perl5/5.34.1/mips64el-linux/Cwd.pm /usr/lib/perl5/5.34.1/SelfLoader.pm /usr/lib/perl5/5.34.1/open.pm /usr/lib/perl5/5.34.1/ok.pm /usr/lib/perl5/5.34.1/Memoize.pm /usr/lib/perl5/5.34.1/Thread.pm /usr/lib/perl5/5.34.1/blib.pm /usr/lib/perl5/5.34.1/DB.pm /usr/lib/perl5/5.34.1/vmsish.pm /usr/lib/perl5/5.34.1/bignum.pm /usr/lib/perl5/5.34.1/mips64el-linux/lib.pm /usr/lib/perl5/5.34.1/less.pm /usr/lib/perl5/5.34.1/version.pm /usr/lib/perl5/5.34.1/Env.pm /usr/lib/perl5/5.34.1/Dumpvalue.pm /usr/lib/perl5/5.34.1/mips64el-linux/Errno.pm /usr/lib/perl5/5.34.1/AnyDBM_File.pm /usr/lib/perl5/5.34.1/Benchmark.pm /usr/lib/perl5/5.34.1/mips64el-linux/POSIX.pm /usr/lib/perl5/5.34.1/diagnostics.pm /usr/lib/perl5/5.34.1/bytes.pm /usr/lib/perl5/5.34.1/mips64el-linux/POSIX.pod /usr/lib/perl5/5.34.1/Fatal.pm /usr/lib/perl5/5.34.1/autouse.pm /usr/lib/perl5/5.34.1/Test2.pm /usr/lib/perl5/5.34.1/meta_notation.pm /usr/lib/perl5/5.34.1/mips64el-linux/O.pm /usr/lib/perl5/5.34.1/Exporter.pm /usr/lib/perl5/5.34.1/mips64el-linux/Config.pod /usr/lib/perl5/5.34.1/mips64el-linux/Opcode.pm /usr/lib/perl5/5.34.1/bigrat.pm /usr/lib/perl5/5.34.1/mips64el-linux/DynaLoader.pm /usr/lib/perl5/5.34.1/Carp.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode.pm /usr/lib/perl5/5.34.1/subs.pm /usr/lib/perl5/5.34.1/mips64el-linux/Fcntl.pm /usr/lib/perl5/5.34.1/mips64el-linux/threads.pm /usr/lib/perl5/5.34.1/overload.pm /usr/lib/perl5/5.34.1/overloading.pm /usr/lib/perl5/5.34.1/constant.pm /usr/lib/perl5/5.34.1/mips64el-linux/Config_git.pl /usr/lib/perl5/5.34.1/XSLoader.pm /usr/lib/perl5/5.34.1/mips64el-linux/encoding.pm /usr/lib/perl5/5.34.1/feature.pm /usr/lib/perl5/5.34.1/Safe.pm /usr/lib/perl5/5.34.1/FileCache.pm /usr/lib/perl5/5.34.1/mips64el-linux/Storable.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO.pm /usr/lib/perl5/5.34.1/vars.pm /usr/lib/perl5/5.34.1/mips64el-linux/Config.pm /usr/lib/perl5/5.34.1/filetest.pm /usr/lib/perl5/5.34.1/autodie.pm /usr/lib/perl5/5.34.1/Internals.pod /usr/lib/perl5/5.34.1/parent.pm /usr/lib/perl5/5.34.1/charnames.pm /usr/lib/perl5/5.34.1/bigint.pm /usr/lib/perl5/5.34.1/AutoLoader.pm /usr/lib/perl5/5.34.1/mips64el-linux/attributes.pm /usr/lib/perl5/5.34.1/Digest.pm /usr/lib/perl5/5.34.1/mips64el-linux/Socket.pm /usr/lib/perl5/5.34.1/UNIVERSAL.pm /usr/lib/perl5/5.34.1/FindBin.pm /usr/lib/perl5/5.34.1/CORE.pod /usr/lib/perl5/5.34.1/if.pm /usr/lib/perl5/5.34.1/NEXT.pm /usr/lib/perl5/5.34.1/utf8.pm /usr/lib/perl5/5.34.1/PerlIO.pm /usr/lib/perl5/5.34.1/experimental.pm /usr/lib/perl5/5.34.1/Test.pm /usr/lib/perl5/5.34.1/Math/BigRat.pm /usr/lib/perl5/5.34.1/Math/BigFloat.pm /usr/lib/perl5/5.34.1/Math/Complex.pm /usr/lib/perl5/5.34.1/Math/Trig.pm /usr/lib/perl5/5.34.1/Math/BigInt.pm /usr/lib/perl5/5.34.1/Math/BigFloat/Trace.pm /usr/lib/perl5/5.34.1/Math/BigInt/Trace.pm /usr/lib/perl5/5.34.1/mips64el-linux/Math/BigInt/FastCalc.pm /usr/lib/perl5/5.34.1/Math/BigInt/Lib.pm /usr/lib/perl5/5.34.1/Math/BigInt/Calc.pm /usr/lib/perl5/5.34.1/Test/Harness.pm /usr/lib/perl5/5.34.1/Test/More.pm /usr/lib/perl5/5.34.1/Test/Tester.pm /usr/lib/perl5/5.34.1/Test/Builder.pm /usr/lib/perl5/5.34.1/Test/Tutorial.pod /usr/lib/perl5/5.34.1/Test/Simple.pm /usr/lib/perl5/5.34.1/Test/Tester/Capture.pm /usr/lib/perl5/5.34.1/Test/Tester/CaptureRunner.pm /usr/lib/perl5/5.34.1/Test/Tester/Delegate.pm /usr/lib/perl5/5.34.1/Test/use/ok.pm /usr/lib/perl5/5.34.1/Test/Builder/Module.pm /usr/lib/perl5/5.34.1/Test/Builder/Tester.pm /usr/lib/perl5/5.34.1/Test/Builder/Formatter.pm /usr/lib/perl5/5.34.1/Test/Builder/TodoDiag.pm /usr/lib/perl5/5.34.1/Test/Builder/IO/Scalar.pm /usr/lib/perl5/5.34.1/Test/Builder/Tester/Color.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Glob.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/DosGlob.pm /usr/lib/perl5/5.34.1/File/GlobMapper.pm /usr/lib/perl5/5.34.1/File/Copy.pm /usr/lib/perl5/5.34.1/File/Temp.pm /usr/lib/perl5/5.34.1/File/Find.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec.pm /usr/lib/perl5/5.34.1/File/Basename.pm /usr/lib/perl5/5.34.1/File/Compare.pm /usr/lib/perl5/5.34.1/File/stat.pm /usr/lib/perl5/5.34.1/File/Path.pm /usr/lib/perl5/5.34.1/File/Fetch.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Functions.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Cygwin.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/VMS.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Win32.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/OS2.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Mac.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Epoc.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/Unix.pm /usr/lib/perl5/5.34.1/mips64el-linux/File/Spec/AmigaOS.pm /usr/lib/perl5/5.34.1/Text/Tabs.pm /usr/lib/perl5/5.34.1/Text/Abbrev.pm /usr/lib/perl5/5.34.1/Text/Balanced.pm /usr/lib/perl5/5.34.1/Text/ParseWords.pm /usr/lib/perl5/5.34.1/Text/Wrap.pm /usr/lib/perl5/5.34.1/Params/Check.pm /usr/lib/perl5/5.34.1/JSON/PP.pm /usr/lib/perl5/5.34.1/JSON/PP/Boolean.pm /usr/lib/perl5/5.34.1/App/Prove.pm /usr/lib/perl5/5.34.1/App/Cpan.pm /usr/lib/perl5/5.34.1/App/Prove/State.pm /usr/lib/perl5/5.34.1/App/Prove/State/Result.pm /usr/lib/perl5/5.34.1/App/Prove/State/Result/Test.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Select.pm /usr/lib/perl5/5.34.1/IO/Zlib.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Pipe.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Seekable.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Handle.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Poll.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/File.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Socket.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Dir.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Socket/INET.pm /usr/lib/perl5/5.34.1/mips64el-linux/IO/Socket/UNIX.pm /usr/lib/perl5/5.34.1/IO/Socket/IP.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Inflate.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Bunzip2.pm /usr/lib/perl5/5.34.1/IO/Uncompress/AnyUncompress.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Base.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Gunzip.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Unzip.pm /usr/lib/perl5/5.34.1/IO/Uncompress/AnyInflate.pm /usr/lib/perl5/5.34.1/IO/Uncompress/RawInflate.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Adapter/Inflate.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Adapter/Bunzip2.pm /usr/lib/perl5/5.34.1/IO/Uncompress/Adapter/Identity.pm /usr/lib/perl5/5.34.1/IO/Compress/Gzip.pm /usr/lib/perl5/5.34.1/IO/Compress/Deflate.pm /usr/lib/perl5/5.34.1/IO/Compress/RawDeflate.pm /usr/lib/perl5/5.34.1/IO/Compress/Base.pm /usr/lib/perl5/5.34.1/IO/Compress/FAQ.pod /usr/lib/perl5/5.34.1/IO/Compress/Bzip2.pm /usr/lib/perl5/5.34.1/IO/Compress/Zip.pm /usr/lib/perl5/5.34.1/IO/Compress/Zip/Constants.pm /usr/lib/perl5/5.34.1/IO/Compress/Base/Common.pm /usr/lib/perl5/5.34.1/IO/Compress/Gzip/Constants.pm /usr/lib/perl5/5.34.1/IO/Compress/Adapter/Deflate.pm /usr/lib/perl5/5.34.1/IO/Compress/Adapter/Bzip2.pm /usr/lib/perl5/5.34.1/IO/Compress/Adapter/Identity.pm /usr/lib/perl5/5.34.1/IO/Compress/Zlib/Constants.pm /usr/lib/perl5/5.34.1/IO/Compress/Zlib/Extra.pm /usr/lib/perl5/5.34.1/Tie/Scalar.pm /usr/lib/perl5/5.34.1/Tie/Hash.pm /usr/lib/perl5/5.34.1/Tie/RefHash.pm /usr/lib/perl5/5.34.1/Tie/SubstrHash.pm /usr/lib/perl5/5.34.1/Tie/Memoize.pm /usr/lib/perl5/5.34.1/Tie/Handle.pm /usr/lib/perl5/5.34.1/Tie/Array.pm /usr/lib/perl5/5.34.1/Tie/File.pm /usr/lib/perl5/5.34.1/Tie/StdHandle.pm /usr/lib/perl5/5.34.1/Tie/Hash/NamedCapture.pm /usr/lib/perl5/5.34.1/Parse/CPAN/Meta.pm /usr/lib/perl5/5.34.1/Net/SMTP.pm /usr/lib/perl5/5.34.1/Net/FTP.pm /usr/lib/perl5/5.34.1/Net/hostent.pm /usr/lib/perl5/5.34.1/Net/Time.pm /usr/lib/perl5/5.34.1/Net/POP3.pm /usr/lib/perl5/5.34.1/Net/Domain.pm /usr/lib/perl5/5.34.1/Net/Netrc.pm /usr/lib/perl5/5.34.1/Net/servent.pm /usr/lib/perl5/5.34.1/Net/Cmd.pm /usr/lib/perl5/5.34.1/Net/netent.pm /usr/lib/perl5/5.34.1/Net/libnetFAQ.pod /usr/lib/perl5/5.34.1/Net/protoent.pm /usr/lib/perl5/5.34.1/Net/Config.pm /usr/lib/perl5/5.34.1/Net/NNTP.pm /usr/lib/perl5/5.34.1/Net/Ping.pm /usr/lib/perl5/5.34.1/Net/FTP/dataconn.pm /usr/lib/perl5/5.34.1/Net/FTP/I.pm /usr/lib/perl5/5.34.1/Net/FTP/L.pm /usr/lib/perl5/5.34.1/Net/FTP/E.pm /usr/lib/perl5/5.34.1/Net/FTP/A.pm /usr/lib/perl5/5.34.1/IPC/Open2.pm /usr/lib/perl5/5.34.1/mips64el-linux/IPC/Msg.pm /usr/lib/perl5/5.34.1/mips64el-linux/IPC/SysV.pm /usr/lib/perl5/5.34.1/mips64el-linux/IPC/SharedMem.pm /usr/lib/perl5/5.34.1/IPC/Cmd.pm /usr/lib/perl5/5.34.1/mips64el-linux/IPC/Semaphore.pm /usr/lib/perl5/5.34.1/IPC/Open3.pm /usr/lib/perl5/5.34.1/encoding/warnings.pm /usr/lib/perl5/5.34.1/CPAN/FirstTime.pm /usr/lib/perl5/5.34.1/CPAN/Prompt.pm /usr/lib/perl5/5.34.1/CPAN/FTP.pm /usr/lib/perl5/5.34.1/CPAN/Author.pm /usr/lib/perl5/5.34.1/CPAN/Module.pm /usr/lib/perl5/5.34.1/CPAN/Debug.pm /usr/lib/perl5/5.34.1/CPAN/CacheMgr.pm /usr/lib/perl5/5.34.1/CPAN/Distroprefs.pm /usr/lib/perl5/5.34.1/CPAN/Meta.pm /usr/lib/perl5/5.34.1/CPAN/Queue.pm /usr/lib/perl5/5.34.1/CPAN/InfoObj.pm /usr/lib/perl5/5.34.1/CPAN/DeferredCode.pm /usr/lib/perl5/5.34.1/CPAN/Distrostatus.pm /usr/lib/perl5/5.34.1/CPAN/Complete.pm /usr/lib/perl5/5.34.1/CPAN/Nox.pm /usr/lib/perl5/5.34.1/CPAN/Tarzip.pm /usr/lib/perl5/5.34.1/CPAN/Bundle.pm /usr/lib/perl5/5.34.1/CPAN/Shell.pm /usr/lib/perl5/5.34.1/CPAN/Index.pm /usr/lib/perl5/5.34.1/CPAN/Version.pm /usr/lib/perl5/5.34.1/CPAN/Mirrors.pm /usr/lib/perl5/5.34.1/CPAN/URL.pm /usr/lib/perl5/5.34.1/CPAN/Distribution.pm /usr/lib/perl5/5.34.1/CPAN/Kwalify.pm /usr/lib/perl5/5.34.1/CPAN/Plugin.pm /usr/lib/perl5/5.34.1/CPAN/HandleConfig.pm /usr/lib/perl5/5.34.1/CPAN/FTP/netrc.pm /usr/lib/perl5/5.34.1/CPAN/Plugin/Specfile.pm /usr/lib/perl5/5.34.1/CPAN/HTTP/Client.pm /usr/lib/perl5/5.34.1/CPAN/HTTP/Credentials.pm /usr/lib/perl5/5.34.1/CPAN/Kwalify/distroprefs.yml /usr/lib/perl5/5.34.1/CPAN/Kwalify/distroprefs.dd /usr/lib/perl5/5.34.1/CPAN/API/HOWTO.pod /usr/lib/perl5/5.34.1/CPAN/LWP/UserAgent.pm /usr/lib/perl5/5.34.1/CPAN/Exception/yaml_process_error.pm /usr/lib/perl5/5.34.1/CPAN/Exception/RecursiveDependency.pm /usr/lib/perl5/5.34.1/CPAN/Exception/yaml_not_installed.pm /usr/lib/perl5/5.34.1/CPAN/Exception/blocked_urllist.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Validator.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Requirements.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Converter.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Merge.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Spec.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Feature.pm /usr/lib/perl5/5.34.1/CPAN/Meta/Prereqs.pm /usr/lib/perl5/5.34.1/CPAN/Meta/History.pm /usr/lib/perl5/5.34.1/CPAN/Meta/YAML.pm /usr/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_0.pod /usr/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_4.pod /usr/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_1.pod /usr/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_3.pod /usr/lib/perl5/5.34.1/CPAN/Meta/History/Meta_1_2.pod /usr/lib/perl5/5.34.1/Archive/Tar.pm /usr/lib/perl5/5.34.1/Archive/Tar/File.pm /usr/lib/perl5/5.34.1/Archive/Tar/Constant.pm /usr/lib/perl5/5.34.1/Search/Dict.pm /usr/lib/perl5/5.34.1/Class/Struct.pm /usr/lib/perl5/5.34.1/mips64el-linux/auto/Math/BigInt/FastCalc/FastCalc.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/File/Glob/Glob.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/File/DosGlob/DosGlob.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Socket/Socket.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/IO/IO.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Fcntl/Fcntl.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/IPC/SysV/SysV.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Opcode/Opcode.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Data/Dumper/Dumper.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/B/B.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/SDBM_File/SDBM_File.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Sys/Hostname/Hostname.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Sys/Syslog/Syslog.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Devel/Peek/Peek.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/re/re.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/POSIX/POSIX.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/MIME/Base64/Base64.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Filter/Util/Call/Call.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Time/Piece/Piece.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Time/HiRes/HiRes.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/DB_File/DB_File.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/attributes/attributes.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/List/Util/Util.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/PerlIO/encoding/encoding.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/PerlIO/mmap/mmap.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/PerlIO/scalar/scalar.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/PerlIO/via/via.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/threads/threads.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/threads/shared/shared.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/Encode.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/Symbol/Symbol.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/KR/KR.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/Byte/Byte.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/TW/TW.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/JP/JP.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/CN/CN.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/EBCDIC/EBCDIC.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Encode/Unicode/Unicode.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Cwd/Cwd.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/mro/mro.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Unicode/Normalize/Normalize.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Unicode/Collate/Collate.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/I18N/Langinfo/Langinfo.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Hash/Util/Util.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Hash/Util/FieldHash/FieldHash.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Compress/Raw/Bzip2/Bzip2.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Compress/Raw/Zlib/Zlib.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Digest/SHA/SHA.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Digest/MD5/MD5.so /usr/lib/perl5/5.34.1/mips64el-linux/auto/Storable/Storable.so /usr/lib/perl5/5.34.1/HTTP/Tiny.pm /usr/lib/perl5/5.34.1/mips64el-linux/Data/Dumper.pm /usr/lib/perl5/5.34.1/Term/Cap.pm /usr/lib/perl5/5.34.1/Term/ReadLine.pm /usr/lib/perl5/5.34.1/Term/Complete.pm /usr/lib/perl5/5.34.1/Term/ANSIColor.pm /usr/lib/perl5/5.34.1/B/Op_private.pm /usr/lib/perl5/5.34.1/mips64el-linux/B/Showlex.pm /usr/lib/perl5/5.34.1/mips64el-linux/B/Terse.pm /usr/lib/perl5/5.34.1/mips64el-linux/B/Concise.pm /usr/lib/perl5/5.34.1/mips64el-linux/B/Xref.pm /usr/lib/perl5/5.34.1/B/Deparse.pm /usr/lib/perl5/5.34.1/TAP/Object.pm /usr/lib/perl5/5.34.1/TAP/Harness.pm /usr/lib/perl5/5.34.1/TAP/Parser.pm /usr/lib/perl5/5.34.1/TAP/Base.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Session.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Base.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Color.pm /usr/lib/perl5/5.34.1/TAP/Formatter/File.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Console.pm /usr/lib/perl5/5.34.1/TAP/Formatter/File/Session.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Console/Session.pm /usr/lib/perl5/5.34.1/TAP/Formatter/Console/ParallelSession.pm /usr/lib/perl5/5.34.1/TAP/Parser/Iterator.pm /usr/lib/perl5/5.34.1/TAP/Parser/Aggregator.pm /usr/lib/perl5/5.34.1/TAP/Parser/Source.pm /usr/lib/perl5/5.34.1/TAP/Parser/Grammar.pm /usr/lib/perl5/5.34.1/TAP/Parser/ResultFactory.pm /usr/lib/perl5/5.34.1/TAP/Parser/IteratorFactory.pm /usr/lib/perl5/5.34.1/TAP/Parser/Scheduler.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler.pm /usr/lib/perl5/5.34.1/TAP/Parser/Multiplexer.pm /usr/lib/perl5/5.34.1/TAP/Parser/Iterator/Stream.pm /usr/lib/perl5/5.34.1/TAP/Parser/Iterator/Array.pm /usr/lib/perl5/5.34.1/TAP/Parser/Iterator/Process.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler/Executable.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler/Handle.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler/RawTAP.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler/File.pm /usr/lib/perl5/5.34.1/TAP/Parser/SourceHandler/Perl.pm /usr/lib/perl5/5.34.1/TAP/Parser/YAMLish/Writer.pm /usr/lib/perl5/5.34.1/TAP/Parser/YAMLish/Reader.pm /usr/lib/perl5/5.34.1/TAP/Parser/Scheduler/Spinner.pm /usr/lib/perl5/5.34.1/TAP/Parser/Scheduler/Job.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Comment.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Pragma.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Plan.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Bailout.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Version.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/YAML.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Unknown.pm /usr/lib/perl5/5.34.1/TAP/Parser/Result/Test.pm /usr/lib/perl5/5.34.1/TAP/Harness/Env.pm /usr/lib/perl5/5.34.1/TAP/Harness/Beyond.pod /usr/lib/perl5/5.34.1/mips64el-linux/Sys/Syslog.pm /usr/lib/perl5/5.34.1/mips64el-linux/Sys/Hostname.pm /usr/lib/perl5/5.34.1/Devel/SelfStubber.pm /usr/lib/perl5/5.34.1/mips64el-linux/Devel/Peek.pm /usr/lib/perl5/5.34.1/mips64el-linux/Devel/PPPort.pm /usr/lib/perl5/5.34.1/DBM_Filter/encode.pm /usr/lib/perl5/5.34.1/DBM_Filter/int32.pm /usr/lib/perl5/5.34.1/DBM_Filter/null.pm /usr/lib/perl5/5.34.1/DBM_Filter/utf8.pm /usr/lib/perl5/5.34.1/DBM_Filter/compress.pm /usr/lib/perl5/5.34.1/autodie/hints.pm /usr/lib/perl5/5.34.1/autodie/exception.pm /usr/lib/perl5/5.34.1/autodie/skip.pm /usr/lib/perl5/5.34.1/autodie/Util.pm /usr/lib/perl5/5.34.1/autodie/exception/system.pm /usr/lib/perl5/5.34.1/autodie/Scope/Guard.pm /usr/lib/perl5/5.34.1/autodie/Scope/GuardStack.pm /usr/lib/perl5/5.34.1/mips64el-linux/Scalar/Util.pm /usr/lib/perl5/5.34.1/mips64el-linux/MIME/Base64.pm /usr/lib/perl5/5.34.1/mips64el-linux/MIME/QuotedPrint.pm /usr/lib/perl5/5.34.1/Filter/Simple.pm /usr/lib/perl5/5.34.1/mips64el-linux/Filter/Util/Call.pm /usr/lib/perl5/5.34.1/mips64el-linux/Time/Seconds.pm /usr/lib/perl5/5.34.1/Time/localtime.pm /usr/lib/perl5/5.34.1/Time/Local.pm /usr/lib/perl5/5.34.1/mips64el-linux/Time/HiRes.pm /usr/lib/perl5/5.34.1/mips64el-linux/Time/Piece.pm /usr/lib/perl5/5.34.1/Time/gmtime.pm /usr/lib/perl5/5.34.1/Time/tm.pm /usr/lib/perl5/5.34.1/Memoize/SDBM_File.pm /usr/lib/perl5/5.34.1/Memoize/Expire.pm /usr/lib/perl5/5.34.1/Memoize/ExpireTest.pm /usr/lib/perl5/5.34.1/Memoize/ExpireFile.pm /usr/lib/perl5/5.34.1/Memoize/AnyDBM_File.pm /usr/lib/perl5/5.34.1/Memoize/Storable.pm /usr/lib/perl5/5.34.1/Memoize/NDBM_File.pm /usr/lib/perl5/5.34.1/unicore/Decomposition.pl /usr/lib/perl5/5.34.1/unicore/Name.pm /usr/lib/perl5/5.34.1/unicore/SpecialCasing.txt /usr/lib/perl5/5.34.1/unicore/UCD.pl /usr/lib/perl5/5.34.1/unicore/Name.pl /usr/lib/perl5/5.34.1/unicore/CombiningClass.pl /usr/lib/perl5/5.34.1/unicore/NamedSequences.txt /usr/lib/perl5/5.34.1/unicore/Blocks.txt /usr/lib/perl5/5.34.1/unicore/version /usr/lib/perl5/5.34.1/unicore/uni_keywords.pl /usr/lib/perl5/5.34.1/unicore/To/Age.pl /usr/lib/perl5/5.34.1/unicore/To/GCB.pl /usr/lib/perl5/5.34.1/unicore/To/Title.pl /usr/lib/perl5/5.34.1/unicore/To/NFKCCF.pl /usr/lib/perl5/5.34.1/unicore/To/Scx.pl /usr/lib/perl5/5.34.1/unicore/To/Uc.pl /usr/lib/perl5/5.34.1/unicore/To/Digit.pl /usr/lib/perl5/5.34.1/unicore/To/EqUIdeo.pl /usr/lib/perl5/5.34.1/unicore/To/InSC.pl /usr/lib/perl5/5.34.1/unicore/To/Gc.pl /usr/lib/perl5/5.34.1/unicore/To/Ea.pl /usr/lib/perl5/5.34.1/unicore/To/Nt.pl /usr/lib/perl5/5.34.1/unicore/To/Tc.pl /usr/lib/perl5/5.34.1/unicore/To/SB.pl /usr/lib/perl5/5.34.1/unicore/To/Identifi.pl /usr/lib/perl5/5.34.1/unicore/To/Identif2.pl /usr/lib/perl5/5.34.1/unicore/To/NameAlia.pl /usr/lib/perl5/5.34.1/unicore/To/Jg.pl /usr/lib/perl5/5.34.1/unicore/To/Hst.pl /usr/lib/perl5/5.34.1/unicore/To/InPC.pl /usr/lib/perl5/5.34.1/unicore/To/_PerlLB.pl /usr/lib/perl5/5.34.1/unicore/To/NFCQC.pl /usr/lib/perl5/5.34.1/unicore/To/Lc.pl /usr/lib/perl5/5.34.1/unicore/To/PerlDeci.pl /usr/lib/perl5/5.34.1/unicore/To/Bpb.pl /usr/lib/perl5/5.34.1/unicore/To/Bmg.pl /usr/lib/perl5/5.34.1/unicore/To/Na1.pl /usr/lib/perl5/5.34.1/unicore/To/Nv.pl /usr/lib/perl5/5.34.1/unicore/To/Isc.pl /usr/lib/perl5/5.34.1/unicore/To/Bpt.pl /usr/lib/perl5/5.34.1/unicore/To/Jt.pl /usr/lib/perl5/5.34.1/unicore/To/Cf.pl /usr/lib/perl5/5.34.1/unicore/To/NFKDQC.pl /usr/lib/perl5/5.34.1/unicore/To/Lower.pl /usr/lib/perl5/5.34.1/unicore/To/NFDQC.pl /usr/lib/perl5/5.34.1/unicore/To/Fold.pl /usr/lib/perl5/5.34.1/unicore/To/NFKCQC.pl /usr/lib/perl5/5.34.1/unicore/To/WB.pl /usr/lib/perl5/5.34.1/unicore/To/Lb.pl /usr/lib/perl5/5.34.1/unicore/To/_PerlSCX.pl /usr/lib/perl5/5.34.1/unicore/To/Upper.pl /usr/lib/perl5/5.34.1/unicore/To/Bc.pl /usr/lib/perl5/5.34.1/unicore/To/Vo.pl /usr/lib/perl5/5.34.1/unicore/To/Sc.pl /usr/lib/perl5/5.34.1/unicore/lib/Math/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CI/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Guru.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Adlm.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Thaa.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Takr.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Nand.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Khoj.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Xsux.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Sind.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Telu.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Phlp.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Khmr.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Cprt.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Lina.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Mong.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Taml.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Hang.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Hira.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Orya.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Kthi.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Tirh.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Arab.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Zinh.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Hmng.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Han.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Kana.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Shrd.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Sinh.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Gong.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Cyrl.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Hebr.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Rohg.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Gonm.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Cham.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Copt.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Lao.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Yi.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Geor.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Tagb.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Glag.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Mlym.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Gran.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Zyyy.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Grek.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Beng.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Yezi.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Bhks.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Gujr.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Zzzz.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Knda.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Tibt.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Talu.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Diak.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Dupl.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Cakm.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Khar.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Hmnp.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Armn.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Linb.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Bopo.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Syrc.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Deva.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Latn.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Limb.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Lana.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Mult.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Mymr.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Tang.pl /usr/lib/perl5/5.34.1/unicore/lib/Scx/Ethi.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/NA.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/TopAndL2.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/VisualOr.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/LeftAndR.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/Bottom.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/Overstru.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/TopAndRi.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/Left.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/TopAndLe.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/TopAndBo.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/Right.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/Top.pl /usr/lib/perl5/5.34.1/unicore/lib/InPC/BottomAn.pl /usr/lib/perl5/5.34.1/unicore/lib/BidiM/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFDQC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFDQC/N.pl /usr/lib/perl5/5.34.1/unicore/lib/ExtPict/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Guru.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Telu.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Cprt.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Mong.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Taml.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Hang.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Hira.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Orya.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Arab.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Zinh.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Han.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Kana.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Sinh.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Gong.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Cyrl.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Gonm.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Geor.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Glag.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Mlym.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Gran.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Zyyy.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Grek.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Beng.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Gujr.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Knda.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Dupl.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Linb.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Syrc.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Deva.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Latn.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Limb.pl /usr/lib/perl5/5.34.1/unicore/lib/Sc/Mult.pl /usr/lib/perl5/5.34.1/unicore/lib/EPres/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/SM.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/LVT.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/EX.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/PP.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/CN.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/LV.pl /usr/lib/perl5/5.34.1/unicore/lib/GCB/XX.pl /usr/lib/perl5/5.34.1/unicore/lib/CompEx/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Dia/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Bpt/O.pl /usr/lib/perl5/5.34.1/unicore/lib/Bpt/N.pl /usr/lib/perl5/5.34.1/unicore/lib/Bpt/C.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/ES.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/R.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/CS.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/WS.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/AN.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/B.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/AL.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/ON.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/BN.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/ET.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/L.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/NSM.pl /usr/lib/perl5/5.34.1/unicore/lib/Bc/EN.pl /usr/lib/perl5/5.34.1/unicore/lib/CWCF/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Dep/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Ideo/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/3.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/3000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/500.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/4.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/19.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/600.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_16.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/200.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/2000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/60.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/8.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/12.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/15.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/8000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/40.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/10000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/13.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_6.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_4.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/700.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/6000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_2.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/30.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/300.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/5000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/400.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/90000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/10.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/50000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/9000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/9.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/70.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/17.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/70000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_8.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/14.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/50.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/90.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/5.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/18.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1_3.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/16.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/80.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/80000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/4000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/11.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/7000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/0.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/7.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/2.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/60000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/20.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/6.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/40000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/100000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/100.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/2_3.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/800.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/3_4.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/900.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/3_16.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/30000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/20000.pl /usr/lib/perl5/5.34.1/unicore/lib/Nv/1000.pl /usr/lib/perl5/5.34.1/unicore/lib/GrExt/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Seen.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Alef.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Beh.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/NoJoinin.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Gaf.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Lam.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Hah.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Reh.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Kaf.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Yeh.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Waw.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Sad.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Ain.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Dal.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Qaf.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/HanifiRo.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/FarsiYeh.pl /usr/lib/perl5/5.34.1/unicore/lib/Jg/Feh.pl /usr/lib/perl5/5.34.1/unicore/lib/Term/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Hyphen/T.pl /usr/lib/perl5/5.34.1/unicore/lib/Lower/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/PatSyn/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/U.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/R.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/D.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/L.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/C.pl /usr/lib/perl5/5.34.1/unicore/lib/Jt/T.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/DB.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/ATAR.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/B.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/OV.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/BR.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/AL.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/VR.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/A.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/NR.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/AR.pl /usr/lib/perl5/5.34.1/unicore/lib/Ccc/NK.pl /usr/lib/perl5/5.34.1/unicore/lib/SD/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CE/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/UIdeo/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Emoji/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Sqr.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Sub.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Fin.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/NonCanon.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Enc.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Sup.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Vert.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Nar.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Iso.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Com.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Med.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Font.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Nb.pl /usr/lib/perl5/5.34.1/unicore/lib/Dt/Init.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Nl.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Sm.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Pe.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Pc.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/M.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Me.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Mn.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/LC.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Cn.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Pd.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Lm.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Mc.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Z.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Lu.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/P.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Pf.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/N.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/So.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Pi.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Cf.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/No.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Sk.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Nd.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Zs.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/L.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/S.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Ll.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Po.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/C.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Lo.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Ps.pl /usr/lib/perl5/5.34.1/unicore/lib/Gc/Sc.pl /usr/lib/perl5/5.34.1/unicore/lib/Blk/NB.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/CL.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/EX.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/NU.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/Sp.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/AT.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/SC.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/ST.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/UP.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/FO.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/LE.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/XX.pl /usr/lib/perl5/5.34.1/unicore/lib/SB/LO.pl /usr/lib/perl5/5.34.1/unicore/lib/XIDC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CWT/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Ea/H.pl /usr/lib/perl5/5.34.1/unicore/lib/Ea/W.pl /usr/lib/perl5/5.34.1/unicore/lib/Ea/Na.pl /usr/lib/perl5/5.34.1/unicore/lib/Ea/A.pl /usr/lib/perl5/5.34.1/unicore/lib/Ea/N.pl /usr/lib/perl5/5.34.1/unicore/lib/Alpha/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/QMark/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/DI/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFKCQC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFKCQC/N.pl /usr/lib/perl5/5.34.1/unicore/lib/PCM/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/DefaultI.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Inclusio.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Obsolete.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Recommen.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Technica.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Exclusio.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/NotNFKC.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/Uncommon.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/LimitedU.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/NotChara.pl /usr/lib/perl5/5.34.1/unicore/lib/IdType/NotXID.pl /usr/lib/perl5/5.34.1/unicore/lib/Hst/NA.pl /usr/lib/perl5/5.34.1/unicore/lib/BidiC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/MB.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/EX.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/ML.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/NU.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/WSegSpac.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/Extend.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/KA.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/FO.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/LE.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/HL.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/XX.pl /usr/lib/perl5/5.34.1/unicore/lib/WB/MN.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V60.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V80.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/NA.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V52.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V51.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V11.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V130.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V32.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V41.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V100.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V30.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V31.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V90.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V110.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V61.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V50.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V120.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V70.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V20.pl /usr/lib/perl5/5.34.1/unicore/lib/Age/V40.pl /usr/lib/perl5/5.34.1/unicore/lib/NFCQC/M.pl /usr/lib/perl5/5.34.1/unicore/lib/NFCQC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Upper/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/STerm/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFKDQC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/NFKDQC/N.pl /usr/lib/perl5/5.34.1/unicore/lib/EBase/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Ext/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/EComp/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CWKCF/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Hex/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/IDC/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CWCM/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/XIDS/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/CWL/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Cased/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/GrBase/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/Nt/None.pl /usr/lib/perl5/5.34.1/unicore/lib/Nt/Di.pl /usr/lib/perl5/5.34.1/unicore/lib/Nt/Nu.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlIDC.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Graph.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Title.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlAny.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/PosixPun.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlIDS.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/XPosixPu.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlIsI.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlQuo.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/SpacePer.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlNch.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Alnum.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlFol.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlCha.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlPat.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/PerlWord.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Word.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Assigned.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlPr2.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Blank.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/Print.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlCh2.pl /usr/lib/perl5/5.34.1/unicore/lib/Perl/_PerlPro.pl /usr/lib/perl5/5.34.1/unicore/lib/Dash/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/IdStatus/Restrict.pl /usr/lib/perl5/5.34.1/unicore/lib/IdStatus/Allowed.pl /usr/lib/perl5/5.34.1/unicore/lib/Vo/U.pl /usr/lib/perl5/5.34.1/unicore/lib/Vo/R.pl /usr/lib/perl5/5.34.1/unicore/lib/Vo/Tr.pl /usr/lib/perl5/5.34.1/unicore/lib/Vo/Tu.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona5.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Vowel.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona9.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Virama.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Avagraha.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Invisibl.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona4.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona2.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Syllable.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consonan.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Nukta.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona8.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Other.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/ToneMark.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona7.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona3.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/VowelInd.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/VowelDep.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Bindu.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/PureKill.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Cantilla.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Visarga.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Consona6.pl /usr/lib/perl5/5.34.1/unicore/lib/InSC/Number.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/CL.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/EX.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/PO.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/IN.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/NU.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/PR.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/GL.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/CM.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/IS.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/AL.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/BA.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/NS.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/BB.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/CJ.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/SA.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/OP.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/QU.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/ID.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/AI.pl /usr/lib/perl5/5.34.1/unicore/lib/Lb/XX.pl /usr/lib/perl5/5.34.1/unicore/lib/In/8_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/10_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/6_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/4_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/12_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/2_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/13_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/5_2.pl /usr/lib/perl5/5.34.1/unicore/lib/In/3_2.pl /usr/lib/perl5/5.34.1/unicore/lib/In/11_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/3_1.pl /usr/lib/perl5/5.34.1/unicore/lib/In/6_1.pl /usr/lib/perl5/5.34.1/unicore/lib/In/9_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/3_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/5_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/12_1.pl /usr/lib/perl5/5.34.1/unicore/lib/In/5_1.pl /usr/lib/perl5/5.34.1/unicore/lib/In/7_0.pl /usr/lib/perl5/5.34.1/unicore/lib/In/6_3.pl /usr/lib/perl5/5.34.1/unicore/lib/In/6_2.pl /usr/lib/perl5/5.34.1/unicore/lib/In/4_1.pl /usr/lib/perl5/5.34.1/unicore/lib/In/2_1.pl /usr/lib/perl5/5.34.1/unicore/lib/CWU/Y.pl /usr/lib/perl5/5.34.1/unicore/lib/IDS/Y.pl /usr/lib/perl5/5.34.1/ExtUtils/MM_Win95.pm /usr/lib/perl5/5.34.1/ExtUtils/Typemaps.pm /usr/lib/perl5/5.34.1/ExtUtils/Manifest.pm /usr/lib/perl5/5.34.1/ExtUtils/Embed.pm /usr/lib/perl5/5.34.1/ExtUtils/Mkbootstrap.pm /usr/lib/perl5/5.34.1/ExtUtils/Miniperl.pm /usr/lib/perl5/5.34.1/ExtUtils/typemap /usr/lib/perl5/5.34.1/ExtUtils/MM_Win32.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_OS390.pm /usr/lib/perl5/5.34.1/ExtUtils/MANIFEST.SKIP /usr/lib/perl5/5.34.1/ExtUtils/MM_OS2.pm /usr/lib/perl5/5.34.1/ExtUtils/MM.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_NW5.pm /usr/lib/perl5/5.34.1/ExtUtils/MY.pm /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker.pm /usr/lib/perl5/5.34.1/ExtUtils/Mksymlists.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_Unix.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_DOS.pm /usr/lib/perl5/5.34.1/ExtUtils/Command.pm /usr/lib/perl5/5.34.1/ExtUtils/testlib.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_QNX.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_BeOS.pm /usr/lib/perl5/5.34.1/ExtUtils/Constant.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS.pod /usr/lib/perl5/5.34.1/ExtUtils/MM_Darwin.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_VOS.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_Cygwin.pm /usr/lib/perl5/5.34.1/ExtUtils/Packlist.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_Any.pm /usr/lib/perl5/5.34.1/ExtUtils/Installed.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_AIX.pm /usr/lib/perl5/5.34.1/ExtUtils/xsubpp /usr/lib/perl5/5.34.1/ExtUtils/CBuilder.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_VMS.pm /usr/lib/perl5/5.34.1/ExtUtils/Install.pm /usr/lib/perl5/5.34.1/ExtUtils/PL2Bat.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_UWIN.pm /usr/lib/perl5/5.34.1/ExtUtils/Liblist.pm /usr/lib/perl5/5.34.1/ExtUtils/MM_MacOS.pm /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker/version.pm /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker/FAQ.pod /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker/Tutorial.pod /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker/Config.pm /usr/lib/perl5/5.34.1/ExtUtils/MakeMaker/Locale.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Base.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/VMS.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/darwin.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/cygwin.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/android.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/dec_osf.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/aix.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Unix.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/os2.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows/MSVC.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows/BCC.pm /usr/lib/perl5/5.34.1/ExtUtils/CBuilder/Platform/Windows/GCC.pm /usr/lib/perl5/5.34.1/ExtUtils/Constant/XS.pm /usr/lib/perl5/5.34.1/ExtUtils/Constant/Utils.pm /usr/lib/perl5/5.34.1/ExtUtils/Constant/Base.pm /usr/lib/perl5/5.34.1/ExtUtils/Constant/ProxySubs.pm /usr/lib/perl5/5.34.1/ExtUtils/Command/MM.pm /usr/lib/perl5/5.34.1/ExtUtils/Typemaps/Type.pm /usr/lib/perl5/5.34.1/ExtUtils/Typemaps/OutputMap.pm /usr/lib/perl5/5.34.1/ExtUtils/Typemaps/Cmd.pm /usr/lib/perl5/5.34.1/ExtUtils/Typemaps/InputMap.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS/Constants.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS/Eval.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS/Utilities.pm /usr/lib/perl5/5.34.1/ExtUtils/ParseXS/CountLines.pm /usr/lib/perl5/5.34.1/ExtUtils/Liblist/Kid.pm /usr/lib/perl5/5.34.1/mips64el-linux/List/Util.pm /usr/lib/perl5/5.34.1/mips64el-linux/List/Util/XS.pm /usr/lib/perl5/5.34.1/Thread/Queue.pm /usr/lib/perl5/5.34.1/Thread/Semaphore.pm /usr/lib/perl5/5.34.1/Locale/Maketext.pod /usr/lib/perl5/5.34.1/Locale/Maketext.pm /usr/lib/perl5/5.34.1/Locale/Maketext/Cookbook.pod /usr/lib/perl5/5.34.1/Locale/Maketext/TPJ13.pod /usr/lib/perl5/5.34.1/Locale/Maketext/Guts.pm /usr/lib/perl5/5.34.1/Locale/Maketext/GutsLoader.pm /usr/lib/perl5/5.34.1/Locale/Maketext/Simple.pm /usr/lib/perl5/5.34.1/mips64el-linux/PerlIO/scalar.pm /usr/lib/perl5/5.34.1/mips64el-linux/PerlIO/mmap.pm /usr/lib/perl5/5.34.1/mips64el-linux/PerlIO/encoding.pm /usr/lib/perl5/5.34.1/mips64el-linux/PerlIO/via.pm /usr/lib/perl5/5.34.1/PerlIO/via/QuotedPrint.pm /usr/lib/perl5/5.34.1/Exporter/Heavy.pm /usr/lib/perl5/5.34.1/User/pwent.pm /usr/lib/perl5/5.34.1/User/grent.pm /usr/lib/perl5/5.34.1/mips64el-linux/threads/shared.pm /usr/lib/perl5/5.34.1/Module/Load.pm /usr/lib/perl5/5.34.1/Module/Loaded.pm /usr/lib/perl5/5.34.1/Module/CoreList.pm /usr/lib/perl5/5.34.1/Module/Metadata.pm /usr/lib/perl5/5.34.1/Module/CoreList.pod /usr/lib/perl5/5.34.1/Module/CoreList/Utils.pm /usr/lib/perl5/5.34.1/Module/Load/Conditional.pm /usr/lib/perl5/5.34.1/Carp/Heavy.pm /usr/lib/perl5/5.34.1/Config/Extensions.pm /usr/lib/perl5/5.34.1/Config/Perl/V.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Alias.pm /usr/lib/perl5/5.34.1/Encode/README.e2x /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Guess.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Unicode.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/CJKConstants.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Symbol.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/KR.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Encoder.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/GSM0338.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/CN.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/EBCDIC.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Encoding.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/TW.pm /usr/lib/perl5/5.34.1/Encode/_T.e2x /usr/lib/perl5/5.34.1/Encode/_PM.e2x /usr/lib/perl5/5.34.1/Encode/encode.h /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Config.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Byte.pm /usr/lib/perl5/5.34.1/Encode/Changes.e2x /usr/lib/perl5/5.34.1/Encode/PerlIO.pod /usr/lib/perl5/5.34.1/Encode/ConfigLocal_PM.e2x /usr/lib/perl5/5.34.1/mips64el-linux/Encode/JP.pm /usr/lib/perl5/5.34.1/Encode/Makefile_PL.e2x /usr/lib/perl5/5.34.1/Encode/Supported.pod /usr/lib/perl5/5.34.1/mips64el-linux/Encode/KR/2022_KR.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/JP/H2Z.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/JP/JIS7.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/CN/HZ.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/MIME/Name.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/MIME/Header.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/MIME/Header/ISO_2022_JP.pm /usr/lib/perl5/5.34.1/mips64el-linux/Encode/Unicode/UTF7.pm /usr/lib/perl5/5.34.1/mips64el-linux/Sub/Util.pm /usr/lib/perl5/5.34.1/Pod/Functions.pm /usr/lib/perl5/5.34.1/Pod/ParseLink.pm /usr/lib/perl5/5.34.1/Pod/Perldoc.pm /usr/lib/perl5/5.34.1/Pod/Usage.pm /usr/lib/perl5/5.34.1/Pod/Text.pm /usr/lib/perl5/5.34.1/Pod/Escapes.pm /usr/lib/perl5/5.34.1/Pod/Html.pm /usr/lib/perl5/5.34.1/Pod/Simple.pm /usr/lib/perl5/5.34.1/Pod/Man.pm /usr/lib/perl5/5.34.1/Pod/Checker.pm /usr/lib/perl5/5.34.1/Pod/Simple.pod /usr/lib/perl5/5.34.1/Pod/Text/Termcap.pm /usr/lib/perl5/5.34.1/Pod/Text/Overstrike.pm /usr/lib/perl5/5.34.1/Pod/Text/Color.pm /usr/lib/perl5/5.34.1/Pod/Simple/PullParserStartToken.pm /usr/lib/perl5/5.34.1/Pod/Simple/Debug.pm /usr/lib/perl5/5.34.1/Pod/Simple/Methody.pm /usr/lib/perl5/5.34.1/Pod/Simple/PullParserToken.pm /usr/lib/perl5/5.34.1/Pod/Simple/TiedOutFH.pm /usr/lib/perl5/5.34.1/Pod/Simple/XMLOutStream.pm /usr/lib/perl5/5.34.1/Pod/Simple/Subclassing.pod /usr/lib/perl5/5.34.1/Pod/Simple/HTMLLegacy.pm /usr/lib/perl5/5.34.1/Pod/Simple/Search.pm /usr/lib/perl5/5.34.1/Pod/Simple/TranscodeDumb.pm /usr/lib/perl5/5.34.1/Pod/Simple/HTML.pm /usr/lib/perl5/5.34.1/Pod/Simple/XHTML.pm /usr/lib/perl5/5.34.1/Pod/Simple/DumpAsText.pm /usr/lib/perl5/5.34.1/Pod/Simple/PullParserTextToken.pm /usr/lib/perl5/5.34.1/Pod/Simple/Progress.pm /usr/lib/perl5/5.34.1/Pod/Simple/BlackBox.pm /usr/lib/perl5/5.34.1/Pod/Simple/DumpAsXML.pm /usr/lib/perl5/5.34.1/Pod/Simple/JustPod.pm /usr/lib/perl5/5.34.1/Pod/Simple/HTMLBatch.pm /usr/lib/perl5/5.34.1/Pod/Simple/Transcode.pm /usr/lib/perl5/5.34.1/Pod/Simple/RTF.pm /usr/lib/perl5/5.34.1/Pod/Simple/SimpleTree.pm /usr/lib/perl5/5.34.1/Pod/Simple/TranscodeSmart.pm /usr/lib/perl5/5.34.1/Pod/Simple/PullParserEndToken.pm /usr/lib/perl5/5.34.1/Pod/Simple/Text.pm /usr/lib/perl5/5.34.1/Pod/Simple/PullParser.pm /usr/lib/perl5/5.34.1/Pod/Simple/TextContent.pm /usr/lib/perl5/5.34.1/Pod/Simple/Checker.pm /usr/lib/perl5/5.34.1/Pod/Simple/LinkSection.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToRtf.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToANSI.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToMan.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToChecker.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/BaseTo.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToXml.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToText.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToTk.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToPod.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToNroff.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/GetOptsOO.pm /usr/lib/perl5/5.34.1/Pod/Perldoc/ToTerm.pm /usr/lib/perl5/5.34.1/mips64el-linux/Unicode/Collate.pm /usr/lib/perl5/5.34.1/mips64el-linux/Unicode/Normalize.pm /usr/lib/perl5/5.34.1/Unicode/UCD.pm /usr/lib/perl5/5.34.1/Unicode/Collate/allkeys.txt /usr/lib/perl5/5.34.1/Unicode/Collate/keys.txt /usr/lib/perl5/5.34.1/mips64el-linux/Unicode/Collate/Locale.pm /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ee.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fi.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/lt.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/or.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fr_ca.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ar.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/nso.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/nn.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ta.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_gb.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/vo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/cs.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_big5.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/bn.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ur.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/se.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/vi.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/af.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ha.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ug_cyrl.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/cu.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/lv.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/kn.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sl.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/da.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/kl.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/nb.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_zhu.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/hy.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/tr.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/pa.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/gu.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/uk.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fil.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_strk.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ln.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/tn.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/kok.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/es_trad.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ig.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sr.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sk.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/az.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/th.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/de_at_ph.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ml.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/wo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/be.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/as.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/dsb.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/pl.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/lkt.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/wae.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/haw.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/cy.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/hu.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/de_phone.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fi_phone.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/yo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ro.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sv_refo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sa.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/mk.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ko.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ja.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/om.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/et.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/hr.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/zh_pin.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/is.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/si_dict.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/mt.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/eo.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sq.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/te.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/si.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/to.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/kk.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/he.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/mr.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/fa.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/ca.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/es.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/sv.pl /usr/lib/perl5/5.34.1/Unicode/Collate/Locale/hi.pl /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/Korean.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/JISX0208.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/Zhuyin.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/Stroke.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/Pinyin.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/GB2312.pm /usr/lib/perl5/5.34.1/Unicode/Collate/CJK/Big5.pm /usr/lib/perl5/5.34.1/I18N/LangTags.pm /usr/lib/perl5/5.34.1/I18N/Collate.pm /usr/lib/perl5/5.34.1/mips64el-linux/I18N/Langinfo.pm /usr/lib/perl5/5.34.1/I18N/LangTags/Detect.pm /usr/lib/perl5/5.34.1/I18N/LangTags/List.pm /usr/lib/perl5/5.34.1/Test2/EventFacet.pm /usr/lib/perl5/5.34.1/Test2/Hub.pm /usr/lib/perl5/5.34.1/Test2/Transition.pod /usr/lib/perl5/5.34.1/Test2/Formatter.pm /usr/lib/perl5/5.34.1/Test2/API.pm /usr/lib/perl5/5.34.1/Test2/IPC.pm /usr/lib/perl5/5.34.1/Test2/Util.pm /usr/lib/perl5/5.34.1/Test2/Event.pm /usr/lib/perl5/5.34.1/Test2/Tools/Tiny.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Render.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/About.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Meta.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Control.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Plan.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Hub.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Info.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Error.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Parent.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Amnesty.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Trace.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Assert.pm /usr/lib/perl5/5.34.1/Test2/EventFacet/Info/Table.pm /usr/lib/perl5/5.34.1/Test2/IPC/Driver.pm /usr/lib/perl5/5.34.1/Test2/IPC/Driver/Files.pm /usr/lib/perl5/5.34.1/Test2/Formatter/TAP.pm /usr/lib/perl5/5.34.1/Test2/Event/Note.pm /usr/lib/perl5/5.34.1/Test2/Event/Subtest.pm /usr/lib/perl5/5.34.1/Test2/Event/Plan.pm /usr/lib/perl5/5.34.1/Test2/Event/Pass.pm /usr/lib/perl5/5.34.1/Test2/Event/Ok.pm /usr/lib/perl5/5.34.1/Test2/Event/Generic.pm /usr/lib/perl5/5.34.1/Test2/Event/Bail.pm /usr/lib/perl5/5.34.1/Test2/Event/V2.pm /usr/lib/perl5/5.34.1/Test2/Event/Encoding.pm /usr/lib/perl5/5.34.1/Test2/Event/Skip.pm /usr/lib/perl5/5.34.1/Test2/Event/Diag.pm /usr/lib/perl5/5.34.1/Test2/Event/Fail.pm /usr/lib/perl5/5.34.1/Test2/Event/Waiting.pm /usr/lib/perl5/5.34.1/Test2/Event/Exception.pm /usr/lib/perl5/5.34.1/Test2/Event/TAP/Version.pm /usr/lib/perl5/5.34.1/Test2/API/Instance.pm /usr/lib/perl5/5.34.1/Test2/API/Context.pm /usr/lib/perl5/5.34.1/Test2/API/Breakage.pm /usr/lib/perl5/5.34.1/Test2/API/InterceptResult.pm /usr/lib/perl5/5.34.1/Test2/API/Stack.pm /usr/lib/perl5/5.34.1/Test2/API/InterceptResult/Squasher.pm /usr/lib/perl5/5.34.1/Test2/API/InterceptResult/Hub.pm /usr/lib/perl5/5.34.1/Test2/API/InterceptResult/Facet.pm /usr/lib/perl5/5.34.1/Test2/API/InterceptResult/Event.pm /usr/lib/perl5/5.34.1/Test2/Hub/Subtest.pm /usr/lib/perl5/5.34.1/Test2/Hub/Interceptor.pm /usr/lib/perl5/5.34.1/Test2/Hub/Interceptor/Terminator.pm /usr/lib/perl5/5.34.1/Test2/Util/Facets2Legacy.pm /usr/lib/perl5/5.34.1/Test2/Util/ExternalMeta.pm /usr/lib/perl5/5.34.1/Test2/Util/HashBase.pm /usr/lib/perl5/5.34.1/Test2/Util/Trace.pm /usr/lib/perl5/5.34.1/Perl/OSType.pm /usr/lib/perl5/5.34.1/warnings/register.pm /usr/lib/perl5/5.34.1/overload/numbers.pm /usr/lib/perl5/5.34.1/Attribute/Handlers.pm /usr/lib/perl5/5.34.1/version/regex.pm /usr/lib/perl5/5.34.1/version/Internals.pod /usr/lib/perl5/5.34.1/Getopt/Std.pm /usr/lib/perl5/5.34.1/Getopt/Long.pm /usr/lib/perl5/5.34.1/mips64el-linux/Hash/Util.pm /usr/lib/perl5/5.34.1/mips64el-linux/Hash/Util/FieldHash.pm /usr/lib/perl5/5.34.1/Compress/Zlib.pm /usr/lib/perl5/5.34.1/mips64el-linux/Compress/Raw/Zlib.pm /usr/lib/perl5/5.34.1/mips64el-linux/Compress/Raw/Bzip2.pm /usr/lib/perl5/5.34.1/Digest/base.pm /usr/lib/perl5/5.34.1/mips64el-linux/Digest/MD5.pm /usr/lib/perl5/5.34.1/mips64el-linux/Digest/SHA.pm /usr/lib/perl5/5.34.1/Digest/file.pm /usr/lib/perl5/5.34.1/mips64el-linux/CORE/EXTERN.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/INTERN.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/XSUB.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/av.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/bitcount.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/charclass_invlists.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/config.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/cop.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/cv.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/dosish.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/ebcdic_tables.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/embed.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/embedvar.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/fakesdio.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/feature.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/form.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/git_version.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/gv.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/handy.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/hv.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/hv_func.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/hv_macro.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/inline.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/intrpvar.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/invlist_inline.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/iperlsys.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/keywords.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/l1_char_class_tab.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/malloc_ctl.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/metaconfig.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/mg.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/mg_data.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/mg_raw.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/mg_vtable.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/mydtrace.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/nostdio.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/op.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/op_reg_common.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/opcode.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/opnames.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/overload.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/pad.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/parser.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/patchlevel.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perl.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perl_inc_macro.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perl_langinfo.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perl_siphash.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perlapi.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perlio.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perliol.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perlsdio.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perlvars.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/perly.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/pp.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/pp_proto.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/proto.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/reentr.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/regcharclass.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/regcomp.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/regexp.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/regnodes.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/sbox32_hash.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/scope.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/sv.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/thread.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/time64.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/time64_config.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/try.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/uconfig.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/uni_keywords.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/unicode_constants.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/unixish.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/utf8.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/utfebcdic.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/util.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/uudmap.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/vutil.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/warnings.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/xconfig.h /usr/lib/perl5/5.34.1/mips64el-linux/CORE/zaphod32_hash.h /usr/lib/perl5/5.34.1/mips64el-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.34.1/pod/perl.pod /usr/lib/perl5/5.34.1/pod/perlintro.pod /usr/lib/perl5/5.34.1/pod/perlrun.pod /usr/lib/perl5/5.34.1/pod/perltoc.pod /usr/lib/perl5/5.34.1/pod/perlreftut.pod /usr/lib/perl5/5.34.1/pod/perldsc.pod /usr/lib/perl5/5.34.1/pod/perllol.pod /usr/lib/perl5/5.34.1/pod/perlrequick.pod /usr/lib/perl5/5.34.1/pod/perlretut.pod /usr/lib/perl5/5.34.1/pod/perlootut.pod /usr/lib/perl5/5.34.1/pod/perlperf.pod /usr/lib/perl5/5.34.1/pod/perlstyle.pod /usr/lib/perl5/5.34.1/pod/perlcheat.pod /usr/lib/perl5/5.34.1/pod/perltrap.pod /usr/lib/perl5/5.34.1/pod/perldebtut.pod /usr/lib/perl5/5.34.1/pod/perlfaq.pod /usr/lib/perl5/5.34.1/pod/perlfaq1.pod /usr/lib/perl5/5.34.1/pod/perlfaq2.pod /usr/lib/perl5/5.34.1/pod/perlfaq3.pod /usr/lib/perl5/5.34.1/pod/perlfaq4.pod /usr/lib/perl5/5.34.1/pod/perlfaq5.pod /usr/lib/perl5/5.34.1/pod/perlfaq6.pod /usr/lib/perl5/5.34.1/pod/perlfaq7.pod /usr/lib/perl5/5.34.1/pod/perlfaq8.pod /usr/lib/perl5/5.34.1/pod/perlfaq9.pod /usr/lib/perl5/5.34.1/pod/perlsyn.pod /usr/lib/perl5/5.34.1/pod/perldata.pod /usr/lib/perl5/5.34.1/pod/perlop.pod /usr/lib/perl5/5.34.1/pod/perlsub.pod /usr/lib/perl5/5.34.1/pod/perlfunc.pod /usr/lib/perl5/5.34.1/pod/perlopentut.pod /usr/lib/perl5/5.34.1/pod/perlpacktut.pod /usr/lib/perl5/5.34.1/pod/perlpod.pod /usr/lib/perl5/5.34.1/pod/perlpodspec.pod /usr/lib/perl5/5.34.1/pod/perldocstyle.pod /usr/lib/perl5/5.34.1/pod/perlpodstyle.pod /usr/lib/perl5/5.34.1/pod/perldiag.pod /usr/lib/perl5/5.34.1/pod/perldeprecation.pod /usr/lib/perl5/5.34.1/pod/perllexwarn.pod /usr/lib/perl5/5.34.1/pod/perldebug.pod /usr/lib/perl5/5.34.1/pod/perlvar.pod /usr/lib/perl5/5.34.1/pod/perlre.pod /usr/lib/perl5/5.34.1/pod/perlrebackslash.pod /usr/lib/perl5/5.34.1/pod/perlrecharclass.pod /usr/lib/perl5/5.34.1/pod/perlreref.pod /usr/lib/perl5/5.34.1/pod/perlref.pod /usr/lib/perl5/5.34.1/pod/perlform.pod /usr/lib/perl5/5.34.1/pod/perlobj.pod /usr/lib/perl5/5.34.1/pod/perltie.pod /usr/lib/perl5/5.34.1/pod/perldbmfilter.pod /usr/lib/perl5/5.34.1/pod/perlipc.pod /usr/lib/perl5/5.34.1/pod/perlfork.pod /usr/lib/perl5/5.34.1/pod/perlnumber.pod /usr/lib/perl5/5.34.1/pod/perlthrtut.pod /usr/lib/perl5/5.34.1/pod/perlport.pod /usr/lib/perl5/5.34.1/pod/perllocale.pod /usr/lib/perl5/5.34.1/pod/perluniintro.pod /usr/lib/perl5/5.34.1/pod/perlunicode.pod /usr/lib/perl5/5.34.1/pod/perlunicook.pod /usr/lib/perl5/5.34.1/pod/perlunifaq.pod /usr/lib/perl5/5.34.1/pod/perluniprops.pod /usr/lib/perl5/5.34.1/pod/perlunitut.pod /usr/lib/perl5/5.34.1/pod/perlebcdic.pod /usr/lib/perl5/5.34.1/pod/perlsec.pod /usr/lib/perl5/5.34.1/pod/perlsecpolicy.pod /usr/lib/perl5/5.34.1/pod/perlmod.pod /usr/lib/perl5/5.34.1/pod/perlmodlib.pod /usr/lib/perl5/5.34.1/pod/perlmodstyle.pod /usr/lib/perl5/5.34.1/pod/perlmodinstall.pod /usr/lib/perl5/5.34.1/pod/perlnewmod.pod /usr/lib/perl5/5.34.1/pod/perlpragma.pod /usr/lib/perl5/5.34.1/pod/perlutil.pod /usr/lib/perl5/5.34.1/pod/perlfilter.pod /usr/lib/perl5/5.34.1/pod/perldtrace.pod /usr/lib/perl5/5.34.1/pod/perlglossary.pod /usr/lib/perl5/5.34.1/pod/perlembed.pod /usr/lib/perl5/5.34.1/pod/perldebguts.pod /usr/lib/perl5/5.34.1/pod/perlxstut.pod /usr/lib/perl5/5.34.1/pod/perlxs.pod /usr/lib/perl5/5.34.1/pod/perlxstypemap.pod /usr/lib/perl5/5.34.1/pod/perlclib.pod /usr/lib/perl5/5.34.1/pod/perlguts.pod /usr/lib/perl5/5.34.1/pod/perlcall.pod /usr/lib/perl5/5.34.1/pod/perlmroapi.pod /usr/lib/perl5/5.34.1/pod/perlreapi.pod /usr/lib/perl5/5.34.1/pod/perlreguts.pod /usr/lib/perl5/5.34.1/pod/perlapi.pod /usr/lib/perl5/5.34.1/pod/perlintern.pod /usr/lib/perl5/5.34.1/pod/perliol.pod /usr/lib/perl5/5.34.1/pod/perlapio.pod /usr/lib/perl5/5.34.1/pod/perlhack.pod /usr/lib/perl5/5.34.1/pod/perlsource.pod /usr/lib/perl5/5.34.1/pod/perlinterp.pod /usr/lib/perl5/5.34.1/pod/perlhacktut.pod /usr/lib/perl5/5.34.1/pod/perlhacktips.pod /usr/lib/perl5/5.34.1/pod/perlpolicy.pod /usr/lib/perl5/5.34.1/pod/perlgov.pod /usr/lib/perl5/5.34.1/pod/perlgit.pod /usr/lib/perl5/5.34.1/pod/perlhist.pod /usr/lib/perl5/5.34.1/pod/perldelta.pod /usr/lib/perl5/5.34.1/pod/perl5341delta.pod /usr/lib/perl5/5.34.1/pod/perl5340delta.pod /usr/lib/perl5/5.34.1/pod/perl5321delta.pod /usr/lib/perl5/5.34.1/pod/perl5320delta.pod /usr/lib/perl5/5.34.1/pod/perl5303delta.pod /usr/lib/perl5/5.34.1/pod/perl5302delta.pod /usr/lib/perl5/5.34.1/pod/perl5301delta.pod /usr/lib/perl5/5.34.1/pod/perl5300delta.pod /usr/lib/perl5/5.34.1/pod/perl5283delta.pod /usr/lib/perl5/5.34.1/pod/perl5282delta.pod /usr/lib/perl5/5.34.1/pod/perl5281delta.pod /usr/lib/perl5/5.34.1/pod/perl5280delta.pod /usr/lib/perl5/5.34.1/pod/perl5263delta.pod /usr/lib/perl5/5.34.1/pod/perl5262delta.pod /usr/lib/perl5/5.34.1/pod/perl5261delta.pod /usr/lib/perl5/5.34.1/pod/perl5260delta.pod /usr/lib/perl5/5.34.1/pod/perl5244delta.pod /usr/lib/perl5/5.34.1/pod/perl5243delta.pod /usr/lib/perl5/5.34.1/pod/perl5242delta.pod /usr/lib/perl5/5.34.1/pod/perl5241delta.pod /usr/lib/perl5/5.34.1/pod/perl5240delta.pod /usr/lib/perl5/5.34.1/pod/perl5224delta.pod /usr/lib/perl5/5.34.1/pod/perl5223delta.pod /usr/lib/perl5/5.34.1/pod/perl5222delta.pod /usr/lib/perl5/5.34.1/pod/perl5221delta.pod /usr/lib/perl5/5.34.1/pod/perl5220delta.pod /usr/lib/perl5/5.34.1/pod/perl5203delta.pod /usr/lib/perl5/5.34.1/pod/perl5202delta.pod /usr/lib/perl5/5.34.1/pod/perl5201delta.pod /usr/lib/perl5/5.34.1/pod/perl5200delta.pod /usr/lib/perl5/5.34.1/pod/perl5184delta.pod /usr/lib/perl5/5.34.1/pod/perl5182delta.pod /usr/lib/perl5/5.34.1/pod/perl5181delta.pod /usr/lib/perl5/5.34.1/pod/perl5180delta.pod /usr/lib/perl5/5.34.1/pod/perl5163delta.pod /usr/lib/perl5/5.34.1/pod/perl5162delta.pod /usr/lib/perl5/5.34.1/pod/perl5161delta.pod /usr/lib/perl5/5.34.1/pod/perl5160delta.pod /usr/lib/perl5/5.34.1/pod/perl5144delta.pod /usr/lib/perl5/5.34.1/pod/perl5143delta.pod /usr/lib/perl5/5.34.1/pod/perl5142delta.pod /usr/lib/perl5/5.34.1/pod/perl5141delta.pod /usr/lib/perl5/5.34.1/pod/perl5140delta.pod /usr/lib/perl5/5.34.1/pod/perl5125delta.pod /usr/lib/perl5/5.34.1/pod/perl5124delta.pod /usr/lib/perl5/5.34.1/pod/perl5123delta.pod /usr/lib/perl5/5.34.1/pod/perl5122delta.pod /usr/lib/perl5/5.34.1/pod/perl5121delta.pod /usr/lib/perl5/5.34.1/pod/perl5120delta.pod /usr/lib/perl5/5.34.1/pod/perl5101delta.pod /usr/lib/perl5/5.34.1/pod/perl5100delta.pod /usr/lib/perl5/5.34.1/pod/perl589delta.pod /usr/lib/perl5/5.34.1/pod/perl588delta.pod /usr/lib/perl5/5.34.1/pod/perl587delta.pod /usr/lib/perl5/5.34.1/pod/perl586delta.pod /usr/lib/perl5/5.34.1/pod/perl585delta.pod /usr/lib/perl5/5.34.1/pod/perl584delta.pod /usr/lib/perl5/5.34.1/pod/perl583delta.pod /usr/lib/perl5/5.34.1/pod/perl582delta.pod /usr/lib/perl5/5.34.1/pod/perl581delta.pod /usr/lib/perl5/5.34.1/pod/perl58delta.pod /usr/lib/perl5/5.34.1/pod/perl561delta.pod /usr/lib/perl5/5.34.1/pod/perl56delta.pod /usr/lib/perl5/5.34.1/pod/perl5005delta.pod /usr/lib/perl5/5.34.1/pod/perl5004delta.pod /usr/lib/perl5/5.34.1/pod/perlbook.pod /usr/lib/perl5/5.34.1/pod/perlcommunity.pod /usr/lib/perl5/5.34.1/pod/perldoc.pod /usr/lib/perl5/5.34.1/pod/perlexperiment.pod /usr/lib/perl5/5.34.1/pod/perlartistic.pod /usr/lib/perl5/5.34.1/pod/perlgpl.pod /usr/lib/perl5/5.34.1/pod/perlcn.pod /usr/lib/perl5/5.34.1/pod/perljp.pod /usr/lib/perl5/5.34.1/pod/perlko.pod /usr/lib/perl5/5.34.1/pod/perltw.pod /usr/lib/perl5/5.34.1/pod/perlaix.pod /usr/lib/perl5/5.34.1/pod/perlamiga.pod /usr/lib/perl5/5.34.1/pod/perlandroid.pod /usr/lib/perl5/5.34.1/pod/perlbs2000.pod /usr/lib/perl5/5.34.1/pod/perlcygwin.pod /usr/lib/perl5/5.34.1/pod/perldos.pod /usr/lib/perl5/5.34.1/pod/perlfreebsd.pod /usr/lib/perl5/5.34.1/pod/perlhaiku.pod /usr/lib/perl5/5.34.1/pod/perlhpux.pod /usr/lib/perl5/5.34.1/pod/perlhurd.pod /usr/lib/perl5/5.34.1/pod/perlirix.pod /usr/lib/perl5/5.34.1/pod/perllinux.pod /usr/lib/perl5/5.34.1/pod/perlmacos.pod /usr/lib/perl5/5.34.1/pod/perlmacosx.pod /usr/lib/perl5/5.34.1/pod/perlnetware.pod /usr/lib/perl5/5.34.1/pod/perlopenbsd.pod /usr/lib/perl5/5.34.1/pod/perlos2.pod /usr/lib/perl5/5.34.1/pod/perlos390.pod /usr/lib/perl5/5.34.1/pod/perlos400.pod /usr/lib/perl5/5.34.1/pod/perlplan9.pod /usr/lib/perl5/5.34.1/pod/perlqnx.pod /usr/lib/perl5/5.34.1/pod/perlriscos.pod /usr/lib/perl5/5.34.1/pod/perlsolaris.pod /usr/lib/perl5/5.34.1/pod/perlsynology.pod /usr/lib/perl5/5.34.1/pod/perltru64.pod /usr/lib/perl5/5.34.1/pod/perlvms.pod /usr/lib/perl5/5.34.1/pod/perlvos.pod /usr/lib/perl5/5.34.1/pod/perlwin32.pod /usr/lib/perl5/5.34.1/pod/perlboot.pod /usr/lib/perl5/5.34.1/pod/perlbot.pod /usr/lib/perl5/5.34.1/pod/perlrepository.pod /usr/lib/perl5/5.34.1/pod/perltodo.pod /usr/lib/perl5/5.34.1/pod/perltooc.pod /usr/lib/perl5/5.34.1/pod/perltoot.pod rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/bin/perl5.34.1 make[1]: Nothing to be done for 'install.sym'. make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-5.34.1' >>> perl-data-uuid 1.226 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.Data-UUID-1.226.tar.gz.fgQDz5/output' 'http://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-UUID-1.226.tar.gz' --2022-06-04 13:56:22-- http://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-UUID-1.226.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.66.217, 151.101.194.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 17647 (17K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.Data-UUID-1.226.tar.gz.fgQDz5/output' 0K .......... ....... 100% 4.26M=0.004s 2022-06-04 13:56:22 (4.26 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.Data-UUID-1.226.tar.gz.fgQDz5/output' saved [17647/17647] Data-UUID-1.226.tar.gz: OK (md5: 13468e0fb65a0b5ce27b8628cb2f0109) Data-UUID-1.226.tar.gz: OK (sha256: 093d57ffa0d411a94bafafae495697db26f5c9d0277198fe3f7cf2be22996453) >>> perl-data-uuid 1.226 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-data-uuid/Data-UUID-1.226.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-data-uuid-1.226 -xf - >>> perl-data-uuid 1.226 Patching >>> perl-data-uuid 1.226 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-data-uuid-1.226/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 Configured options (run perl Makefile.PL --help for how to change this): UUID state storage: /tmp default umask: 0007 Generating a Unix-style Makefile Writing Makefile for Data::UUID Writing MYMETA.yml and MYMETA.json >>> perl-data-uuid 1.226 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-data-uuid-1.226/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-data-uuid-1.226' cp UUID.pm blib/lib/Data/UUID.pm Running Mkbootstrap for UUID () chmod 644 "UUID.bs" "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" "/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-data-uuid-1.226/typemap' UUID.xs > UUID.xsc mv UUID.xsc UUID.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DVERSION=\"1.226\" -DXS_VERSION=\"1.226\" -fPIC "-I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE" -D_STDIR='"/tmp"' -D'__linux__' -D_DEFAULT_UMASK='0007' UUID.c rm -f blib/arch/auto/Data/UUID/UUID.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared UUID.o -o blib/arch/auto/Data/UUID/UUID.so \ \ chmod 755 blib/arch/auto/Data/UUID/UUID.so make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-data-uuid-1.226' >>> perl-data-uuid 1.226 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-data-uuid-1.226/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-data-uuid-1.226' "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Data/UUID/UUID.so Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Data/UUID.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Data::UUID.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-data-uuid-1.226' >>> perl-devel-stacktrace 2.04 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.Devel-StackTrace-2.04.tar.gz.PuPCY2/output' 'http://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz' --2022-06-04 13:56:29-- http://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.130.217, 151.101.194.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.130.217|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 41516 (41K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.Devel-StackTrace-2.04.tar.gz.PuPCY2/output' 0K .......... .......... .......... .......... 100% 7.63M=0.005s 2022-06-04 13:56:29 (7.63 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.Devel-StackTrace-2.04.tar.gz.PuPCY2/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 /nvmedata/autobuild/instance-27/dl/perl-devel-stacktrace/Devel-StackTrace-2.04.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-devel-stacktrace-2.04 -xf - >>> perl-devel-stacktrace 2.04 Patching >>> perl-devel-stacktrace 2.04 Configuring cd /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/build/perl-devel-stacktrace-2.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/perl-devel-stacktrace-2.04' >>> perl-devel-stacktrace 2.04 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-devel-stacktrace-2.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-devel-stacktrace-2.04' Manifying 2 pod documents Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Devel/StackTrace.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Devel/StackTrace/Frame.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Devel::StackTrace.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Devel::StackTrace::Frame.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-devel-stacktrace-2.04' >>> perl-file-listing 6.14 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.File-Listing-6.14.tar.gz.42faJw/output' 'http://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.14.tar.gz' --2022-06-04 13:56:35-- http://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.14.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.130.217, 151.101.194.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.130.217|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 80562 (79K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.File-Listing-6.14.tar.gz.42faJw/output' 0K .......... .......... .......... .......... .......... 63% 12.1M 0s 50K .......... .......... ........ 100% 191M=0.004s 2022-06-04 13:56:35 (18.3 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.File-Listing-6.14.tar.gz.42faJw/output' saved [80562/80562] File-Listing-6.14.tar.gz: OK (md5: cf60a79563185391831613178a79b4cd) File-Listing-6.14.tar.gz: OK (sha256: 15b3a4871e23164a36f226381b74d450af41f12cc94985f592a669fcac7b48ff) >>> perl-file-listing 6.14 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-file-listing/File-Listing-6.14.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-file-listing-6.14 -xf - >>> perl-file-listing 6.14 Patching >>> perl-file-listing 6.14 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-file-listing-6.14/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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.14 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-file-listing-6.14/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-file-listing-6.14' cp lib/File/Listing.pm blib/lib/File/Listing.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-file-listing-6.14' >>> perl-file-listing 6.14 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-file-listing-6.14/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-file-listing-6.14' Manifying 1 pod document Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/File/Listing.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/File::Listing.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-file-listing-6.14' >>> perl-gdtextutil 0.86 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.GDTextUtil-0.86.tar.gz.hcgLaZ/output' 'http://cpan.metacpan.org/authors/id/M/MV/MVERB/GDTextUtil-0.86.tar.gz' --2022-06-04 13:56:40-- http://cpan.metacpan.org/authors/id/M/MV/MVERB/GDTextUtil-0.86.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|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 64698 (63K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.GDTextUtil-0.86.tar.gz.hcgLaZ/output' 0K .......... .......... .......... .......... .......... 79% 180M 0s 50K .......... ... 100% 235M=0s 2022-06-04 13:56:41 (189 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.GDTextUtil-0.86.tar.gz.hcgLaZ/output' saved [64698/64698] GDTextUtil-0.86.tar.gz: OK (md5: 941ad06eadc86b47f3a32da405665c41) GDTextUtil-0.86.tar.gz: OK (sha256: 886ecbf85cfe94f4135ee5689c4847a9ae783ecb99e6759e12c734f2dd6116bc) >>> perl-gdtextutil 0.86 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-gdtextutil/GDTextUtil-0.86.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-gdtextutil-0.86 -xf - >>> perl-gdtextutil 0.86 Patching >>> perl-gdtextutil 0.86 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-gdtextutil-0.86/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 Warning: prerequisite GD 1 not found. Generating a Unix-style Makefile Writing Makefile for GD::Text Writing MYMETA.yml and MYMETA.json >>> perl-gdtextutil 0.86 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-gdtextutil-0.86/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-gdtextutil-0.86' cp Text/Wrap.pm blib/lib/GD/Text/Wrap.pm cp Text/Align.pm blib/lib/GD/Text/Align.pm cp Text.pm blib/lib/GD/Text.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-gdtextutil-0.86' >>> perl-gdtextutil 0.86 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-gdtextutil-0.86/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-gdtextutil-0.86' Manifying 3 pod documents Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/GD/Text.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/GD/Text/Align.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/GD/Text/Wrap.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/GD::Text::Wrap.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/GD::Text::Align.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/GD::Text.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-gdtextutil-0.86' >>> perl-hash-multivalue 0.16 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.Hash-MultiValue-0.16.tar.gz.kjk9hl/output' 'http://cpan.metacpan.org/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-0.16.tar.gz' --2022-06-04 13:56:46-- http://cpan.metacpan.org/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-0.16.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|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 19841 (19K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.Hash-MultiValue-0.16.tar.gz.kjk9hl/output' 0K .......... ......... 100% 3.74M=0.005s 2022-06-04 13:56:46 (3.74 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.Hash-MultiValue-0.16.tar.gz.kjk9hl/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 /nvmedata/autobuild/instance-27/dl/perl-hash-multivalue/Hash-MultiValue-0.16.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-hash-multivalue-0.16 -xf - >>> perl-hash-multivalue 0.16 Patching >>> perl-hash-multivalue 0.16 Configuring cd /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/build/perl-hash-multivalue-0.16/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-hash-multivalue-0.16' cp lib/Hash/MultiValue.pm blib/lib/Hash/MultiValue.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-hash-multivalue-0.16' >>> perl-hash-multivalue 0.16 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-hash-multivalue-0.16/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-hash-multivalue-0.16' Manifying 1 pod document Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Hash/MultiValue.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Hash::MultiValue.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-hash-multivalue-0.16' 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 /nvmedata/autobuild/instance-27/dl/perl-http-date/HTTP-Date-6.05.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-http-date-6.05 -xf - >>> perl-http-date 6.05 Patching >>> perl-http-date 6.05 Configuring cd /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/build/perl-http-date-6.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-http-date-6.05' cp lib/HTTP/Date.pm blib/lib/HTTP/Date.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-http-date-6.05' >>> perl-http-date 6.05 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-http-date-6.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-http-date-6.05' Manifying 1 pod document Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/HTTP/Date.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/HTTP::Date.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-http-date-6.05' IO-Socket-SSL-2.074.tar.gz: OK (md5: 53201b8e4dfaf25d4d661a54fdfda602) IO-Socket-SSL-2.074.tar.gz: OK (sha256: 36486b6be49da4d029819cf7069a7b41ed48af0c87e23be0f8e6aba23d08a832) >>> perl-io-socket-ssl 2.074 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-io-socket-ssl/IO-Socket-SSL-2.074.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-io-socket-ssl-2.074 -xf - >>> perl-io-socket-ssl 2.074 Patching >>> perl-io-socket-ssl 2.074 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-io-socket-ssl-2.074/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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.074 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-io-socket-ssl-2.074/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-io-socket-ssl-2.074' 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 cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm cp lib/IO/Socket/SSL/PublicSuffix.pm blib/lib/IO/Socket/SSL/PublicSuffix.pm cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-io-socket-ssl-2.074' >>> perl-io-socket-ssl 2.074 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-io-socket-ssl-2.074/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-io-socket-ssl-2.074' Manifying 4 pod documents Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/IO/Socket/SSL.pod Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/IO/Socket/SSL.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/IO/Socket/SSL/Intercept.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/IO/Socket/SSL/Utils.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/IO/Socket/SSL/PublicSuffix.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/IO::Socket::SSL.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/IO::Socket::SSL::Intercept.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/IO::Socket::SSL::PublicSuffix.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/IO::Socket::SSL::Utils.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-io-socket-ssl-2.074' 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 /nvmedata/autobuild/instance-27/dl/perl-json-maybexs/JSON-MaybeXS-1.004003.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-json-maybexs-1.004003 -xf - >>> perl-json-maybexs 1.004003 Patching >>> perl-json-maybexs 1.004003 Configuring cd /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/build/perl-json-maybexs-1.004003/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-json-maybexs-1.004003' cp lib/JSON/MaybeXS.pm blib/lib/JSON/MaybeXS.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-json-maybexs-1.004003' >>> perl-json-maybexs 1.004003 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-json-maybexs-1.004003/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-json-maybexs-1.004003' Manifying 1 pod document Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/JSON/MaybeXS.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/JSON::MaybeXS.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-json-maybexs-1.004003' >>> perl-json-tiny 0.58 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.JSON-Tiny-0.58.tar.gz.1xwtr7/output' 'http://cpan.metacpan.org/authors/id/D/DA/DAVIDO/JSON-Tiny-0.58.tar.gz' --2022-06-04 13:56:58-- http://cpan.metacpan.org/authors/id/D/DA/DAVIDO/JSON-Tiny-0.58.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|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 18769 (18K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.JSON-Tiny-0.58.tar.gz.1xwtr7/output' 0K .......... ........ 100% 21.4M=0.001s 2022-06-04 13:56:58 (21.4 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.JSON-Tiny-0.58.tar.gz.1xwtr7/output' saved [18769/18769] JSON-Tiny-0.58.tar.gz: OK (md5: aa006882222e17a94295b3a655aab91b) JSON-Tiny-0.58.tar.gz: OK (sha256: ad42e9137f5148df7fdb22aa52186b306032977bcd70d49f44a288070e4f0f23) >>> perl-json-tiny 0.58 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-json-tiny/JSON-Tiny-0.58.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-json-tiny-0.58 -xf - >>> perl-json-tiny 0.58 Patching >>> perl-json-tiny 0.58 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-json-tiny-0.58/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 JSON::Tiny Writing MYMETA.yml and MYMETA.json >>> perl-json-tiny 0.58 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-json-tiny-0.58/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-json-tiny-0.58' cp lib/JSON/Tiny.pod blib/lib/JSON/Tiny.pod cp lib/JSON/Tiny.pm blib/lib/JSON/Tiny.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-json-tiny-0.58' >>> perl-json-tiny 0.58 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-json-tiny-0.58/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-json-tiny-0.58' Manifying 1 pod document Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/JSON/Tiny.pod Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/JSON/Tiny.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/JSON::Tiny.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-json-tiny-0.58' Module-Build-0.4231.tar.gz: OK (md5: 066b193e461d7dfe1eca17a139353001) Module-Build-0.4231.tar.gz: OK (sha256: 7e0f4c692c1740c1ac84ea14d7ea3d8bc798b2fb26c09877229e04f430b2b717) >>> host-perl-module-build 0.4231 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-module-build/Module-Build-0.4231.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-perl-module-build-0.4231 -xf - >>> host-perl-module-build 0.4231 Patching >>> host-perl-module-build 0.4231 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/host-perl-module-build-0.4231/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/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.4231' >>> host-perl-module-build 0.4231 Building cd /nvmedata/autobuild/instance-27/output-1/build/host-perl-module-build-0.4231/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 pure_all; fi Building Module-Build >>> host-perl-module-build 0.4231 Installing to host directory cd /nvmedata/autobuild/instance-27/output-1/build/host-perl-module-build-0.4231/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi Building Module-Build Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/config_data.1 Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Dumper.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Notes.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/ConfigData.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Base.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/PPMMaker.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/PodParser.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Bundling.pod Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Compat.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/API.pod Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Config.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Cookbook.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Authoring.pod Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Platform/VMS.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Platform/darwin.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Platform/cygwin.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Platform/MacOS.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Platform/VOS.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Platform/Default.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Platform/Windows.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Platform/aix.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Platform/Unix.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl5/site_perl/5.34.1/Module/Build/Platform/os2.pm Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Platform::VMS.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Platform::os2.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Platform::Unix.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Platform::MacOS.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Platform::VOS.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::API.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Bundling.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Compat.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Cookbook.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Base.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Platform::Default.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Platform::darwin.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Notes.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::PPMMaker.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::ConfigData.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Platform::cygwin.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Authoring.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Platform::Windows.3 Installing /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/Module::Build::Platform::aix.3 Installing /nvmedata/autobuild/instance-27/output-1/host/bin/config_data >>> perl-module-runtime 0.016 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.Module-Runtime-0.016.tar.gz.pK3oJG/output' 'http://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz' --2022-06-04 13:57:04-- http://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.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|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 18275 (18K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.Module-Runtime-0.016.tar.gz.pK3oJG/output' 0K .......... ....... 100% 157M=0s 2022-06-04 13:57:04 (157 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.Module-Runtime-0.016.tar.gz.pK3oJG/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 /nvmedata/autobuild/instance-27/dl/perl-module-runtime/Module-Runtime-0.016.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-module-runtime-0.016 -xf - >>> perl-module-runtime 0.016 Patching >>> perl-module-runtime 0.016 Configuring cd /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/build/perl-module-runtime-0.016/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi Building Module-Runtime >>> perl-module-runtime 0.016 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-module-runtime-0.016/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi Building Module-Runtime Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Module/Runtime.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Module::Runtime.3 Mozilla-CA-20211001.tar.gz: OK (md5: 843e42f367ea3c7abc5de5b6225791dc) Mozilla-CA-20211001.tar.gz: OK (sha256: 122c8900000a9d388aa8e44f911cab6c118fe8497417917a84a8ec183971b449) >>> perl-mozilla-ca 20211001 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-mozilla-ca/Mozilla-CA-20211001.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-mozilla-ca-20211001 -xf - >>> perl-mozilla-ca 20211001 Patching >>> perl-mozilla-ca 20211001 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-mozilla-ca-20211001/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 20211001 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-mozilla-ca-20211001/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-mozilla-ca-20211001' cp mk-ca-bundle.pl blib/lib/Mozilla/mk-ca-bundle.pl 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 '/nvmedata/autobuild/instance-27/output-1/build/perl-mozilla-ca-20211001' >>> perl-mozilla-ca 20211001 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-mozilla-ca-20211001/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-mozilla-ca-20211001' Manifying 1 pod document Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Mozilla/CA.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Mozilla/mk-ca-bundle.pl Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Mozilla/CA/cacert.pem Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Mozilla::CA.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-mozilla-ca-20211001' >>> perl-net-http 6.21 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.Net-HTTP-6.21.tar.gz.u21tg9/output' 'http://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.21.tar.gz' --2022-06-04 13:57:08-- http://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.21.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|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 38914 (38K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.Net-HTTP-6.21.tar.gz.u21tg9/output' 0K .......... .......... .......... ........ 100% 33.1M=0.001s 2022-06-04 13:57:08 (33.1 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.Net-HTTP-6.21.tar.gz.u21tg9/output' saved [38914/38914] Net-HTTP-6.21.tar.gz: OK (md5: dbe27483034a79a7d43f61cc48540641) Net-HTTP-6.21.tar.gz: OK (sha256: 375aa35b76be99f06464089174d66ac76f78ce83a5c92a907bbfab18b099eec4) >>> perl-net-http 6.21 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-net-http/Net-HTTP-6.21.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-net-http-6.21 -xf - >>> perl-net-http 6.21 Patching >>> perl-net-http 6.21 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-net-http-6.21/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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.21 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-net-http-6.21/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-http-6.21' cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-http-6.21' >>> perl-net-http 6.21 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-net-http-6.21/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-http-6.21' Manifying 4 pod documents Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Net/HTTP.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Net/HTTPS.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Net/HTTP/Methods.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Net/HTTP/NB.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::HTTP::NB.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::HTTPS.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::HTTP.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::HTTP::Methods.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-http-6.21' >>> perl-net-ssh2 0.72 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.Net-SSH2-0.72.tar.gz.frQb6o/output' 'http://cpan.metacpan.org/authors/id/S/SA/SALVA/Net-SSH2-0.72.tar.gz' --2022-06-04 13:57:10-- http://cpan.metacpan.org/authors/id/S/SA/SALVA/Net-SSH2-0.72.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|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 147016 (144K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.Net-SSH2-0.72.tar.gz.frQb6o/output' 0K .......... .......... .......... .......... .......... 34% 14.3M 0s 50K .......... .......... .......... .......... .......... 69% 22.1M 0s 100K .......... .......... .......... .......... ... 100% 57.0M=0.006s 2022-06-04 13:57:10 (22.0 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.Net-SSH2-0.72.tar.gz.frQb6o/output' saved [147016/147016] Net-SSH2-0.72.tar.gz: OK (md5: 57aa0f6e2be4020f75888a7195ad5cba) Net-SSH2-0.72.tar.gz: OK (sha256: 867d83070fac6436b9f0971918243002072fbf8d2724a87c254b34250dce0222) >>> perl-net-ssh2 0.72 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-net-ssh2/Net-SSH2-0.72.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssh2-0.72 -xf - >>> perl-net-ssh2 0.72 Patching >>> perl-net-ssh2 0.72 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssh2-0.72/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 lib="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib" inc="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include" crypto_backend=gcrypt; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 lib="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib" inc="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include" crypto_backend=gcrypt; fi WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. The libssh2 library is required by this module. If you don't have it, you can download it from http://www.libssh2.org; you may also need OpenSSL, which can be obtained from http://www.openssl.org , or libgcrypt, which can be obtained from http://www.gnupg.org . Debian: sudo aptitude install libssh2-1-dev OpenSUSE: sudo zypper in libssh2-1 libssh2-devel You can pass your libssh2 lib and include dirs (and extra link args) on the command line. E.g.: perl Makefile.PL lib=$HOME/libssh2/lib inc=$HOME/libssh2/include \ ldargs="-lz" These can also be set through the LIBSSH2_LIB/LIBSSH2_INCLUDE/LIBSSH2_LDARGS environment variables. To build with libgcrypt instead of OpenSSL, use the crypto_backend option when calling Makefile.PL, e.g.: perl Makefile.PL crypto_backend=gcrypt Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSH2 Writing MYMETA.yml and MYMETA.json >>> perl-net-ssh2 0.72 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssh2-0.72/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-ssh2-0.72' cp lib/Net/SSH2/Constants.pm blib/lib/Net/SSH2/Constants.pm cp lib/Net/SSH2/SFTP.pm blib/lib/Net/SSH2/SFTP.pm cp lib/Net/SSH2/KnownHosts.pm blib/lib/Net/SSH2/KnownHosts.pm cp lib/Net/SSH2/File.pm blib/lib/Net/SSH2/File.pm cp lib/Net/SSH2/Channel.pm blib/lib/Net/SSH2/Channel.pm cp lib/Net/SSH2/PublicKey.pm blib/lib/Net/SSH2/PublicKey.pm cp lib/Net/SSH2.pm blib/lib/Net/SSH2.pm cp lib/Net/SSH2/Dir.pm blib/lib/Net/SSH2/Dir.pm cp lib/Net/SSH2/Listener.pm blib/lib/Net/SSH2/Listener.pm Running Mkbootstrap for SSH2 () chmod 644 "SSH2.bs" "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSH2.bs blib/arch/auto/Net/SSH2/SSH2.bs 644 "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" "-Iinc" "/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-net-ssh2-0.72/typemap' SSH2.xs > SSH2.xsc mv SSH2.xsc SSH2.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE" -DUSE_GCRYPT SSH2.c rm -f blib/arch/auto/Net/SSH2/SSH2.so LD_RUN_PATH="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib" /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared SSH2.o -o blib/arch/auto/Net/SSH2/SSH2.so \ -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lssh2 -lz \ chmod 755 blib/arch/auto/Net/SSH2/SSH2.so make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-ssh2-0.72' >>> perl-net-ssh2 0.72 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssh2-0.72/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-ssh2-0.72' "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSH2.bs blib/arch/auto/Net/SSH2/SSH2.bs 644 Manifying 8 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSH2/SSH2.so Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSH2.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSH2/PublicKey.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSH2/Channel.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSH2/Listener.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSH2/SFTP.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSH2/Constants.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSH2/KnownHosts.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSH2/File.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSH2/Dir.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::SSH2.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::SSH2::SFTP.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::SSH2::PublicKey.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::SSH2::Dir.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::SSH2::Channel.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::SSH2::KnownHosts.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::SSH2::Listener.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::SSH2::File.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-ssh2-0.72' Net-SSLeay-1.85.tar.gz: OK (md5: d602bdce4e0531c6efc276e3e429ca69) Net-SSLeay-1.85.tar.gz: OK (sha256: 9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8) >>> perl-net-ssleay 1.85 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-net-ssleay/Net-SSLeay-1.85.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85 -xf - >>> perl-net-ssleay 1.85 Patching Applying 0001-fix-build-system.patch using patch: patching file inc/Module/Install/PRIVATE/Net/SSLeay.pm Hunk #1 succeeded at 36 (offset -1 lines). >>> perl-net-ssleay 1.85 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then OPENSSL_PREFIX=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi *** Be sure to use the same compiler and options to compile your OpenSSL, perl, and Net::SSLeay. Mixing and matching compilers is not supported. Do you want to run external tests? These tests *will* *fail* if you do not have network connectivity. [n] n Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSLeay Writing MYMETA.yml and MYMETA.json /bin/sed -i -e "s/^LDDLFLAGS = '\(.*\)'/LDDLFLAGS = \1/" /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85/Makefile /bin/sed -i -e "s/^CCFLAGS = '\(.*\)'/CCFLAGS = \1/" /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85/Makefile /bin/sed -i -e "s/^OPTIMIZE = '\(.*\)'/OPTIMIZE = \1/" /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85/Makefile >>> perl-net-ssleay 1.85 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85' 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 cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm Running Mkbootstrap for SSLeay () chmod 644 "SSLeay.bs" "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" "-Iinc" "/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85/typemap' SSLeay.xs > SSLeay.xsc mv SSLeay.xsc SSLeay.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DVERSION=\"1.85\" -DXS_VERSION=\"1.85\" -fPIC "-I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE" SSLeay.c SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_new': SSLeay.xs:1808:6: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] 1808 | RETVAL = SSL_CTX_new (TLSv1_method()); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1877:1: note: declared here 1877 | 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:1817:6: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] 1817 | RETVAL = SSL_CTX_new (TLSv1_1_method()); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1883:1: note: declared here 1883 | 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:1828:6: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] 1828 | RETVAL = SSL_CTX_new (TLSv1_2_method()); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | 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:2707:9: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations] 2707 | rc = RAND_pseudo_bytes(random, num); | ^~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/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_X509_CRL_get_lastUpdate': SSLeay.c:6248:2: warning: 'X509_CRL_get_lastUpdate' is deprecated [-Wdeprecated-declarations] 6248 | RETVAL = X509_CRL_get_lastUpdate(x); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/x509.h:730:1: note: declared here 730 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_X509_CRL_get_nextUpdate': SSLeay.c:6267:2: warning: 'X509_CRL_get_nextUpdate' is deprecated [-Wdeprecated-declarations] 6267 | RETVAL = X509_CRL_get_nextUpdate(x); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/x509.h:731:1: note: declared here 731 | DEPRECATEDIN_1_1_0(ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_X509_get_subjectAltNames': SSLeay.xs:3410:26: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 3410 | PUSHs(sv_2mortal(newSVpv((const char*)ASN1_STRING_data(subjAltNameDN->d.otherName->value->value.utf8string), ASN1_STRING_length(subjAltNameDN->d.otherName->value->value.utf8string)))); | ^~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs:3419:26: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 3419 | PUSHs(sv_2mortal(newSVpv((const char*)ASN1_STRING_data(subjAltNameDN->d.ia5), ASN1_STRING_length(subjAltNameDN->d.ia5)))); | ^~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_X509_get_crl_distribution_points': SSLeay.xs:3470:25: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 3470 | XPUSHs(sv_2mortal(newSVpv((char*)ASN1_STRING_data(gn->d.ia5),ASN1_STRING_length(gn->d.ia5)))); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_X509_get_ocsp_uri': SSLeay.xs:3511:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 3511 | XPUSHs(sv_2mortal(newSVpv( | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_P_ASN1_STRING_get': SSLeay.xs:3829:9: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 3829 | u8 = newSVpv((const char*)ASN1_STRING_data(s), ASN1_STRING_length(s)); | ^~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_method': SSLeay.c:9279:2: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] 9279 | RETVAL = TLSv1_method(); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1877:1: note: declared here 1877 | 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:9296:2: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] 9296 | RETVAL = TLSv1_server_method(); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1878:1: note: declared here 1878 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_client_method': SSLeay.c:9313:2: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] 9313 | RETVAL = TLSv1_client_method(); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1879:1: note: declared here 1879 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_method': SSLeay.c:9333:2: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] 9333 | RETVAL = TLSv1_1_method(); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1883:1: note: declared here 1883 | 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:9350:2: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] 9350 | RETVAL = TLSv1_1_server_method(); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1884:1: note: declared here 1884 | 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:9367:2: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] 9367 | RETVAL = TLSv1_1_client_method(); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1885:1: note: declared here 1885 | 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:9388:2: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] 9388 | RETVAL = TLSv1_2_method(); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | 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:9405:2: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] 9405 | RETVAL = TLSv1_2_server_method(); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1890:1: note: declared here 1890 | 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:9422:2: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] 9422 | RETVAL = TLSv1_2_client_method(); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:1891:1: note: declared here 1891 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_RSA_generate_key': SSLeay.xs:5443:9: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] 5443 | RETVAL = RSA_generate_key(bits, e, ssleay_RSA_generate_key_cb_invoke, cb); | ^~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/e_os2.h:13, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/rsa.h:235:1: note: declared here 235 | DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_OCSP_response_results': SSLeay.xs:6781:33: warning: passing argument 1 of 'i2d_OCSP_CERTID' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 6781 | int len = i2d_OCSP_CERTID(OCSP_SINGLERESP_get0_id(sir),NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/objects.h:15, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/evp.h:28, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/x509.h:18, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:20, from SSLeay.xs:167: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ocsp.h:330:1: note: expected 'OCSP_CERTID *' {aka 'struct ocsp_cert_id_st *'} but argument is of type 'const OCSP_CERTID *' {aka 'const struct ocsp_cert_id_st *'} 330 | DECLARE_ASN1_FUNCTIONS(OCSP_CERTID) | ^ SSLeay.xs:6790:23: warning: passing argument 1 of 'i2d_OCSP_CERTID' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 6790 | i2d_OCSP_CERTID(OCSP_SINGLERESP_get0_id(sir),&pi); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/objects.h:15, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/evp.h:28, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/x509.h:18, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ssl.h:20, from SSLeay.xs:167: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/openssl/ocsp.h:330:1: note: expected 'OCSP_CERTID *' {aka 'struct ocsp_cert_id_st *'} but argument is of type 'const OCSP_CERTID *' {aka 'const struct ocsp_cert_id_st *'} 330 | DECLARE_ASN1_FUNCTIONS(OCSP_CERTID) | ^ rm -f blib/arch/auto/Net/SSLeay/SSLeay.so LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 '/nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85' >>> perl-net-ssleay 1.85 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85' "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" "-Iinc" -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 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/SSLeay.so Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSLeay.pod Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSLeay.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Net/SSLeay/Handle.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/tcp_read_all.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/set_server_cert_and_key.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/set_cert_and_key.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/head_https3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/do_https4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/tcp_read_CRLF.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/httpx_cat.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/put_httpx3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/head_https4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/post_https.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/open_tcp_connection.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/put_httpx4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/dump_peer_certificate.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/get_httpx.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/get_https3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/head_https.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/head_http.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/put_http.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/do_httpx3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/put_https.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/head_http4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/debug_read.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/initialize.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/do_https.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/tcp_write_all.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/open_proxy_tcp_connection.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/http_cat.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/get_httpx4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/ssl_read_until.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/post_httpx4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/ssl_write_CRLF.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/post_httpx3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/post_https3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/tcpxcat.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/ssl_read_CRLF.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/tcp_write_CRLF.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/head_httpx.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/head_http3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/get_https4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/put_http3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/post_http4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/want_nothing.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/https_cat.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/want_write.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/make_form.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/do_https3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/get_https.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/make_headers.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/put_https3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/do_httpx2.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/get_http3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/get_http.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/post_https4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/put_https4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/post_httpx.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/ssl_read_all.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/want_read.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/get_http4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/tcpcat.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/randomize.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/do_httpx4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/autosplit.ix Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/post_http3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/do_https2.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/tcp_read_until.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/want_X509_lookup.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/sslcat.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/put_http4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/put_httpx.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/get_httpx3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/post_http.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/set_proxy.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/ssl_write_all.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/head_httpx4.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/new_x_ctx.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Net/SSLeay/head_httpx3.al Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::SSLeay::Handle.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Net::SSLeay.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-net-ssleay-1.85' >>> perl-sys-mmap 0.20 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.Sys-Mmap-0.20.tar.gz.ym0Aht/output' 'http://cpan.metacpan.org/authors/id/T/TO/TODDR/Sys-Mmap-0.20.tar.gz' --2022-06-04 13:57:34-- http://cpan.metacpan.org/authors/id/T/TO/TODDR/Sys-Mmap-0.20.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|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 17962 (18K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.Sys-Mmap-0.20.tar.gz.ym0Aht/output' 0K .......... ....... 100% 28.0M=0.001s 2022-06-04 13:57:34 (28.0 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.Sys-Mmap-0.20.tar.gz.ym0Aht/output' saved [17962/17962] Sys-Mmap-0.20.tar.gz: OK (md5: 57172ce9b33c04de460b4e7ad68d2e9c) Sys-Mmap-0.20.tar.gz: OK (sha256: 1820ce2c89f1ab7357644f8db0f49f142f54526250fb1e235db10aa80f15e2cf) >>> perl-sys-mmap 0.20 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-sys-mmap/Sys-Mmap-0.20.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-sys-mmap-0.20 -xf - >>> perl-sys-mmap 0.20 Patching >>> perl-sys-mmap 0.20 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-sys-mmap-0.20/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 Sys::Mmap Writing MYMETA.yml and MYMETA.json >>> perl-sys-mmap 0.20 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-sys-mmap-0.20/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-sys-mmap-0.20' cp Mmap.pm blib/lib/Sys/Mmap.pm Running Mkbootstrap for Mmap () chmod 644 "Mmap.bs" "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Mmap.bs blib/arch/auto/Sys/Mmap/Mmap.bs 644 "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" "/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/xsubpp" -typemap '/nvmedata/autobuild/instance-27/output-1/host/lib/perl5/5.34.1/ExtUtils/typemap' Mmap.xs > Mmap.xsc mv Mmap.xsc Mmap.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DVERSION=\"0.20\" -DXS_VERSION=\"0.20\" -fPIC "-I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE" Mmap.c rm -f blib/arch/auto/Sys/Mmap/Mmap.so /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared Mmap.o -o blib/arch/auto/Sys/Mmap/Mmap.so \ \ chmod 755 blib/arch/auto/Sys/Mmap/Mmap.so make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-sys-mmap-0.20' >>> perl-sys-mmap 0.20 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-sys-mmap-0.20/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-sys-mmap-0.20' "/nvmedata/autobuild/instance-27/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Mmap.bs blib/arch/auto/Sys/Mmap/Mmap.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/auto/Sys/Mmap/Mmap.so Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/mips64el-linux/Sys/Mmap.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Sys::Mmap.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-sys-mmap-0.20' >>> perl-time-parsedate 2015.103 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.Time-ParseDate-2015.103.tar.gz.1zWa47/output' 'http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/Time-ParseDate-2015.103.tar.gz' --2022-06-04 13:57:36-- http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/Time-ParseDate-2015.103.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|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 26644 (26K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.Time-ParseDate-2015.103.tar.gz.1zWa47/output' 0K .......... .......... ...... 100% 58.4M=0s 2022-06-04 13:57:36 (58.4 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.Time-ParseDate-2015.103.tar.gz.1zWa47/output' saved [26644/26644] Time-ParseDate-2015.103.tar.gz: OK (md5: 9143d075278857d21c77467d26f1603b) Time-ParseDate-2015.103.tar.gz: OK (sha256: 2c1a06235bf811813caac9eaa9daa71af758667cdf7b082cb59863220fcaeed1) >>> perl-time-parsedate 2015.103 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-time-parsedate/Time-ParseDate-2015.103.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-time-parsedate-2015.103 -xf - >>> perl-time-parsedate 2015.103 Patching >>> perl-time-parsedate 2015.103 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-time-parsedate-2015.103/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 Time::ParseDate Writing MYMETA.yml and MYMETA.json >>> perl-time-parsedate 2015.103 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-time-parsedate-2015.103/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-time-parsedate-2015.103' cp lib/Time/Timezone.pm blib/lib/Time/Timezone.pm cp lib/Time/JulianDay.pm blib/lib/Time/JulianDay.pm cp lib/Time/CTime.pm blib/lib/Time/CTime.pm cp lib/Time/DaysInMonth.pm blib/lib/Time/DaysInMonth.pm cp lib/Time/ParseDate.pm blib/lib/Time/ParseDate.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-time-parsedate-2015.103' >>> perl-time-parsedate 2015.103 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-time-parsedate-2015.103/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-time-parsedate-2015.103' Manifying 5 pod documents Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Time/Timezone.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Time/ParseDate.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Time/DaysInMonth.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Time/CTime.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Time/JulianDay.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Time::Timezone.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Time::ParseDate.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Time::DaysInMonth.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Time::CTime.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Time::JulianDay.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-time-parsedate-2015.103' TimeDate-2.33.tar.gz: OK (md5: 5e5afe22c8d417417283d1f7f4572a57) TimeDate-2.33.tar.gz: OK (sha256: c0b69c4b039de6f501b0d9f13ec58c86b040c1f7e9b27ef249651c143d605eb2) >>> perl-timedate 2.33 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-timedate/TimeDate-2.33.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-timedate-2.33 -xf - >>> perl-timedate 2.33 Patching >>> perl-timedate 2.33 Configuring cd /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/build/perl-timedate-2.33/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-timedate-2.33' cp lib/TimeDate.pm blib/lib/TimeDate.pm cp lib/Date/Language.pm blib/lib/Date/Language.pm cp lib/Date/Language/Chinese.pm blib/lib/Date/Language/Chinese.pm cp lib/Date/Language/German.pm blib/lib/Date/Language/German.pm cp lib/Date/Language/Spanish.pm blib/lib/Date/Language/Spanish.pm cp lib/Date/Language/Finnish.pm blib/lib/Date/Language/Finnish.pm cp lib/Date/Language/TigrinyaEritrean.pm blib/lib/Date/Language/TigrinyaEritrean.pm cp lib/Date/Language/Romanian.pm blib/lib/Date/Language/Romanian.pm cp lib/Date/Language/English.pm blib/lib/Date/Language/English.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/Turkish.pm blib/lib/Date/Language/Turkish.pm cp lib/Date/Language/Tigrinya.pm blib/lib/Date/Language/Tigrinya.pm cp lib/Date/Language/Chinese_GB.pm blib/lib/Date/Language/Chinese_GB.pm cp lib/Date/Language/Sidama.pm blib/lib/Date/Language/Sidama.pm cp lib/Date/Language/Russian_cp1251.pm blib/lib/Date/Language/Russian_cp1251.pm cp lib/Date/Language/Norwegian.pm blib/lib/Date/Language/Norwegian.pm cp lib/Date/Format.pm blib/lib/Date/Format.pm cp lib/Date/Parse.pm blib/lib/Date/Parse.pm cp lib/Date/Language/Afar.pm blib/lib/Date/Language/Afar.pm cp lib/Date/Language/Amharic.pm blib/lib/Date/Language/Amharic.pm cp lib/Date/Language/Hungarian.pm blib/lib/Date/Language/Hungarian.pm cp lib/Date/Language/Oromo.pm blib/lib/Date/Language/Oromo.pm cp lib/Date/Language/Russian.pm blib/lib/Date/Language/Russian.pm cp lib/Date/Language/Icelandic.pm blib/lib/Date/Language/Icelandic.pm cp lib/Date/Language/Dutch.pm blib/lib/Date/Language/Dutch.pm cp lib/Date/Language/Danish.pm blib/lib/Date/Language/Danish.pm cp lib/Date/Language/Italian.pm blib/lib/Date/Language/Italian.pm cp lib/Date/Language/Czech.pm blib/lib/Date/Language/Czech.pm cp lib/Date/Language/TigrinyaEthiopian.pm blib/lib/Date/Language/TigrinyaEthiopian.pm cp lib/Date/Language/Brazilian.pm blib/lib/Date/Language/Brazilian.pm cp lib/Date/Language/Gedeo.pm blib/lib/Date/Language/Gedeo.pm cp lib/Date/Language/Occitan.pm blib/lib/Date/Language/Occitan.pm cp lib/Date/Language/Bulgarian.pm blib/lib/Date/Language/Bulgarian.pm cp lib/Date/Language/French.pm blib/lib/Date/Language/French.pm cp lib/Time/Zone.pm blib/lib/Time/Zone.pm cp lib/Date/Language/Russian_koi8r.pm blib/lib/Date/Language/Russian_koi8r.pm cp lib/Date/Language/Austrian.pm blib/lib/Date/Language/Austrian.pm cp lib/Date/Language/Swedish.pm blib/lib/Date/Language/Swedish.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-timedate-2.33' >>> perl-timedate 2.33 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-timedate-2.33/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-timedate-2.33' Manifying 7 pod documents Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/TimeDate.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Time/Zone.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Format.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Parse.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Afar.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Chinese.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Russian_koi8r.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Finnish.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Amharic.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Oromo.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Sidama.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Icelandic.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Italian.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/French.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Russian_cp1251.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Dutch.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/English.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/TigrinyaEthiopian.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/German.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Austrian.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Bulgarian.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Tigrinya.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Somali.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Turkish.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Czech.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/TigrinyaEritrean.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Swedish.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Greek.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Danish.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Spanish.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Brazilian.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Norwegian.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Hungarian.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Romanian.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Gedeo.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Chinese_GB.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Occitan.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/Date/Language/Russian.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Time::Zone.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Date::Format.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/TimeDate.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Date::Language.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Date::Language::Bulgarian.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Date::Language::Hungarian.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/Date::Parse.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-timedate-2.33' >>> perl-uri 5.10 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.URI-5.10.tar.gz.WFXlzp/output' 'http://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.10.tar.gz' --2022-06-04 13:57:40-- http://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.10.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|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 109471 (107K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.URI-5.10.tar.gz.WFXlzp/output' 0K .......... .......... .......... .......... .......... 46% 15.7M 0s 50K .......... .......... .......... .......... .......... 93% 23.2M 0s 100K ...... 100% 9.83M=0.006s 2022-06-04 13:57:40 (17.7 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.URI-5.10.tar.gz.WFXlzp/output' saved [109471/109471] URI-5.10.tar.gz: OK (md5: 2a00d3dbf891df4256d251382aefd9b9) URI-5.10.tar.gz: OK (sha256: 16325d5e308c7b7ab623d1bf944e1354c5f2245afcfadb8eed1e2cae9a0bd0b5) >>> perl-uri 5.10 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/perl-uri/URI-5.10.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/perl-uri-5.10 -xf - >>> perl-uri 5.10 Patching >>> perl-uri 5.10 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/perl-uri-5.10/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build.PL --config ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config full_ar="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" --config cc="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " --config optimize=" " --config ld="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux/CORE --destdir /nvmedata/autobuild/instance-27/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.34.1 --install_path arch=/usr/lib/perl5/site_perl/5.34.1/mips64el-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 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Makefile.PL AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" FULL_AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " OPTIMIZE=" " LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.34.1/mips64el-linux DESTDIR=/nvmedata/autobuild/instance-27/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.34.1 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.34.1/mips64el-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Test::Needs 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.10 Building cd /nvmedata/autobuild/instance-27/output-1/build/perl-uri-5.10/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-uri-5.10' cp lib/URI/ldap.pm blib/lib/URI/ldap.pm cp lib/URI/mms.pm blib/lib/URI/mms.pm cp lib/URI/ldapi.pm blib/lib/URI/ldapi.pm cp lib/URI/file/FAT.pm blib/lib/URI/file/FAT.pm cp lib/URI/rlogin.pm blib/lib/URI/rlogin.pm cp lib/URI/sip.pm blib/lib/URI/sip.pm cp lib/URI/_login.pm blib/lib/URI/_login.pm cp lib/URI/_ldap.pm blib/lib/URI/_ldap.pm cp lib/URI/_generic.pm blib/lib/URI/_generic.pm cp lib/URI/QueryParam.pm blib/lib/URI/QueryParam.pm cp lib/URI/_punycode.pm blib/lib/URI/_punycode.pm cp lib/URI/file/Win32.pm blib/lib/URI/file/Win32.pm cp lib/URI/Escape.pm blib/lib/URI/Escape.pm cp lib/URI/sips.pm blib/lib/URI/sips.pm cp lib/URI/snews.pm blib/lib/URI/snews.pm cp lib/URI/mailto.pm blib/lib/URI/mailto.pm cp lib/URI/IRI.pm blib/lib/URI/IRI.pm cp lib/URI/sftp.pm blib/lib/URI/sftp.pm cp lib/URI.pm blib/lib/URI.pm cp lib/URI/ssh.pm blib/lib/URI/ssh.pm cp lib/URI/file/QNX.pm blib/lib/URI/file/QNX.pm cp lib/URI/ldaps.pm blib/lib/URI/ldaps.pm cp lib/URI/WithBase.pm blib/lib/URI/WithBase.pm cp lib/URI/urn.pm blib/lib/URI/urn.pm cp lib/URI/Split.pm blib/lib/URI/Split.pm cp lib/URI/_idna.pm blib/lib/URI/_idna.pm cp lib/URI/_server.pm blib/lib/URI/_server.pm cp lib/URI/data.pm blib/lib/URI/data.pm cp lib/URI/tn3270.pm blib/lib/URI/tn3270.pm cp lib/URI/nntps.pm blib/lib/URI/nntps.pm cp lib/URI/https.pm blib/lib/URI/https.pm cp lib/URI/pop.pm blib/lib/URI/pop.pm cp lib/URI/rtspu.pm blib/lib/URI/rtspu.pm cp lib/URI/_foreign.pm blib/lib/URI/_foreign.pm cp lib/URI/_segment.pm blib/lib/URI/_segment.pm cp lib/URI/Heuristic.pm blib/lib/URI/Heuristic.pm cp lib/URI/_userpass.pm blib/lib/URI/_userpass.pm cp lib/URI/URL.pm blib/lib/URI/URL.pm cp lib/URI/rsync.pm blib/lib/URI/rsync.pm cp lib/URI/urn/isbn.pm blib/lib/URI/urn/isbn.pm cp lib/URI/_query.pm blib/lib/URI/_query.pm cp lib/URI/news.pm blib/lib/URI/news.pm cp lib/URI/nntp.pm blib/lib/URI/nntp.pm cp lib/URI/http.pm blib/lib/URI/http.pm cp lib/URI/gopher.pm blib/lib/URI/gopher.pm cp lib/URI/rtsp.pm blib/lib/URI/rtsp.pm cp lib/URI/file/OS2.pm blib/lib/URI/file/OS2.pm cp lib/URI/file/Unix.pm blib/lib/URI/file/Unix.pm cp lib/URI/file.pm blib/lib/URI/file.pm cp lib/URI/file/Base.pm blib/lib/URI/file/Base.pm cp lib/URI/telnet.pm blib/lib/URI/telnet.pm cp lib/URI/urn/oid.pm blib/lib/URI/urn/oid.pm cp lib/URI/ftp.pm blib/lib/URI/ftp.pm cp lib/URI/file/Mac.pm blib/lib/URI/file/Mac.pm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-uri-5.10' >>> perl-uri 5.10 Installing to target cd /nvmedata/autobuild/instance-27/output-1/build/perl-uri-5.10/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /nvmedata/autobuild/instance-27/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/perl-uri-5.10' Manifying 11 pod documents Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/_idna.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/IRI.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/rtspu.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/telnet.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/snews.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/_query.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/Escape.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/nntp.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/tn3270.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/_foreign.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/_userpass.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/http.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/sftp.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/ftp.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/ldap.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/sip.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/ldaps.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/ssh.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/_login.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/urn.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/data.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/_server.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/nntps.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/_ldap.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/mms.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/https.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/URL.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/ldapi.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/WithBase.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/sips.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/news.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/Split.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/QueryParam.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/_punycode.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/Heuristic.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/rlogin.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/rtsp.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/gopher.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/file.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/_generic.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/pop.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/_segment.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/mailto.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/rsync.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/file/QNX.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/file/Win32.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/file/OS2.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/file/Mac.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/file/Base.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/file/Unix.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/file/FAT.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/urn/isbn.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/lib/perl5/site_perl/5.34.1/URI/urn/oid.pm Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI::WithBase.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI::file.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI::_punycode.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI::Heuristic.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI::URL.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI::Split.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI::Escape.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI::ldap.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI::QueryParam.3 Installing /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3/URI::data.3 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/perl-uri-5.10' pigz-2.6.tar.gz: OK (sha256: 577673676cd5c7219f94b236075451220bae3e1ca451cf849947a2998fbf5820) >>> pigz 2.6 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/pigz/pigz-2.6.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/pigz-2.6 -xf - >>> pigz 2.6 Patching >>> pigz 2.6 Configuring >>> pigz 2.6 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /nvmedata/autobuild/instance-27/output-1/build/pigz-2.6 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pigz-2.6' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pigz.o pigz.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o yarn.o yarn.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o try.o try.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c zopfli/src/zopfli/deflate.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c zopfli/src/zopfli/blocksplitter.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c zopfli/src/zopfli/tree.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c zopfli/src/zopfli/lz77.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c zopfli/src/zopfli/cache.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c zopfli/src/zopfli/hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c zopfli/src/zopfli/util.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c zopfli/src/zopfli/squeeze.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c zopfli/src/zopfli/katajainen.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c zopfli/src/zopfli/symbols.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pigz pigz.o yarn.o try.o deflate.o blocksplitter.o tree.o lz77.o cache.o hash.o util.o squeeze.o katajainen.o symbols.o -lm -lpthread -lz ln -f pigz unpigz make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pigz-2.6' >>> pigz 2.6 Installing to target /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-27/output-1/build/pigz-2.6/pigz /nvmedata/autobuild/instance-27/output-1/target/usr/bin/pigz >>> portaudio 190700_20210406 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.pa_stable_v190700_20210406.tgz.7nuQOT/output' 'http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz' --2022-06-04 13:57:49-- http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz Resolving files.portaudio.com (files.portaudio.com)... 107.22.210.58 Connecting to files.portaudio.com (files.portaudio.com)|107.22.210.58|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1462695 (1.4M) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.pa_stable_v190700_20210406.tgz.7nuQOT/output' 0K .......... .......... .......... .......... .......... 3% 508K 3s 50K .......... .......... .......... .......... .......... 7% 1.03M 2s 100K .......... .......... .......... .......... .......... 10% 14.9M 1s 150K .......... .......... .......... .......... .......... 14% 186M 1s 200K .......... .......... .......... .......... .......... 17% 986K 1s 250K .......... .......... .......... .......... .......... 21% 182M 1s 300K .......... .......... .......... .......... .......... 24% 186M 1s 350K .......... .......... .......... .......... .......... 28% 1.16M 1s 400K .......... .......... .......... .......... .......... 31% 8.61M 1s 450K .......... .......... .......... .......... .......... 35% 185M 0s 500K .......... .......... .......... .......... .......... 38% 191M 0s 550K .......... .......... .......... .......... .......... 42% 221M 0s 600K .......... .......... .......... .......... .......... 45% 195M 0s 650K .......... .......... .......... .......... .......... 49% 112M 0s 700K .......... .......... .......... .......... .......... 52% 74.8M 0s 750K .......... .......... .......... .......... .......... 56% 1.19M 0s 800K .......... .......... .......... .......... .......... 59% 8.80M 0s 850K .......... .......... .......... .......... .......... 63% 187M 0s 900K .......... .......... .......... .......... .......... 66% 54.1M 0s 950K .......... .......... .......... .......... .......... 70% 136M 0s 1000K .......... .......... .......... .......... .......... 73% 27.2M 0s 1050K .......... .......... .......... .......... .......... 77% 173M 0s 1100K .......... .......... .......... .......... .......... 80% 176M 0s 1150K .......... .......... .......... .......... .......... 84% 203M 0s 1200K .......... .......... .......... .......... .......... 87% 178M 0s 1250K .......... .......... .......... .......... .......... 91% 186M 0s 1300K .......... .......... .......... .......... .......... 94% 161M 0s 1350K .......... .......... .......... .......... .......... 98% 181M 0s 1400K .......... .......... ........ 100% 16.6M=0.3s 2022-06-04 13:57:49 (4.58 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.pa_stable_v190700_20210406.tgz.7nuQOT/output' saved [1462695/1462695] pa_stable_v190700_20210406.tgz: OK (sha256: 47efbf42c77c19a05d22e627d42873e991ec0c1357219c0d74ce6a2948cb2def) >>> portaudio 190700_20210406 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/portaudio/pa_stable_v190700_20210406.tgz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406 -xf - >>> portaudio 190700_20210406 Patching >>> portaudio 190700_20210406 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406 -name $file); do cp support/gnuconfig/$file $i; done; done >>> portaudio 190700_20210406 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/ltmain.sh Hunk #7 succeeded at 6699 (offset 3 lines). Hunk #8 succeeded at 9280 (offset 6 lines). >>> portaudio 190700_20210406 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-alsa --without-oss --disable-cxx ) checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking target system type... mips64el-buildroot-linux-uclibc checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking for gawk... gawk checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for mips64el-buildroot-linux-uclibc-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... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking whether byte ordering is bigendian... (cached) no checking for HPI_SubSysCreate in -lhpi... no checking pkg-config is at least version 0.9.0... yes checking for JACK... no checking size of short... 2 checking size of int... 4 checking size of long... 8 checking for clock_gettime in -lrt... yes checking for clock_gettime... yes checking for nanosleep... yes checking for pthread_create in -lpthread... yes configure: creating ./config.status config.status: creating Makefile config.status: creating portaudio-2.0.pc config.status: executing libtool commands Configuration summary: Target ...................... mips64el-buildroot-linux-uclibc C++ bindings ................ no Debug output ................ no ALSA ........................ no ASIHPI ...................... no OSS ......................... no JACK ........................ no >>> portaudio 190700_20210406 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406' mkdir lib mkdir -p src/common src/hostapi/alsa src/hostapi/asihpi src/hostapi/asio src/hostapi/coreaudio src/hostapi/dsound src/hostapi/jack src/hostapi/oss src/hostapi/skeleton src/hostapi/wasapi src/hostapi/wdmks src/hostapi/wmme src/os/unix src/os/win touch lib-stamp /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_allocation.c -o src/common/pa_allocation.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_allocation.c -fPIC -DPIC -o src/common/.libs/pa_allocation.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_converters.c -o src/common/pa_converters.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_converters.c -fPIC -DPIC -o src/common/.libs/pa_converters.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_cpuload.c -o src/common/pa_cpuload.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_cpuload.c -fPIC -DPIC -o src/common/.libs/pa_cpuload.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_dither.c -o src/common/pa_dither.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_dither.c -fPIC -DPIC -o src/common/.libs/pa_dither.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_debugprint.c -o src/common/pa_debugprint.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_debugprint.c -fPIC -DPIC -o src/common/.libs/pa_debugprint.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_front.c -o src/common/pa_front.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_front.c -fPIC -DPIC -o src/common/.libs/pa_front.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_process.c -o src/common/pa_process.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_process.c -fPIC -DPIC -o src/common/.libs/pa_process.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_stream.c -o src/common/pa_stream.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_stream.c -fPIC -DPIC -o src/common/.libs/pa_stream.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_trace.c -o src/common/pa_trace.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/common/pa_trace.c -fPIC -DPIC -o src/common/.libs/pa_trace.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/hostapi/skeleton/pa_hostapi_skeleton.c -o src/hostapi/skeleton/pa_hostapi_skeleton.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/hostapi/skeleton/pa_hostapi_skeleton.c -fPIC -DPIC -o src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/os/unix/pa_unix_hostapis.c -o src/os/unix/pa_unix_hostapis.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/os/unix/pa_unix_hostapis.c -fPIC -DPIC -o src/os/unix/.libs/pa_unix_hostapis.o /bin/bash ./libtool --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.lo libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 src/os/unix/pa_unix_util.c -fPIC -DPIC -o src/os/unix/.libs/pa_unix_util.o /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -fPIC -rpath /usr/lib -no-undefined -export-symbols-regex "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS|PaWasapi|PaWasapiWinrt)_.*" -version-info 2:0:0 -o lib/libportaudio.la src/common/pa_allocation.lo src/common/pa_converters.lo src/common/pa_cpuload.lo src/common/pa_dither.lo src/common/pa_debugprint.lo src/common/pa_front.lo src/common/pa_process.lo src/common/pa_stream.lo src/common/pa_trace.lo src/hostapi/skeleton/pa_hostapi_skeleton.lo src/os/unix/pa_unix_hostapis.lo src/os/unix/pa_unix_util.lo -lrt -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm src/common/.libs/pa_allocation.o src/common/.libs/pa_converters.o src/common/.libs/pa_cpuload.o src/common/.libs/pa_dither.o src/common/.libs/pa_debugprint.o src/common/.libs/pa_front.o src/common/.libs/pa_process.o src/common/.libs/pa_stream.o src/common/.libs/pa_trace.o src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > lib/.libs/libportaudio.exp libtool: link: /bin/grep -E -e "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS|PaWasapi|PaWasapiWinrt)_.*" "lib/.libs/libportaudio.exp" > "lib/.libs/libportaudio.expT" libtool: link: mv -f "lib/.libs/libportaudio.expT" "lib/.libs/libportaudio.exp" libtool: link: echo "{ global:" > lib/.libs/libportaudio.ver libtool: link: cat lib/.libs/libportaudio.exp | sed -e "s/\(.*\)/\1;/" >> lib/.libs/libportaudio.ver libtool: link: echo "local: *; };" >> lib/.libs/libportaudio.ver libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC src/common/.libs/pa_allocation.o src/common/.libs/pa_converters.o src/common/.libs/pa_cpuload.o src/common/.libs/pa_dither.o src/common/.libs/pa_debugprint.o src/common/.libs/pa_front.o src/common/.libs/pa_process.o src/common/.libs/pa_stream.o src/common/.libs/pa_trace.o src/hostapi/skeleton/.libs/pa_hostapi_skeleton.o src/os/unix/.libs/pa_unix_hostapis.o src/os/unix/.libs/pa_unix_util.o -lrt -lm -lpthread -Wl,-soname -Wl,libportaudio.so.2 -Wl,-version-script -Wl,lib/.libs/libportaudio.ver -o lib/.libs/libportaudio.so.2.0.0 libtool: link: (cd "lib/.libs" && rm -f "libportaudio.so.2" && ln -s "libportaudio.so.2.0.0" "libportaudio.so.2") libtool: link: (cd "lib/.libs" && rm -f "libportaudio.so" && ln -s "libportaudio.so.2.0.0" "libportaudio.so") libtool: link: ( cd "lib/.libs" && rm -f "libportaudio.la" && ln -s "../libportaudio.la" "libportaudio.la" ) if test -n "" ; then for dir in ""; do /usr/bin/make -C $dir all; done ; fi mkdir bin touch bin-stamp /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest1.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest1.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_buffer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_buffer.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_buffer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_buffer.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_callbackstop -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_callbackstop.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_callbackstop -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_callbackstop.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_clip -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_clip.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_clip -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_clip.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_dither -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_dither.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_dither -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_dither.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_hang -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_hang.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_hang -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_hang.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_in_overflow -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_in_overflow.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_in_overflow -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_in_overflow.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_latency -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_latency.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_latency -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_latency.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_leftright -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_leftright.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_leftright -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_leftright.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_longsine -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_longsine.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_longsine -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_longsine.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_many -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_many.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_many -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_many.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_maxsines -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_maxsines.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_maxsines -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_maxsines.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_mono -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_mono.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_mono -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_mono.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_multi_sine -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_multi_sine.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_multi_sine -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_multi_sine.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_out_underflow -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_out_underflow.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_out_underflow -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_out_underflow.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_prime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_prime.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_prime -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_prime.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_ringmix -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_ringmix.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_ringmix -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_ringmix.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_sine8 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_sine8.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_sine8 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_sine8.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_sine_channelmaps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_sine_channelmaps.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_sine_channelmaps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_sine_channelmaps.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_sine_formats -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_sine_formats.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_sine_formats -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_sine_formats.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_sine_time -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_sine_time.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_sine_time -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_sine_time.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_sine_srate -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_sine_srate.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_sine_srate -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_sine_srate.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_start_stop -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_start_stop.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_start_stop -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_start_stop.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_stop -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_stop.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_stop -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_stop.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_stop_playout -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_stop_playout.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_stop_playout -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_stop_playout.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_toomanysines -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_toomanysines.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_toomanysines -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_toomanysines.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_two_rates -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_two_rates.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_two_rates -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_two_rates.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_underflow -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_underflow.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_underflow -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_underflow.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_wire -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_wire.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/patest_wire -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/patest_wire.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/pa_minlat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/pa_minlat.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/pa_minlat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./test/pa_minlat.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/pa_devs -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/pa_devs.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/pa_devs -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/pa_devs.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/pa_fuzz -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/pa_fuzz.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/pa_fuzz -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/pa_fuzz.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_pink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_pink.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_pink -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_pink.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_read_write_wire -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_read_write_wire.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_read_write_wire -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_read_write_wire.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_record -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_record.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_record -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_record.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_saw -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_saw.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_saw -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_saw.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_sine -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_sine.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_sine -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_sine.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_write_sine -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_write_sine.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_write_sine -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_write_sine.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_write_sine_nonint -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_write_sine_nonint.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paex_write_sine_nonint -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./examples/paex_write_sine_nonint.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paqa_devs -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./qa/paqa_devs.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paqa_devs -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./qa/paqa_devs.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paqa_errs -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./qa/paqa_errs.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paqa_errs -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./qa/paqa_errs.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs /bin/bash ./libtool --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paqa_latency -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./qa/paqa_latency.c lib/libportaudio.la -lm -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o bin/paqa_latency -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DPA_LITTLE_ENDIAN -I./include -I./src/common -I./src/os/unix -pthread -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_CLOCK_GETTIME=1 -DHAVE_NANOSLEEP=1 ./qa/paqa_latency.c lib/.libs/libportaudio.so -lm -lpthread -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/lib/.libs make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406' >>> portaudio 190700_20210406 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406' /usr/bin/install -c -d /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib /bin/bash ./libtool --mode=install /usr/bin/install -c lib/libportaudio.la /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib libtool: install: /usr/bin/install -c lib/.libs/libportaudio.so.2.0.0 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libportaudio.so.2.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libportaudio.so.2.0.0 libportaudio.so.2 || { rm -f libportaudio.so.2 && ln -s libportaudio.so.2.0.0 libportaudio.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libportaudio.so.2.0.0 libportaudio.so || { rm -f libportaudio.so && ln -s libportaudio.so.2.0.0 libportaudio.so; }; }) libtool: install: /usr/bin/install -c lib/.libs/libportaudio.lai /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libportaudio.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include for include in portaudio.h; do \ /usr/bin/install -c -m 644 -m 644 ./include/$include /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/$include; \ done /usr/bin/install -c -d /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig /usr/bin/install -c -m 644 portaudio-2.0.pc /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/portaudio-2.0.pc ------------------------------------------------------------ PortAudio was successfully installed. On some systems (e.g. Linux) you should run 'ldconfig' now to make the shared object available. You may also need to modify your LD_LIBRARY_PATH environment variable to include the directory /usr/lib ------------------------------------------------------------ /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406' if test -n "" ; then for dir in ""; do /usr/bin/make -C $dir install; done ; fi make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406' >>> portaudio 190700_20210406 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> portaudio 190700_20210406 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406' /usr/bin/install -c -d /nvmedata/autobuild/instance-27/output-1/target/usr/lib /bin/bash ./libtool --mode=install /usr/bin/install -c lib/libportaudio.la /nvmedata/autobuild/instance-27/output-1/target/usr/lib libtool: install: /usr/bin/install -c lib/.libs/libportaudio.so.2.0.0 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libportaudio.so.2.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libportaudio.so.2.0.0 libportaudio.so.2 || { rm -f libportaudio.so.2 && ln -s libportaudio.so.2.0.0 libportaudio.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libportaudio.so.2.0.0 libportaudio.so || { rm -f libportaudio.so && ln -s libportaudio.so.2.0.0 libportaudio.so; }; }) libtool: install: /usr/bin/install -c lib/.libs/libportaudio.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libportaudio.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /nvmedata/autobuild/instance-27/output-1/target/usr/include for include in portaudio.h; do \ /usr/bin/install -c -m 644 -m 644 ./include/$include /nvmedata/autobuild/instance-27/output-1/target/usr/include/$include; \ done /usr/bin/install -c -d /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig /usr/bin/install -c -m 644 portaudio-2.0.pc /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig/portaudio-2.0.pc ------------------------------------------------------------ PortAudio was successfully installed. On some systems (e.g. Linux) you should run 'ldconfig' now to make the shared object available. You may also need to modify your LD_LIBRARY_PATH environment variable to include the directory /usr/lib ------------------------------------------------------------ /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406' if test -n "" ; then for dir in ""; do /usr/bin/make -C $dir install; done ; fi make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/portaudio-190700_20210406' >>> pound 2.8 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.Pound-2.8.tgz.lh26Jt/output' 'http://www.apsis.ch/pound/Pound-2.8.tgz' --2022-06-04 13:58:11-- http://www.apsis.ch/pound/Pound-2.8.tgz Resolving www.apsis.ch (www.apsis.ch)... 217.26.51.168, 2a00:d70:0:b:2002:0:d91a:33a8 Connecting to www.apsis.ch (www.apsis.ch)|217.26.51.168|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.apsis.ch/pound/Pound-2.8.tgz [following] --2022-06-04 13:58:11-- https://www.apsis.ch/pound/Pound-2.8.tgz Connecting to www.apsis.ch (www.apsis.ch)|217.26.51.168|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 186124 (182K) [application/x-tar] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.Pound-2.8.tgz.lh26Jt/output' 0K .......... .......... .......... .......... .......... 27% 178K 1s 50K .......... .......... .......... .......... .......... 55% 355K 0s 100K .......... .......... .......... .......... .......... 82% 350K 0s 150K .......... .......... .......... . 100% 158M=0.6s 2022-06-04 13:58:13 (322 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.Pound-2.8.tgz.lh26Jt/output' saved [186124/186124] Pound-2.8.tgz: OK (sha256: a7fd8690de0fd390615e79fd0f4bfd56a544b8ef97dd6659c07ecd3207480c25) >>> pound 2.8 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/pound/Pound-2.8.tgz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/pound-2.8 -xf - >>> pound 2.8 Patching Applying 0001-fix-openssl-1.0.2.patch using patch: patching file dh2048.h patching file svc.c Hunk #1 succeeded at 1287 (offset -225 lines). Applying 0002-fix-openssl-1.1.0.patch using patch: patching file config.c patching file http.c patching file pound.h patching file svc.c Hunk #10 succeeded at 1283 (offset -3 lines). Hunk #11 succeeded at 1320 (offset -3 lines). Hunk #12 succeeded at 1409 (offset 30 lines). Hunk #13 succeeded at 1500 (offset 30 lines). Hunk #14 succeeded at 1514 (offset 30 lines). Hunk #15 succeeded at 1750 (offset 30 lines). Applying 0003-Support-for-libressl-coexisting-with-openssl-1.1.x.patch using patch: patching file config.c patching file svc.c >>> pound 2.8 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/pound-2.8 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pound 2.8 Patching libtool >>> pound 2.8 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/pound-2.8/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-owner=autobuild --with-group=autobuild ) 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 mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking for a BSD-compatible install... /usr/bin/install -c checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking target system type... mips64el-buildroot-linux-uclibc configure: *** Checking for threads library and/or flags *** 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 cc_r... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc configure: *** Parsing options *** configure: *** Checking for libraries *** checking for dlopen in -ldl... yes checking for socket in -lsocket... no checking for hstrerror in -lresolv... yes checking for BIO_new in -lcrypto... yes checking for SSL_CTX_new in -lssl... yes checking for regcomp in -lpcreposix... yes checking for malloc in -ltcmalloc... no checking for pthread_attr_setstacksize in LIBS=-lpcreposix -lssl -lcrypto -lresolv -ldl -lm with CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DUPER... OK configure: *** Checking for header files *** checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... 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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for sys/types.h... (cached) yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.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 signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking wait.h usability... yes checking wait.h presence... yes checking for wait.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for sys/stat.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking pcreposix.h usability... yes checking pcreposix.h presence... yes checking for pcreposix.h... yes checking pcre/pcreposix.h usability... no checking pcre/pcreposix.h presence... no checking for pcre/pcreposix.h... no checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes configure: *** Checking for additonal information *** checking for facilitynames presence... yes checking return type of signal handlers... void checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking for unsigned long long int... yes checking for long long int... yes checking for in_addr_t... yes checking for in_port_t... yes checking for time_t... 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 working memcmp... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... (cached) void checking whether lstat correctly handles trailing slash... no checking whether stat accepts an empty string... yes checking for strftime... yes checking for getaddrinfo... yes checking for inet_ntop... yes checking for memset... yes checking for regcomp... yes checking for poll... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strspn... yes checking for strtol... yes checking for setsid... yes checking for X509_STORE_set_flags... yes checking for localtime_r... yes checking for gettimeofday... 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 >>> pound 2.8 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/pound-2.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pound-2.8' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"autobuild\" -DC_GROUP=\"autobuild\" -DC_SUPER=\"0\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o pound.o pound.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"autobuild\" -DC_GROUP=\"autobuild\" -DC_SUPER=\"0\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o http.o http.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"autobuild\" -DC_GROUP=\"autobuild\" -DC_SUPER=\"0\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o config.o config.c openssl dhparam -5 -C -noout 512 > dh512.h Generating DH parameters, 512 bit long safe prime, generator 5 This is going to take a long time .................................+....+.............+.......+.....+.................................+...............................................++*++*++*++*++* /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"autobuild\" -DC_GROUP=\"autobuild\" -DC_SUPER=\"0\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o svc.o svc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pound pound.o http.o config.o svc.o -lpcreposix -lssl -lcrypto -lresolv -ldl -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"autobuild\" -DC_GROUP=\"autobuild\" -DC_SUPER=\"0\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o poundctl.o poundctl.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o poundctl poundctl.o -lpcreposix -lssl -lcrypto -lresolv -ldl -lm make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pound-2.8' >>> pound 2.8 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/pound-2.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pound-2.8' /usr/bin/install -c -d /nvmedata/autobuild/instance-27/output-1/target/usr/sbin /usr/bin/install -c -o autobuild -g autobuild -m 555 pound /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/pound /usr/bin/install -c -o autobuild -g autobuild -m 555 poundctl /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/poundctl /usr/bin/install -c -d /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8 /usr/bin/install -c -o autobuild -g autobuild -m 644 pound.8 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8/pound.8 /usr/bin/install -c -o autobuild -g autobuild -m 644 poundctl.8 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8/poundctl.8 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pound-2.8' >>> proxychains-ng 4.14 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.proxychains-ng-4.14.tar.xz.U3Nrk7/output' 'http://downloads.sourceforge.net/project/proxychains-ng/proxychains-ng-4.14.tar.xz' --2022-06-04 13:58:27-- http://downloads.sourceforge.net/project/proxychains-ng/proxychains-ng-4.14.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://cfhcable.dl.sourceforge.net/project/proxychains-ng/proxychains-ng-4.14.tar.xz [following] --2022-06-04 13:58:27-- http://cfhcable.dl.sourceforge.net/project/proxychains-ng/proxychains-ng-4.14.tar.xz Resolving cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)... 146.71.73.6 Connecting to cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)|146.71.73.6|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 33844 (33K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.proxychains-ng-4.14.tar.xz.U3Nrk7/output' 0K .......... .......... .......... ... 100% 630K=0.05s 2022-06-04 13:58:31 (630 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.proxychains-ng-4.14.tar.xz.U3Nrk7/output' saved [33844/33844] proxychains-ng-4.14.tar.xz: OK (sha512: 75a1a4629d2b7ebac9b909a694b395339cf669fa4e23bfcc57938e46377b5619f31c9651d2bc457d1ad10ec1be7747981106392bf8bf65999cb7bb9c748d7e95) >>> proxychains-ng 4.14 Extracting xzcat /nvmedata/autobuild/instance-27/dl/proxychains-ng/proxychains-ng-4.14.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/proxychains-ng-4.14 -xf - >>> proxychains-ng 4.14 Patching Applying 0001-configure-fix-check_link_silent-test.patch using patch: patching file configure Hunk #1 succeeded at 48 (offset -1 lines). >>> proxychains-ng 4.14 Configuring cd /nvmedata/autobuild/instance-27/output-1/build/proxychains-ng-4.14 && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ./configure --prefix=/usr --sysconfdir=/etc checking whether we have GNU-style getservbyname_r() ... yes checking whether we have pipe2() and O_CLOEXEC ... yes checking whether $CC defines __APPLE__ ... no checking whether $CC defines __FreeBSD__ ... no checking whether $CC defines __OpenBSD__ ... no checking whether $CC defines __sun ... no checking whether we can use -Wl,--no-as-needed ... yes checking what's the option to use in linker to set library name ... --soname Done, now run make && make install >>> proxychains-ng 4.14 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/proxychains-ng-4.14 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/proxychains-ng-4.14' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/nameinfo.o src/nameinfo.c printf '#define VERSION "%s"\n' "$(sh tools/version.sh)" > src/version.h /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/version.o src/version.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/core.o src/core.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/common.o src/common.c src/common.c: In function 'get_config_path': src/common.c:77:2: warning: null destination pointer [-Wformat-truncation=] 77 | snprintf(pbuf, bufsize, "%s/.proxychains/%s", path, PROXYCHAINS_CONF_FILE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/libproxychains.o src/libproxychains.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/allocator_thread.o src/allocator_thread.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/ip_type.o src/ip_type.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/hostsreader.o src/hostsreader.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/hash.o src/hash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/debug.o src/debug.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -fPIC -Wl,--no-as-needed -ldl -lpthread -Wl,--soname,libproxychains4.so \ -shared -o libproxychains4.so src/nameinfo.o src/version.o src/core.o src/common.o src/libproxychains.o src/allocator_thread.o src/ip_type.o src/hostsreader.o src/hash.o src/debug.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSUPER_SECURE -DHAVE_GNU_GETSERVBYNAME_R -DHAVE_PIPE2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DLIB_DIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DDLL_NAME=\"libproxychains4.so\" -fPIC -c -o src/main.o src/main.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc src/main.o src/common.o -o proxychains4 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/proxychains-ng-4.14' >>> proxychains-ng 4.14 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/proxychains-ng-4.14 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install install-config make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/proxychains-ng-4.14' ./tools/install.sh -D -m 644 libproxychains4.so /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libproxychains4.so ./tools/install.sh -D -m 755 proxychains4 /nvmedata/autobuild/instance-27/output-1/target/usr/bin/proxychains4 ./tools/install.sh -D -m 644 src/proxychains.conf /nvmedata/autobuild/instance-27/output-1/target/etc/proxychains.conf make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/proxychains-ng-4.14' >>> ptpd2 2.3.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.ptpd2-2.3.1.tar.gz.KN7yWp/output' 'https://github.com/ptpd/ptpd/archive/ptpd-2.3.1/ptpd2-2.3.1.tar.gz' --2022-06-04 13:58:34-- https://github.com/ptpd/ptpd/archive/ptpd-2.3.1/ptpd2-2.3.1.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://codeload.github.com/ptpd/ptpd/tar.gz/refs/tags/ptpd-2.3.1 [following] --2022-06-04 13:58:34-- https://codeload.github.com/ptpd/ptpd/tar.gz/refs/tags/ptpd-2.3.1 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.ptpd2-2.3.1.tar.gz.KN7yWp/output' 0K .......... .......... .......... .......... .......... 468K 50K .......... .......... .......... .......... .......... 927K 100K .......... .......... .......... .......... .......... 73.5M 150K .......... .......... .......... .......... .......... 932K 200K .......... .......... .......... .......... .......... 67.8M 250K .......... .......... .......... .......... .......... 64.8M 300K .......... .......... .......... .......... .......... 64.0M 350K .......... .......... .......... .......... .......... 459K 400K .......... .......... .......... .......... .......... 134M 450K .......... .......... .......... .......... .......... 147M 500K .......... .......... .......... .......... .......... 157M 550K .......... .......... .......... .......... .......... 131M 600K .......... .......... .......... .......... .......... 152M 650K .......... .......... .......... .......... .......... 182M 700K .......... .......... .......... .......... .......... 174M 750K .......... .......... .......... .......... .......... 144M 800K .......... .......... .......... .......... .......... 206M 850K .......... ... 153M=0.3s 2022-06-04 13:58:35 (2.56 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.ptpd2-2.3.1.tar.gz.KN7yWp/output' saved [884161] ptpd2-2.3.1.tar.gz: OK (sha256: 267ad61d09d97069acec5d4878dceda20d0ddbebd27557d80230847848cee6c2) >>> ptpd2 2.3.1 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/ptpd2/ptpd2-2.3.1.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1 -xf - >>> ptpd2 2.3.1 Patching Applying 0001-musl.patch using patch: patching file src/dep/net.c Applying 0002-ntp_isc_md5-rename-EVP_MD_CTX-into-PTPD_EVP_MD_CTX.patch using patch: patching file src/dep/ntpengine/ntp_isc_md5.c patching file src/dep/ntpengine/ntp_isc_md5.h Applying 0003-Solve-issue-25-Removing-type-U64-from-net-snmp-relat.patch using patch: patching file src/dep/snmp.c >>> ptpd2 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ptpd2 2.3.1 Configuring >>> ptpd2 2.3.1 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/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:14: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:14: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:14: the top level configure.ac:28: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:28: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:28: the top level configure.ac:29: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:29: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:29: the top level configure.ac:83: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:83: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:83: the top level configure.ac:159: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:159: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:159: the top level configure.ac:212: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.ac:212: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.ac:212: the top level configure.ac:27: installing 'build-aux/compile' configure.ac:29: installing 'build-aux/config.guess' configure.ac:29: installing 'build-aux/config.sub' configure.ac:18: installing 'build-aux/install-sh' configure.ac:18: installing 'build-aux/missing' src/Makefile.am: installing 'build-aux/depcomp' >>> ptpd2 2.3.1 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1/build-aux/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 /nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-pcap-config=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/pcap-config --disable-snmp ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gawk... (cached) gawk checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 sys/select.h... yes checking for sys/socket.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 cut... /usr/bin/cut checking for tr... /usr/bin/tr checking for svnversion... /usr/bin/svnversion checking for linux/net_tstamp.h... yes checking for pow in -lm... yes checking for clock_gettime in -lrt... yes checking for egrep... (cached) /bin/grep -E checking for arpa/inet.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for netdb.h... yes checking for net/ethernet.h... yes checking for netinet/in.h... yes checking for netinet/in_systm.h... yes checking for netinet/ether.h... yes checking for sys/uio.h... yes checking for stdlib.h... (cached) yes checking for string.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/sockio.h... no checking for ifaddrs.h... yes checking for sys/time.h... (cached) yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for glob.h... yes checking for sched.h... yes checking for utmp.h... yes checking for utmpx.h... yes checking for linux/rtc.h... yes checking for sys/timex.h... yes checking for endian.h... yes checking for machine/endian.h... no checking for sys/isa_defs.h... no checking for math.h... yes checking for sys/cpuset.h... no checking for net/if.h... yes checking for net/if_arp.h... yes checking for netinet/if_ether.h... yes checking for net/if_ether.h... no checking for an ANSI C-conforming const... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for working volatile... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for size_t... yes checking for ssize_t... yes checking for int64_t... yes checking for struct timex.tick... yes checking for struct timex.tai... yes checking for struct ntptimeval.tai... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ether_addr.octet... no checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc needs -traditional... no checking for GNU libc compatible malloc... (cached) yes checking for working memcmp... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for strftime... yes checking for vprintf... yes checking for clock_gettime... yes checking for dup2... yes checking for ftruncate... yes checking for gethostbyname2... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for pow... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for glob... yes checking for pututline... yes checking for utmpxname... yes checking for updwtmpx... yes checking for setutent... yes checking for endutent... yes checking for signal... yes checking for ntp_gettime... no configure: ************************************************************ configure: * PTPD BUILD FLAG AND LIBRARY DEPENDENCY CHECKS START HERE * configure: ************************************************************ checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc options needed to detect all undeclared functions... none needed checking whether MSG_ERRQUEUE is declared... yes checking whether POSIX_TIMERS_SUPPORTED is declared... yes checking if we want to build POSIX timer support... yes checking for pcap-config... /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/pcap-config checking if we want to build with libpcap support... yes, pcap-config checking for pcap/pcap.h... yes checking for pcap.h... yes checking if we can build with libpcap support... yes checking for net-snmp-config... no checking if we want to try building SNMP support... no checking for RUNTIME_DEBUG... no checking for (old-style) debug message level... no checking for maximum unicast destination table size... 128 checking for daemon mode... yes checking for experimental options... no checking for realtime statistics support... yes checking if we want to enable SO_TIMESTAMPING support on Linux if available... yes checking if we're building a slave-only build... no configure: ************************************************************ configure: * END OF PTPD BUILD FLAG AND LIBRARY DEPENDENCY CHECKS * configure: ************************************************************ checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/ptpd2.8 config.status: creating src/ptpd2.conf.5 config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> ptpd2 2.3.1 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1/src' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o arith.o arith.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o bmc.o bmc.c bmc.c: In function 'bmcStateDecision': bmc.c:631:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 631 | if (ptpClock->portState == PTP_SLAVE) | ^~ bmc.c:633:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 633 | if(rtOpts->calibrationDelay) { | ^~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/ipv4_acl.o dep/ipv4_acl.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/msg.o dep/msg.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/net.o dep/net.c dep/net.c:1912:15: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 1912 | const const RunTimeOpts *rtOpts, Integer32 destinationAddress) | ^~~~~ In function 'getHwAddress', inlined from 'getInterfaceInfo' at dep/net.c:428:11, inlined from 'getInterfaceInfo' at dep/net.c:401:16: dep/net.c:362:5: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 362 | strncpy(ifr.ifr_name, ifaceName, IFACE_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c: In function 'netInit': dep/net.c:998:42: warning: array subscript 2 is outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds] 998 | memcpy(netPath->interfaceID + 4, &addr + 2, 2); | ~~~~~~^~~ dep/net.c:996:12: note: while referencing 'addr' 996 | uint32_t addr = ((struct sockaddr_in*)&(netPath->interfaceInfo.afAddress))->sin_addr.s_addr; | ^~~~ dep/net.c:998:3: warning: 'memcpy' reading 2 bytes from a region of size 0 [-Wstringop-overflow=] 998 | memcpy(netPath->interfaceID + 4, &addr + 2, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/eventtimer.o dep/eventtimer.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o ptp_timers.o ptp_timers.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/servo.o dep/servo.c dep/servo.c:950:36: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 950 | setupPIservo(PIservo* servo, const const RunTimeOpts* rtOpts) | ^~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/iniparser/dictionary.o dep/iniparser/dictionary.c dep/iniparser/dictionary.c: In function 'xstrdup': dep/iniparser/dictionary.c:68:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 68 | strncpy(t,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/iniparser/iniparser.o dep/iniparser/iniparser.c dep/iniparser/iniparser.c: In function 'iniparser_load': dep/iniparser/iniparser.c:708:43: warning: '%s' directive output may be truncated writing up to 1 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 708 | snprintf(tmp, ASCIILINESZ, "%s%s%s", section, strlen(section)==0?"":":", key); | ^~ dep/iniparser/iniparser.c:708:13: note: 'snprintf' output between 1 and 2050 bytes into a destination of size 1024 708 | snprintf(tmp, ASCIILINESZ, "%s%s%s", section, strlen(section)==0?"":":", key); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/daemonconfig.o dep/daemonconfig.c dep/daemonconfig.c: In function 'parseConfig': dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1211:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 1211 | CONFIG_MAP_CHARARRAY("ptpengine:interface",rtOpts->primaryIfaceName,rtOpts->primaryIfaceName, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1214:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 1214 | CONFIG_MAP_CHARARRAY("ptpengine:backup_interface",rtOpts->backupIfaceName,rtOpts->backupIfaceName, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 8192 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1667:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 1667 | CONFIG_MAP_CHARARRAY("ptpengine:unicast_destinations",rtOpts->unicastDestinations,rtOpts->unicastDestinations, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 8192 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1673:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 1673 | CONFIG_MAP_CHARARRAY("ptpengine:unicast_domains",rtOpts->unicastDomains,rtOpts->unicastDomains, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 8192 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1680:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 1680 | CONFIG_MAP_CHARARRAY("ptpengine:unicast_local_preference",rtOpts->unicastLocalPreference,rtOpts->unicastLocalPreference, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1696:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 1696 | CONFIG_MAP_CHARARRAY("ptpengine:unicast_peer_destination",rtOpts->unicastPeerDestination,rtOpts->unicastPeerDestination, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1990:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 1990 | CONFIG_MAP_CHARARRAY("ptpengine:timing_acl_permit",rtOpts->timingAclPermitText, rtOpts->timingAclPermitText, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1997:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 1997 | CONFIG_MAP_CHARARRAY("ptpengine:timing_acl_deny",rtOpts->timingAclDenyText, rtOpts->timingAclDenyText, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2004:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2004 | CONFIG_MAP_CHARARRAY("ptpengine:management_acl_permit",rtOpts->managementAclPermitText, rtOpts->managementAclPermitText, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2011:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2011 | CONFIG_MAP_CHARARRAY("ptpengine:management_acl_deny",rtOpts->managementAclDenyText, rtOpts->managementAclDenyText, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2077:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2077 | CONFIG_MAP_CHARARRAY("clock:drift_file",rtOpts->driftFile,rtOpts->driftFile, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2091:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2091 | CONFIG_MAP_CHARARRAY("clock:leap_seconds_file",rtOpts->leapFile,rtOpts->leapFile, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2228:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2228 | CONFIG_MAP_CHARARRAY("global:lock_file",rtOpts->lockFile,rtOpts->lockFile, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2235:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2235 | CONFIG_MAP_CHARARRAY("global:lock_directory",rtOpts->lockDirectory,rtOpts->lockDirectory, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2245:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2245 | CONFIG_MAP_CHARARRAY("global:quality_file",rtOpts->recordLog.logPath,rtOpts->recordLog.logPath, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2262:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2262 | CONFIG_MAP_CHARARRAY("global:status_file",rtOpts->statusLog.logPath,rtOpts->statusLog.logPath, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2289:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2289 | CONFIG_MAP_CHARARRAY("global:log_file",rtOpts->eventLog.logPath, rtOpts->eventLog.logPath, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2317:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2317 | CONFIG_MAP_CHARARRAY("global:statistics_file",rtOpts->statisticsLog.logPath,rtOpts->statisticsLog.logPath, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation] 361 | if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2432:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' 2432 | CONFIG_MAP_CHARARRAY("ntpengine:key",rtOpts->ntpOptions.key, rtOpts->ntpOptions.key, | ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2538:9: warning: '%s' directive output may be truncated writing 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 2538 | "%s/%s", rtOpts->lockDirectory, DEFAULT_LOCKFILE_NAME); | ^~ dep/daemonconfig.c:2537:4: note: 'snprintf' output between 12 and 4107 bytes into a destination of size 4096 2537 | snprintf(rtOpts->lockFile, PATH_MAX, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2538 | "%s/%s", rtOpts->lockDirectory, DEFAULT_LOCKFILE_NAME); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2526:7: warning: '/ptpd2_' directive output may be truncated writing 7 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ^~~~~ dep/daemonconfig.c:2526:10: note: format string is defined here 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ^~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2525:6: note: 'snprintf' output 20 or more bytes (assuming 4120) into a destination of size 4096 2525 | snprintf(rtOpts->lockFile, PATH_MAX, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2527 | rtOpts->lockDirectory, | ~~~~~~~~~~~~~~~~~~~~~~ 2528 | (rtOpts->clockQuality.clockClass<128 && !rtOpts->slaveOnly) ? "master" : DEFAULT_CLOCKDRIVER, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2529 | rtOpts->ifaceName); | ~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c: In function 'loadCommandLineKeys': dep/daemonconfig.c:2625:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 2625 | strncpy(val,argv[i+1],PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c: In function 'loadCommandLineOptions': dep/daemonconfig.c:2836:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 2836 | strncpy(rtOpts->configFile, optarg, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/startup.o dep/startup.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/sys.o dep/sys.c dep/sys.c: In function 'writeStatusFile': dep/sys.c:996:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 996 | if(ptpClock->portState == PTP_MASTER) | ^~ dep/sys.c:998:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 998 | fprintf(out,"\n"); | ^~~~~~~ dep/sys.c: In function 'ether_ntohost_cache': dep/sys.c:266:2: warning: 'strncpy' output may be truncated copying 100 bytes from a string of length 999 [-Wstringop-truncation] 266 | strncpy(hostname, buf, 100); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'maintainLogSize.part.0': dep/sys.c:547:34: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~ dep/sys.c:547:30: note: directive argument in the range [1, 2147483647] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~~~~~~ dep/sys.c:547:5: note: 'snprintf' output between 3 and 4107 bytes into a destination of size 4096 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c:559:33: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~ dep/sys.c:559:29: note: directive argument in the range [-2147483647, 2147483646] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~~~~~~ dep/sys.c:559:4: note: 'snprintf' output between 3 and 4108 bytes into a destination of size 4096 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'checkOtherLocks': dep/sys.c:1611:39: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1611 | snprintf(searchPattern, PATH_MAX,"%s/%s_*_%s.lock", | ^~ dep/sys.c:1611:2: note: 'snprintf' output 15 or more bytes (assuming 4110) into a destination of size 4096 1611 | snprintf(searchPattern, PATH_MAX,"%s/%s_*_%s.lock", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1612 | rtOpts->lockDirectory, PTPD_PROGNAME,rtOpts->ifaceName); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c:1657:43: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1657 | snprintf(searchPattern, PATH_MAX,"%s/%s_%s_*.lock", | ^~ dep/sys.c:1657:6: note: 'snprintf' output between 26 and 4121 bytes into a destination of size 4096 1657 | snprintf(searchPattern, PATH_MAX,"%s/%s_%s_*.lock", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1658 | rtOpts->lockDirectory,PTPD_PROGNAME,DEFAULT_CLOCKDRIVER); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o display.o display.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o management.o management.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o signaling.o signaling.c signaling.c:867:63: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 867 | void cancelUnicastTransmission(UnicastGrantData* grant, const const RunTimeOpts* rtOpts, PtpClock* ptpClock) | ^~~~~ signaling.c:886:74: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 886 | void issueSignaling(MsgSignaling *outgoing, Integer32 destination, const const RunTimeOpts *rtOpts, | ^~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o protocol.o protocol.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntp_isc_md5.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/ntpengine/ntpdcontrol.o dep/ntpengine/ntpdcontrol.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o timingdomain.o timingdomain.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o ptpd.o ptpd.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/statistics.o dep/statistics.c dep/statistics.c: In function 'createIntMovingStatFilter': dep/statistics.c:496:2: warning: 'strncpy' specified bound 10 equals destination size [-Wstringop-truncation] 496 | strncpy(container->identifier, id, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/statistics.c: In function 'createDoubleMovingStatFilter': dep/statistics.c:655:2: warning: 'strncpy' specified bound 10 equals destination size [-Wstringop-truncation] 655 | strncpy(container->identifier, id, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/outlierfilter.o dep/outlierfilter.c dep/outlierfilter.c: In function 'outlierFilterInit': dep/outlierfilter.c:85:17: warning: 'strncpy' specified bound 10 equals destination size [-Wstringop-truncation] 85 | strncpy(filter->rawStats->identifier, id, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dep/eventtimer_posix.o dep/eventtimer_posix.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -lpcap -o ptpd2 arith.o bmc.o dep/ipv4_acl.o dep/msg.o dep/net.o dep/eventtimer.o ptp_timers.o dep/servo.o dep/iniparser/dictionary.o dep/iniparser/iniparser.o dep/daemonconfig.o dep/startup.o dep/sys.o display.o management.o signaling.o protocol.o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntpdcontrol.o timingdomain.o ptpd.o dep/statistics.o dep/outlierfilter.o dep/eventtimer_posix.o -lrt -lm libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o ptpd2 arith.o bmc.o dep/ipv4_acl.o dep/msg.o dep/net.o dep/eventtimer.o ptp_timers.o dep/servo.o dep/iniparser/dictionary.o dep/iniparser/iniparser.o dep/daemonconfig.o dep/startup.o dep/sys.o display.o management.o signaling.o protocol.o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntpdcontrol.o timingdomain.o ptpd.o dep/statistics.o dep/outlierfilter.o dep/eventtimer_posix.o -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -lpcap -lrt -lm make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' >>> ptpd2 2.3.1 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' Making install in src make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1/src' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c ptpd2 '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c ptpd2 /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/ptpd2 /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 ptpd2.conf.5 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 ptpd2.8 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/ptpd' /usr/bin/install -c -m 644 src/leap-seconds.list.28dec2015 src/ptpd2.conf.minimal src/ptpd2.conf.default-full doc/PTPBASE-MIB.txt '/nvmedata/autobuild/instance-27/output-1/target/usr/share/ptpd' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ptpd2-2.3.1' >>> pure-ftpd 1.0.50 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.pure-ftpd-1.0.50.tar.bz2.2q9yiN/output' 'https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.50.tar.bz2' --2022-06-04 13:59:09-- https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.50.tar.bz2 Resolving download.pureftpd.org (download.pureftpd.org)... 37.59.238.213 Connecting to download.pureftpd.org (download.pureftpd.org)|37.59.238.213|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 520167 (508K) [application/bzip2] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.pure-ftpd-1.0.50.tar.bz2.2q9yiN/output' 0K .......... .......... .......... .......... .......... 9% 333K 1s 50K .......... .......... .......... .......... .......... 19% 167K 2s 100K .......... .......... .......... .......... .......... 29% 58.2M 1s 150K .......... .......... .......... .......... .......... 39% 337K 1s 200K .......... .......... .......... .......... .......... 49% 9.78M 1s 250K .......... .......... .......... .......... .......... 59% 59.8M 0s 300K .......... .......... .......... .......... .......... 68% 28.8M 0s 350K .......... .......... .......... .......... .......... 78% 341K 0s 400K .......... .......... .......... .......... .......... 88% 50.6M 0s 450K .......... .......... .......... .......... .......... 98% 49.1M 0s 500K ....... 100% 113M=0.8s 2022-06-04 13:59:11 (673 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.pure-ftpd-1.0.50.tar.bz2.2q9yiN/output' saved [520167/520167] pure-ftpd-1.0.50.tar.bz2: OK (sha256: 6722c7fd09fe3c9ebbd572f3d097087ec7b32aacb3df8fa3400d4c07e4f377d7) >>> pure-ftpd 1.0.50 Extracting bzcat /nvmedata/autobuild/instance-27/dl/pure-ftpd/pure-ftpd-1.0.50.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50 -xf - >>> pure-ftpd 1.0.50 Patching >>> pure-ftpd 1.0.50 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pure-ftpd 1.0.50 Patching libtool >>> pure-ftpd 1.0.50 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no LIBS=`/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config --libs openssl` CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-altlog --with-puredb --with-capabilities --without-mysql --without-ldap --with-tls --without-pgsql --without-pam ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1002' is supported by ustar format... yes checking whether GID '1002' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... yes (GNU style) checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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/param.h... yes checking for utime.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes 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 mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar) interface... ar checking for mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... (cached) none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... (cached) none checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking for grep that handles long lines and -e... /bin/grep checking for fgrep... /bin/grep -F checking for library containing strerror... none required checking whether C compiler accepts -fPIC... yes checking whether the linker accepts -fPIC... yes checking whether C compiler accepts -fPIE... yes checking whether the linker accepts -pie... yes checking whether C compiler accepts -fwrapv... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -fno-strict-overflow... yes checking whether C compiler accepts -fstack-protector-all... no checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wdiv-by-zero... yes checking whether C compiler accepts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -Winit-self -Wwrite-strings -Wdiv-by-zero -Wno-unused-command-line-argument... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wall -Wextra... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether stat file-mode macros are broken... 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 unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/param.h... (cached) yes checking for ioctl.h... no checking for sys/ioctl.h... yes checking for sys/vfs.h... yes checking for sys/statvfs.h... yes checking for sys/sendfile.h... yes checking for sys/uio.h... yes checking for sys/time.h... (cached) yes checking for sys/resource.h... yes checking for sys/capability.h... yes checking for shadow.h... yes checking for getopt.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for netinet/in_systm.h... yes checking for netinet/in.h... yes checking for sys/pstat.h... no checking for sys/file.h... yes checking for sys/mount.h... yes checking for fcntl.h... yes checking for sys/fcntl.h... yes checking for sys/loadavg.h... no checking for sys/ptrace.h... yes checking for security/pam_appl.h... no checking for security/pam_misc.h... no checking for security/pam_modules.h... no checking for security/pam_filter.h... no checking for pam/pam_appl.h... no checking for pam/pam_misc.h... no checking for pam/pam_modules.h... no checking for pam/pam_filter.h... no checking for sgtty.h... yes checking for termio.h... yes checking for locale.h... yes checking for stdarg.h... yes checking for varargs.h... no checking for windows.h... no checking for io.h... no checking for crypt.h... yes checking for utime.h... (cached) yes checking for openssl/ssl.h... yes checking for openssl/ec.h... yes checking for CoreFoundation/CoreFoundation.h... no checking POSIX termios... yes checking whether byte ordering is bigendian... (cached) no checking for size_t... yes checking for ssize_t... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for egrep... /bin/grep -E checking for uid_t in sys/types.h... yes checking for pid_t... yes checking for off_t... yes checking for mode_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc options needed to detect all undeclared functions... none needed checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether timezone is scalar... yes checking for nlink_t... yes checking for dev_t... yes checking for ino_t... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of mode_t... 4 checking for connect... yes checking for gethostbyname... yes checking for gethostbyname... (cached) yes checking for sendfile in -lsendfile... no checking for socklen_t... yes checking for in_port_t... yes checking for sig_atomic_t... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for inline... inline checking if malloc debugging is wanted... no checking for cap_init in -lcap... yes checking for getspnam... yes checking whether syslog names are available... yes checking whether struct addrinfo is defined... yes checking whether sin_len is defined... no checking whether __ss_family is defined... no checking whether ss_len is defined... no checking whether __ss_len is defined... no checking if a linuxish sendfile is available... yes checking if a linuxish sendfile64 is available... yes checking if a freebsdish sendfile is available... no checking if a hpuxish sendfile is available... no checking for sendfilev... no checking for sendfilev in -lsendfile... no checking if a solarisish sendfilev is available... no checking for crypt in -lcrypt... yes checking for crypto_pwhash_scryptsalsa208sha256_str in -lsodium... no checking for working alloca.h... yes checking for alloca... yes checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking for getpagesize... yes checking for vprintf... yes checking for setlocale... yes checking for alarm... yes checking for fork... yes checking for vfork... yes checking for working mmap... (cached) yes checking for working memcmp... (cached) yes checking for strftime... yes checking whether lstat correctly handles trailing slash... no checking whether stat accepts an empty string... yes checking for locale.h... (cached) yes checking for unistd.h... (cached) yes checking for mach/mach.h... no checking for fcntl.h... (cached) yes checking for setlocale... (cached) yes checking for getloadavg... no checking for pstat_getdynamic... no checking for kstat_open in -lkstat... no checking for elf_begin in -lelf... no checking for kvm_open in -lkvm... no checking for getloadavg in -lutil... no checking for getloadavg in -lgetloadavg... no checking for getloadavg... no checking for sys/dg_sys_info.h... no checking for inq_stats/cpustats.h... no checking for sys/cpustats.h... no checking for mach/mach.h... (cached) no checking for nlist.h... no checking whether getloadavg requires setgid... no checking type of array argument to getgroups... gid_t checking for getgroups... yes checking for working getgroups... guessing no checking whether utime accepts a null argument... guessing yes checking for working strtod... no checking for pow... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for working mktime... no checking whether lstat accepts an empty string... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for error_at_line... yes checking whether closedir returns void... no checking for working chown... no checking for working volatile... yes checking for initgroups... yes checking for setrlimit... yes checking for waitpid... yes checking for setproctitle... no checking for getopt_long... yes checking for seteuid... yes checking for setreuid... yes checking for setresuid... yes checking for setegid... yes checking for setregid... yes checking for setresgid... yes checking for statvfs... yes checking for statfs... yes checking for putenv... yes checking for setenv... yes checking for unsetenv... yes checking for getpagesize... (cached) yes checking for realpath... yes checking for pread... yes checking for posix_fadvise... yes checking for ptrace... yes checking for strtoull... yes checking for strtoq... yes checking for strlcpy... yes checking for strlcat... yes checking for memset... yes checking for munmap... yes checking for strdup... yes checking for fileno... yes checking for mapviewoffile... no checking for madvise... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for inet_ntop... yes checking for inet_pton... yes checking for setusershell... yes checking for setgroups... yes checking for snprintf... yes checking for vsnprintf... yes checking for vfprintf... yes checking for gethostname... yes checking for setlocale... (cached) yes checking for timegm... yes checking for tzset... yes checking for utime... yes checking for utimes... yes checking for mknod... yes checking for mkfifo... yes checking for random... yes checking for srandomdev... no checking for arc4random... no checking for arc4random_stir... no checking for arc4random_addrandom... no checking for closefrom... no checking for explicit_bzero... no checking for getpwnam_shadow... no checking whether statvfs64() is defined... yes checking whether snprintf is C99 conformant... done checking whether getgroups 0 is sane... suppose that it doesnt checking whether realpath likes unreadable directories... no checking whether we are inside a Virtuozzo virtual host... no checking default TCP send buffer size... 65536 checking default TCP receive buffer size... 65536 checking for DH_new in -lcrypto... yes checking for SSL_accept in -lssl... yes checking for DH_get_2048_256... yes checking for TLS_server_method... yes configure: You have /dev/urandom - Great configure: You have /dev/random - Great 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 pam/Makefile config.status: creating man/Makefile config.status: creating gui/Makefile config.status: creating m4/Makefile config.status: creating pure-ftpd.conf config.status: creating puredb/Makefile config.status: creating puredb/src/Makefile config.status: creating man/pure-ftpd.8 config.status: creating man/pure-ftpwho.8 config.status: creating man/pure-mrtginfo.8 config.status: creating man/pure-uploadscript.8 config.status: creating man/pure-statsdecode.8 config.status: creating man/pure-quotacheck.8 config.status: creating man/pure-pw.8 config.status: creating man/pure-pwconvert.8 config.status: creating man/pure-authd.8 config.status: creating man/pure-certd.8 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 >>> pure-ftpd 1.0.50 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' Making all in puredb make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb' Making all in src make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb/src' CC example_read.o CC puredb_read.o AR libpuredb_read.a CCLD example_read CC example_write.o CC puredb_write.o AR libpuredb_write.a CCLD example_write CC regression.o CCLD regression make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb/src' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/src' CC fakesnprintf.o CC mysnprintf.o CC pure-statsdecode.o CCLD pure-statsdecode CC alt_arc4random.o CC bsd-getopt_long.o CC pure-pw.o CC safe_rw.o CC utils.o CCLD pure-pw CC pure-pwconvert.o CCLD pure-pwconvert CC ptracetest.o CCLD ptracetest CC pure-authd.o CCLD pure-authd CC pure-certd.o CCLD pure-certd CC main.o CC libpureftpd_a-altlog.o CC libpureftpd_a-alt_arc4random.o CC libpureftpd_a-bonjour.o CC libpureftpd_a-bsd-glob.o CC libpureftpd_a-bsd-realpath.o CC libpureftpd_a-bsd-getopt_long.o CC libpureftpd_a-caps.o CC libpureftpd_a-crypto.o CC libpureftpd_a-daemons.o CC libpureftpd_a-diraliases.o CC libpureftpd_a-dynamic.o CC libpureftpd_a-fakesnprintf.o CC libpureftpd_a-fakechroot.o CC libpureftpd_a-ftp_parser.o CC libpureftpd_a-ftpd.o CC libpureftpd_a-ftpwho-update.o CC libpureftpd_a-ftpwho-read.o CC libpureftpd_a-getloadavg.o CC libpureftpd_a-ipstack.o CC libpureftpd_a-log_unix.o CC libpureftpd_a-log_mysql.o CC libpureftpd_a-log_pgsql.o CC libpureftpd_a-log_pam.o CC libpureftpd_a-log_ldap.o CC libpureftpd_a-log_puredb.o CC libpureftpd_a-log_extauth.o CC libpureftpd_a-ls.o CC libpureftpd_a-mysnprintf.o CC libpureftpd_a-parser.o CC libpureftpd_a-privsep.o CC libpureftpd_a-quotas.o CC libpureftpd_a-safe_rw.o CC libpureftpd_a-simpleconf.o CC libpureftpd_a-tls_extcert.o CC libpureftpd_a-tls.o CC libpureftpd_a-upload-pipe.o CC libpureftpd_a-utils.o AR libpureftpd.a CCLD pure-ftpd CC ipstack.o CC pure-ftpwho.o CCLD pure-ftpwho CC pure_mrtginfo-daemons.o CC pure_mrtginfo-fakesnprintf.o CC pure_mrtginfo-pure-mrtginfo.o CC pure_mrtginfo-mysnprintf.o CCLD pure-mrtginfo CC pure-quotacheck.o CCLD pure-quotacheck CC pure-uploadscript.o CCLD pure-uploadscript make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/src' Making all in man make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/man' Making all in pam make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/pam' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/pam' Making all in gui make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/gui' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/gui' Making all in m4 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/m4' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/m4' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' >>> pure-ftpd 1.0.50 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' Making install in puredb make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb' Making install in src make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb/src' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb/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 '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/puredb' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /usr/bin/install -c pure-statsdecode pure-pw pure-pwconvert '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' /usr/bin/install -c pure-authd pure-certd pure-ftpd pure-ftpwho pure-mrtginfo pure-quotacheck pure-uploadscript '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/src' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-uploadscript.8 pure-statsdecode.8 pure-quotacheck.8 pure-pw.8 pure-pwconvert.8 pure-authd.8 pure-certd.8 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/man' Making install in pam make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/pam' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/pam' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/pam' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/pam' Making install in gui make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/gui' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/gui' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/gui' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/gui' Making install in m4 make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/m4' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/m4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/m4' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50/m4' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/pure-ftpd' /usr/bin/install -c -m 644 FAQ README.LDAP README.MySQL README.PGSQL README.Configuration-File README.Virtual-Users README.Authentication-Modules README.TLS README.MacOS-X pure-ftpd.conf pureftpd.schema pureftpd-ldap.conf pureftpd-mysql.conf pureftpd-pgsql.conf '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/pure-ftpd' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/pure-ftpd-1.0.50' libxml2-2.9.14.tar.xz: OK (sha256: 60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee) >>> host-libxml2 2.9.14 Extracting xzcat /nvmedata/autobuild/instance-27/dl/libxml2/libxml2-2.9.14.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14 -xf - >>> host-libxml2 2.9.14 Patching >>> host-libxml2 2.9.14 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libxml2 2.9.14 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/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.9.14 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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 whether to enable maintainer-specific portions of Makefiles... yes 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 thread-safe mkdir -p... /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... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking whether ln -s works... yes checking how to run the C preprocessor... /usr/bin/cpp checking for mv... /bin/mv checking for tar... /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... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no 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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 zlib Disabling zlib compression support Checking lzma Disabling lzma compression support Checking headers checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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 unistd.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... 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 time.h usability... yes checking time.h presence... yes checking for time.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for stdlib.h... (cached) yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for arpa/nameser.h... yes checking for resolv.h... yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for dlfcn.h... (cached) yes Checking types checking for uint32_t... yes Checking libraries checking for strftime... yes checking for strftime... (cached) yes checking for localtime... yes checking for gettimeofday... yes checking for ftime... yes checking for stat... yes checking for signal... yes checking for rand... yes checking for rand_r... yes checking for srand... yes checking for time... 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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_join in -lpthread... yes Enabled Schematron support checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); Disabling ICU support Enabled Schemas/Relax-NG support checking for printf... yes checking for sprintf... yes checking for fprintf... yes checking for snprintf... yes checking for vfprintf... yes checking for vsprintf... yes checking for vsnprintf... yes checking for sscanf... 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.9.14 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' Making all in include make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include' Making all in libxml make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include/libxml' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include/libxml' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include' Making all in . make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' CC xmllint.o CC SAX.lo CC entities.lo CC encoding.lo CC error.lo CC parserInternals.lo CC parser.lo CC tree.lo CC hash.lo CC list.lo CC xmlIO.lo CC xmlmemory.lo CC uri.lo CC valid.lo CC xlink.lo CC HTMLparser.lo CC HTMLtree.lo CC debugXML.lo CC xpath.lo CC xpointer.lo CC xinclude.lo CC nanohttp.lo CC nanoftp.lo CC catalog.lo CC globals.lo CC threads.lo CC c14n.lo CC xmlstring.lo CC buf.lo CC xmlregexp.lo CC xmlschemas.lo CC xmlschemastypes.lo CC xmlunicode.lo CC xmlreader.lo CC relaxng.lo CC dict.lo CC SAX2.lo CC xmlwriter.lo CC legacy.lo CC chvalid.lo CC pattern.lo CC xmlsave.lo CC xmlmodule.lo CC schematron.lo CC xzlib.lo CCLD libxml2.la CCLD xmllint CC xmlcatalog.o CCLD xmlcatalog CC testdso.lo CCLD testdso.la sed -e 's?\@XML_LIBDIR\@?-L/nvmedata/autobuild/instance-27/output-1/host/lib?g' \ -e 's?\@XML_INCLUDEDIR\@?-I/nvmedata/autobuild/instance-27/output-1/host/include/libxml2?g' \ -e 's?\@VERSION\@?2.9.14?g' \ -e 's?\@XML_LIBS\@?-lxml2?g' \ -e 's?\@XML_PRIVATE_LIBS\@?-lm ?g' \ < ./xml2Conf.sh.in > xml2Conf.tmp \ && mv xml2Conf.tmp xml2Conf.sh make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc' Making all in . make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc' Making all in devhelp make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/devhelp' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/devhelp' Making all in examples make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/examples' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/examples' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc' Making all in example make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/example' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/example' Making all in fuzz make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/fuzz' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/fuzz' Making all in xstc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/xstc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/xstc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' >>> host-libxml2 2.9.14 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' Making install in include make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include' Making install in libxml make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include/libxml' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include/libxml' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/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 xmlversion.h DOCBparser.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 '/nvmedata/autobuild/instance-27/output-1/host/include/libxml2/libxml' /usr/bin/install -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/nvmedata/autobuild/instance-27/output-1/host/include/libxml2/libxml' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include/libxml' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include/libxml' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/include' Making install in . make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libxml2.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libxml2.so.2.9.14 /nvmedata/autobuild/instance-27/output-1/host/lib/libxml2.so.2.9.14 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxml2.so.2.9.14 libxml2.so.2 || { rm -f libxml2.so.2 && ln -s libxml2.so.2.9.14 libxml2.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxml2.so.2.9.14 libxml2.so || { rm -f libxml2.so && ln -s libxml2.so.2.9.14 libxml2.so; }; }) libtool: install: /usr/bin/install -c .libs/libxml2.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxml2.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c xmllint xmlcatalog '/nvmedata/autobuild/instance-27/output-1/host/bin' libtool: install: /usr/bin/install -c xmllint /nvmedata/autobuild/instance-27/output-1/host/bin/xmllint libtool: install: /usr/bin/install -c xmlcatalog /nvmedata/autobuild/instance-27/output-1/host/bin/xmlcatalog /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/install -c xml2-config '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /usr/bin/install -c -m 644 xml2Conf.sh '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/cmake/libxml2' /usr/bin/install -c -m 644 libxml2-config.cmake '/nvmedata/autobuild/instance-27/output-1/host/lib/cmake/libxml2' /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2 /usr/bin/install -c -m 0644 ./Copyright /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2 /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/examples /usr/bin/install -c -m 0644 ./xmllint.c /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/examples /usr/bin/install -c -m 0644 ./testSAX.c /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/examples /usr/bin/install -c -m 0644 ./testHTML.c /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/examples /usr/bin/install -c -m 0644 ./testXPath.c /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/examples /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /usr/bin/install -c -m 644 libxml.m4 '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /usr/bin/install -c -m 644 xml2-config.1 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 libxml.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libxml-2.0.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' Making install in doc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc' Making install in . make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html /usr/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/html /usr/bin/install -c -m 0644 ./html/*.html /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/html /usr/bin/install -c -m 0644 ./html/*.png /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/html /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/tutorial /usr/bin/install -c -m 0644 ./tutorial/*.* \ /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/tutorial /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/tutorial/images /usr/bin/install -c -m 0644 ./tutorial/images/*.* \ /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/tutorial/images /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/tutorial/images/callouts /usr/bin/install -c -m 0644 ./tutorial/images/callouts/*.* \ /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/tutorial/images/callouts /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /usr/bin/install -c -m 644 xmllint.1 xmlcatalog.1 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc' Making install in devhelp make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/devhelp' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/devhelp' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/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-DOCBparser.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 '/nvmedata/autobuild/instance-27/output-1/host/share/gtk-doc/html/libxml2' /usr/bin/install -c -m 644 libxml2-xmlsave.html 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 '/nvmedata/autobuild/instance-27/output-1/host/share/gtk-doc/html/libxml2' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/devhelp' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/devhelp' Making install in examples make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/examples' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/examples' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/examples /usr/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxml2/html/examples/ make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/examples' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc/examples' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/doc' Making install in example make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/example' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/example' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/example' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/example' Making install in fuzz make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/fuzz' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/fuzz' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/fuzz' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/fuzz' Making install in xstc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/xstc' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/xstc' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/xstc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14/xstc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml2-2.9.14' libxslt-1.1.35.tar.xz: OK (sha256: 8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f34dd79) >>> host-libxslt 1.1.35 Extracting xzcat /nvmedata/autobuild/instance-27/dl/libxslt/libxslt-1.1.35.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35 -xf - >>> host-libxslt 1.1.35 Patching >>> host-libxslt 1.1.35 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libxslt 1.1.35 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/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-libxslt 1.1.35 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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-debug --without-python --without-crypto ) 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 gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of /usr/bin/gcc... none checking whether make supports nested variables... (cached) yes checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... /usr/bin/cpp checking for xmllint... /nvmedata/autobuild/instance-27/output-1/host/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking pkg-config is at least version 0.9.0... yes checking for ANSI C header files... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking how to pass version script to the linker (/usr/bin/ld -m elf_x86_64)... -Wl,--version-script= checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_join in -lpthread... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking for strxfrm_l... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking fp_class.h usability... no checking fp_class.h presence... no checking for fp_class.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for sys/stat.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stat... yes checking for _stat... no checking for pow... no checking for pow in -lm... yes checking for floor... no checking for floor in -lm... yes checking for fabs... no checking for fabs in -lm... yes checking for gettimeofday... yes checking for localtime... yes checking for localtime_r... yes checking for time... yes checking for gmtime... yes checking for gmtime_r... yes checking for ftime... yes checking for printf... yes checking for sprintf... yes checking for fprintf... yes checking for snprintf... yes checking for vfprintf... yes checking for vsprintf... yes checking for vsnprintf... yes checking for sscanf... yes checking for clock_gettime... yes checking for perl... /usr/bin/perl Disabling crypto support Disabling debug support Enabling debugger Enabling profiler checking for xml2-config... /nvmedata/autobuild/instance-27/output-1/host/bin/xml2-config checking for LIBXML... yes checking whether shared libraries will be built (required for plugins)... yes checking libxml2 module support... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libxslt.pc config.status: creating libexslt.pc config.status: creating libxslt-config.cmake config.status: creating libxslt/Makefile config.status: creating libxslt/xsltconfig.h config.status: creating libxslt/xsltwin32config.h config.status: creating libexslt/Makefile config.status: creating libexslt/exsltconfig.h config.status: creating xsltproc/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating tests/Makefile config.status: creating tests/docs/Makefile config.status: creating tests/REC1/Makefile config.status: creating tests/REC2/Makefile config.status: creating tests/REC/Makefile config.status: creating tests/general/Makefile config.status: creating tests/reports/Makefile config.status: creating tests/extensions/Makefile config.status: creating tests/namespaces/Makefile config.status: creating tests/keys/Makefile config.status: creating tests/numbers/Makefile config.status: creating tests/documents/Makefile config.status: creating tests/xmlspec/Makefile config.status: creating tests/multiple/Makefile config.status: creating tests/xinclude/Makefile config.status: creating tests/XSLTMark/Makefile config.status: creating tests/docbook/Makefile config.status: creating tests/exslt/Makefile config.status: creating tests/exslt/common/Makefile config.status: creating tests/exslt/functions/Makefile config.status: creating tests/exslt/math/Makefile config.status: creating tests/exslt/saxon/Makefile config.status: creating tests/exslt/sets/Makefile config.status: creating tests/exslt/strings/Makefile config.status: creating tests/exslt/date/Makefile config.status: creating tests/exslt/dynamic/Makefile config.status: creating tests/exslt/crypto/Makefile config.status: creating tests/plugins/Makefile config.status: creating tests/fuzz/Makefile config.status: creating doc/Makefile config.status: creating doc/devhelp/Makefile config.status: creating doc/EXSLT/devhelp/Makefile config.status: creating xslt-config config.status: creating libxslt.spec 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-libxslt 1.1.35 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' Making all in libxslt make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libxslt' CC attrvt.lo CC xslt.lo CC xsltlocale.lo CC xsltutils.lo CC pattern.lo CC templates.lo CC variables.lo CC keys.lo CC numbers.lo CC extensions.lo CC extra.lo CC functions.lo CC namespaces.lo CC imports.lo CC attributes.lo CC documents.lo CC preproc.lo CC transform.lo CC security.lo CCLD libxslt.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libxslt' Making all in libexslt make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libexslt' CC exslt.lo CC common.lo CC crypto.lo CC math.lo CC sets.lo CC functions.lo CC strings.lo CC date.lo CC saxon.lo CC dynamic.lo CCLD libexslt.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libexslt' Making all in xsltproc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/xsltproc' CC xsltproc.o CCLD xsltproc CC testThreads.o CCLD testThreads make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/xsltproc' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc' Making all in devhelp make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/devhelp' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/devhelp' Making all in EXSLT/devhelp make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc' Making all in tests make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests' Making all in docs make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docs' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docs' Making all in REC1 make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC1' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC1' Making all in REC2 make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC2' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC2' Making all in REC make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC' Making all in general make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/general' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/general' Making all in namespaces make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/namespaces' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/namespaces' Making all in keys make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/keys' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/keys' Making all in numbers make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/numbers' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/numbers' Making all in documents make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/documents' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/documents' Making all in extensions make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/extensions' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/extensions' Making all in reports make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/reports' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/reports' Making all in xmlspec make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xmlspec' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xmlspec' Making all in multiple make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/multiple' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/multiple' Making all in xinclude make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xinclude' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xinclude' Making all in XSLTMark make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' Making all in docbook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docbook' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docbook' Making all in exslt make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt' Making all in common make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/common' Making all in functions make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' Making all in math make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/math' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/math' Making all in saxon make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' Making all in sets make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' Making all in strings make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' Making all in dynamic make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' Making all in date make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt' Making all in plugins make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/plugins' CC xmlsoft_org_xslt_testplugin_la-testplugin.lo CCLD xmlsoft_org_xslt_testplugin.la make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/plugins' Making all in fuzz make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' sed -e 's?\@XSLT_LIBDIR\@?-L/nvmedata/autobuild/instance-27/output-1/host/lib?g' \ -e 's?\@XSLT_INCLUDEDIR\@?-I/nvmedata/autobuild/instance-27/output-1/host/include?g' \ -e 's?\@VERSION\@?1.1.35?g' \ -e 's?\@XSLT_LIBS\@?-lxslt -L/nvmedata/autobuild/instance-27/output-1/host/lib -lxml2 ?g' \ -e 's?\@XSLT_PRIVATE_LIBS\@?-lm?g' \ < ./xsltConf.sh.in > xsltConf.tmp \ && mv xsltConf.tmp xsltConf.sh make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' >>> host-libxslt 1.1.35 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' Making install in libxslt make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libxslt' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libxslt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libxslt.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libxslt.so.1.1.35 /nvmedata/autobuild/instance-27/output-1/host/lib/libxslt.so.1.1.35 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxslt.so.1.1.35 libxslt.so.1 || { rm -f libxslt.so.1 && ln -s libxslt.so.1.1.35 libxslt.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxslt.so.1.1.35 libxslt.so || { rm -f libxslt.so && ln -s libxslt.so.1.1.35 libxslt.so; }; }) libtool: install: /usr/bin/install -c .libs/libxslt.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxslt.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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/make install-exec-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libxslt' /bin/mkdir -p "/nvmedata/autobuild/instance-27/output-1/host/lib/libxslt-plugins" make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libxslt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 libxslt.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/libxslt' /usr/bin/install -c -m 644 xsltconfig.h '/nvmedata/autobuild/instance-27/output-1/host/include/libxslt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/libxslt' /usr/bin/install -c -m 644 xslt.h xsltutils.h pattern.h templates.h variables.h keys.h numbersInternals.h extensions.h extra.h functions.h namespaces.h imports.h attributes.h documents.h preproc.h transform.h security.h xsltInternals.h xsltexports.h xsltlocale.h '/nvmedata/autobuild/instance-27/output-1/host/include/libxslt' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libxslt' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libxslt' Making install in libexslt make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libexslt' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libexslt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libexslt.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libexslt.so.0.8.20 /nvmedata/autobuild/instance-27/output-1/host/lib/libexslt.so.0.8.20 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libexslt.so.0.8.20 libexslt.so.0 || { rm -f libexslt.so.0 && ln -s libexslt.so.0.8.20 libexslt.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libexslt.so.0.8.20 libexslt.so || { rm -f libexslt.so && ln -s libexslt.so.0.8.20 libexslt.so; }; }) libtool: install: /usr/bin/install -c .libs/libexslt.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libexslt.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/libexslt' /usr/bin/install -c -m 644 exslt.h exsltexports.h '/nvmedata/autobuild/instance-27/output-1/host/include/libexslt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 libexslt.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/libexslt' /usr/bin/install -c -m 644 exsltconfig.h '/nvmedata/autobuild/instance-27/output-1/host/include/libexslt' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libexslt' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/libexslt' Making install in xsltproc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/xsltproc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/xsltproc' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c xsltproc '/nvmedata/autobuild/instance-27/output-1/host/bin' libtool: install: /usr/bin/install -c xsltproc /nvmedata/autobuild/instance-27/output-1/host/bin/xsltproc make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/xsltproc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/xsltproc' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc' Making install in devhelp make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/devhelp' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/devhelp' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/gtk-doc/html/libxslt' /usr/bin/install -c -m 644 libxslt.devhelp2 general.html index.html libxslt-attributes.html libxslt-documents.html libxslt-extensions.html libxslt-extra.html libxslt-functions.html libxslt-imports.html libxslt-keys.html libxslt-namespaces.html libxslt-numbersInternals.html libxslt-pattern.html libxslt-preproc.html libxslt-security.html libxslt-templates.html libxslt-transform.html libxslt-variables.html libxslt-xsltexports.html libxslt-xslt.html libxslt-xsltInternals.html libxslt-xsltlocale.html libxslt-xsltutils.html home.png left.png right.png up.png style.css '/nvmedata/autobuild/instance-27/output-1/host/share/gtk-doc/html/libxslt' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/devhelp' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/devhelp' Making install in EXSLT/devhelp make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/gtk-doc/html/libexslt' /usr/bin/install -c -m 644 libexslt.devhelp2 general.html index.html libexslt-exsltexports.html libexslt-exslt.html home.png left.png right.png up.png style.css '/nvmedata/autobuild/instance-27/output-1/host/share/gtk-doc/html/libexslt' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc/EXSLT/devhelp' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html /usr/bin/install -c -m 0644 ./*.html /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html /usr/bin/install -c -m 0644 ./*.gif /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html/html /usr/bin/install -c -m 0644 ./html/*.html /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html/html /usr/bin/install -c -m 0644 ./html/*.png /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html/html /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html/EXSLT /usr/bin/install -c -m 0644 ./EXSLT/*.html /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html/EXSLT /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html/tutorial /usr/bin/install -c -m 0644 ./tutorial/* /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html/tutorial /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html/tutorial2 /usr/bin/install -c -m 0644 ./tutorial2/* /nvmedata/autobuild/instance-27/output-1/host/share/doc/libxslt-1.1.35/html/tutorial2 /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /usr/bin/install -c -m 644 xsltproc.1 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/doc' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests' Making install in docs make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docs' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docs' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docs' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docs' Making install in REC1 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC1' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC1' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC1' Making install in REC2 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC2' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC2' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC2' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC2' Making install in REC make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/REC' Making install in general make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/general' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/general' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/general' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/general' Making install in namespaces make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/namespaces' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/namespaces' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/namespaces' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/namespaces' Making install in keys make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/keys' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/keys' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/keys' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/keys' Making install in numbers make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/numbers' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/numbers' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/numbers' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/numbers' Making install in documents make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/documents' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/documents' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/documents' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/documents' Making install in extensions make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/extensions' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/extensions' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/extensions' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/extensions' Making install in reports make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/reports' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/reports' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/reports' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/reports' Making install in xmlspec make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xmlspec' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xmlspec' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xmlspec' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xmlspec' Making install in multiple make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/multiple' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/multiple' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/multiple' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/multiple' Making install in xinclude make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xinclude' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xinclude' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xinclude' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/xinclude' Making install in XSLTMark make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/XSLTMark' Making install in docbook make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docbook' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docbook' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docbook' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/docbook' Making install in exslt make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt' Making install in common make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/common' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/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 '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/common' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/common' Making install in functions make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/functions' Making install in math make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/math' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/math' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/math' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/math' Making install in saxon make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/saxon' Making install in sets make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/sets' Making install in strings make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/strings' Making install in dynamic make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/dynamic' Making install in date make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt/date' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/exslt' Making install in plugins make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/plugins' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/plugins' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/plugins' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/plugins' Making install in fuzz make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests/fuzz' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/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 '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/install -c xslt-config '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /usr/bin/install -c -m 644 xsltConf.sh '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/cmake/libxslt' /usr/bin/install -c -m 644 FindGcrypt.cmake libxslt-config.cmake '/nvmedata/autobuild/instance-27/output-1/host/lib/cmake/libxslt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /usr/bin/install -c -m 644 libxslt.m4 '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libxslt.pc libexslt.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxslt-1.1.35' >>> host-python-lxml 4.8.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.lxml-4.8.0.tar.gz.6HOUAg/output' 'https://files.pythonhosted.org/packages/3b/94/e2b1b3bad91d15526c7e38918795883cee18b93f6785ea8ecf13f8ffa01e/lxml-4.8.0.tar.gz' --2022-06-04 14:01:28-- https://files.pythonhosted.org/packages/3b/94/e2b1b3bad91d15526c7e38918795883cee18b93f6785ea8ecf13f8ffa01e/lxml-4.8.0.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.129.63, 151.101.65.63, 151.101.193.63, ... Connecting to files.pythonhosted.org (files.pythonhosted.org)|151.101.129.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3209187 (3.1M) [application/x-tar] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.lxml-4.8.0.tar.gz.6HOUAg/output' 0K .......... .......... .......... .......... .......... 1% 7.41M 0s 50K .......... .......... .......... .......... .......... 3% 6.08M 0s 100K .......... .......... .......... .......... .......... 4% 3.76M 1s 150K .......... .......... .......... .......... .......... 6% 2.28M 1s 200K .......... .......... .......... .......... .......... 7% 1.01M 1s 250K .......... .......... .......... .......... .......... 9% 189K 3s 300K .......... .......... .......... .......... .......... 11% 879K 3s 350K .......... .......... .......... .......... .......... 12% 1.44M 3s 400K .......... .......... .......... .......... .......... 14% 1.23M 3s 450K .......... .......... .......... .......... .......... 15% 878K 3s 500K .......... .......... .......... .......... .......... 17% 790K 3s 550K .......... .......... .......... .......... .......... 19% 575K 3s 600K .......... .......... .......... .......... .......... 20% 1015K 3s 650K .......... .......... .......... .......... .......... 22% 1.73M 3s 700K .......... .......... .......... .......... .......... 23% 1.25M 3s 750K .......... .......... .......... .......... .......... 25% 675K 3s 800K .......... .......... .......... .......... .......... 27% 1.43M 2s 850K .......... .......... .......... .......... .......... 28% 1.27M 2s 900K .......... .......... .......... .......... .......... 30% 1.18M 2s 950K .......... .......... .......... .......... .......... 31% 1.72M 2s 1000K .......... .......... .......... .......... .......... 33% 1.91M 2s 1050K .......... .......... .......... .......... .......... 35% 3.47M 2s 1100K .......... .......... .......... .......... .......... 36% 3.01M 2s 1150K .......... .......... .......... .......... .......... 38% 1.48M 2s 1200K .......... .......... .......... .......... .......... 39% 1.89M 2s 1250K .......... .......... .......... .......... .......... 41% 2.50M 2s 1300K .......... .......... .......... .......... .......... 43% 3.80M 2s 1350K .......... .......... .......... .......... .......... 44% 1.93M 1s 1400K .......... .......... .......... .......... .......... 46% 565K 2s 1450K .......... .......... .......... .......... .......... 47% 681K 1s 1500K .......... .......... .......... .......... .......... 49% 179K 2s 1550K .......... .......... .......... .......... .......... 51% 866K 2s 1600K .......... .......... .......... .......... .......... 52% 667K 2s 1650K .......... .......... .......... .......... .......... 54% 661K 2s 1700K .......... .......... .......... .......... .......... 55% 1.16M 2s 1750K .......... .......... .......... .......... .......... 57% 2.10M 1s 1800K .......... .......... .......... .......... .......... 59% 1.35M 1s 1850K .......... .......... .......... .......... .......... 60% 1.21M 1s 1900K .......... .......... .......... .......... .......... 62% 988K 1s 1950K .......... .......... .......... .......... .......... 63% 867K 1s 2000K .......... .......... .......... .......... .......... 65% 639K 1s 2050K .......... .......... .......... .......... .......... 67% 452K 1s 2100K .......... .......... .......... .......... .......... 68% 704K 1s 2150K .......... .......... .......... .......... .......... 70% 1023K 1s 2200K .......... .......... .......... .......... .......... 71% 760K 1s 2250K .......... .......... .......... .......... .......... 73% 624K 1s 2300K .......... .......... .......... .......... .......... 74% 1.05M 1s 2350K .......... .......... .......... .......... .......... 76% 1.43M 1s 2400K .......... .......... .......... .......... .......... 78% 2.05M 1s 2450K .......... .......... .......... .......... .......... 79% 1.09M 1s 2500K .......... .......... .......... .......... .......... 81% 826K 1s 2550K .......... .......... .......... .......... .......... 82% 834K 1s 2600K .......... .......... .......... .......... .......... 84% 1.07M 1s 2650K .......... .......... .......... .......... .......... 86% 828K 0s 2700K .......... .......... .......... .......... .......... 87% 399K 0s 2750K .......... .......... .......... .......... .......... 89% 889K 0s 2800K .......... .......... .......... .......... .......... 90% 1.48M 0s 2850K .......... .......... .......... .......... .......... 92% 1.11M 0s 2900K .......... .......... .......... .......... .......... 94% 858K 0s 2950K .......... .......... .......... .......... .......... 95% 1.28M 0s 3000K .......... .......... .......... .......... .......... 97% 494K 0s 3050K .......... .......... .......... .......... .......... 98% 354K 0s 3100K .......... .......... .......... ... 100% 1.02M=3.6s 2022-06-04 14:01:32 (879 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.lxml-4.8.0.tar.gz.6HOUAg/output' saved [3209187/3209187] lxml-4.8.0.tar.gz: OK (sha256: f63f62fc60e6228a4ca9abae28228f35e1bd3ce675013d1dfb828688d50c6e23) >>> host-python-lxml 4.8.0 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/python-lxml/lxml-4.8.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-python-lxml-4.8.0 -xf - >>> host-python-lxml 4.8.0 Patching >>> host-python-lxml 4.8.0 Configuring >>> host-python-lxml 4.8.0 Building (cd /nvmedata/autobuild/instance-27/output-1/build/host-python-lxml-4.8.0//; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /nvmedata/autobuild/instance-27/output-1/host/bin/python setup.py build --xslt-config=/nvmedata/autobuild/instance-27/output-1/host/bin/xslt-config --xml2-config=/nvmedata/autobuild/instance-27/output-1/host/bin/xml2-config) WARN: Option 'xml2-config' is deprecated. Use 'with-xml2-config' instead. WARN: Option 'xslt-config' is deprecated. Use 'with-xslt-config' instead. Building lxml version 4.8.0. Building without Cython. Building against libxml2 2.9.14 and libxslt 1.1.35 Building against libxml2/libxslt in the following directory: /nvmedata/autobuild/instance-27/output-1/host/lib running build running build_py creating build creating build/lib.linux-x86_64-3.10 creating build/lib.linux-x86_64-3.10/lxml copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/sax.py -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/builder.py -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.10/lxml creating build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.10/lxml/includes creating build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.10/lxml/html copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.10/lxml/html creating build/lib.linux-x86_64-3.10/lxml/isoschematron copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.10/lxml/isoschematron copying src/lxml/etree.h -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/etree_api.h -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.10/lxml copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.10/lxml/includes copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.10/lxml/includes creating build/lib.linux-x86_64-3.10/lxml/isoschematron/resources creating build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/rng copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/rng creating build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl creating build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 running build_ext building 'lxml.etree' extension creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/src creating build/temp.linux-x86_64-3.10/src/lxml /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/nvmedata/autobuild/instance-27/output-1/host/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Isrc -Isrc/lxml/includes -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c src/lxml/etree.c -o build/temp.linux-x86_64-3.10/src/lxml/etree.o -w /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/src/lxml/etree.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -L/nvmedata/autobuild/instance-27/output-1/host/lib -lxslt -lexslt -lxml2 -lrt -lz -lm -o build/lib.linux-x86_64-3.10/lxml/etree.cpython-310-x86_64-linux-gnu.so building 'lxml.objectify' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/nvmedata/autobuild/instance-27/output-1/host/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Isrc -Isrc/lxml/includes -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c src/lxml/objectify.c -o build/temp.linux-x86_64-3.10/src/lxml/objectify.o -w /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/src/lxml/objectify.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -L/nvmedata/autobuild/instance-27/output-1/host/lib -lxslt -lexslt -lxml2 -lrt -lz -lm -o build/lib.linux-x86_64-3.10/lxml/objectify.cpython-310-x86_64-linux-gnu.so building 'lxml.builder' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/nvmedata/autobuild/instance-27/output-1/host/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Isrc -Isrc/lxml/includes -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c src/lxml/builder.c -o build/temp.linux-x86_64-3.10/src/lxml/builder.o -w /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/src/lxml/builder.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/lxml/builder.cpython-310-x86_64-linux-gnu.so building 'lxml._elementpath' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/nvmedata/autobuild/instance-27/output-1/host/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Isrc -Isrc/lxml/includes -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c src/lxml/_elementpath.c -o build/temp.linux-x86_64-3.10/src/lxml/_elementpath.o -w /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/src/lxml/_elementpath.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/lxml/_elementpath.cpython-310-x86_64-linux-gnu.so building 'lxml.html.diff' extension creating build/temp.linux-x86_64-3.10/src/lxml/html /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/nvmedata/autobuild/instance-27/output-1/host/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Isrc -Isrc/lxml/includes -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c src/lxml/html/diff.c -o build/temp.linux-x86_64-3.10/src/lxml/html/diff.o -w /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/src/lxml/html/diff.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/lxml/html/diff.cpython-310-x86_64-linux-gnu.so building 'lxml.html.clean' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/nvmedata/autobuild/instance-27/output-1/host/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Isrc -Isrc/lxml/includes -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c src/lxml/html/clean.c -o build/temp.linux-x86_64-3.10/src/lxml/html/clean.o -w /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/src/lxml/html/clean.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/lxml/html/clean.cpython-310-x86_64-linux-gnu.so building 'lxml.sax' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/nvmedata/autobuild/instance-27/output-1/host/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Isrc -Isrc/lxml/includes -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c src/lxml/sax.c -o build/temp.linux-x86_64-3.10/src/lxml/sax.o -w /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/src/lxml/sax.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/lxml/sax.cpython-310-x86_64-linux-gnu.so >>> host-python-lxml 4.8.0 Installing to host directory (cd /nvmedata/autobuild/instance-27/output-1/build/host-python-lxml-4.8.0//; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /nvmedata/autobuild/instance-27/output-1/host/bin/python setup.py install --prefix=/nvmedata/autobuild/instance-27/output-1/host --root=/ --single-version-externally-managed ) Building lxml version 4.8.0. Building without Cython. Building against libxml2 2.9.14 and libxslt 1.1.35 Building against libxml2/libxslt in the following directory: /nvmedata/autobuild/instance-27/output-1/host/lib running install /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/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 /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/doctestcompare.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/etree.h -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/etree_api.h -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/ElementInclude.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/builder.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/html5parser.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/clean.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/defs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/diff.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/formfill.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/soupparser.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/ElementSoup.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/_setmixin.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/clean.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/usedoctest.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/builder.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/_html5builder.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/diff.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/html/_diffcommand.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html copying build/lib.linux-x86_64-3.10/lxml/etree.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/_elementpath.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/objectify.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/sax.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/xinclude.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/htmlparser.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/config.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/lxml-version.h -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/schematron.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/xmlparser.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/__init__.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/etree_defs.h -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/c14n.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/uri.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/xmlschema.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/xmlerror.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/xpath.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/xslt.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/tree.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/etreepublic.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/relaxng.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/includes/dtdvalid.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes copying build/lib.linux-x86_64-3.10/lxml/lxml.etree.h -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/_elementpath.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/cssselect.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/lxml.etree_api.h -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/usedoctest.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/builder.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/pyclasslookup.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml copying build/lib.linux-x86_64-3.10/lxml/sax.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl copying build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/rng copying build/lib.linux-x86_64-3.10/lxml/isoschematron/resources/rng/iso-schematron.rng -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/resources/rng copying build/lib.linux-x86_64-3.10/lxml/isoschematron/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/doctestcompare.py to doctestcompare.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/ElementInclude.py to ElementInclude.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/html5parser.py to html5parser.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/clean.py to clean.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/defs.py to defs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/formfill.py to formfill.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/soupparser.py to soupparser.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/ElementSoup.py to ElementSoup.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/_setmixin.py to _setmixin.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/usedoctest.py to usedoctest.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/builder.py to builder.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/_html5builder.py to _html5builder.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/diff.py to diff.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/html/_diffcommand.py to _diffcommand.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/sax.py to sax.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/includes/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/_elementpath.py to _elementpath.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/cssselect.py to cssselect.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/usedoctest.py to usedoctest.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/builder.py to builder.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/pyclasslookup.py to pyclasslookup.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml/isoschematron/__init__.py to __init__.pyc running install_egg_info running egg_info writing src/lxml.egg-info/PKG-INFO writing dependency_links to src/lxml.egg-info/dependency_links.txt writing requirements to src/lxml.egg-info/requires.txt writing top-level names to src/lxml.egg-info/top_level.txt reading manifest file 'src/lxml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'LICENSES.txt' writing manifest file 'src/lxml.egg-info/SOURCES.txt' Copying src/lxml.egg-info to /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/lxml-4.8.0-py3.10.egg-info running install_scripts >>> ramspeed 2.6.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.ramspeed-2.6.0.tar.gz.j1T3jX/output' 'http://www.alasir.com/software/ramspeed/ramspeed-2.6.0.tar.gz' --2022-06-04 14:05:18-- http://www.alasir.com/software/ramspeed/ramspeed-2.6.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: 77531 (76K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.ramspeed-2.6.0.tar.gz.j1T3jX/output' 0K .......... .......... .......... .......... .......... 66% 932K 0s 50K .......... .......... ..... 100% 193M=0.05s 2022-06-04 14:05:18 (1.38 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.ramspeed-2.6.0.tar.gz.j1T3jX/output' saved [77531/77531] ramspeed-2.6.0.tar.gz: OK (sha256: f84e2e42b2b6b221ef9b586f6ae63d863db4ff21858e0ce7c84622a7c9522950) >>> ramspeed 2.6.0 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/ramspeed/ramspeed-2.6.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/ramspeed-2.6.0 -xf - >>> ramspeed 2.6.0 Patching >>> ramspeed 2.6.0 Configuring >>> ramspeed 2.6.0 Building cp -f package/ramspeed/Makefile /nvmedata/autobuild/instance-27/output-1/build/ramspeed-2.6.0 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no make -C /nvmedata/autobuild/instance-27/output-1/build/ramspeed-2.6.0 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ramspeed-2.6.0' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 ramspeed.c fltmem.c fltmark.c intmem.c intmark.c -o ramspeed make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ramspeed-2.6.0' >>> ramspeed 2.6.0 Installing to target /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-27/output-1/build/ramspeed-2.6.0/ramspeed /nvmedata/autobuild/instance-27/output-1/target/usr/bin/ramspeed >>> rapidxml 1.13 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.rapidxml-1.13.zip.36BxQo/output' 'http://downloads.sourceforge.net/project/rapidxml/rapidxml/rapidxml%201.13/rapidxml-1.13.zip' --2022-06-04 14:05:21-- http://downloads.sourceforge.net/project/rapidxml/rapidxml/rapidxml%201.13/rapidxml-1.13.zip 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://cytranet.dl.sourceforge.net/project/rapidxml/rapidxml/rapidxml%201.13/rapidxml-1.13.zip [following] --2022-06-04 14:05:21-- http://cytranet.dl.sourceforge.net/project/rapidxml/rapidxml/rapidxml%201.13/rapidxml-1.13.zip Resolving cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)... 162.251.237.20 Connecting to cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)|162.251.237.20|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 44163 (43K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.rapidxml-1.13.zip.36BxQo/output' 0K .......... .......... .......... .......... ... 100% 1.20M=0.04s 2022-06-04 14:05:21 (1.20 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.rapidxml-1.13.zip.36BxQo/output' saved [44163/44163] rapidxml-1.13.zip: OK (sha1: f5fd4fbc5ad7e96045313697811d65ea8089a950) rapidxml-1.13.zip: OK (md5: 7b4b42c9331c90aded23bb55dc725d6a) rapidxml-1.13.zip: OK (sha256: c3f0b886374981bb20fabcf323d755db4be6dba42064599481da64a85f5b3571) >>> rapidxml 1.13 Extracting /usr/bin/unzip -q -d /nvmedata/autobuild/instance-27/output-1/build/rapidxml-1.13 /nvmedata/autobuild/instance-27/dl/rapidxml/rapidxml-1.13.zip mv /nvmedata/autobuild/instance-27/output-1/build/rapidxml-1.13/rapidxml-1.13/* /nvmedata/autobuild/instance-27/output-1/build/rapidxml-1.13/ rmdir /nvmedata/autobuild/instance-27/output-1/build/rapidxml-1.13/rapidxml-1.13 >>> rapidxml 1.13 Patching Applying 0001-ensure-internal-print-operations-are-declared-before.patch using patch: patching file rapidxml_print.hpp >>> rapidxml 1.13 Configuring >>> rapidxml 1.13 Building >>> rapidxml 1.13 Installing to staging directory mkdir -p /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/rapidxml cp -dpfr /nvmedata/autobuild/instance-27/output-1/build/rapidxml-1.13/*hpp /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/rapidxml >>> rapidxml 1.13 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.raptor2-2.0.15.tar.gz.gp2SmD/output' 'http://download.librdf.org/source/raptor2-2.0.15.tar.gz' --2022-06-04 14:05:24-- 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] --2022-06-04 14:05:24-- 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: '/nvmedata/autobuild/instance-27/output-1/build/.raptor2-2.0.15.tar.gz.gp2SmD/output' 0K .......... .......... .......... .......... .......... 2% 781K 2s 50K .......... .......... .......... .......... .......... 5% 1.54M 2s 100K .......... .......... .......... .......... .......... 8% 30.1M 1s 150K .......... .......... .......... .......... .......... 10% 150M 1s 200K .......... .......... .......... .......... .......... 13% 1.60M 1s 250K .......... .......... .......... .......... .......... 16% 122M 1s 300K .......... .......... .......... .......... .......... 18% 121M 1s 350K .......... .......... .......... .......... .......... 21% 103M 0s 400K .......... .......... .......... .......... .......... 24% 1.61M 0s 450K .......... .......... .......... .......... .......... 27% 56.3M 0s 500K .......... .......... .......... .......... .......... 29% 77.2M 0s 550K .......... .......... .......... .......... .......... 32% 150M 0s 600K .......... .......... .......... .......... .......... 35% 8.73M 0s 650K .......... .......... .......... .......... .......... 37% 83.0M 0s 700K .......... .......... .......... .......... .......... 40% 66.8M 0s 750K .......... .......... .......... .......... .......... 43% 35.8M 0s 800K .......... .......... .......... .......... .......... 46% 27.5M 0s 850K .......... .......... .......... .......... .......... 48% 2.41M 0s 900K .......... .......... .......... .......... .......... 51% 90.9M 0s 950K .......... .......... .......... .......... .......... 54% 114M 0s 1000K .......... .......... .......... .......... .......... 56% 84.4M 0s 1050K .......... .......... .......... .......... .......... 59% 86.6M 0s 1100K .......... .......... .......... .......... .......... 62% 128M 0s 1150K .......... .......... .......... .......... .......... 65% 121M 0s 1200K .......... .......... .......... .......... .......... 67% 11.6M 0s 1250K .......... .......... .......... .......... .......... 70% 85.8M 0s 1300K .......... .......... .......... .......... .......... 73% 86.7M 0s 1350K .......... .......... .......... .......... .......... 75% 125M 0s 1400K .......... .......... .......... .......... .......... 78% 80.6M 0s 1450K .......... .......... .......... .......... .......... 81% 127M 0s 1500K .......... .......... .......... .......... .......... 84% 89.0M 0s 1550K .......... .......... .......... .......... .......... 86% 121M 0s 1600K .......... .......... .......... .......... .......... 89% 90.8M 0s 1650K .......... .......... .......... .......... .......... 92% 45.5M 0s 1700K .......... .......... .......... .......... .......... 94% 36.8M 0s 1750K .......... .......... .......... .......... .......... 97% 2.60M 0s 1800K .......... .......... .......... .......... .. 100% 116M=0.2s 2022-06-04 14:05:24 (8.01 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.raptor2-2.0.15.tar.gz.gp2SmD/output' saved [1886657/1886657] raptor2-2.0.15.tar.gz: OK (sha256: ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed) >>> raptor 2.0.15 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/raptor/raptor2-2.0.15.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/xml2-config --with-xslt-config=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/xslt-config --with-curl-config=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/curl-config --with-yajl=no --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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /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... mips64el-buildroot-linux-uclibc checking whether build environment is sane... yes checking whether make supports the include directive... yes (GNU style) checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar) interface... ar checking for mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... (cached) none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... (cached) none checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc is clang... checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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) /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 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/xml2-config... yes checking for xmlCreatePushParserCtxt... yes checking for libxml via xml2-config... yes - 2.9.14 checking for /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/xslt-config... yes checking for /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/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.83.1 checking for ICU... no checking for xmlCreatePushParserCtxt... (cached) yes checking libxml library... yes - version 2.9.14 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.35 checking for xsltInit... yes checking for libxslt/xslt.h... yes checking GRDDL parser requirements... yes checking JSON parser requirements... no - libyajl is not available 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.83.1 via curl-config checking WWW libraries available... libcurl 7.83.1 libxml 2.9.14 checking WWW library to use... libcurl 7.83.1 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... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf 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 RDF parsers enabled : rdfxml ntriples turtle trig guess rss-tag-soup rdfa nquads grddl 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.9.14 via xml2-config WWW library : libcurl 7.83.1 via curl-config NFC check library : none >>> raptor 2.0.15 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' Making all in librdfa make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/librdfa' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o context.lo context.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c context.c -fPIC -DPIC -o .libs/context.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o curie.lo curie.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c curie.c -fPIC -DPIC -o .libs/curie.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o iri.lo iri.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c iri.c -fPIC -DPIC -o .libs/iri.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o language.lo language.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c language.c -fPIC -DPIC -o .libs/language.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o lists.lo lists.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c lists.c -fPIC -DPIC -o .libs/lists.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o namespace.lo namespace.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c namespace.c -fPIC -DPIC -o .libs/namespace.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o rdfa.lo rdfa.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c rdfa.c -fPIC -DPIC -o .libs/rdfa.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o rdfa_utils.lo rdfa_utils.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c rdfa_utils.c -fPIC -DPIC -o .libs/rdfa_utils.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o subject.lo subject.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c subject.c -fPIC -DPIC -o .libs/subject.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o triple.lo triple.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c triple.c -fPIC -DPIC -o .libs/triple.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o librdfa.la context.lo curie.lo iri.lo language.lo lists.lo namespace.lo rdfa.lo rdfa_utils.lo subject.lo triple.lo libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/librdfa.a libtool: link: ( cd ".libs" && rm -f "librdfa.la" && ln -s "../librdfa.la" "librdfa.la" ) make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/librdfa' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' /usr/bin/make all-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_parse.lo raptor_parse.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_serialize.lo raptor_serialize.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_rfc2396.lo raptor_rfc2396.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_rfc2396.c -fPIC -DPIC -o .libs/raptor_rfc2396.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_uri.lo raptor_uri.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_uri.c -fPIC -DPIC -o .libs/raptor_uri.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_log.lo raptor_log.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_log.c -fPIC -DPIC -o .libs/raptor_log.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_locator.lo raptor_locator.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_locator.c -fPIC -DPIC -o .libs/raptor_locator.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_namespace.lo raptor_namespace.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_namespace.c -fPIC -DPIC -o .libs/raptor_namespace.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_qname.lo raptor_qname.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_qname.c -fPIC -DPIC -o .libs/raptor_qname.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_option.lo raptor_option.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_option.c -fPIC -DPIC -o .libs/raptor_option.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_general.lo raptor_general.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_general.c -fPIC -DPIC -o .libs/raptor_general.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_unicode.lo raptor_unicode.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_unicode.c -fPIC -DPIC -o .libs/raptor_unicode.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_www.lo raptor_www.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_www.c -fPIC -DPIC -o .libs/raptor_www.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_statement.lo raptor_statement.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_statement.c -fPIC -DPIC -o .libs/raptor_statement.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_term.lo raptor_term.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_term.c -fPIC -DPIC -o .libs/raptor_term.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_sequence.lo raptor_sequence.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_sequence.c -fPIC -DPIC -o .libs/raptor_sequence.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_stringbuffer.lo raptor_stringbuffer.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_stringbuffer.c -fPIC -DPIC -o .libs/raptor_stringbuffer.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_iostream.lo raptor_iostream.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_iostream.c -fPIC -DPIC -o .libs/raptor_iostream.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_xml.lo raptor_xml.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_xml.c -fPIC -DPIC -o .libs/raptor_xml.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_xml_writer.lo raptor_xml_writer.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_xml_writer.c -fPIC -DPIC -o .libs/raptor_xml_writer.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_set.lo raptor_set.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_set.c -fPIC -DPIC -o .libs/raptor_set.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o turtle_common.lo turtle_common.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c turtle_common.c -fPIC -DPIC -o .libs/turtle_common.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_turtle_writer.lo raptor_turtle_writer.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_turtle_writer.c -fPIC -DPIC -o .libs/raptor_turtle_writer.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_avltree.lo raptor_avltree.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_avltree.c -fPIC -DPIC -o .libs/raptor_avltree.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o snprintf.lo snprintf.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_json_writer.lo raptor_json_writer.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_json_writer.c -fPIC -DPIC -o .libs/raptor_json_writer.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_memstr.lo raptor_memstr.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_memstr.c -fPIC -DPIC -o .libs/raptor_memstr.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_concepts.lo raptor_concepts.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_concepts.c -fPIC -DPIC -o .libs/raptor_concepts.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_syntax_description.lo raptor_syntax_description.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_syntax_description.c -fPIC -DPIC -o .libs/raptor_syntax_description.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_sax2.lo raptor_sax2.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_sax2.c -fPIC -DPIC -o .libs/raptor_sax2.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_escaped.lo raptor_escaped.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_escaped.c -fPIC -DPIC -o .libs/raptor_escaped.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_ntriples.lo raptor_ntriples.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_ntriples.c -fPIC -DPIC -o .libs/raptor_ntriples.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o sort_r.lo sort_r.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c sort_r.c -fPIC -DPIC -o .libs/sort_r.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_libxml.lo raptor_libxml.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_libxml.c -fPIC -DPIC -o .libs/raptor_libxml.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_rdfxml.lo raptor_rdfxml.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_rdfxml.c -fPIC -DPIC -o .libs/raptor_rdfxml.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o turtle_lexer.lo turtle_lexer.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c turtle_lexer.c -fPIC -DPIC -o .libs/turtle_lexer.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o turtle_parser.lo turtle_parser.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c turtle_parser.c -fPIC -DPIC -o .libs/turtle_parser.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o ntriples_parse.lo ntriples_parse.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c ntriples_parse.c -fPIC -DPIC -o .libs/ntriples_parse.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_rss_common.lo raptor_rss_common.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_rss_common.c -fPIC -DPIC -o .libs/raptor_rss_common.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_rss.lo raptor_rss.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_rss.c -fPIC -DPIC -o .libs/raptor_rss.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_grddl.lo raptor_grddl.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_grddl.c -fPIC -DPIC -o .libs/raptor_grddl.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_guess.lo raptor_guess.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_guess.c -fPIC -DPIC -o .libs/raptor_guess.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_librdfa.lo raptor_librdfa.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_librdfa.c -fPIC -DPIC -o .libs/raptor_librdfa.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_serialize_rdfxml.lo raptor_serialize_rdfxml.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_serialize_rdfxml.c -fPIC -DPIC -o .libs/raptor_serialize_rdfxml.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_serialize_ntriples.lo raptor_serialize_ntriples.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_serialize_ntriples.c -fPIC -DPIC -o .libs/raptor_serialize_ntriples.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_abbrev.lo raptor_abbrev.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_abbrev.c -fPIC -DPIC -o .libs/raptor_abbrev.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_serialize_rdfxmla.lo raptor_serialize_rdfxmla.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_serialize_rdfxmla.c -fPIC -DPIC -o .libs/raptor_serialize_rdfxmla.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_serialize_turtle.lo raptor_serialize_turtle.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_serialize_turtle.c -fPIC -DPIC -o .libs/raptor_serialize_turtle.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_serialize_rss.lo raptor_serialize_rss.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_serialize_rss.c -fPIC -DPIC -o .libs/raptor_serialize_rss.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_serialize_dot.lo raptor_serialize_dot.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_serialize_dot.c -fPIC -DPIC -o .libs/raptor_serialize_dot.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_serialize_html.lo raptor_serialize_html.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_serialize_html.c -fPIC -DPIC -o .libs/raptor_serialize_html.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_serialize_json.lo raptor_serialize_json.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_serialize_json.c -fPIC -DPIC -o .libs/raptor_serialize_json.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o raptor_www_curl.lo raptor_www_curl.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c raptor_www_curl.c -fPIC -DPIC -o .libs/raptor_www_curl.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -version-info 0:0:0 -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -lcurl -lxml2 -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lz -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -llzma -liconv -lm -lxslt -lxml2 -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_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 libtool: warning: '/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libssh2.la' seems to be moved libtool: warning: '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib64/libgcrypt.la' seems to be moved libtool: warning: '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib64/libgpg-error.la' seems to be moved libtool: warning: '/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libgcrypt.la' seems to be moved libtool: warning: '/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libgpg-error.la' seems to be moved libtool: warning: '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib64/libgcrypt.la' seems to be moved libtool: warning: '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib64/libgpg-error.la' seems to be moved libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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_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,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libcurl.so -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib64 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libssh2.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libgcrypt.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libgpg-error.so -lssl -lcrypto -lbrotlidec -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libxslt.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libxml2.so -lz /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/liblzma.so -lpthread /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libiconv.so -lm -O2 -g0 -pthread -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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' Making all in utils make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/utils' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o rapper.o rapper.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o rapper rapper.o ../src/libraptor2.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o rapper rapper.o ../src/.libs/libraptor2.so -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib64 -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libcurl.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libssh2.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libgcrypt.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libgpg-error.so -lssl -lcrypto -lbrotlidec /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libxslt.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libxml2.so -lz /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/liblzma.so -lpthread /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libiconv.so -lm -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../src -I../src -DRAPTOR_INTERNAL=1 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o rdfdiff.o rdfdiff.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o rdfdiff rdfdiff.o ../src/libraptor2.la libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o rdfdiff rdfdiff.o ../src/.libs/libraptor2.so -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib64 -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/../../../../bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libcurl.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libssh2.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libgcrypt.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libgpg-error.so -lssl -lcrypto -lbrotlidec /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libxslt.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libxml2.so -lz /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/liblzma.so -lpthread /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libiconv.so -lm -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/utils' Making all in docs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/docs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/docs' Making all in data make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/data' Making all in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' Making all in rdfxml make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfxml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfxml' Making all in ntriples make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples' Making all in ntriples-2013 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples-2013' Making all in nquads-2013 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/nquads-2013' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/nquads-2013' Making all in turtle make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle' Making all in turtle-2013 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle-2013' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle-2013' Making all in trig make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/trig' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/trig' Making all in grddl make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/grddl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/grddl' Making all in rdfa make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa' Making all in rdfa11 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa11' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa11' Making all in json make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/json' Making all in feeds make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' Making all in examples make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/examples' Making all in scripts make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/scripts' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' >>> raptor 2.0.15 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' Making install in librdfa make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/librdfa' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/librdfa' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/librdfa' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' /usr/bin/make install-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libraptor2.la '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libraptor2.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libraptor2.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/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 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/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 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libraptor2.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/raptor2' /usr/bin/install -c -m 644 raptor2.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/raptor2' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/raptor2' /usr/bin/install -c -m 644 raptor.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/raptor2' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' Making install in utils make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/utils' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/utils' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c rapper '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c rapper /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/rapper /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 rapper.1 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/utils' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/utils' Making install in docs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/docs' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 libraptor2.3 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man3' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/docs' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/docs' Making install in data make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/data' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/data' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/data' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' Making install in rdfxml make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfxml' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfxml' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfxml' Making install in ntriples make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples' Making install in ntriples-2013 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples-2013' Making install in nquads-2013 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/nquads-2013' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/nquads-2013' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/nquads-2013' Making install in turtle make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle' Making install in turtle-2013 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle-2013' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle-2013' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle-2013' Making install in trig make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/trig' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/trig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/trig' Making install in grddl make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/grddl' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/grddl' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/grddl' Making install in rdfa make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa' Making install in rdfa11 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa11' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa11' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa11' Making install in json make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/json' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/json' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/json' Making install in feeds make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/feeds' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' Making install in examples make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/examples' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/examples' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/examples' Making install in scripts make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/scripts' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/scripts' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/scripts' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 raptor2.pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' >>> raptor 2.0.15 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' Making install in librdfa make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/librdfa' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/librdfa' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/librdfa' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' /usr/bin/make install-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libraptor2.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libraptor2.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libraptor2.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libraptor2.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/raptor2' /usr/bin/install -c -m 644 raptor2.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/raptor2' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/raptor2' /usr/bin/install -c -m 644 raptor.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/raptor2' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/src' Making install in utils make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/utils' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/utils' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c rapper '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c rapper /nvmedata/autobuild/instance-27/output-1/target/usr/bin/rapper /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 rapper.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/utils' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/utils' Making install in docs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/docs' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 libraptor2.3 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/docs' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/docs' Making install in data make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/data' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/data' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/data' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' Making install in rdfxml make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfxml' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfxml' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfxml' Making install in ntriples make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples' Making install in ntriples-2013 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/ntriples-2013' Making install in nquads-2013 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/nquads-2013' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/nquads-2013' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/nquads-2013' Making install in turtle make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle' Making install in turtle-2013 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle-2013' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle-2013' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/turtle-2013' Making install in trig make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/trig' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/trig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/trig' Making install in grddl make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/grddl' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/grddl' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/grddl' Making install in rdfa make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa' Making install in rdfa11 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa11' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa11' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/rdfa11' Making install in json make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/json' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/json' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/json' Making install in feeds make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/feeds' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' make[4]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/tests' Making install in examples make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/examples' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/examples' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/examples' Making install in scripts make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/scripts' make[3]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/scripts' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15/scripts' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 raptor2.pc '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/raptor-2.0.15' >>> redis 7.0.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.redis-7.0.0.tar.gz.fjwXXC/output' 'http://download.redis.io/releases/redis-7.0.0.tar.gz' --2022-06-04 14:06:10-- http://download.redis.io/releases/redis-7.0.0.tar.gz Resolving download.redis.io (download.redis.io)... 45.60.121.1 Connecting to download.redis.io (download.redis.io)|45.60.121.1|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2943054 (2.8M) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.redis-7.0.0.tar.gz.fjwXXC/output' 0K .......... .......... .......... .......... .......... 1% 8.13M 0s 50K .......... .......... .......... .......... .......... 3% 14.0M 0s 100K .......... .......... .......... .......... .......... 5% 8.81M 0s 150K .......... .......... .......... .......... .......... 6% 15.6M 0s 200K .......... .......... .......... .......... .......... 8% 9.09M 0s 250K .......... .......... .......... .......... .......... 10% 12.6M 0s 300K .......... .......... .......... .......... .......... 12% 15.2M 0s 350K .......... .......... .......... .......... .......... 13% 14.4M 0s 400K .......... .......... .......... .......... .......... 15% 12.1M 0s 450K .......... .......... .......... .......... .......... 17% 15.1M 0s 500K .......... .......... .......... .......... .......... 19% 12.8M 0s 550K .......... .......... .......... .......... .......... 20% 17.7M 0s 600K .......... .......... .......... .......... .......... 22% 16.6M 0s 650K .......... .......... .......... .......... .......... 24% 16.8M 0s 700K .......... .......... .......... .......... .......... 26% 16.6M 0s 750K .......... .......... .......... .......... .......... 27% 14.6M 0s 800K .......... .......... .......... .......... .......... 29% 232M 0s 850K .......... .......... .......... .......... .......... 31% 14.7M 0s 900K .......... .......... .......... .......... .......... 33% 16.2M 0s 950K .......... .......... .......... .......... .......... 34% 210M 0s 1000K .......... .......... .......... .......... .......... 36% 6.55M 0s 1050K .......... .......... .......... .......... .......... 38% 11.5M 0s 1100K .......... .......... .......... .......... .......... 40% 168M 0s 1150K .......... .......... .......... .......... .......... 41% 14.5M 0s 1200K .......... .......... .......... .......... .......... 43% 208M 0s 1250K .......... .......... .......... .......... .......... 45% 15.0M 0s 1300K .......... .......... .......... .......... .......... 46% 56.1M 0s 1350K .......... .......... .......... .......... .......... 48% 19.4M 0s 1400K .......... .......... .......... .......... .......... 50% 19.7M 0s 1450K .......... .......... .......... .......... .......... 52% 15.5M 0s 1500K .......... .......... .......... .......... .......... 53% 172M 0s 1550K .......... .......... .......... .......... .......... 55% 13.2M 0s 1600K .......... .......... .......... .......... .......... 57% 193M 0s 1650K .......... .......... .......... .......... .......... 59% 17.4M 0s 1700K .......... .......... .......... .......... .......... 60% 44.7M 0s 1750K .......... .......... .......... .......... .......... 62% 27.3M 0s 1800K .......... .......... .......... .......... .......... 64% 8.03M 0s 1850K .......... .......... .......... .......... .......... 66% 210M 0s 1900K .......... .......... .......... .......... .......... 67% 13.7M 0s 1950K .......... .......... .......... .......... .......... 69% 221M 0s 2000K .......... .......... .......... .......... .......... 71% 221M 0s 2050K .......... .......... .......... .......... .......... 73% 16.9M 0s 2100K .......... .......... .......... .......... .......... 74% 61.0M 0s 2150K .......... .......... .......... .......... .......... 76% 21.0M 0s 2200K .......... .......... .......... .......... .......... 78% 109M 0s 2250K .......... .......... .......... .......... .......... 80% 45.3M 0s 2300K .......... .......... .......... .......... .......... 81% 29.2M 0s 2350K .......... .......... .......... .......... .......... 83% 20.1M 0s 2400K .......... .......... .......... .......... .......... 85% 172M 0s 2450K .......... .......... .......... .......... .......... 86% 172M 0s 2500K .......... .......... .......... .......... .......... 88% 13.4M 0s 2550K .......... .......... .......... .......... .......... 90% 180M 0s 2600K .......... .......... .......... .......... .......... 92% 215M 0s 2650K .......... .......... .......... .......... .......... 93% 7.10M 0s 2700K .......... .......... .......... .......... .......... 95% 178M 0s 2750K .......... .......... .......... .......... .......... 97% 219M 0s 2800K .......... .......... .......... .......... .......... 99% 216M 0s 2850K .......... .......... .... 100% 6.49M=0.1s 2022-06-04 14:06:10 (19.7 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.redis-7.0.0.tar.gz.fjwXXC/output' saved [2943054/2943054] redis-7.0.0.tar.gz: OK (sha256: 284d8bd1fd85d6a55a05ee4e7c31c31977ad56cbf344ed83790beeb148baa720) >>> redis 7.0.0 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/redis/redis-7.0.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0 -xf - >>> redis 7.0.0 Patching Applying 0001-uclibc.patch using patch: patching file src/config.h Hunk #1 succeeded at 71 with fuzz 2 (offset 9 lines). Applying 0002-largefile-conditional-define.patch using patch: patching file src/fmacros.h Hunk #1 succeeded at 55 with fuzz 2 (offset 13 lines). Applying 0003-redis.conf-adjust-defauts-for-buildroot.patch using patch: patching file redis.conf Hunk #1 succeeded at 501 (offset 257 lines). /bin/sed -i -e 's/FINAL_LIBS=-lm/FINAL_LIBS=-lm -latomic/' /nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/src/Makefile >>> redis 7.0.0 Configuring >>> redis 7.0.0 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PREFIX=/nvmedata/autobuild/instance-27/output-1/target/usr MALLOC=libc USE_SYSTEMD=no BUILD_TLS=yes -C /nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0' cd src && /usr/bin/make all make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/src' CC Makefile.dep rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep rm -f adlist.d quicklist.d ae.d anet.d dict.d server.d sds.d zmalloc.d lzf_c.d lzf_d.d pqsort.d zipmap.d sha1.d ziplist.d release.d networking.d util.d object.d db.d replication.d rdb.d t_string.d t_list.d t_set.d t_zset.d t_hash.d config.d aof.d pubsub.d multi.d debug.d sort.d intset.d syncio.d cluster.d crc16.d endianconv.d slowlog.d eval.d bio.d rio.d rand.d memtest.d crcspeed.d crc64.d bitops.d sentinel.d notify.d setproctitle.d blocked.d hyperloglog.d latency.d sparkline.d redis-check-rdb.d redis-check-aof.d geo.d lazyfree.d module.d evict.d expire.d geohash.d geohash_helper.d childinfo.d defrag.d siphash.d rax.d t_stream.d listpack.d localtime.d lolwut.d lolwut5.d lolwut6.d acl.d tracking.d connection.d tls.d sha256.d timeout.d setcpuaffinity.d monotonic.d mt19937-64.d resp_parser.d call_reply.d script_lua.d script.d functions.d function_lua.d commands.d anet.d adlist.d dict.d redis-cli.d zmalloc.d release.d ae.d redisassert.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d ae.d anet.d redis-benchmark.d adlist.d dict.d zmalloc.d redisassert.d release.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d (cd ../deps && /usr/bin/make distclean) make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps' (cd hiredis && /usr/bin/make clean) > /dev/null || true (cd linenoise && /usr/bin/make clean) > /dev/null || true (cd lua && /usr/bin/make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && /usr/bin/make distclean) > /dev/null || true (cd hdr_histogram && /usr/bin/make clean) > /dev/null || true (rm -f .make-*) make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps' (cd modules && /usr/bin/make clean) make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/src/modules' rm -rf *.xo *.so make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/src/modules' (cd ../tests/modules && /usr/bin/make clean) make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/tests/modules' rm -f commandfilter.so basics.so testrdb.so fork.so infotest.so propagate.so misc.so hooks.so blockonkeys.so blockonbackground.so scan.so datatype.so datatype2.so auth.so keyspace_events.so blockedclient.so getkeys.so getchannels.so test_lazyfree.so timer.so defragtest.so keyspecs.so hash.so zset.so stream.so mallocsize.so aclcheck.so list.so subcommands.so reply.so cmdintrospection.so eventloop.so moduleconfigs.so moduleconfigstwo.so publish.so commandfilter.xo basics.xo testrdb.xo fork.xo infotest.xo propagate.xo misc.xo hooks.xo blockonkeys.xo blockonbackground.xo scan.xo datatype.xo datatype2.xo auth.xo keyspace_events.xo blockedclient.xo getkeys.xo getchannels.xo test_lazyfree.xo timer.xo defragtest.xo keyspecs.xo hash.xo zset.xo stream.xo mallocsize.xo aclcheck.xo list.xo subcommands.xo reply.xo cmdintrospection.xo eventloop.xo moduleconfigs.xo moduleconfigstwo.xo publish.xo make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/tests/modules' (rm -f .make-*) echo STD=-pedantic -DREDIS_STATIC='' -std=c11 >> .make-settings echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings echo OPT=-O2 >> .make-settings echo MALLOC=libc >> .make-settings echo BUILD_TLS=yes >> .make-settings echo USE_SYSTEMD=no >> .make-settings echo CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 >> .make-settings echo LDFLAGS= >> .make-settings echo REDIS_CFLAGS= >> .make-settings echo REDIS_LDFLAGS= >> .make-settings echo PREV_FINAL_CFLAGS=-pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DUSE_OPENSSL >> .make-settings echo PREV_FINAL_LDFLAGS= -g -ggdb -rdynamic >> .make-settings (cd ../deps && /usr/bin/make hiredis linenoise lua hdr_histogram) make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps' (cd hiredis && /usr/bin/make clean) > /dev/null || true (cd linenoise && /usr/bin/make clean) > /dev/null || true (cd lua && /usr/bin/make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && /usr/bin/make distclean) > /dev/null || true (cd hdr_histogram && /usr/bin/make clean) > /dev/null || true (rm -f .make-*) (echo "-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " > .make-cflags) (echo "" > .make-ldflags) MAKE hiredis cd hiredis && /usr/bin/make static USE_SSL=1 make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps/hiredis' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic alloc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic net.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic hiredis.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic sds.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic async.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic read.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic sockcompat.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar rcs libhiredis.a alloc.o net.o hiredis.o sds.o async.o read.o sockcompat.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic ssl.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar rcs libhiredis_ssl.a ssl.o make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps/hiredis' MAKE linenoise cd linenoise && /usr/bin/make make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps/linenoise' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -Os -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c linenoise.c make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps/linenoise' MAKE lua cd lua/src && /usr/bin/make all CFLAGS="-Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 " MYLDFLAGS="" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar rc" make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps/lua/src' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lapi.o lapi.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lcode.o lcode.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ldebug.o ldebug.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ldo.o ldo.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ldump.o ldump.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lfunc.o lfunc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lgc.o lgc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o llex.o llex.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lmem.o lmem.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lobject.o lobject.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lopcodes.o lopcodes.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lparser.o lparser.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lstate.o lstate.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lstring.o lstring.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ltable.o ltable.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ltm.o ltm.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lundump.o lundump.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lvm.o lvm.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lzio.o lzio.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o strbuf.o strbuf.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o fpconv.o fpconv.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lauxlib.o lauxlib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lbaselib.o lbaselib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ldblib.o ldblib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o liolib.o liolib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lmathlib.o lmathlib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o loslib.o loslib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ltablib.o ltablib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lstrlib.o lstrlib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o loadlib.o loadlib.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o linit.o linit.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lua_cjson.o lua_cjson.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lua_struct.o lua_struct.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lua_cmsgpack.o lua_cmsgpack.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lua_bit.o lua_bit.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar rc liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object files /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib liblua.a /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lua.o lua.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o lua lua.o liblua.a -lm /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o luac.o luac.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o print.o print.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o luac luac.o print.o liblua.a -lm make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps/lua/src' MAKE hdr_histogram cd hdr_histogram && /usr/bin/make make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps/hdr_histogram' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=c99 -Wall -Os -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DHDR_MALLOC_INCLUDE=\"hdr_redis_malloc.h\" -c hdr_histogram.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar rcs libhdrhistogram.a hdr_histogram.o make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps/hdr_histogram' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/deps' CC adlist.o CC quicklist.o CC ae.o CC anet.o CC dict.o CC server.o CC sds.o CC zmalloc.o CC lzf_c.o CC lzf_d.o CC pqsort.o CC zipmap.o CC sha1.o CC ziplist.o CC release.o CC networking.o CC util.o CC object.o CC db.o CC replication.o CC rdb.o CC t_string.o CC t_list.o CC t_set.o CC t_zset.o CC t_hash.o CC config.o CC aof.o CC pubsub.o CC multi.o CC debug.o CC sort.o CC intset.o CC syncio.o CC cluster.o CC crc16.o CC endianconv.o CC slowlog.o CC eval.o CC bio.o CC rio.o CC rand.o CC memtest.o CC crcspeed.o CC crc64.o CC bitops.o CC sentinel.o CC notify.o CC setproctitle.o CC blocked.o CC hyperloglog.o CC latency.o CC sparkline.o CC redis-check-rdb.o CC redis-check-aof.o CC geo.o CC lazyfree.o CC module.o CC evict.o CC expire.o CC geohash.o CC geohash_helper.o CC childinfo.o CC defrag.o CC siphash.o CC rax.o CC t_stream.o CC listpack.o CC localtime.o CC lolwut.o CC lolwut5.o CC lolwut6.o CC acl.o CC tracking.o CC connection.o CC tls.o CC sha256.o CC timeout.o CC setcpuaffinity.o CC monotonic.o CC mt19937-64.o CC resp_parser.o CC call_reply.o CC script_lua.o CC script.o CC functions.o CC function_lua.o CC commands.o LINK redis-server INSTALL redis-sentinel CC redis-cli.o CC redisassert.o CC cli_common.o LINK redis-cli CC redis-benchmark.o LINK redis-benchmark INSTALL redis-check-rdb INSTALL redis-check-aof Hint: It's a good idea to run 'make test' ;) make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0' >>> redis 7.0.0 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PREFIX=/nvmedata/autobuild/instance-27/output-1/target/usr MALLOC=libc USE_SYSTEMD=no BUILD_TLS=yes -C /nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0 LDCONFIG=true install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0' cd src && /usr/bin/make install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/src' CC Makefile.dep Hint: It's a good idea to run 'make test' ;) INSTALL redis-server INSTALL redis-benchmark INSTALL redis-cli make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0' /usr/bin/install -D -m 0644 /nvmedata/autobuild/instance-27/output-1/build/redis-7.0.0/redis.conf /nvmedata/autobuild/instance-27/output-1/target/etc/redis.conf libsepol-3.3.tar.gz: OK (sha256: 2d97df3eb8466169b389c3660acbb90c54200ac96e452eca9f41a9639f4f238b) >>> host-libsepol 3.3 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/libsepol/libsepol-3.3.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3 -xf - >>> host-libsepol 3.3 Patching Applying 0001-support-static-only.patch using patch: patching file src/Makefile >>> host-libsepol 3.3 Configuring >>> host-libsepol 3.3 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" PREFIX=/nvmedata/autobuild/instance-27/output-1/host SHLIBDIR=/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3' /usr/bin/make -C src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/src' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o assertion.o assertion.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o avrule_block.o avrule_block.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o avtab.o avtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o boolean_record.o boolean_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o booleans.o booleans.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o conditional.o conditional.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o constraint.o constraint.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o context.o context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o context_record.o context_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o debug.o debug.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ebitmap.o ebitmap.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o expand.o expand.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o handle.o handle.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o hashtab.o hashtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o hierarchy.o hierarchy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ibendport_record.o ibendport_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ibendports.o ibendports.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ibpkey_record.o ibpkey_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ibpkeys.o ibpkeys.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o iface_record.o iface_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o interfaces.o interfaces.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o kernel_to_cil.o kernel_to_cil.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o kernel_to_common.o kernel_to_common.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o kernel_to_conf.o kernel_to_conf.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o link.o link.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o mls.o mls.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o module.o module.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o module_to_cil.o module_to_cil.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o node_record.o node_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o nodes.o nodes.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o optimize.o optimize.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o polcaps.o polcaps.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o policydb.o policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o policydb_convert.o policydb_convert.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o policydb_public.o policydb_public.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o policydb_validate.o policydb_validate.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o port_record.o port_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ports.o ports.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o services.o services.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o sidtab.o sidtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o symtab.o symtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o user_record.o user_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o users.o users.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o util.o util.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o write.o write.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil.o ../cil/src/cil.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_binary.o ../cil/src/cil_binary.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_build_ast.o ../cil/src/cil_build_ast.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_copy_ast.o ../cil/src/cil_copy_ast.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_find.o ../cil/src/cil_find.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_fqn.o ../cil/src/cil_fqn.c flex -o ../cil/src/cil_lexer.c ../cil/src/cil_lexer.l /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_lexer.o ../cil/src/cil_lexer.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_list.o ../cil/src/cil_list.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_log.o ../cil/src/cil_log.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_mem.o ../cil/src/cil_mem.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_parser.o ../cil/src/cil_parser.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_policy.o ../cil/src/cil_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_post.o ../cil/src/cil_post.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_reset_ast.o ../cil/src/cil_reset_ast.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_resolve_ast.o ../cil/src/cil_resolve_ast.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_stack.o ../cil/src/cil_stack.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_strpool.o ../cil/src/cil_strpool.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_symtab.o ../cil/src/cil_symtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_tree.o ../cil/src/cil_tree.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_verify.o ../cil/src/cil_verify.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -c -o ../cil/src/cil_write_ast.o ../cil/src/cil_write_ast.c /usr/bin/ar rcs libsepol.a assertion.o avrule_block.o avtab.o boolean_record.o booleans.o conditional.o constraint.o context.o context_record.o debug.o ebitmap.o expand.o handle.o hashtab.o hierarchy.o ibendport_record.o ibendports.o ibpkey_record.o ibpkeys.o iface_record.o interfaces.o kernel_to_cil.o kernel_to_common.o kernel_to_conf.o link.o mls.o module.o module_to_cil.o node_record.o nodes.o optimize.o polcaps.o policydb.o policydb_convert.o policydb_public.o policydb_validate.o port_record.o ports.o services.o sidtab.o symtab.o user_record.o users.o util.o write.o ../cil/src/cil.o ../cil/src/cil_binary.o ../cil/src/cil_build_ast.o ../cil/src/cil_copy_ast.o ../cil/src/cil_find.o ../cil/src/cil_fqn.o ../cil/src/cil_lexer.o ../cil/src/cil_list.o ../cil/src/cil_log.o ../cil/src/cil_mem.o ../cil/src/cil_parser.o ../cil/src/cil_policy.o ../cil/src/cil_post.o ../cil/src/cil_reset_ast.o ../cil/src/cil_resolve_ast.o ../cil/src/cil_stack.o ../cil/src/cil_strpool.o ../cil/src/cil_symtab.o ../cil/src/cil_tree.o ../cil/src/cil_verify.o ../cil/src/cil_write_ast.o /usr/bin/ranlib libsepol.a sed -e 's/@VERSION@/3.3/; s:@prefix@:/nvmedata/autobuild/instance-27/output-1/host:; s:@libdir@:/nvmedata/autobuild/instance-27/output-1/host/lib:; s:@includedir@:/nvmedata/autobuild/instance-27/output-1/host/include:' < libsepol.pc.in > libsepol.pc /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o assertion.lo assertion.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o avrule_block.lo avrule_block.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o avtab.lo avtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o boolean_record.lo boolean_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o booleans.lo booleans.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o conditional.lo conditional.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o constraint.lo constraint.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o context.lo context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o context_record.lo context_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o debug.lo debug.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ebitmap.lo ebitmap.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o expand.lo expand.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o handle.lo handle.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o hashtab.lo hashtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o hierarchy.lo hierarchy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ibendport_record.lo ibendport_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ibendports.lo ibendports.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ibpkey_record.lo ibpkey_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ibpkeys.lo ibpkeys.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o iface_record.lo iface_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o interfaces.lo interfaces.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o kernel_to_cil.lo kernel_to_cil.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o kernel_to_common.lo kernel_to_common.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o kernel_to_conf.lo kernel_to_conf.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o link.lo link.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o mls.lo mls.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o module.lo module.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o module_to_cil.lo module_to_cil.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o node_record.lo node_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o nodes.lo nodes.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o optimize.lo optimize.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o polcaps.lo polcaps.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o policydb.lo policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o policydb_convert.lo policydb_convert.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o policydb_public.lo policydb_public.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o policydb_validate.lo policydb_validate.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o port_record.lo port_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ports.lo ports.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o services.lo services.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o sidtab.lo sidtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o symtab.lo symtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o user_record.lo user_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o users.lo users.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o util.lo util.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o write.lo write.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil.lo ../cil/src/cil.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_binary.lo ../cil/src/cil_binary.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_build_ast.lo ../cil/src/cil_build_ast.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_copy_ast.lo ../cil/src/cil_copy_ast.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_find.lo ../cil/src/cil_find.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_fqn.lo ../cil/src/cil_fqn.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_lexer.lo ../cil/src/cil_lexer.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_list.lo ../cil/src/cil_list.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_log.lo ../cil/src/cil_log.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_mem.lo ../cil/src/cil_mem.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_parser.lo ../cil/src/cil_parser.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_policy.lo ../cil/src/cil_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_post.lo ../cil/src/cil_post.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_reset_ast.lo ../cil/src/cil_reset_ast.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_resolve_ast.lo ../cil/src/cil_resolve_ast.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_stack.lo ../cil/src/cil_stack.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_strpool.lo ../cil/src/cil_strpool.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_symtab.lo ../cil/src/cil_symtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_tree.lo ../cil/src/cil_tree.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_verify.lo ../cil/src/cil_verify.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -fPIC -DSHARED -c -o ../cil/src/cil_write_ast.lo ../cil/src/cil_write_ast.c cp libsepol.map.in libsepol.map /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I. -I../include -D_GNU_SOURCE -I../cil/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -shared -o libsepol.so.2 assertion.lo avrule_block.lo avtab.lo boolean_record.lo booleans.lo conditional.lo constraint.lo context.lo context_record.lo debug.lo ebitmap.lo expand.lo handle.lo hashtab.lo hierarchy.lo ibendport_record.lo ibendports.lo ibpkey_record.lo ibpkeys.lo iface_record.lo interfaces.lo kernel_to_cil.lo kernel_to_common.lo kernel_to_conf.lo link.lo mls.lo module.lo module_to_cil.lo node_record.lo nodes.lo optimize.lo polcaps.lo policydb.lo policydb_convert.lo policydb_public.lo policydb_validate.lo port_record.lo ports.lo services.lo sidtab.lo symtab.lo user_record.lo users.lo util.lo write.lo ../cil/src/cil.lo ../cil/src/cil_binary.lo ../cil/src/cil_build_ast.lo ../cil/src/cil_copy_ast.lo ../cil/src/cil_find.lo ../cil/src/cil_fqn.lo ../cil/src/cil_lexer.lo ../cil/src/cil_list.lo ../cil/src/cil_log.lo ../cil/src/cil_mem.lo ../cil/src/cil_parser.lo ../cil/src/cil_policy.lo ../cil/src/cil_post.lo ../cil/src/cil_reset_ast.lo ../cil/src/cil_resolve_ast.lo ../cil/src/cil_stack.lo ../cil/src/cil_strpool.lo ../cil/src/cil_symtab.lo ../cil/src/cil_tree.lo ../cil/src/cil_verify.lo ../cil/src/cil_write_ast.lo -Wl,-soname,libsepol.so.2,--version-script=libsepol.map,-z,defs ln -sf libsepol.so.2 libsepol.so make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/src' /usr/bin/make -C utils make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/utils' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src chkcon.c -lsepol -o chkcon make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/utils' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3' >>> host-libsepol 3.3 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" PREFIX=/nvmedata/autobuild/instance-27/output-1/host SHLIBDIR=/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3 install PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3' /usr/bin/make -C include install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/include' test -d /nvmedata/autobuild/instance-27/output-1/host/include/sepol || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/include/sepol test -d /nvmedata/autobuild/instance-27/output-1/host/include/sepol/policydb || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/include/sepol/policydb test -d /nvmedata/autobuild/instance-27/output-1/host/include/sepol/cil || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/include/sepol/cil install -m 644 sepol/boolean_record.h sepol/errcodes.h sepol/ports.h sepol/module.h sepol/policydb.h sepol/context.h sepol/kernel_to_conf.h sepol/user_record.h sepol/module_to_cil.h sepol/debug.h sepol/interfaces.h sepol/port_record.h sepol/sepol.h sepol/ibendport_record.h sepol/booleans.h sepol/handle.h sepol/iface_record.h sepol/node_record.h sepol/ibpkeys.h sepol/users.h sepol/ibpkey_record.h sepol/ibendports.h sepol/context_record.h sepol/kernel_to_cil.h sepol/nodes.h /nvmedata/autobuild/instance-27/output-1/host/include/sepol install -m 644 sepol/policydb/symtab.h sepol/policydb/avtab.h sepol/policydb/polcaps.h sepol/policydb/link.h sepol/policydb/flask_types.h sepol/policydb/module.h sepol/policydb/conditional.h sepol/policydb/mls_types.h sepol/policydb/policydb.h sepol/policydb/context.h sepol/policydb/ebitmap.h sepol/policydb/util.h sepol/policydb/avrule_block.h sepol/policydb/services.h sepol/policydb/hashtab.h sepol/policydb/sidtab.h sepol/policydb/expand.h sepol/policydb/constraint.h sepol/policydb/hierarchy.h /nvmedata/autobuild/instance-27/output-1/host/include/sepol/policydb install -m 644 ../cil/include/cil/cil.h /nvmedata/autobuild/instance-27/output-1/host/include/sepol/cil make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/include' /usr/bin/make -C src install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/src' test -d /nvmedata/autobuild/instance-27/output-1/host/lib || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/lib install -m 644 libsepol.a /nvmedata/autobuild/instance-27/output-1/host/lib test -d /nvmedata/autobuild/instance-27/output-1/host/lib || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/lib install -m 755 libsepol.so.2 /nvmedata/autobuild/instance-27/output-1/host/lib test -d /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig install -m 644 libsepol.pc /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig ln -sf --relative /nvmedata/autobuild/instance-27/output-1/host/lib/libsepol.so.2 /nvmedata/autobuild/instance-27/output-1/host/lib/libsepol.so make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/src' /usr/bin/make -C utils install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/utils' mkdir -p /nvmedata/autobuild/instance-27/output-1/host/bin install -m 755 chkcon /nvmedata/autobuild/instance-27/output-1/host/bin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/utils' /usr/bin/make -C man install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/man' mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man3 mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 install -m 644 man3/*.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3 install -m 644 man8/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 for lang in ru ; do \ if [ -e ${lang}/man3 ] ; then \ mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man3 ; \ install -m 644 ${lang}/man3/*.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man3 ; \ fi ; \ if [ -e ${lang}/man8 ] ; then \ mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/man8/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ fi ; \ done make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3/man' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsepol-3.3' pcre2-10.40.tar.bz2: OK (sha256: 14e4b83c4783933dc17e964318e6324f7cae1bc75d8f3c79bc6969f00c159d68) >>> host-pcre2 10.40 Extracting bzcat /nvmedata/autobuild/instance-27/dl/pcre2/pcre2-10.40.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40 -xf - >>> host-pcre2 10.40 Patching >>> host-pcre2 10.40 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-pcre2 10.40 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40/ltmain.sh Hunk #1 succeeded at 2947 (offset 260 lines). Hunk #2 succeeded at 4540 (offset 263 lines). Hunk #3 succeeded at 6836 (offset 282 lines). Hunk #4 succeeded at 6846 (offset 282 lines). Hunk #5 succeeded at 7146 (offset 289 lines). Hunk #6 succeeded at 7450 (offset 301 lines). Hunk #7 succeeded at 8426 (offset 314 lines). Hunk #8 succeeded at 11058 (offset 348 lines). >>> host-pcre2 10.40 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /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... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/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 the archiver (/usr/bin/ar) interface... ar 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... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /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 file... file 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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 whether ln -s works... yes checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for __attribute__((uninitialized))... no 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 sys/wait.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for bcopy... yes checking for memfd_create... yes checking for memmove... yes checking for mkostemp... yes checking for secure_getenv... yes checking for strerror... yes checking for realpath... yes checking for zlib.h... yes checking for gzopen in -lz... yes checking for bzlib.h... yes checking for libbz2... yes checking whether Intel CET is enabled... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libpcre2-8.pc config.status: creating libpcre2-16.pc config.status: creating libpcre2-32.pc config.status: creating libpcre2-posix.pc config.status: creating pcre2-config config.status: creating src/pcre2.h config.status: creating src/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, --disable-nls pcre2-10.40 configuration summary: Install prefix ..................... : /nvmedata/autobuild/instance-27/output-1/host C preprocessor ..................... : /usr/bin/cpp C compiler ......................... : /usr/bin/gcc Linker ............................. : /usr/bin/ld -m elf_x86_64 C preprocessor flags ............... : -I/nvmedata/autobuild/instance-27/output-1/host/include C compiler flags ................... : -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fvisibility=hidden Linker flags ....................... : -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib Extra libraries .................... : Build 8-bit pcre2 library .......... : yes Build 16-bit pcre2 library ......... : no Build 32-bit pcre2 library ......... : no Include debugging code ............. : no Enable JIT compiling support ....... : no Use SELinux allocator in JIT ....... : no Enable Unicode support ............. : yes Newline char/sequence .............. : lf \R matches only ANYCRLF ............ : no \C is disabled ..................... : no EBCDIC coding ...................... : no EBCDIC code for NL ................. : n/a Rebuild char tables ................ : no Internal link size ................. : 2 Nested parentheses limit ........... : 250 Heap limit ......................... : 20000000 kibibytes Match limit ........................ : 10000000 Match depth limit .................. : MATCH_LIMIT Build shared libs .................. : yes Build static libs .................. : no Use JIT in pcre2grep ............... : no Enable callouts in pcre2grep ....... : yes Enable fork in pcre2grep callouts .. : yes Initial buffer size for pcre2grep .. : 20480 Maximum buffer size for pcre2grep .. : 1048576 Link pcre2grep with libz ........... : no Link pcre2grep with libbz2 ......... : no Link pcre2test with libedit ........ : no Link pcre2test with libreadline .... : no Valgrind support ................... : no Code coverage ...................... : no Fuzzer support ..................... : no Use %zu and %td .................... : auto >>> host-pcre2 10.40 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40' rm -f src/pcre2_chartables.c ln -s /nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40/src/pcre2_chartables.c.dist /nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40/src/pcre2_chartables.c /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40' CC src/pcre2grep-pcre2grep.o CC src/libpcre2_8_la-pcre2_auto_possess.lo CC src/libpcre2_8_la-pcre2_compile.lo CC src/libpcre2_8_la-pcre2_config.lo CC src/libpcre2_8_la-pcre2_context.lo CC src/libpcre2_8_la-pcre2_convert.lo CC src/libpcre2_8_la-pcre2_dfa_match.lo CC src/libpcre2_8_la-pcre2_error.lo CC src/libpcre2_8_la-pcre2_extuni.lo CC src/libpcre2_8_la-pcre2_find_bracket.lo CC src/libpcre2_8_la-pcre2_jit_compile.lo CC src/libpcre2_8_la-pcre2_maketables.lo CC src/libpcre2_8_la-pcre2_match.lo CC src/libpcre2_8_la-pcre2_match_data.lo CC src/libpcre2_8_la-pcre2_newline.lo CC src/libpcre2_8_la-pcre2_ord2utf.lo CC src/libpcre2_8_la-pcre2_pattern_info.lo CC src/libpcre2_8_la-pcre2_script_run.lo CC src/libpcre2_8_la-pcre2_serialize.lo CC src/libpcre2_8_la-pcre2_string_utils.lo CC src/libpcre2_8_la-pcre2_study.lo CC src/libpcre2_8_la-pcre2_substitute.lo CC src/libpcre2_8_la-pcre2_substring.lo CC src/libpcre2_8_la-pcre2_tables.lo CC src/libpcre2_8_la-pcre2_ucd.lo CC src/libpcre2_8_la-pcre2_valid_utf.lo CC src/libpcre2_8_la-pcre2_xclass.lo CC src/libpcre2_8_la-pcre2_chartables.lo CCLD libpcre2-8.la CCLD pcre2grep CC src/pcre2test-pcre2test.o CC src/libpcre2_posix_la-pcre2posix.lo CCLD libpcre2-posix.la CCLD pcre2test make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40' >>> host-pcre2 10.40 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40' /usr/bin/make install-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libpcre2-8.la libpcre2-posix.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libpcre2-8.so.0.11.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libpcre2-8.so.0.11.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libpcre2-8.so.0.11.0 libpcre2-8.so.0 || { rm -f libpcre2-8.so.0 && ln -s libpcre2-8.so.0.11.0 libpcre2-8.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libpcre2-8.so.0.11.0 libpcre2-8.so || { rm -f libpcre2-8.so && ln -s libpcre2-8.so.0.11.0 libpcre2-8.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcre2-8.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libpcre2-8.la libtool: install: /usr/bin/install -c .libs/libpcre2-posix.so.3.0.2 /nvmedata/autobuild/instance-27/output-1/host/lib/libpcre2-posix.so.3.0.2 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libpcre2-posix.so.3.0.2 libpcre2-posix.so.3 || { rm -f libpcre2-posix.so.3 && ln -s libpcre2-posix.so.3.0.2 libpcre2-posix.so.3; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libpcre2-posix.so.3.0.2 libpcre2-posix.so || { rm -f libpcre2-posix.so && ln -s libpcre2-posix.so.3.0.2 libpcre2-posix.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcre2-posix.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libpcre2-posix.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c pcre2grep pcre2test '/nvmedata/autobuild/instance-27/output-1/host/bin' libtool: install: /usr/bin/install -c pcre2grep /nvmedata/autobuild/instance-27/output-1/host/bin/pcre2grep libtool: install: /usr/bin/install -c pcre2test /nvmedata/autobuild/instance-27/output-1/host/bin/pcre2test /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/install -c pcre2-config '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/pcre2' /usr/bin/install -c -m 644 AUTHORS COPYING ChangeLog LICENCE NEWS README doc/pcre2.txt doc/pcre2-config.txt doc/pcre2grep.txt doc/pcre2test.txt '/nvmedata/autobuild/instance-27/output-1/host/share/doc/pcre2' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/pcre2/html' /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre2-config.html doc/html/pcre2.html doc/html/pcre2_callout_enumerate.html doc/html/pcre2_code_copy.html doc/html/pcre2_code_copy_with_tables.html doc/html/pcre2_code_free.html doc/html/pcre2_compile.html doc/html/pcre2_compile_context_copy.html doc/html/pcre2_compile_context_create.html doc/html/pcre2_compile_context_free.html doc/html/pcre2_config.html doc/html/pcre2_convert_context_copy.html doc/html/pcre2_convert_context_create.html doc/html/pcre2_convert_context_free.html doc/html/pcre2_converted_pattern_free.html doc/html/pcre2_dfa_match.html doc/html/pcre2_general_context_copy.html doc/html/pcre2_general_context_create.html doc/html/pcre2_general_context_free.html doc/html/pcre2_get_error_message.html doc/html/pcre2_get_mark.html doc/html/pcre2_get_match_data_size.html doc/html/pcre2_get_ovector_count.html doc/html/pcre2_get_ovector_pointer.html doc/html/pcre2_get_startchar.html doc/html/pcre2_jit_compile.html doc/html/pcre2_jit_free_unused_memory.html doc/html/pcre2_jit_match.html doc/html/pcre2_jit_stack_assign.html doc/html/pcre2_jit_stack_create.html doc/html/pcre2_jit_stack_free.html doc/html/pcre2_maketables.html doc/html/pcre2_maketables_free.html doc/html/pcre2_match.html doc/html/pcre2_match_context_copy.html doc/html/pcre2_match_context_create.html doc/html/pcre2_match_context_free.html '/nvmedata/autobuild/instance-27/output-1/host/share/doc/pcre2/html' /usr/bin/install -c -m 644 doc/html/pcre2_match_data_create.html doc/html/pcre2_match_data_create_from_pattern.html doc/html/pcre2_match_data_free.html doc/html/pcre2_pattern_convert.html doc/html/pcre2_pattern_info.html doc/html/pcre2_serialize_decode.html doc/html/pcre2_serialize_encode.html doc/html/pcre2_serialize_free.html doc/html/pcre2_serialize_get_number_of_codes.html doc/html/pcre2_set_bsr.html doc/html/pcre2_set_callout.html doc/html/pcre2_set_character_tables.html doc/html/pcre2_set_compile_extra_options.html doc/html/pcre2_set_compile_recursion_guard.html doc/html/pcre2_set_depth_limit.html doc/html/pcre2_set_glob_escape.html doc/html/pcre2_set_glob_separator.html doc/html/pcre2_set_heap_limit.html doc/html/pcre2_set_match_limit.html doc/html/pcre2_set_max_pattern_length.html doc/html/pcre2_set_offset_limit.html doc/html/pcre2_set_newline.html doc/html/pcre2_set_parens_nest_limit.html doc/html/pcre2_set_recursion_limit.html doc/html/pcre2_set_recursion_memory_management.html doc/html/pcre2_set_substitute_callout.html doc/html/pcre2_substitute.html doc/html/pcre2_substring_copy_byname.html doc/html/pcre2_substring_copy_bynumber.html doc/html/pcre2_substring_free.html doc/html/pcre2_substring_get_byname.html doc/html/pcre2_substring_get_bynumber.html doc/html/pcre2_substring_length_byname.html doc/html/pcre2_substring_length_bynumber.html doc/html/pcre2_substring_list_free.html doc/html/pcre2_substring_list_get.html doc/html/pcre2_substring_nametable_scan.html doc/html/pcre2_substring_number_from_name.html doc/html/pcre2api.html doc/html/pcre2build.html '/nvmedata/autobuild/instance-27/output-1/host/share/doc/pcre2/html' /usr/bin/install -c -m 644 doc/html/pcre2callout.html doc/html/pcre2compat.html doc/html/pcre2convert.html doc/html/pcre2demo.html doc/html/pcre2grep.html doc/html/pcre2jit.html doc/html/pcre2limits.html doc/html/pcre2matching.html doc/html/pcre2partial.html doc/html/pcre2pattern.html doc/html/pcre2perform.html doc/html/pcre2posix.html doc/html/pcre2sample.html doc/html/pcre2serialize.html doc/html/pcre2syntax.html doc/html/pcre2test.html doc/html/pcre2unicode.html '/nvmedata/autobuild/instance-27/output-1/host/share/doc/pcre2/html' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include' /usr/bin/install -c -m 644 src/pcre2posix.h '/nvmedata/autobuild/instance-27/output-1/host/include' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /usr/bin/install -c -m 644 doc/pcre2-config.1 doc/pcre2grep.1 doc/pcre2test.1 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 doc/pcre2.3 doc/pcre2_callout_enumerate.3 doc/pcre2_code_copy.3 doc/pcre2_code_copy_with_tables.3 doc/pcre2_code_free.3 doc/pcre2_compile.3 doc/pcre2_compile_context_copy.3 doc/pcre2_compile_context_create.3 doc/pcre2_compile_context_free.3 doc/pcre2_config.3 doc/pcre2_convert_context_copy.3 doc/pcre2_convert_context_create.3 doc/pcre2_convert_context_free.3 doc/pcre2_converted_pattern_free.3 doc/pcre2_dfa_match.3 doc/pcre2_general_context_copy.3 doc/pcre2_general_context_create.3 doc/pcre2_general_context_free.3 doc/pcre2_get_error_message.3 doc/pcre2_get_mark.3 doc/pcre2_get_match_data_size.3 doc/pcre2_get_ovector_count.3 doc/pcre2_get_ovector_pointer.3 doc/pcre2_get_startchar.3 doc/pcre2_jit_compile.3 doc/pcre2_jit_free_unused_memory.3 doc/pcre2_jit_match.3 doc/pcre2_jit_stack_assign.3 doc/pcre2_jit_stack_create.3 doc/pcre2_jit_stack_free.3 doc/pcre2_maketables.3 doc/pcre2_maketables_free.3 doc/pcre2_match.3 doc/pcre2_match_context_copy.3 doc/pcre2_match_context_create.3 doc/pcre2_match_context_free.3 doc/pcre2_match_data_create.3 doc/pcre2_match_data_create_from_pattern.3 doc/pcre2_match_data_free.3 doc/pcre2_pattern_convert.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 doc/pcre2_pattern_info.3 doc/pcre2_serialize_decode.3 doc/pcre2_serialize_encode.3 doc/pcre2_serialize_free.3 doc/pcre2_serialize_get_number_of_codes.3 doc/pcre2_set_bsr.3 doc/pcre2_set_callout.3 doc/pcre2_set_character_tables.3 doc/pcre2_set_compile_extra_options.3 doc/pcre2_set_compile_recursion_guard.3 doc/pcre2_set_depth_limit.3 doc/pcre2_set_glob_escape.3 doc/pcre2_set_glob_separator.3 doc/pcre2_set_heap_limit.3 doc/pcre2_set_match_limit.3 doc/pcre2_set_max_pattern_length.3 doc/pcre2_set_offset_limit.3 doc/pcre2_set_newline.3 doc/pcre2_set_parens_nest_limit.3 doc/pcre2_set_recursion_limit.3 doc/pcre2_set_recursion_memory_management.3 doc/pcre2_set_substitute_callout.3 doc/pcre2_substitute.3 doc/pcre2_substring_copy_byname.3 doc/pcre2_substring_copy_bynumber.3 doc/pcre2_substring_free.3 doc/pcre2_substring_get_byname.3 doc/pcre2_substring_get_bynumber.3 doc/pcre2_substring_length_byname.3 doc/pcre2_substring_length_bynumber.3 doc/pcre2_substring_list_free.3 doc/pcre2_substring_list_get.3 doc/pcre2_substring_nametable_scan.3 doc/pcre2_substring_number_from_name.3 doc/pcre2api.3 doc/pcre2build.3 doc/pcre2callout.3 doc/pcre2compat.3 doc/pcre2convert.3 doc/pcre2demo.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 doc/pcre2jit.3 doc/pcre2limits.3 doc/pcre2matching.3 doc/pcre2partial.3 doc/pcre2pattern.3 doc/pcre2perform.3 doc/pcre2posix.3 doc/pcre2sample.3 doc/pcre2serialize.3 doc/pcre2syntax.3 doc/pcre2unicode.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include' /usr/bin/install -c -m 644 src/pcre2.h '/nvmedata/autobuild/instance-27/output-1/host/include' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libpcre2-8.pc libpcre2-posix.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre2-10.40' pcre-8.45.tar.bz2: OK (sha256: 4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8) >>> host-pcre 8.45 Extracting bzcat /nvmedata/autobuild/instance-27/dl/pcre/pcre-8.45.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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... /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... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking the archiver (/usr/bin/ar) interface... ar checking for gcc... (cached) /usr/bin/gcc checking whether the compiler supports GNU C... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to enable C11 features... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/bin/gcc... (cached) none checking whether the compiler supports GNU C++... yes checking whether /usr/bin/g++ accepts -g... yes checking for /usr/bin/g++ option to enable C++11 features... none needed checking dependency style of /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... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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... /usr/bin/g++ -E checking for ld used by /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 /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /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) /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 .................. : /nvmedata/autobuild/instance-27/output-1/host C preprocessor .................. : /usr/bin/cpp C compiler ...................... : /usr/bin/gcc C++ preprocessor ................ : /usr/bin/g++ -E C++ compiler .................... : /usr/bin/g++ Linker .......................... : /usr/bin/ld -m elf_x86_64 C preprocessor flags ............ : -I/nvmedata/autobuild/instance-27/output-1/host/include C compiler flags ................ : -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fvisibility=hidden C++ compiler flags .............. : -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fvisibility=hidden -fvisibility-inlines-hidden Linker flags .................... : -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' rm -f pcre_chartables.c ln -s ./pcre_chartables.c.dist pcre_chartables.c /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' >>> host-pcre 8.45 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' /usr/bin/make install-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libpcre.la libpcreposix.la libpcrecpp.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libpcre.so.1.2.13 /nvmedata/autobuild/instance-27/output-1/host/lib/libpcre.so.1.2.13 libtool: install: (cd /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/lib/libpcre.la libtool: install: /usr/bin/install -c .libs/libpcreposix.so.0.0.7 /nvmedata/autobuild/instance-27/output-1/host/lib/libpcreposix.so.0.0.7 libtool: install: (cd /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/lib/libpcreposix.la libtool: install: /usr/bin/install -c .libs/libpcrecpp.so.0.0.2 /nvmedata/autobuild/instance-27/output-1/host/lib/libpcrecpp.so.0.0.2 libtool: install: (cd /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/lib/libpcrecpp.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c pcretest pcregrep '/nvmedata/autobuild/instance-27/output-1/host/bin' libtool: install: /usr/bin/install -c pcretest /nvmedata/autobuild/instance-27/output-1/host/bin/pcretest libtool: install: /usr/bin/install -c pcregrep /nvmedata/autobuild/instance-27/output-1/host/bin/pcregrep /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/install -c pcre-config '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/host/share/doc/pcre' /bin/mkdir -p '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/host/share/doc/pcre/html' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/html/pcrecpp.html '/nvmedata/autobuild/instance-27/output-1/host/share/doc/pcre/html' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include' /usr/bin/install -c -m 644 pcreposix.h pcrecpp.h pcre_scanner.h '/nvmedata/autobuild/instance-27/output-1/host/include' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/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 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include' /usr/bin/install -c -m 644 pcre.h pcrecpparg.h pcre_stringpiece.h '/nvmedata/autobuild/instance-27/output-1/host/include' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcrecpp.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/make install-data-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' ln -sf pcre_assign_jit_stack.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_assign_jit_stack.3 ln -sf pcre_compile.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_compile.3 ln -sf pcre_compile2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_compile2.3 ln -sf pcre_config.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_config.3 ln -sf pcre_copy_named_substring.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_copy_named_substring.3 ln -sf pcre_copy_substring.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_copy_substring.3 ln -sf pcre_dfa_exec.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_dfa_exec.3 ln -sf pcre_exec.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_exec.3 ln -sf pcre_free_study.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_free_study.3 ln -sf pcre_free_substring.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_free_substring.3 ln -sf pcre_free_substring_list.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_free_substring_list.3 ln -sf pcre_fullinfo.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_fullinfo.3 ln -sf pcre_get_named_substring.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_get_substring.3 ln -sf pcre_get_substring_list.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_get_substring_list.3 ln -sf pcre_jit_exec.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_jit_stack_free.3 ln -sf pcre_maketables.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_refcount.3 ln -sf pcre_study.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_study.3 ln -sf pcre_utf16_to_host_byte_order.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_utf16_to_host_byte_order.3 ln -sf pcre_version.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre16_version.3 ln -sf pcre_assign_jit_stack.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_assign_jit_stack.3 ln -sf pcre_compile.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_compile.3 ln -sf pcre_compile2.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_compile2.3 ln -sf pcre_config.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_config.3 ln -sf pcre_copy_named_substring.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_copy_named_substring.3 ln -sf pcre_copy_substring.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_copy_substring.3 ln -sf pcre_dfa_exec.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_dfa_exec.3 ln -sf pcre_exec.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_exec.3 ln -sf pcre_free_study.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_free_study.3 ln -sf pcre_free_substring.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_free_substring.3 ln -sf pcre_free_substring_list.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_free_substring_list.3 ln -sf pcre_fullinfo.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_fullinfo.3 ln -sf pcre_get_named_substring.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_get_substring.3 ln -sf pcre_get_substring_list.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_get_substring_list.3 ln -sf pcre_jit_exec.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_jit_stack_free.3 ln -sf pcre_maketables.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_refcount.3 ln -sf pcre_study.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_study.3 ln -sf pcre_utf32_to_host_byte_order.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_utf32_to_host_byte_order.3 ln -sf pcre_version.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3/pcre32_version.3 make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-pcre-8.45' >>> host-swig 4.0.2 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.swig-4.0.2.tar.gz.anGLr0/output' 'http://downloads.sourceforge.net/project/swig/swig/swig-4.0.2/swig-4.0.2.tar.gz' --2022-06-04 14:10:04-- http://downloads.sourceforge.net/project/swig/swig/swig-4.0.2/swig-4.0.2.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://cytranet.dl.sourceforge.net/project/swig/swig/swig-4.0.2/swig-4.0.2.tar.gz [following] --2022-06-04 14:10:04-- http://cytranet.dl.sourceforge.net/project/swig/swig/swig-4.0.2/swig-4.0.2.tar.gz Resolving cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)... 162.251.237.20 Connecting to cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)|162.251.237.20|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 8097014 (7.7M) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.swig-4.0.2.tar.gz.anGLr0/output' 0K .......... .......... .......... .......... .......... 0% 394K 20s 50K .......... .......... .......... .......... .......... 1% 180K 32s 100K .......... .......... .......... .......... .......... 1% 89.2K 50s 150K .......... .......... .......... .......... .......... 2% 86.4K 60s 200K .......... .......... .......... .......... .......... 3% 107K 62s 250K .......... .......... .......... .......... .......... 3% 158K 59s 300K .......... .......... .......... .......... .......... 4% 216K 55s 350K .......... .......... .......... .......... .......... 5% 184K 53s 400K .......... .......... .......... .......... .......... 5% 91.6K 56s 450K .......... .......... .......... .......... .......... 6% 101K 57s 500K .......... .......... .......... .......... .......... 6% 91.9K 59s 550K ... 7% 110K=4.4s 2022-06-04 14:10:09 (125 KB/s) - Read error at byte 567118/8097014 (Connection reset by peer). Retrying. --2022-06-04 14:10:10-- (try: 2) http://cytranet.dl.sourceforge.net/project/swig/swig/swig-4.0.2/swig-4.0.2.tar.gz Connecting to cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)|162.251.237.20|:80... connected. HTTP request sent, awaiting response... 206 Partial Content Length: 8097014 (7.7M), 7529896 (7.2M) remaining [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.swig-4.0.2.tar.gz.anGLr0/output' [ skipping 550K ] 550K ,,,....... .......... .......... .......... .......... 7% 718K 11s 600K .......... .......... .......... .......... .......... 8% 152M 5s 650K .......... .......... .......... .......... .......... 8% 1.40M 5s 700K .......... .......... .......... .......... .......... 9% 1.48M 5s 750K .......... .......... .......... .......... .......... 10% 55.1M 4s 800K .......... .......... .......... .......... .......... 10% 64.8M 3s 850K .......... .......... .......... .......... .......... 11% 60.4M 3s 900K .......... .......... .......... .......... .......... 12% 1.53M 3s 950K .......... .......... .......... .......... .......... 12% 91.3M 3s 1000K .......... .......... .......... .......... .......... 13% 88.0M 2s 1050K .......... .......... .......... .......... .......... 13% 119M 2s 1100K .......... .......... .......... .......... .......... 14% 65.7M 2s 1150K .......... .......... .......... .......... .......... 15% 132M 2s 1200K .......... .......... .......... .......... .......... 15% 1.57M 2s 1250K .......... .......... .......... .......... .......... 16% 57.7M 2s 1300K .......... .......... .......... .......... .......... 17% 71.1M 2s 1350K .......... .......... .......... .......... .......... 17% 80.4M 2s 1400K .......... .......... .......... .......... .......... 18% 86.7M 2s 1450K .......... .......... .......... .......... .......... 18% 113M 1s 1500K .......... .......... .......... .......... .......... 19% 95.4M 1s 1550K .......... .......... .......... .......... .......... 20% 1.57M 1s 1600K .......... .......... .......... .......... .......... 20% 34.4M 1s 1650K .......... .......... .......... .......... .......... 21% 181M 1s 1700K .......... .......... .......... .......... .......... 22% 187M 1s 1750K .......... .......... .......... .......... .......... 22% 93.1M 1s 1800K .......... .......... .......... .......... .......... 23% 87.7M 1s 1850K .......... .......... .......... .......... .......... 24% 120M 1s 1900K .......... .......... .......... .......... .......... 24% 1.58M 1s 1950K .......... .......... .......... .......... .......... 25% 27.1M 1s 2000K .......... .......... .......... .......... .......... 25% 182M 1s 2050K .......... .......... .......... .......... .......... 26% 187M 1s 2100K .......... .......... .......... .......... .......... 27% 139M 1s 2150K .......... .......... .......... .......... .......... 27% 73.9M 1s 2200K .......... .......... .......... .......... .......... 28% 199M 1s 2250K .......... .......... .......... .......... .......... 29% 107M 1s 2300K .......... .......... .......... .......... .......... 29% 1.60M 1s 2350K .......... .......... .......... .......... .......... 30% 29.8M 1s 2400K .......... .......... .......... .......... .......... 30% 144M 1s 2450K .......... .......... .......... .......... .......... 31% 148M 1s 2500K .......... .......... .......... .......... .......... 32% 69.0M 1s 2550K .......... .......... .......... .......... .......... 32% 81.7M 1s 2600K .......... .......... .......... .......... .......... 33% 126M 1s 2650K .......... .......... .......... .......... .......... 34% 78.6M 1s 2700K .......... .......... .......... .......... .......... 34% 1.62M 1s 2750K .......... .......... .......... .......... .......... 35% 55.1M 1s 2800K .......... .......... .......... .......... .......... 36% 118M 1s 2850K .......... .......... .......... .......... .......... 36% 41.2M 1s 2900K .......... .......... .......... .......... .......... 37% 155M 1s 2950K .......... .......... .......... .......... .......... 37% 96.1M 1s 3000K .......... .......... .......... .......... .......... 38% 83.8M 1s 3050K .......... .......... .......... .......... .......... 39% 126M 1s 3100K .......... .......... .......... .......... .......... 39% 1.65M 1s 3150K .......... .......... .......... .......... .......... 40% 36.5M 1s 3200K .......... .......... .......... .......... .......... 41% 69.2M 1s 3250K .......... .......... .......... .......... .......... 41% 15.3M 1s 3300K .......... .......... .......... .......... .......... 42% 205M 1s 3350K .......... .......... .......... .......... .......... 42% 229M 1s 3400K .......... .......... .......... .......... .......... 43% 201M 1s 3450K .......... .......... .......... .......... .......... 44% 235M 1s 3500K .......... .......... .......... .......... .......... 44% 228M 1s 3550K .......... .......... .......... .......... .......... 45% 1.74M 1s 3600K .......... .......... .......... .......... .......... 46% 33.2M 1s 3650K .......... .......... .......... .......... .......... 46% 61.7M 1s 3700K .......... .......... .......... .......... .......... 47% 104M 1s 3750K .......... .......... .......... .......... .......... 48% 94.1M 1s 3800K .......... .......... .......... .......... .......... 48% 91.5M 1s 3850K .......... .......... .......... .......... .......... 49% 111M 0s 3900K .......... .......... .......... .......... .......... 49% 89.1M 0s 3950K .......... .......... .......... .......... .......... 50% 94.0M 0s 4000K .......... .......... .......... .......... .......... 51% 1.68M 0s 4050K .......... .......... .......... .......... .......... 51% 40.6M 0s 4100K .......... .......... .......... .......... .......... 52% 48.7M 0s 4150K .......... .......... .......... .......... .......... 53% 100M 0s 4200K .......... .......... .......... .......... .......... 53% 61.6M 0s 4250K .......... .......... .......... .......... .......... 54% 83.4M 0s 4300K .......... .......... .......... .......... .......... 55% 113M 0s 4350K .......... .......... .......... .......... .......... 55% 133M 0s 4400K .......... .......... .......... .......... .......... 56% 32.5M 0s 4450K .......... .......... .......... .......... .......... 56% 1.63M 0s 4500K .......... .......... .......... .......... .......... 57% 156M 0s 4550K .......... .......... .......... .......... .......... 58% 137M 0s 4600K .......... .......... .......... .......... .......... 58% 144M 0s 4650K .......... .......... .......... .......... .......... 59% 195M 0s 4700K .......... .......... .......... .......... .......... 60% 40.8M 0s 4750K .......... .......... .......... .......... .......... 60% 156M 0s 4800K .......... .......... .......... .......... .......... 61% 104M 0s 4850K .......... .......... .......... .......... .......... 61% 119M 0s 4900K .......... .......... .......... .......... .......... 62% 67.6M 0s 4950K .......... .......... .......... .......... .......... 63% 1.78M 0s 5000K .......... .......... .......... .......... .......... 63% 35.7M 0s 5050K .......... .......... .......... .......... .......... 64% 43.1M 0s 5100K .......... .......... .......... .......... .......... 65% 26.6M 0s 5150K .......... .......... .......... .......... .......... 65% 123M 0s 5200K .......... .......... .......... .......... .......... 66% 183M 0s 5250K .......... .......... .......... .......... .......... 67% 104M 0s 5300K .......... .......... .......... .......... .......... 67% 102M 0s 5350K .......... .......... .......... .......... .......... 68% 97.5M 0s 5400K .......... .......... .......... .......... .......... 68% 94.1M 0s 5450K .......... .......... .......... .......... .......... 69% 1.83M 0s 5500K .......... .......... .......... .......... .......... 70% 39.5M 0s 5550K .......... .......... .......... .......... .......... 70% 20.2M 0s 5600K .......... .......... .......... .......... .......... 71% 30.5M 0s 5650K .......... .......... .......... .......... .......... 72% 139M 0s 5700K .......... .......... .......... .......... .......... 72% 110M 0s 5750K .......... .......... .......... .......... .......... 73% 156M 0s 5800K .......... .......... .......... .......... .......... 73% 109M 0s 5850K .......... .......... .......... .......... .......... 74% 40.3M 0s 5900K .......... .......... .......... .......... .......... 75% 140M 0s 5950K .......... .......... .......... .......... .......... 75% 176M 0s 6000K .......... .......... .......... .......... .......... 76% 1.88M 0s 6050K .......... .......... .......... .......... .......... 77% 45.4M 0s 6100K .......... .......... .......... .......... .......... 77% 30.4M 0s 6150K .......... .......... .......... .......... .......... 78% 37.0M 0s 6200K .......... .......... .......... .......... .......... 79% 91.6M 0s 6250K .......... .......... .......... .......... .......... 79% 63.3M 0s 6300K .......... .......... .......... .......... .......... 80% 103M 0s 6350K .......... .......... .......... .......... .......... 80% 88.4M 0s 6400K .......... .......... .......... .......... .......... 81% 73.5M 0s 6450K .......... .......... .......... .......... .......... 82% 121M 0s 6500K .......... .......... .......... .......... .......... 82% 68.2M 0s 6550K .......... .......... .......... .......... .......... 83% 90.5M 0s 6600K .......... .......... .......... .......... .......... 84% 1.89M 0s 6650K .......... .......... .......... .......... .......... 84% 38.3M 0s 6700K .......... .......... .......... .......... .......... 85% 26.6M 0s 6750K .......... .......... .......... .......... .......... 85% 65.0M 0s 6800K .......... .......... .......... .......... .......... 86% 65.9M 0s 6850K .......... .......... .......... .......... .......... 87% 66.9M 0s 6900K .......... .......... .......... .......... .......... 87% 74.0M 0s 6950K .......... .......... .......... .......... .......... 88% 94.4M 0s 7000K .......... .......... .......... .......... .......... 89% 133M 0s 7050K .......... .......... .......... .......... .......... 89% 52.1M 0s 7100K .......... .......... .......... .......... .......... 90% 34.8M 0s 7150K .......... .......... .......... .......... .......... 91% 105M 0s 7200K .......... .......... .......... .......... .......... 91% 1.96M 0s 7250K .......... .......... .......... .......... .......... 92% 15.7M 0s 7300K .......... .......... .......... .......... .......... 92% 194M 0s 7350K .......... .......... .......... .......... .......... 93% 140M 0s 7400K .......... .......... .......... .......... .......... 94% 47.3M 0s 7450K .......... .......... .......... .......... .......... 94% 125M 0s 7500K .......... .......... .......... .......... .......... 95% 91.7M 0s 7550K .......... .......... .......... .......... .......... 96% 72.0M 0s 7600K .......... .......... .......... .......... .......... 96% 90.5M 0s 7650K .......... .......... .......... .......... .......... 97% 137M 0s 7700K .......... .......... .......... .......... .......... 98% 13.3M 0s 7750K .......... .......... .......... .......... .......... 98% 184M 0s 7800K .......... .......... .......... .......... .......... 99% 2.07M 0s 7850K .......... .......... .......... .......... .......... 99% 19.8M 0s 7900K ....... 100% 45.6M=0.7s 2022-06-04 14:10:10 (10.4 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.swig-4.0.2.tar.gz.anGLr0/output' saved [8097014/8097014] swig-4.0.2.tar.gz: OK (sha256: d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc) >>> host-swig 4.0.2 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/swig/swig-4.0.2.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2 -xf - >>> host-swig 4.0.2 Patching >>> host-swig 4.0.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-swig 4.0.2 Patching libtool >>> host-swig 4.0.2 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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 --with-pcre --disable-ccache --without-octave ) 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 thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking maximum warning verbosity option... -Wall -W -ansi -pedantic for C++ -Wall -W -ansi -pedantic for C checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for popen... yes checking whether to enable PCRE support... yes checking whether to use local PCRE... no checking for a sed that does not truncate output... /bin/sed checking for pcre-config... /nvmedata/autobuild/instance-27/output-1/host/bin/pcre-config checking whether to enable ccache-swig... no Checking packages required for SWIG developers. Note : None of the following packages are required for users to compile and install SWIG from the distributed tarball checking for bison... bison -y Checking for installed target languages and other information in order to compile and run the examples and test-suite invoked by 'make check'. Note : None of the following packages are required for users to compile and install SWIG from the distributed tarball checking for boostlib >= (102000)... yes checking SO... .so checking LDSHARED... /usr/bin/gcc -shared checking CXXSHARED... /usr/bin/gcc -shared checking TRYLINKINGWITHCXX... CXXSHARED= /usr/bin/g++ -shared checking CCSHARED... -fpic checking RPATH... -Xlinker -rpath $(exec_prefix)/lib -Xlinker -rpath . checking LINKFORSHARED... -Xlinker -export-dynamic checking PLATCFLAGS... checking whether to enable C++11 testing... no checking if compiler supports pre-compiled headers... yes checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for library containing t_open... no checking for library containing gethostbyname... none required checking for library containing socket... none required checking for swill_init in -lswill... no checking for main in -lieee... no checking for crypt in -lcrypt... yes checking for pkg-config... pkg-config checking for Tcl configuration... no checking for Tcl header files... not found checking for Tcl library... not found checking for python... python checking for python major version number... 3 checking for Python os.name... posix checking for Python path separator... / checking for python3... python3 checking for python3-config... python3-config checking for python3 major version number... 3 checking for Python 3.x os.name... posix checking for Python 3.x path separator... / checking for Python 3.x prefix... /nvmedata/autobuild/instance-27/output-1/host checking for Python 3.x exec-prefix... /nvmedata/autobuild/instance-27/output-1/host checking for Python 3.x version... python3.10 checking for Python 3.x lib dir... lib checking for Python 3.x header files... -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 checking for Python 3.x library directory... Not found checking for Python 3.x library... -lpython3.10 checking for pycodestyle... no checking for 2to3-3... no checking for 2to3... 2to3 checking for perl... /usr/bin/perl checking for Perl5 header files... /usr/lib/x86_64-linux-gnu/perl/5.30/CORE checking for Perl5 library... perl checking for Perl5 ccflags... -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 checking for Perl5 ccdlflags... -Wl,-E checking for Perl5 cccdlflags... -fPIC checking for Perl5 ldflags... -fstack-protector-strong -L/usr/local/lib checking for Perl5 Test::More module... found configure: Disabling Octave checking for scilab... no checking for java JDK... no (JAVA_HOME is not defined) checking for java... java checking for javac... javac checking if java version is 9 or greater... yes checking for java include file jni.h... -I"/usr/lib/jvm/java-1.11.0-openjdk-amd64/include" checking for java include file jni_md.h... -I"/usr/lib/jvm/java-1.11.0-openjdk-amd64/include/linux" checking for java jdk from jni include paths... not found checking for nodejs... no checking for node... no checking for JavaScriptCore/JavaScript.h... not found checking for JavaScriptCore/Webkit library... not found checking for V8 Javascript v8.h... not found checking for V8 Javascript library... not found checking for android... no checking for adb... no checking for ant... no checking for ndk-build... no checking for guile-config... no checking for mzscheme... no checking for mzc... no checking for ruby... no checking for Ruby header files... could not figure out how to run ruby checking for php7.3... no checking for php7.2... no checking for php7.1... no checking for php7.0... no checking for php... no checking for ocamlc... ocamlc checking for camlp4... no checking for ocamldlgen... no checking for ocamlfind... no checking for ocamlmktop... ocamlmktop checking for mono-csc... no checking for gmcs... no checking for mcs... no checking for cscc... no checking for lua5.4... no checking for lua5.3... no checking for lua5.2... no checking for lua5.1... no checking for lua... no checking for R... /usr/bin/R checking for go... go checking whether go version is too old... no checking for gccgo... no checking for dmd... no checking for ldmd... no checking for gdmd... no checking for dmd... no checking for gdmd... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating swig.spec config.status: creating Examples/Makefile config.status: creating Examples/d/example.mk config.status: creating Examples/xml/Makefile config.status: creating Examples/test-suite/errors/Makefile config.status: creating Examples/test-suite/csharp/Makefile config.status: creating Examples/test-suite/d/Makefile config.status: creating Examples/test-suite/guile/Makefile config.status: creating Examples/test-suite/java/Makefile config.status: creating Examples/test-suite/javascript/Makefile config.status: creating Examples/test-suite/mzscheme/Makefile config.status: creating Examples/test-suite/ocaml/Makefile config.status: creating Examples/test-suite/octave/Makefile config.status: creating Examples/test-suite/perl5/Makefile config.status: creating Examples/test-suite/php/Makefile config.status: creating Examples/test-suite/python/Makefile config.status: creating Examples/test-suite/ruby/Makefile config.status: creating Examples/test-suite/scilab/Makefile config.status: creating Examples/test-suite/tcl/Makefile config.status: creating Examples/test-suite/lua/Makefile config.status: creating Examples/test-suite/r/Makefile config.status: creating Examples/test-suite/go/Makefile config.status: creating Source/Makefile config.status: creating Tools/javascript/Makefile config.status: creating preinst-swig config.status: creating CCache/ccache_swig_config.h config.status: creating Source/Include/swigconfig.h config.status: executing depfiles commands config.status: executing Examples commands The SWIG test-suite and examples are configured for the following languages: go java perl5 python r >>> host-swig 4.0.2 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2/Source' /usr/bin/make all-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2/Source' /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o CParse/cscanner.o CParse/cscanner.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o CParse/parser.o CParse/parser.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o CParse/templ.o CParse/templ.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o CParse/util.o CParse/util.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o DOH/base.o DOH/base.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o DOH/file.o DOH/file.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o DOH/fio.o DOH/fio.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o DOH/hash.o DOH/hash.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o DOH/list.o DOH/list.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o DOH/memory.o DOH/memory.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o DOH/string.o DOH/string.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o DOH/void.o DOH/void.c /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Doxygen/doxyentity.o Doxygen/doxyentity.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Doxygen/doxyparser.o Doxygen/doxyparser.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Doxygen/doxytranslator.o Doxygen/doxytranslator.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Doxygen/javadoc.o Doxygen/javadoc.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Doxygen/pydoc.o Doxygen/pydoc.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/allocate.o Modules/allocate.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/browser.o Modules/browser.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/contract.o Modules/contract.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/csharp.o Modules/csharp.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/d.o Modules/d.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/directors.o Modules/directors.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/emit.o Modules/emit.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/go.o Modules/go.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/guile.o Modules/guile.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/interface.o Modules/interface.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/java.o Modules/java.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/javascript.o Modules/javascript.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/lang.o Modules/lang.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/lua.o Modules/lua.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/main.o Modules/main.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/mzscheme.o Modules/mzscheme.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/nested.o Modules/nested.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/ocaml.o Modules/ocaml.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/octave.o Modules/octave.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/overload.o Modules/overload.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/perl5.o Modules/perl5.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/php.o Modules/php.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/python.o Modules/python.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/r.o Modules/r.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/ruby.o Modules/ruby.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/scilab.o Modules/scilab.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/swigmain.o Modules/swigmain.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/tcl8.o Modules/tcl8.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/typepass.o Modules/typepass.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/utils.o Modules/utils.cxx /usr/bin/g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Modules/xml.o Modules/xml.cxx /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Preprocessor/cpp.o Preprocessor/cpp.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Preprocessor/expr.o Preprocessor/expr.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/cwrap.o Swig/cwrap.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/deprecate.o Swig/deprecate.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/error.o Swig/error.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/extend.o Swig/extend.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/fragment.o Swig/fragment.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/getopt.o Swig/getopt.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/include.o Swig/include.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/misc.o Swig/misc.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/naming.o Swig/naming.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/parms.o Swig/parms.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/scanner.o Swig/scanner.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/stype.o Swig/stype.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/symbol.o Swig/symbol.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/tree.o Swig/tree.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/typemap.o Swig/typemap.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/typeobj.o Swig/typeobj.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/typesys.o Swig/typesys.c /usr/bin/gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Doxygen -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -c -o Swig/wrapfunc.o Swig/wrapfunc.c /usr/bin/g++ -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -W -ansi -pedantic -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o eswig CParse/cscanner.o CParse/parser.o CParse/templ.o CParse/util.o DOH/base.o DOH/file.o DOH/fio.o DOH/hash.o DOH/list.o DOH/memory.o DOH/string.o DOH/void.o Doxygen/doxyentity.o Doxygen/doxyparser.o Doxygen/doxytranslator.o Doxygen/javadoc.o Doxygen/pydoc.o Modules/allocate.o Modules/browser.o Modules/contract.o Modules/csharp.o Modules/d.o Modules/directors.o Modules/emit.o Modules/go.o Modules/guile.o Modules/interface.o Modules/java.o Modules/javascript.o Modules/lang.o Modules/lua.o Modules/main.o Modules/mzscheme.o Modules/nested.o Modules/ocaml.o Modules/octave.o Modules/overload.o Modules/perl5.o Modules/php.o Modules/python.o Modules/r.o Modules/ruby.o Modules/scilab.o Modules/swigmain.o Modules/tcl8.o Modules/typepass.o Modules/utils.o Modules/xml.o Preprocessor/cpp.o Preprocessor/expr.o Swig/cwrap.o Swig/deprecate.o Swig/error.o Swig/extend.o Swig/fragment.o Swig/getopt.o Swig/include.o Swig/misc.o Swig/naming.o Swig/parms.o Swig/scanner.o Swig/stype.o Swig/symbol.o Swig/tree.o Swig/typemap.o Swig/typeobj.o Swig/typesys.o Swig/wrapfunc.o -ldl -L/nvmedata/autobuild/instance-27/output-1/host/lib -lpcre cp -f ../Source/eswig ../swig make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2/Source' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2/Source' test -z "" || (cd CCache && /usr/bin/make) make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2' >>> host-swig 4.0.2 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2' Installing SWIG executable Installing /nvmedata/autobuild/instance-27/output-1/host/bin/swig Installing the SWIG library Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/attribute.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/carrays.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/cdata.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/cmalloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/constraints.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/cpointer.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/cstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/cwstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/intrusive_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/inttypes.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/math.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/pointer.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/stdint.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/swigarch.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/swigrun.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/wchar.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/windows.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/allkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/director_common.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/runtime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/swig.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/swigerrors.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/swigfragments.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/swiginit.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/swiglabels.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/swigrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/swigwarn.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/swigwarnings.swg Installing language specific files for typemaps Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/attribute.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/carrays.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/cdata.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/cmalloc.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/cpointer.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/cstring.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/cstrings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/cwstring.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/enumint.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/exception.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/factory.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/fragments.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/implicit.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/inoutlist.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/misctypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/primtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/ptrtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/std_except.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/std_string.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/std_strings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/std_wstring.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/string.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/strings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/swigmacros.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/swigobject.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/swigtype.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/swigtypemaps.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/typemaps.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/valtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/void.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/typemaps/wstring.swg Installing language specific files for tcl Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/attribute.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/carrays.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/cdata.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/cmalloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/cpointer.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/cstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/cwstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/factory.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/std_wstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclinterp.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclresult.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclsh.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/wish.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tcl8.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclapi.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclerrors.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclfragments.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclinit.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclmacros.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclopers.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclprimtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclruntime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclstrings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tcltypemaps.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tcluserdir.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/tcl/tclwstrings.swg Installing language specific files for perl5 Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/attribute.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/carrays.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/cdata.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/cmalloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/cpointer.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/cstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/factory.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlmain.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/reference.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/director.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perl5.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlerrors.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlfragments.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlhead.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlinit.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlmacros.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlopers.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlprimtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlruntime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perlstrings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perltypemaps.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/perluserdir.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/Makefile.pl Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/perl5/noembed.h Installing language specific files for python Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/argcargv.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/attribute.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/boost_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/carrays.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/ccomplex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/cdata.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/cmalloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/cpointer.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/cstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/cwstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/embed.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/factory.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/file.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/implicit.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyabc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pybuffer.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyname_compat.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_alloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_array.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_auto_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_basic_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_carray.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_char_traits.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_container.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_ios.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_iostream.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_multimap.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_multiset.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_set.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_sstream.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_streambuf.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_unordered_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_unordered_multimap.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_unordered_multiset.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_unordered_set.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_vectora.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_wios.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_wiostream.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_wsstream.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_wstreambuf.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/std_wstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/wchar.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/builtin.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/defarg.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/director.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyapi.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pybackward.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyclasses.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pycomplex.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pycontainer.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pydocs.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyerrors.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyfragments.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyhead.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyinit.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyiterators.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pymacros.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyopers.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyprimtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyruntime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pystdcommon.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pystrings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/python.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pythonkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pythreads.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pytuplehlp.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pytypemaps.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pyuserdir.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/python/pywstrings.swg Installing language specific files for guile Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/cplusplus.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/guile.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/guilemain.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/interpreter.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/list-vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/pointer-in-out.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/ports.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/swigrun.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/guile_scm.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/guile_scm_run.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/guile/common.scm Installing language specific files for java Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/arrays_java.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/boost_intrusive_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/boost_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_array.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_auto_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_set.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_unordered_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_unordered_set.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/std_wstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/swiginterface.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/various.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/director.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/enums.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/enumsimple.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/enumtypesafe.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/enumtypeunsafe.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/java.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/javahead.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/java/javakw.swg Installing language specific files for mzscheme Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/mzscheme/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/mzscheme/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/mzscheme/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/mzscheme/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/mzscheme/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/mzscheme/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/mzscheme/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/mzscheme/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/mzscheme/mzrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/mzscheme/mzscheme.swg Installing language specific files for ruby Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/argcargv.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/attribute.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/boost_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/carrays.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/cdata.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/cmalloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/cpointer.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/cstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/embed.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/factory.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/file.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/progargcargv.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_alloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_array.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_auto_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_basic_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_char_traits.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_container.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_functors.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_ios.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_iostream.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_multimap.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_multiset.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_queue.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_set.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_sstream.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_stack.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_streambuf.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_unordered_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_unordered_multimap.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_unordered_multiset.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_unordered_set.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_vectora.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/std_wstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/timeval.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/director.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/ruby.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyapi.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyautodoc.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyclasses.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubycomplex.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubycontainer.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubycontainer_extended.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubydef.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyerrors.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyfragments.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyhead.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyinit.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyiterators.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubykw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubymacros.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyopers.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyprimtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyruntime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubystdautodoc.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubystdcommon.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubystdcommon_forward.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubystdfunctors.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubystrings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubytracking.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubytypemaps.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubyuserdir.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/rubywstrings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/Makefile.swig Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ruby/extconf.rb Installing language specific files for php Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/const.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/factory.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/globalvar.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/phppointers.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/utils.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/director.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/php.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/phpinit.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/phpkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/php/phprun.swg Installing language specific files for ocaml Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/carray.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/cstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/ocaml.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/std_complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/typecheck.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/class.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/director.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/ocaml.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/ocamlkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/ocamlrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/ocamlrundec.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/preamble.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/typeregister.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/swigp4.ml Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/swig.mli Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/ocaml/swig.ml Installing language specific files for octave Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/attribute.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/boost_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/carrays.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/cdata.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/cmalloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/factory.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/implicit.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_alloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_basic_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_carray.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_char_traits.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_container.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/std_wstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/director.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octave.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octcomplex.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octcontainer.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octfragments.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octiterators.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octopers.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octprimtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octruntime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octstdcommon.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octtypemaps.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octuserdir.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/octave/octheaders.hpp Installing language specific files for csharp Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/arrays_csharp.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/boost_intrusive_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/boost_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_array.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_auto_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_set.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/std_wstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/swiginterface.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/swigtype_inout.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/wchar.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/csharp.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/csharphead.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/csharpkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/director.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/enums.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/enumsimple.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/csharp/enumtypesafe.swg Installing language specific files for lua Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/_std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/carrays.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/factory.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/lua_fnptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/wchar.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/lua.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/luakw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/luarun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/luaruntime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/lua/luatypemaps.swg Installing language specific files for r Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/boost_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/cdata.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_alloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_container.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/r.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/rcontainer.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/rfragments.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/rkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/ropers.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/rrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/rstdcommon.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/rtype.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/r/srun.swg Installing language specific files for go Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/cdata.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/director.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/go.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/gokw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/goruntime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/go/gostring.swg Installing language specific files for d Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/boost_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/carrays.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/cpointer.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/std_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/d.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/dclassgen.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/ddirectives.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/denums.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/dexception.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/dhead.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/director.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/dkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/dmemberfunctionpointers.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/doperators.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/dprimitives.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/dstrings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/dswigtype.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/dvoid.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/d/wrapperloader.swg Installing language specific files for javascript Installing nothing from Lib/javascript Installing language specific files for javascript/jsc Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/arrays_javascript.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/ccomplex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/cdata.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/std_complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascript.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascriptcode.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascriptcomplex.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascriptfragments.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascripthelpers.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascriptinit.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascriptkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascriptprimtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascriptrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascriptruntime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascriptstrings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/jsc/javascripttypemaps.swg Installing language specific files for javascript/v8 Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/arrays_javascript.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/ccomplex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/cdata.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/std_complex.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascript.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascriptcode.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascriptcomplex.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascriptfragments.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascripthelpers.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascriptinit.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascriptkw.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascriptprimtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascriptrun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascriptruntime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascriptstrings.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/javascript/v8/javascripttypemaps.swg Installing language specific files for scilab Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/boost_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/carrays.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/cmalloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/cpointer.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/exception.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/matrix.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_alloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_basic_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_char_traits.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_container.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_multiset.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_set.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_shared_ptr.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/stl.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/sciarray.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scibool.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scichar.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scicontainer.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scidouble.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scienum.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/sciexception.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scifloat.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/sciint.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/sciiterators.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scilab.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scilist.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scilong.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scilonglong.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scimacros.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scimatrixbool.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scimatrixchar.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scimatrixdouble.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scimatrixint.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scimisctypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scipointer.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/sciprimtypes.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scirun.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/sciruntime.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scisequence.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scisequencebool.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scisequencedouble.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scisequencefloat.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scisequenceint.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scisequencepointer.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scisequencestring.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scishort.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scisignedchar.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scistdcommon.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/scitypemaps.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/sciunsignedchar.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/sciunsignedint.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/sciunsignedlong.swg Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/scilab/sciunsignedshort.swg Installing language specific files for xml Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/xml/typemaps.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/xml/xml.swg Installing language specific files for std Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/_std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_alloc.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_array.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_basic_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_char_traits.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_common.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_container.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_deque.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_except.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_ios.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_iostream.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_list.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_multimap.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_multiset.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_pair.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_queue.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_set.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_sstream.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_stack.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_streambuf.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_string.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_unordered_map.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_unordered_multimap.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_unordered_multiset.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_unordered_set.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_vector.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_vectora.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_wios.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_wiostream.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_wsstream.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_wstreambuf.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_wstring.i Installing /nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/std/std_carray.swg Installation complete make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-swig-4.0.2' ln -fs swig /nvmedata/autobuild/instance-27/output-1/host/bin/swig4.0 ln -fs swig /nvmedata/autobuild/instance-27/output-1/host/bin/swig3.0 libselinux-3.3.tar.gz: OK (sha256: acfdee27633d2496508c28727c3d41d3748076f66d42fccde2e6b9f3463a7057) >>> host-libselinux 3.3 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/libselinux/libselinux-3.3.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3 -xf - >>> host-libselinux 3.3 Patching Applying 0001-fix-musl-build.patch using patch: patching file src/booleans.c Applying 0002-Do-not-use-PYCEXT-and-rely-on-the-installed-file-nam.patch using patch: patching file src/Makefile >>> host-libselinux 3.3 Configuring >>> host-libselinux 3.3 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/nvmedata/autobuild/instance-27/output-1/host SHLIBDIR=/nvmedata/autobuild/instance-27/output-1/host/lib PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib PYTHON=python3.10 USE_PCRE2=y all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/include' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o avc.o avc.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o avc_internal.o avc_internal.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o avc_sidtab.o avc_sidtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o booleans.o booleans.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o callbacks.o callbacks.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o canonicalize_context.o canonicalize_context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o checkAccess.o checkAccess.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o check_context.o check_context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o checkreqprot.o checkreqprot.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o compute_av.o compute_av.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o compute_create.o compute_create.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o compute_member.o compute_member.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o compute_relabel.o compute_relabel.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o compute_user.o compute_user.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o context.o context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o deny_unknown.o deny_unknown.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o disable.o disable.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o enabled.o enabled.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o fgetfilecon.o fgetfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o freecon.o freecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o freeconary.o freeconary.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o fsetfilecon.o fsetfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o get_context_list.o get_context_list.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o get_default_type.o get_default_type.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o get_initial_context.o get_initial_context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o getenforce.o getenforce.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o getfilecon.o getfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o getpeercon.o getpeercon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o init.o init.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o is_customizable_type.o is_customizable_type.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o label.o label.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o label_db.o label_db.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o label_file.o label_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o label_media.o label_media.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o label_support.o label_support.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o label_x.o label_x.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o lgetfilecon.o lgetfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o load_policy.o load_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o lsetfilecon.o lsetfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o mapping.o mapping.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o matchmediacon.o matchmediacon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o matchpathcon.o matchpathcon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o policyvers.o policyvers.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o procattr.o procattr.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o query_user_context.o query_user_context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o regex.o regex.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o reject_unknown.o reject_unknown.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o selinux_check_securetty_context.o selinux_check_securetty_context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o selinux_config.o selinux_config.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o selinux_restorecon.o selinux_restorecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o sestatus.o sestatus.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o setenforce.o setenforce.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o setexecfilecon.o setexecfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o setfilecon.o setfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o setrans_client.o setrans_client.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o seusers.o seusers.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o sha1.o sha1.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o stringrep.o stringrep.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o validatetrans.o validatetrans.c /usr/bin/ar rcs libselinux.a avc.o avc_internal.o avc_sidtab.o booleans.o callbacks.o canonicalize_context.o checkAccess.o check_context.o checkreqprot.o compute_av.o compute_create.o compute_member.o compute_relabel.o compute_user.o context.o deny_unknown.o disable.o enabled.o fgetfilecon.o freecon.o freeconary.o fsetfilecon.o get_context_list.o get_default_type.o get_initial_context.o getenforce.o getfilecon.o getpeercon.o init.o is_customizable_type.o label.o label_db.o label_file.o label_media.o label_support.o label_x.o lgetfilecon.o load_policy.o lsetfilecon.o mapping.o matchmediacon.o matchpathcon.o policyvers.o procattr.o query_user_context.o regex.o reject_unknown.o selinux_check_securetty_context.o selinux_config.o selinux_restorecon.o sestatus.o setenforce.o setexecfilecon.o setfilecon.o setrans_client.o seusers.o sha1.o stringrep.o validatetrans.o /usr/bin/ranlib libselinux.a /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o avc.lo avc.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o avc_internal.lo avc_internal.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o avc_sidtab.lo avc_sidtab.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o booleans.lo booleans.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o callbacks.lo callbacks.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o canonicalize_context.lo canonicalize_context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o checkAccess.lo checkAccess.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o check_context.lo check_context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o checkreqprot.lo checkreqprot.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o compute_av.lo compute_av.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o compute_create.lo compute_create.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o compute_member.lo compute_member.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o compute_relabel.lo compute_relabel.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o compute_user.lo compute_user.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o context.lo context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o deny_unknown.lo deny_unknown.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o disable.lo disable.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o enabled.lo enabled.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o fgetfilecon.lo fgetfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o freecon.lo freecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o freeconary.lo freeconary.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o fsetfilecon.lo fsetfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o get_context_list.lo get_context_list.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o get_default_type.lo get_default_type.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o get_initial_context.lo get_initial_context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o getenforce.lo getenforce.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o getfilecon.lo getfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o getpeercon.lo getpeercon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o init.lo init.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o is_customizable_type.lo is_customizable_type.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o label.lo label.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o label_db.lo label_db.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o label_file.lo label_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o label_media.lo label_media.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o label_support.lo label_support.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o label_x.lo label_x.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o lgetfilecon.lo lgetfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o load_policy.lo load_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o lsetfilecon.lo lsetfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o mapping.lo mapping.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o matchmediacon.lo matchmediacon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o matchpathcon.lo matchpathcon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o policyvers.lo policyvers.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o procattr.lo procattr.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o query_user_context.lo query_user_context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o regex.lo regex.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o reject_unknown.lo reject_unknown.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o selinux_check_securetty_context.lo selinux_check_securetty_context.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o selinux_config.lo selinux_config.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o selinux_restorecon.lo selinux_restorecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o sestatus.lo sestatus.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o setenforce.lo setenforce.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o setexecfilecon.lo setexecfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o setfilecon.lo setfilecon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o setrans_client.lo setrans_client.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o seusers.lo seusers.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o sha1.lo sha1.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o stringrep.lo stringrep.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DSHARED -c -o validatetrans.lo validatetrans.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -shared -o libselinux.so.1 avc.lo avc_internal.lo avc_sidtab.lo booleans.lo callbacks.lo canonicalize_context.lo checkAccess.lo check_context.lo checkreqprot.lo compute_av.lo compute_create.lo compute_member.lo compute_relabel.lo compute_user.lo context.lo deny_unknown.lo disable.lo enabled.lo fgetfilecon.lo freecon.lo freeconary.lo fsetfilecon.lo get_context_list.lo get_default_type.lo get_initial_context.lo getenforce.lo getfilecon.lo getpeercon.lo init.lo is_customizable_type.lo label.lo label_db.lo label_file.lo label_media.lo label_support.lo label_x.lo lgetfilecon.lo load_policy.lo lsetfilecon.lo mapping.lo matchmediacon.lo matchpathcon.lo policyvers.lo procattr.lo query_user_context.lo regex.lo reject_unknown.lo selinux_check_securetty_context.lo selinux_config.lo selinux_restorecon.lo sestatus.lo setenforce.lo setexecfilecon.lo setfilecon.lo setrans_client.lo seusers.lo sha1.lo stringrep.lo validatetrans.lo -L/nvmedata/autobuild/instance-27/output-1/host/lib -lpcre2-8 -ldl -Wl,-soname,libselinux.so.1,--version-script=libselinux.map,-z,defs,-z,relro ln -sf libselinux.so.1 libselinux.so sed -e 's/@VERSION@/3.3/; s:@prefix@:/nvmedata/autobuild/instance-27/output-1/host:; s:@libdir@:/nvmedata/autobuild/instance-27/output-1/host/lib:; s:@includedir@:/nvmedata/autobuild/instance-27/output-1/host/include:; s:@PCRE_MODULE@:libpcre2-8:' < libselinux.pc.in > libselinux.pc make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/utils' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src avcstat.c -lselinux -o avcstat /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src compute_av.c -lselinux -o compute_av /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src compute_create.c -lselinux -o compute_create /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src compute_member.c -lselinux -o compute_member /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src compute_relabel.c -lselinux -o compute_relabel /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src getconlist.c -lselinux -o getconlist /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src getdefaultcon.c -lselinux -o getdefaultcon /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src getenforce.c -lselinux -o getenforce /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src getfilecon.c -lselinux -o getfilecon /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src getpidcon.c -lselinux -o getpidcon /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src getsebool.c -lselinux -o getsebool /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src getseuser.c -lselinux -o getseuser /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src matchpathcon.c -lselinux -o matchpathcon /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src policyvers.c -lselinux -o policyvers /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src sefcontext_compile.c -lselinux ../src/libselinux.a -L/nvmedata/autobuild/instance-27/output-1/host/lib -lpcre2-8 -lsepol -o sefcontext_compile /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src selabel_digest.c -lselinux -o selabel_digest /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src selabel_get_digests_all_partial_matches.c -lselinux -o selabel_get_digests_all_partial_matches /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src selabel_lookup.c -lselinux -o selabel_lookup /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src selabel_lookup_best_match.c -lselinux -o selabel_lookup_best_match /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src selabel_partial_match.c -lselinux -o selabel_partial_match /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src selinux_check_access.c -lselinux -o selinux_check_access /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src selinux_check_securetty_context.c -lselinux -o selinux_check_securetty_context /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src selinuxenabled.c -lselinux -o selinuxenabled /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src selinuxexeccon.c -lselinux -o selinuxexeccon /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src setenforce.c -lselinux -o setenforce /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src setfilecon.c -lselinux -o setfilecon /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src togglesebool.c -lselinux -o togglesebool /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L../src validatetrans.c -lselinux -o validatetrans make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/utils' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/man' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3' # Generate python interface wrapper PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/nvmedata/autobuild/instance-27/output-1/host SHLIBDIR=/nvmedata/autobuild/instance-27/output-1/host/lib PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib PYTHON=python3.10 USE_PCRE2=y swigify pywrap make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/include' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/utils' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/utils' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/man' /usr/bin/make -C src swigify make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' make[2]: Nothing to be done for 'swigify'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' /usr/bin/make -C src pywrap make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wno-error -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-shadow -Wno-uninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-deprecated-declarations" python3.10 setup.py build_ext /nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src/setup.py:3: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import Extension, setup running build_ext building 'selinux._selinux' extension swigging selinuxswig_python.i to selinuxswig_python_wrap.c swig -python -o selinuxswig_python_wrap.c selinuxswig_python.i ../include/selinux/avc.h:426: Warning 302: Identifier 'avc_cache_stats' redefined (ignored), ../include/selinux/avc.h:406: Warning 302: previous definition of 'avc_cache_stats'. ../include/selinux/selinux.h:147: Warning 451: Setting a const char * variable may leak memory. ../include/selinux/selinux.h:388: Warning 451: Setting a const char * variable may leak memory. creating build creating build/temp.linux-x86_64-3.10 /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wno-error -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-shadow -Wno-uninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-deprecated-declarations -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I../include -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c selinuxswig_python_wrap.c -o build/temp.linux-x86_64-3.10/selinuxswig_python_wrap.o creating build/lib.linux-x86_64-3.10 creating build/lib.linux-x86_64-3.10/selinux /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wno-error -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-shadow -Wno-uninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-deprecated-declarations -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/selinuxswig_python_wrap.o -L. -L/nvmedata/autobuild/instance-27/output-1/host/lib -lselinux -o build/lib.linux-x86_64-3.10/selinux/_selinux.cpython-310-x86_64-linux-gnu.so building 'selinux.audit2why' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wno-error -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-shadow -Wno-uninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-deprecated-declarations -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I../include -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c audit2why.c -o build/temp.linux-x86_64-3.10/audit2why.o /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wno-error -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-shadow -Wno-uninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-deprecated-declarations -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/audit2why.o -L. -L/nvmedata/autobuild/instance-27/output-1/host/lib -lselinux -o build/lib.linux-x86_64-3.10/selinux/audit2why.cpython-310-x86_64-linux-gnu.so -l:libsepol.a -Wl,--version-script=audit2why.map make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3' >>> host-libselinux 3.3 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/nvmedata/autobuild/instance-27/output-1/host SHLIBDIR=/nvmedata/autobuild/instance-27/output-1/host/lib PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib PYTHON=python3.10 USE_PCRE2=y install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/include' test -d /nvmedata/autobuild/instance-27/output-1/host/include/selinux || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/include/selinux install -m 644 selinux/get_context_list.h selinux/get_default_type.h selinux/avc.h selinux/context.h selinux/restorecon.h selinux/selinux.h selinux/label.h /nvmedata/autobuild/instance-27/output-1/host/include/selinux make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/include' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' test -d /nvmedata/autobuild/instance-27/output-1/host/lib || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/lib install -m 644 libselinux.a /nvmedata/autobuild/instance-27/output-1/host/lib test -d /nvmedata/autobuild/instance-27/output-1/host/lib || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/lib install -m 755 libselinux.so.1 /nvmedata/autobuild/instance-27/output-1/host/lib test -d /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig install -m 644 libselinux.pc /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig ln -sf --relative /nvmedata/autobuild/instance-27/output-1/host/lib/libselinux.so.1 /nvmedata/autobuild/instance-27/output-1/host/lib/libselinux.so make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/utils' mkdir -p /nvmedata/autobuild/instance-27/output-1/host/sbin install -m 755 avcstat compute_av compute_create compute_member compute_relabel getconlist getdefaultcon getenforce getfilecon getpidcon getsebool getseuser matchpathcon policyvers sefcontext_compile selabel_digest selabel_get_digests_all_partial_matches selabel_lookup selabel_lookup_best_match selabel_partial_match selinux_check_access selinux_check_securetty_context selinuxenabled selinuxexeccon setenforce setfilecon togglesebool validatetrans /nvmedata/autobuild/instance-27/output-1/host/sbin make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/utils' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/man' mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man3 mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man5 mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 install -m 644 man3/*.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3 install -m 644 man5/*.5 /nvmedata/autobuild/instance-27/output-1/host/share/man/man5 install -m 644 man8/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 for lang in ru ; do \ if [ -e ${lang}/man3 ] ; then \ mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man3 ; \ install -m 644 ${lang}/man3/*.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man3 ; \ fi ; \ if [ -e ${lang}/man5 ] ; then \ mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man5 ; \ install -m 644 ${lang}/man5/*.5 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man5 ; \ fi ; \ if [ -e ${lang}/man8 ] ; then \ mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/man8/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ fi ; \ done make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/man' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3' # Install python interface wrapper PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/nvmedata/autobuild/instance-27/output-1/host SHLIBDIR=/nvmedata/autobuild/instance-27/output-1/host/lib PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib PYTHON=python3.10 USE_PCRE2=y install-pywrap make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3' /usr/bin/make -C src install-pywrap make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -DNO_ANDROID_BACKEND -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wno-error -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-shadow -Wno-uninitialized -Wno-missing-prototypes -Wno-missing-declarations -Wno-deprecated-declarations" python3.10 setup.py build_ext /nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src/setup.py:3: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import Extension, setup running build_ext :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead :1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives :1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead python3.10 setup.py install --prefix=/nvmedata/autobuild/instance-27/output-1/host `test -n "" && echo --root ` /nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src/setup.py:3: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import Extension, setup running install running build running build_ext running install_lib creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/selinux copying build/lib.linux-x86_64-3.10/selinux/_selinux.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/selinux copying build/lib.linux-x86_64-3.10/selinux/audit2why.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/selinux running install_egg_info Writing /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/selinux-3.3-py3.10.egg-info install -m 644 selinux.py /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/selinux/__init__.py ln -sf --relative /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/selinux/_selinux*.so /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/ make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libselinux-3.3' checkpolicy-3.3.tar.gz: OK (sha256: 25c84edfa3a10ab8cb073b97bc55cb66377532d54a2723da9accdabd05431485) >>> host-checkpolicy 3.3 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/checkpolicy/checkpolicy-3.3.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3 -xf - >>> host-checkpolicy 3.3 Patching >>> host-checkpolicy 3.3 Configuring >>> host-checkpolicy 3.3 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/nvmedata/autobuild/instance-27/output-1/host LEX="/nvmedata/autobuild/instance-27/output-1/host/bin/flex" YACC="/nvmedata/autobuild/instance-27/output-1/host/bin/bison -y" make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3' /nvmedata/autobuild/instance-27/output-1/host/bin/bison -y -d policy_parse.y /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -o y.tab.o -c y.tab.c /nvmedata/autobuild/instance-27/output-1/host/bin/flex policy_scan.l /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -o lex.yy.o -c lex.yy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -o queue.o -c queue.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -o module_compiler.o -c module_compiler.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -o parse_util.o -c parse_util.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -o policy_define.o -c policy_define.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -o checkpolicy.o -c checkpolicy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/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/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -l:libsepol.a /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -o checkmodule.o -c checkmodule.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/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/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -l:libsepol.a /usr/bin/make -C test make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3/test' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o dispol.o dispol.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o dispol dispol.o -l:libsepol.a /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o dismod.o dismod.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o dismod dismod.o -l:libsepol.a make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3/test' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3' >>> host-checkpolicy 3.3 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/nvmedata/autobuild/instance-27/output-1/host LEX="/nvmedata/autobuild/instance-27/output-1/host/bin/flex" YACC="/nvmedata/autobuild/instance-27/output-1/host/bin/bison -y" install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3' /usr/bin/make -C test make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3/test' mkdir -p /nvmedata/autobuild/instance-27/output-1/host/bin mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 install -m 755 checkpolicy checkmodule /nvmedata/autobuild/instance-27/output-1/host/bin install -m 644 checkpolicy.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 install -m 644 checkmodule.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 for lang in ru ; do \ if [ -e ${lang} ] ; then \ mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-checkpolicy-3.3' >>> host-audit 3.0.7 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.audit-3.0.7.tar.gz.LYySku/output' 'http://people.redhat.com/sgrubb/audit/audit-3.0.7.tar.gz' --2022-06-04 14:12:10-- http://people.redhat.com/sgrubb/audit/audit-3.0.7.tar.gz Resolving people.redhat.com (people.redhat.com)... 209.132.178.26 Connecting to people.redhat.com (people.redhat.com)|209.132.178.26|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://people.redhat.com/sgrubb/audit/audit-3.0.7.tar.gz [following] --2022-06-04 14:12:11-- https://people.redhat.com/sgrubb/audit/audit-3.0.7.tar.gz Connecting to people.redhat.com (people.redhat.com)|209.132.178.26|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1180226 (1.1M) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.audit-3.0.7.tar.gz.LYySku/output' 0K .......... .......... .......... .......... .......... 4% 535K 2s 50K .......... .......... .......... .......... .......... 8% 1.04M 1s 100K .......... .......... .......... .......... .......... 13% 68.3M 1s 150K .......... .......... .......... .......... .......... 17% 1.06M 1s 200K .......... .......... .......... .......... .......... 21% 44.1M 1s 250K .......... .......... .......... .......... .......... 26% 170M 1s 300K .......... .......... .......... .......... .......... 30% 528K 1s 350K .......... .......... .......... .......... .......... 34% 142M 1s 400K .......... .......... .......... .......... .......... 39% 169M 0s 450K .......... .......... .......... .......... .......... 43% 165M 0s 500K .......... .......... .......... .......... .......... 47% 170M 0s 550K .......... .......... .......... .......... .......... 52% 176M 0s 600K .......... .......... .......... .......... .......... 56% 158M 0s 650K .......... .......... .......... .......... .......... 60% 184M 0s 700K .......... .......... .......... .......... .......... 65% 156M 0s 750K .......... .......... .......... .......... .......... 69% 191M 0s 800K .......... .......... .......... .......... .......... 73% 1.11M 0s 850K .......... .......... .......... .......... .......... 78% 79.4M 0s 900K .......... .......... .......... .......... .......... 82% 99.0M 0s 950K .......... .......... .......... .......... .......... 86% 1.04M 0s 1000K .......... .......... .......... .......... .......... 91% 1.03M 0s 1050K .......... .......... .......... .......... .......... 95% 148M 0s 1100K .......... .......... .......... .......... .......... 99% 135M 0s 1150K .. 100% 4891G=0.4s 2022-06-04 14:12:11 (2.64 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.audit-3.0.7.tar.gz.LYySku/output' saved [1180226/1180226] audit-3.0.7.tar.gz: OK (sha256: 8b4c78632a9301a1c7f859b0e38fc0b9c260b8214d6b7c771bf28b3d73a62597) >>> host-audit 3.0.7 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/audit/audit-3.0.7.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7 -xf - >>> host-audit 3.0.7 Patching >>> host-audit 3.0.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-audit 3.0.7 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.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). >>> host-audit 3.0.7 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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-python --without-python3 --disable-zos-remote --without-libcap-ng ) 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 Configuring auditd checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target 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 thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... /usr/bin/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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking port.h usability... no checking port.h presence... no checking for port.h... no checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/timerfd.h usability... yes checking sys/timerfd.h presence... yes checking for sys/timerfd.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking sys/signalfd.h usability... yes checking sys/signalfd.h presence... yes checking for sys/signalfd.h... yes checking linux/aio_abi.h usability... yes checking linux/aio_abi.h presence... yes checking for linux/aio_abi.h... yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking for inotify_init... yes checking for epoll_ctl... yes checking for kqueue... no checking for port_create... no checking for poll... yes checking for select... yes checking for eventfd... yes checking for signalfd... yes checking for clock_gettime... yes checking for nanosleep... yes checking for __kernel_rwf_t... yes checking for library containing floor... -lm . Checking for programs checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/bin/gcc... (cached) none checking for gawk... (cached) gawk checking for gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking how to run the C preprocessor... gcc -E . Checking for header files checking for ANSI C header files... (cached) 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 size of unsigned int... 4 checking size of unsigned long... 8 checking whether AUDIT_FEATURE_VERSION is declared... yes checking for struct audit_status.feature_bitmap... yes checking whether AUDIT_VERSION_BACKLOG_WAIT_TIME is declared... yes checking whether AUDIT_STATUS_BACKLOG_WAIT_TIME is declared... yes checking whether AUDIT_STATUS_BACKLOG_WAIT_TIME_ACTUAL is declared... no checking whether ADDR_NO_RANDOMIZE is declared... yes checking for posix_fallocate... yes checking for signalfd... (cached) yes checking for rawmemchr... yes checking for library containing pthread_yield... -lpthread checking whether to create python bindings... no checking whether to create python3 bindings... no checking whether to create Go language bindings... testing checking for go... go configure: Go bindings will be built checking whether to include auditd network listener support... yes checking whether to include audisp ZOS remote plugin... no checking whether to enable systemd... no checking whether to enable experimental options... no checking linux/fanotify.h usability... yes checking linux/fanotify.h presence... yes checking for linux/fanotify.h... yes checking whether to include arm eabi processor support... no checking whether to include aarch64 processor support... no checking whether to use apparmor... no checking whether to use libwrap... no checking linux/ipx.h usability... yes checking linux/ipx.h presence... yes checking for linux/ipx.h... yes checking whether to use libcap-ng... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating common/Makefile config.status: creating lib/Makefile config.status: creating lib/audit.pc config.status: creating lib/test/Makefile config.status: creating auparse/Makefile config.status: creating auparse/test/Makefile config.status: creating auparse/auparse.pc config.status: creating src/Makefile config.status: creating src/libev/Makefile config.status: creating src/test/Makefile config.status: creating docs/Makefile config.status: creating rules/Makefile config.status: creating init.d/Makefile config.status: creating audisp/Makefile config.status: creating audisp/plugins/Makefile config.status: creating audisp/plugins/builtins/Makefile config.status: creating audisp/plugins/remote/Makefile config.status: creating audisp/plugins/zos-remote/Makefile config.status: creating audisp/plugins/syslog/Makefile config.status: creating audisp/plugins/ids/Makefile config.status: creating audisp/plugins/ids/rules/Makefile config.status: creating audisp/plugins/statsd/Makefile config.status: creating bindings/Makefile config.status: creating bindings/python/Makefile config.status: creating bindings/python/python2/Makefile config.status: creating bindings/python/python3/Makefile config.status: creating bindings/golang/Makefile config.status: creating bindings/swig/Makefile config.status: creating bindings/swig/src/Makefile config.status: creating bindings/swig/python/Makefile config.status: creating bindings/swig/python3/Makefile config.status: creating tools/Makefile config.status: creating tools/aulast/Makefile config.status: creating tools/aulastlog/Makefile config.status: creating tools/ausyscall/Makefile config.status: creating tools/auvirt/Makefile config.status: creating m4/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 . Auditd Version: 3.0.7 Target: x86_64-pc-linux-gnu Installation prefix: /nvmedata/autobuild/instance-27/output-1/host Compiler: /usr/bin/gcc Compiler flags: -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include >>> host-audit 3.0.7 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' Making all in common make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/common' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o audit-fgets.lo audit-fgets.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c audit-fgets.c -fPIC -DPIC -o .libs/audit-fgets.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o strsplit.lo strsplit.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c strsplit.c -fPIC -DPIC -o .libs/strsplit.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o libaucommon.la audit-fgets.lo strsplit.lo libtool: link: /usr/bin/ar cru .libs/libaucommon.a .libs/audit-fgets.o .libs/strsplit.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib .libs/libaucommon.a libtool: link: ( cd ".libs" && rm -f "libaucommon.la" && ln -s "../libaucommon.la" "libaucommon.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/common' Making all in lib make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="actiontab.h"' -g -O2 -c -o gen_actiontabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="actiontab.h"' -g -O2 -o gen_actiontabs_h gen_actiontabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"actiontab.h\" -g -O2 -o gen_actiontabs_h gen_actiontabs_h-gen_tables.o ./gen_actiontabs_h --lowercase --i2s --s2i action > actiontabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="errtab.h"' -g -O2 -c -o gen_errtabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="errtab.h"' -g -O2 -o gen_errtabs_h gen_errtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"errtab.h\" -g -O2 -o gen_errtabs_h gen_errtabs_h-gen_tables.o ./gen_errtabs_h --duplicate-ints --uppercase --i2s --s2i err > errtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="fieldtab.h"' -g -O2 -c -o gen_fieldtabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="fieldtab.h"' -g -O2 -o gen_fieldtabs_h gen_fieldtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"fieldtab.h\" -g -O2 -o gen_fieldtabs_h gen_fieldtabs_h-gen_tables.o ./gen_fieldtabs_h --duplicate-ints --lowercase --i2s --s2i field > fieldtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="flagtab.h"' -g -O2 -c -o gen_flagtabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="flagtab.h"' -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"flagtab.h\" -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o ./gen_flagtabs_h --lowercase --i2s --s2i flag > flagtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="fstypetab.h"' -g -O2 -c -o gen_fstypetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="fstypetab.h"' -g -O2 -o gen_fstypetabs_h gen_fstypetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"fstypetab.h\" -g -O2 -o gen_fstypetabs_h gen_fstypetabs_h-gen_tables.o ./gen_fstypetabs_h --lowercase --i2s --s2i fstype > fstypetabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="ftypetab.h"' -g -O2 -c -o gen_ftypetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ftypetab.h"' -g -O2 -o gen_ftypetabs_h gen_ftypetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"ftypetab.h\" -g -O2 -o gen_ftypetabs_h gen_ftypetabs_h-gen_tables.o ./gen_ftypetabs_h --lowercase --i2s --s2i ftype > ftypetabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="i386_table.h"' -g -O2 -c -o gen_i386_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="i386_table.h"' -g -O2 -o gen_i386_tables_h gen_i386_tables_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"i386_table.h\" -g -O2 -o gen_i386_tables_h gen_i386_tables_h-gen_tables.o ./gen_i386_tables_h --duplicate-ints --lowercase --i2s --s2i \ i386_syscall > i386_tables.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="machinetab.h"' -g -O2 -c -o gen_machinetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="machinetab.h"' -g -O2 -o gen_machinetabs_h gen_machinetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"machinetab.h\" -g -O2 -o gen_machinetabs_h gen_machinetabs_h-gen_tables.o ./gen_machinetabs_h --duplicate-ints --lowercase --i2s --s2i machine \ > machinetabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="msg_typetab.h"' -g -O2 -c -o gen_msg_typetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="msg_typetab.h"' -g -O2 -o gen_msg_typetabs_h gen_msg_typetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"msg_typetab.h\" -g -O2 -o gen_msg_typetabs_h gen_msg_typetabs_h-gen_tables.o ./gen_msg_typetabs_h --uppercase --i2s --s2i msg_type > msg_typetabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="optab.h"' -g -O2 -c -o gen_optabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="optab.h"' -g -O2 -o gen_optabs_h gen_optabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"optab.h\" -g -O2 -o gen_optabs_h gen_optabs_h-gen_tables.o ./gen_optabs_h --i2s op > optabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="ppc_table.h"' -g -O2 -c -o gen_ppc_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ppc_table.h"' -g -O2 -o gen_ppc_tables_h gen_ppc_tables_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"ppc_table.h\" -g -O2 -o gen_ppc_tables_h gen_ppc_tables_h-gen_tables.o ./gen_ppc_tables_h --lowercase --i2s --s2i ppc_syscall > ppc_tables.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="s390_table.h"' -g -O2 -c -o gen_s390_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="s390_table.h"' -g -O2 -o gen_s390_tables_h gen_s390_tables_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"s390_table.h\" -g -O2 -o gen_s390_tables_h gen_s390_tables_h-gen_tables.o ./gen_s390_tables_h --lowercase --i2s --s2i s390_syscall > s390_tables.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="s390x_table.h"' -g -O2 -c -o gen_s390x_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="s390x_table.h"' -g -O2 -o gen_s390x_tables_h gen_s390x_tables_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"s390x_table.h\" -g -O2 -o gen_s390x_tables_h gen_s390x_tables_h-gen_tables.o ./gen_s390x_tables_h --lowercase --i2s --s2i s390x_syscall > s390x_tables.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common '-DTABLE_H="x86_64_table.h"' -g -O2 -c -o gen_x86_64_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="x86_64_table.h"' -g -O2 -o gen_x86_64_tables_h gen_x86_64_tables_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"x86_64_table.h\" -g -O2 -o gen_x86_64_tables_h gen_x86_64_tables_h-gen_tables.o ./gen_x86_64_tables_h --lowercase --i2s --s2i x86_64_syscall > x86_64_tables.h /usr/bin/make all-recursive make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' Making all in test make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/test' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/test' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libaudit.lo libaudit.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c libaudit.c -fPIC -DPIC -o .libs/libaudit.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o message.lo message.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c message.c -fPIC -DPIC -o .libs/message.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o netlink.lo netlink.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c netlink.c -fPIC -DPIC -o .libs/netlink.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o lookup_table.lo lookup_table.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c lookup_table.c -fPIC -DPIC -o .libs/lookup_table.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o audit_logging.lo audit_logging.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c audit_logging.c -fPIC -DPIC -o .libs/audit_logging.o audit_logging.c: In function 'audit_log_user_comm_message': audit_logging.c:395:19: warning: '%s' directive output may be truncated writing up to 8191 bytes into a region of size between 768 and 8959 [-Wformat-truncation=] 395 | "%s comm=%s exe=%s hostname=%s addr=%s terminal=%s res=%s", | ^~ 396 | message, commname, exename, | ~~~~~~~ audit_logging.c:395:3: note: assuming directive output of 1 byte 395 | "%s comm=%s exe=%s hostname=%s addr=%s terminal=%s res=%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ audit_logging.c:395:3: note: assuming directive output of 1 byte In file included from /usr/include/stdio.h:867, from audit_logging.c:24: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 49 or more bytes (assuming 16479) into a destination of size 8970 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o deprecated.lo deprecated.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c deprecated.c -fPIC -DPIC -o .libs/deprecated.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -fPIC -DPIC -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-z,relro -version-info 1:0 -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o libaudit.la -rpath /nvmedata/autobuild/instance-27/output-1/host/lib libaudit.lo message.lo netlink.lo lookup_table.lo audit_logging.lo deprecated.lo ../common/libaucommon.la libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/libaudit.o .libs/message.o .libs/netlink.o .libs/lookup_table.o .libs/audit_logging.o .libs/deprecated.o -Wl,--whole-archive ../common/.libs/libaucommon.a -Wl,--no-whole-archive -L/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -Wl,-z -Wl,relro -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-soname -Wl,libaudit.so.1 -o .libs/libaudit.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libaudit.so.1" && ln -s "libaudit.so.1.0.0" "libaudit.so.1") libtool: link: (cd ".libs" && rm -f "libaudit.so" && ln -s "libaudit.so.1.0.0" "libaudit.so") libtool: link: ( cd ".libs" && rm -f "libaudit.la" && ln -s "../libaudit.la" "libaudit.la" ) make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' Making all in auparse make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="accesstab.h"' -g -O2 -c -o gen_accesstabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="accesstab.h"' -g -O2 -o gen_accesstabs_h gen_accesstabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"accesstab.h\" -g -O2 -o gen_accesstabs_h gen_accesstabs_h-gen_tables.o ./gen_accesstabs_h --i2s-transtab access > accesstabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="captab.h"' -g -O2 -c -o gen_captabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="captab.h"' -g -O2 -o gen_captabs_h gen_captabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"captab.h\" -g -O2 -o gen_captabs_h gen_captabs_h-gen_tables.o ./gen_captabs_h --i2s cap > captabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="clocktab.h"' -g -O2 -c -o gen_clock_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="clocktab.h"' -g -O2 -o gen_clock_h gen_clock_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"clocktab.h\" -g -O2 -o gen_clock_h gen_clock_h-gen_tables.o ./gen_clock_h --i2s clock > clocktabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="clone-flagtab.h"' -g -O2 -c -o gen_clone_flagtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c ../lib/gen_tables.c:89:22: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '4294967296' to '0' [-Woverflow] 89 | #define _S(VAL, S) { (VAL), (S), 0, 0 }, | ^ ./clone-flagtab.h:47:1: note: in expansion of macro '_S' 47 | _S(0x100000000ULL, "CLONE_CLEAR_SIGHAND") | ^~ /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="clone-flagtab.h"' -g -O2 -o gen_clone-flagtabs_h gen_clone_flagtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"clone-flagtab.h\" -g -O2 -o gen_clone-flagtabs_h gen_clone_flagtabs_h-gen_tables.o ./gen_clone-flagtabs_h --i2s-transtab clone_flag > clone-flagtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="epoll_ctl.h"' -g -O2 -c -o gen_epoll_ctls_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="epoll_ctl.h"' -g -O2 -o gen_epoll_ctls_h gen_epoll_ctls_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"epoll_ctl.h\" -g -O2 -o gen_epoll_ctls_h gen_epoll_ctls_h-gen_tables.o ./gen_epoll_ctls_h --i2s epoll_ctl > epoll_ctls.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="famtab.h"' -g -O2 -c -o gen_famtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="famtab.h"' -g -O2 -o gen_famtabs_h gen_famtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"famtab.h\" -g -O2 -o gen_famtabs_h gen_famtabs_h-gen_tables.o ./gen_famtabs_h --i2s fam > famtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="fcntl-cmdtab.h"' -g -O2 -c -o gen_fcntl_cmdtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="fcntl-cmdtab.h"' -g -O2 -o gen_fcntl-cmdtabs_h gen_fcntl_cmdtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"fcntl-cmdtab.h\" -g -O2 -o gen_fcntl-cmdtabs_h gen_fcntl_cmdtabs_h-gen_tables.o ./gen_fcntl-cmdtabs_h --i2s fcntl > fcntl-cmdtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="../auparse/flagtab.h"' -g -O2 -c -o gen_flagtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="../auparse/flagtab.h"' -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"../auparse/flagtab.h\" -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o ./gen_flagtabs_h --i2s-transtab flag > flagtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="icmptypetab.h"' -g -O2 -c -o gen_icmptypetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="icmptypetab.h"' -g -O2 -o gen_icmptypetabs_h gen_icmptypetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"icmptypetab.h\" -g -O2 -o gen_icmptypetabs_h gen_icmptypetabs_h-gen_tables.o ./gen_icmptypetabs_h --i2s icmptype > icmptypetabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="ipctab.h"' -g -O2 -c -o gen_ipctabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ipctab.h"' -g -O2 -o gen_ipctabs_h gen_ipctabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"ipctab.h\" -g -O2 -o gen_ipctabs_h gen_ipctabs_h-gen_tables.o ./gen_ipctabs_h --i2s ipc > ipctabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="ipccmdtab.h"' -g -O2 -c -o gen_ipccmdtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ipccmdtab.h"' -g -O2 -o gen_ipccmdtabs_h gen_ipccmdtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"ipccmdtab.h\" -g -O2 -o gen_ipccmdtabs_h gen_ipccmdtabs_h-gen_tables.o ./gen_ipccmdtabs_h --i2s-transtab ipccmd > ipccmdtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="ioctlreqtab.h"' -g -O2 -c -o gen_ioctlreqtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ioctlreqtab.h"' -g -O2 -o gen_ioctlreqtabs_h gen_ioctlreqtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"ioctlreqtab.h\" -g -O2 -o gen_ioctlreqtabs_h gen_ioctlreqtabs_h-gen_tables.o ./gen_ioctlreqtabs_h --i2s ioctlreq > ioctlreqtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="ipoptnametab.h"' -g -O2 -c -o gen_ipoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ipoptnametab.h"' -g -O2 -o gen_ipoptnametabs_h gen_ipoptnametabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"ipoptnametab.h\" -g -O2 -o gen_ipoptnametabs_h gen_ipoptnametabs_h-gen_tables.o ./gen_ipoptnametabs_h --i2s ipoptname > ipoptnametabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="ip6optnametab.h"' -g -O2 -c -o gen_ip6optnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ip6optnametab.h"' -g -O2 -o gen_ip6optnametabs_h gen_ip6optnametabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"ip6optnametab.h\" -g -O2 -o gen_ip6optnametabs_h gen_ip6optnametabs_h-gen_tables.o ./gen_ip6optnametabs_h --i2s ip6optname > ip6optnametabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="mmaptab.h"' -g -O2 -c -o gen_mmaptabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="mmaptab.h"' -g -O2 -o gen_mmaptabs_h gen_mmaptabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"mmaptab.h\" -g -O2 -o gen_mmaptabs_h gen_mmaptabs_h-gen_tables.o ./gen_mmaptabs_h --i2s-transtab mmap > mmaptabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="mounttab.h"' -g -O2 -c -o gen_mounttabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="mounttab.h"' -g -O2 -o gen_mounttabs_h gen_mounttabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"mounttab.h\" -g -O2 -o gen_mounttabs_h gen_mounttabs_h-gen_tables.o ./gen_mounttabs_h --i2s-transtab mount > mounttabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="nfprototab.h"' -g -O2 -c -o gen_nfprototabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="nfprototab.h"' -g -O2 -o gen_nfprototabs_h gen_nfprototabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"nfprototab.h\" -g -O2 -o gen_nfprototabs_h gen_nfprototabs_h-gen_tables.o ./gen_nfprototabs_h --i2s nfproto > nfprototabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="open-flagtab.h"' -g -O2 -c -o gen_open_flagtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="open-flagtab.h"' -g -O2 -o gen_open-flagtabs_h gen_open_flagtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"open-flagtab.h\" -g -O2 -o gen_open-flagtabs_h gen_open_flagtabs_h-gen_tables.o ./gen_open-flagtabs_h --i2s-transtab open_flag > open-flagtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="persontab.h"' -g -O2 -c -o gen_persontabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="persontab.h"' -g -O2 -o gen_persontabs_h gen_persontabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"persontab.h\" -g -O2 -o gen_persontabs_h gen_persontabs_h-gen_tables.o ./gen_persontabs_h --i2s person > persontabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="prctl-opt-tab.h"' -g -O2 -c -o gen_prctl_opttabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="prctl-opt-tab.h"' -g -O2 -o gen_prctl_opttabs_h gen_prctl_opttabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"prctl-opt-tab.h\" -g -O2 -o gen_prctl_opttabs_h gen_prctl_opttabs_h-gen_tables.o ./gen_prctl_opttabs_h --i2s prctl_opt > prctl_opttabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="pktoptnametab.h"' -g -O2 -c -o gen_pktoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="pktoptnametab.h"' -g -O2 -o gen_pktoptnametabs_h gen_pktoptnametabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"pktoptnametab.h\" -g -O2 -o gen_pktoptnametabs_h gen_pktoptnametabs_h-gen_tables.o ./gen_pktoptnametabs_h --i2s pktoptname > pktoptnametabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="prottab.h"' -g -O2 -c -o gen_prottabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="prottab.h"' -g -O2 -o gen_prottabs_h gen_prottabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"prottab.h\" -g -O2 -o gen_prottabs_h gen_prottabs_h-gen_tables.o ./gen_prottabs_h --i2s-transtab prot > prottabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="ptracetab.h"' -g -O2 -c -o gen_ptracetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="ptracetab.h"' -g -O2 -o gen_ptracetabs_h gen_ptracetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"ptracetab.h\" -g -O2 -o gen_ptracetabs_h gen_ptracetabs_h-gen_tables.o ./gen_ptracetabs_h --i2s ptrace > ptracetabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="rlimittab.h"' -g -O2 -c -o gen_rlimit_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="rlimittab.h"' -g -O2 -o gen_rlimit_h gen_rlimit_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"rlimittab.h\" -g -O2 -o gen_rlimit_h gen_rlimit_h-gen_tables.o ./gen_rlimit_h --i2s rlimit > rlimittabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="recvtab.h"' -g -O2 -c -o gen_recvtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="recvtab.h"' -g -O2 -o gen_recvtabs_h gen_recvtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"recvtab.h\" -g -O2 -o gen_recvtabs_h gen_recvtabs_h-gen_tables.o ./gen_recvtabs_h --i2s-transtab recv > recvtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="schedtab.h"' -g -O2 -c -o gen_schedtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="schedtab.h"' -g -O2 -o gen_schedtabs_h gen_schedtabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"schedtab.h\" -g -O2 -o gen_schedtabs_h gen_schedtabs_h-gen_tables.o ./gen_schedtabs_h --i2s sched > schedtabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="seccomptab.h"' -g -O2 -c -o gen_seccomptabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="seccomptab.h"' -g -O2 -o gen_seccomptabs_h gen_seccomptabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"seccomptab.h\" -g -O2 -o gen_seccomptabs_h gen_seccomptabs_h-gen_tables.o ./gen_seccomptabs_h --i2s seccomp > seccomptabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="seektab.h"' -g -O2 -c -o gen_seektabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="seektab.h"' -g -O2 -o gen_seektabs_h gen_seektabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"seektab.h\" -g -O2 -o gen_seektabs_h gen_seektabs_h-gen_tables.o ./gen_seektabs_h --i2s seek > seektabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="shm_modetab.h"' -g -O2 -c -o gen_shm_modetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="shm_modetab.h"' -g -O2 -o gen_shm_modetabs_h gen_shm_modetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"shm_modetab.h\" -g -O2 -o gen_shm_modetabs_h gen_shm_modetabs_h-gen_tables.o ./gen_shm_modetabs_h --i2s-transtab shm_mode > shm_modetabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="signaltab.h"' -g -O2 -c -o gen_signals_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="signaltab.h"' -g -O2 -o gen_signals_h gen_signals_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"signaltab.h\" -g -O2 -o gen_signals_h gen_signals_h-gen_tables.o ./gen_signals_h --i2s signal > signaltabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="sockoptnametab.h"' -g -O2 -c -o gen_sockoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="sockoptnametab.h"' -g -O2 -o gen_sockoptnametabs_h gen_sockoptnametabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"sockoptnametab.h\" -g -O2 -o gen_sockoptnametabs_h gen_sockoptnametabs_h-gen_tables.o ./gen_sockoptnametabs_h --i2s sockoptname > sockoptnametabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="socktab.h"' -g -O2 -c -o gen_socktabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="socktab.h"' -g -O2 -o gen_socktabs_h gen_socktabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"socktab.h\" -g -O2 -o gen_socktabs_h gen_socktabs_h-gen_tables.o ./gen_socktabs_h --i2s sock > socktabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="sockleveltab.h"' -g -O2 -c -o gen_sockleveltabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="sockleveltab.h"' -g -O2 -o gen_sockleveltabs_h gen_sockleveltabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"sockleveltab.h\" -g -O2 -o gen_sockleveltabs_h gen_sockleveltabs_h-gen_tables.o ./gen_sockleveltabs_h --i2s socklevel > sockleveltabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="socktypetab.h"' -g -O2 -c -o gen_socktypetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="socktypetab.h"' -g -O2 -o gen_socktypetabs_h gen_socktypetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"socktypetab.h\" -g -O2 -o gen_socktypetabs_h gen_socktypetabs_h-gen_tables.o ./gen_socktypetabs_h --i2s sock_type > socktypetabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="tcpoptnametab.h"' -g -O2 -c -o gen_tcpoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="tcpoptnametab.h"' -g -O2 -o gen_tcpoptnametabs_h gen_tcpoptnametabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"tcpoptnametab.h\" -g -O2 -o gen_tcpoptnametabs_h gen_tcpoptnametabs_h-gen_tables.o ./gen_tcpoptnametabs_h --i2s tcpoptname > tcpoptnametabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="typetab.h"' -g -O2 -c -o gen_typetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="typetab.h"' -g -O2 -o gen_typetabs_h gen_typetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"typetab.h\" -g -O2 -o gen_typetabs_h gen_typetabs_h-gen_tables.o ./gen_typetabs_h --s2i type > typetabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="umounttab.h"' -g -O2 -c -o gen_umounttabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="umounttab.h"' -g -O2 -o gen_umounttabs_h gen_umounttabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"umounttab.h\" -g -O2 -o gen_umounttabs_h gen_umounttabs_h-gen_tables.o ./gen_umounttabs_h --i2s-transtab umount > umounttabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="inethooktab.h"' -g -O2 -c -o gen_inethooktabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="inethooktab.h"' -g -O2 -o gen_inethooktabs_h gen_inethooktabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"inethooktab.h\" -g -O2 -o gen_inethooktabs_h gen_inethooktabs_h-gen_tables.o ./gen_inethooktabs_h --i2s inethook > inethooktabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="netactiontab.h"' -g -O2 -c -o gen_netactiontabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="netactiontab.h"' -g -O2 -o gen_netactiontabs_h gen_netactiontabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"netactiontab.h\" -g -O2 -o gen_netactiontabs_h gen_netactiontabs_h-gen_tables.o ./gen_netactiontabs_h --i2s netaction > netactiontabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="normalize_obj_kind_map.h"' -g -O2 -c -o gen_normalize_obj_kind_map-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="normalize_obj_kind_map.h"' -g -O2 -o gen_normalize_obj_kind_map gen_normalize_obj_kind_map-gen_tables.o libtool: link: gcc -DTABLE_H=\"normalize_obj_kind_map.h\" -g -O2 -o gen_normalize_obj_kind_map gen_normalize_obj_kind_map-gen_tables.o ./gen_normalize_obj_kind_map --lowercase --i2s normalize_obj_kind_map > normalize_obj_kind_maps.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="normalize_record_map.h"' -g -O2 -c -o gen_normalize_record_map-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="normalize_record_map.h"' -g -O2 -o gen_normalize_record_map gen_normalize_record_map-gen_tables.o libtool: link: gcc -DTABLE_H=\"normalize_record_map.h\" -g -O2 -o gen_normalize_record_map gen_normalize_record_map-gen_tables.o ./gen_normalize_record_map --lowercase --i2s normalize_record_map > normalize_record_maps.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="normalize_syscall_map.h"' -g -O2 -c -o gen_normalize_syscall_map-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="normalize_syscall_map.h"' -g -O2 -o gen_normalize_syscall_map gen_normalize_syscall_map-gen_tables.o libtool: link: gcc -DTABLE_H=\"normalize_syscall_map.h\" -g -O2 -o gen_normalize_syscall_map gen_normalize_syscall_map-gen_tables.o ./gen_normalize_syscall_map --lowercase --s2i normalize_syscall_map > normalize_syscall_maps.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="normalize_evtypetab.h"' -g -O2 -c -o gen_normalize_evtypetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="normalize_evtypetab.h"' -g -O2 -o gen_normalize_evtypetabs_h gen_normalize_evtypetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"normalize_evtypetab.h\" -g -O2 -o gen_normalize_evtypetabs_h gen_normalize_evtypetabs_h-gen_tables.o ./gen_normalize_evtypetabs_h --i2s evtype > normalize_evtypetabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="bpftab.h"' -g -O2 -c -o gen_bpftabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="bpftab.h"' -g -O2 -o gen_bpftabs_h gen_bpftabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"bpftab.h\" -g -O2 -o gen_bpftabs_h gen_bpftabs_h-gen_tables.o ./gen_bpftabs_h --i2s bpf > bpftabs.h gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common '-DTABLE_H="openat2-resolvetab.h"' -g -O2 -c -o gen_openat2_resolvetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c /bin/bash ../libtool --tag=CC --mode=link gcc '-DTABLE_H="openat2-resolvetab.h"' -g -O2 -o gen_openat2-resolvetabs_h gen_openat2_resolvetabs_h-gen_tables.o libtool: link: gcc -DTABLE_H=\"openat2-resolvetab.h\" -g -O2 -o gen_openat2-resolvetabs_h gen_openat2_resolvetabs_h-gen_tables.o ./gen_openat2-resolvetabs_h --i2s-transtab openat2_resolve > openat2-resolvetabs.h /usr/bin/make all-recursive make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' Making all in test make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/test' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/test' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o lru.lo lru.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c lru.c -fPIC -DPIC -o .libs/lru.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o interpret.lo interpret.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c interpret.c -fPIC -DPIC -o .libs/interpret.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o nvlist.lo nvlist.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c nvlist.c -fPIC -DPIC -o .libs/nvlist.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ellist.lo ellist.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c ellist.c -fPIC -DPIC -o .libs/ellist.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auparse.lo auparse.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c auparse.c -fPIC -DPIC -o .libs/auparse.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditd-config.lo auditd-config.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c auditd-config.c -fPIC -DPIC -o .libs/auditd-config.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o message.lo message.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c message.c -fPIC -DPIC -o .libs/message.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o data_buf.lo data_buf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c data_buf.c -fPIC -DPIC -o .libs/data_buf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o expression.lo expression.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c expression.c -fPIC -DPIC -o .libs/expression.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o normalize.lo normalize.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c normalize.c -fPIC -DPIC -o .libs/normalize.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o normalize-llist.lo normalize-llist.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c normalize-llist.c -fPIC -DPIC -o .libs/normalize-llist.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -fPIC -DPIC -D_GNU_SOURCE -g -DNDEBUG -Wno-pointer-sign -Wno-enum-compare -Wno-switch -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-z,relro -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o libauparse.la -rpath /nvmedata/autobuild/instance-27/output-1/host/lib lru.lo interpret.lo nvlist.lo ellist.lo auparse.lo auditd-config.lo message.lo data_buf.lo expression.lo normalize.lo normalize-llist.lo ../lib/libaudit.la ../common/libaucommon.la libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/lru.o .libs/interpret.o .libs/nvlist.o .libs/ellist.o .libs/auparse.o .libs/auditd-config.o .libs/message.o .libs/data_buf.o .libs/expression.o .libs/normalize.o .libs/normalize-llist.o -Wl,--whole-archive ../common/.libs/libaucommon.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -L/nvmedata/autobuild/instance-27/output-1/host/lib ../lib/.libs/libaudit.so -g -O2 -Wl,-z -Wl,relro -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-soname -Wl,libauparse.so.0 -o .libs/libauparse.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libauparse.so.0" && ln -s "libauparse.so.0.0.0" "libauparse.so.0") libtool: link: (cd ".libs" && rm -f "libauparse.so" && ln -s "libauparse.so.0.0.0" "libauparse.so") libtool: link: ( cd ".libs" && rm -f "libauparse.la" && ln -s "../libauparse.la" "libauparse.la" ) make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' Making all in audisp make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp' Making all in plugins make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins' Making all in builtins make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/builtins' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/builtins' Making all in remote make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/remote' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -I../../../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o audisp_remote-audisp-remote.o `test -f 'audisp-remote.c' || echo './'`audisp-remote.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -I../../../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o audisp_remote-remote-config.o `test -f 'remote-config.c' || echo './'`remote-config.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -I../../../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o audisp_remote-queue.o `test -f 'queue.c' || echo './'`queue.c /bin/bash ../../../libtool --tag=CC --mode=link /usr/bin/gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -pie -Wl,-z,relro -Wl,-z,now -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o audisp-remote audisp_remote-audisp-remote.o audisp_remote-remote-config.o audisp_remote-queue.o ../../../common/libaucommon.la libtool: link: /usr/bin/gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o audisp-remote audisp_remote-audisp-remote.o audisp_remote-remote-config.o audisp_remote-queue.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../../../common/.libs/libaucommon.a make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/remote' Making all in syslog make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/syslog' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../lib -I../../../common -I../../../auparse -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o audisp_syslog-audisp-syslog.o `test -f 'audisp-syslog.c' || echo './'`audisp-syslog.c /bin/bash ../../../libtool --tag=CC --mode=link /usr/bin/gcc -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -pie -Wl,-z,relro -Wl,-z,now -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o audisp-syslog audisp_syslog-audisp-syslog.o ../../../common/libaucommon.la ../../../auparse/libauparse.la libtool: link: /usr/bin/gcc -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o audisp-syslog audisp_syslog-audisp-syslog.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../../../common/.libs/libaucommon.a ../../../auparse/.libs/libauparse.so /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs/libaudit.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/syslog' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../src/libev -I/nvmedata/autobuild/instance-27/output-1/host/include -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libdisp_la-audispd.lo `test -f 'audispd.c' || echo './'`audispd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../src/libev -I/nvmedata/autobuild/instance-27/output-1/host/include -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c audispd.c -fPIC -DPIC -o .libs/libdisp_la-audispd.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../src/libev -I/nvmedata/autobuild/instance-27/output-1/host/include -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libdisp_la-audispd-pconfig.lo `test -f 'audispd-pconfig.c' || echo './'`audispd-pconfig.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../src/libev -I/nvmedata/autobuild/instance-27/output-1/host/include -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c audispd-pconfig.c -fPIC -DPIC -o .libs/libdisp_la-audispd-pconfig.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../src/libev -I/nvmedata/autobuild/instance-27/output-1/host/include -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libdisp_la-queue.lo `test -f 'queue.c' || echo './'`queue.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../src/libev -I/nvmedata/autobuild/instance-27/output-1/host/include -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c queue.c -fPIC -DPIC -o .libs/libdisp_la-queue.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../src/libev -I/nvmedata/autobuild/instance-27/output-1/host/include -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libdisp_la-audispd-llist.lo `test -f 'audispd-llist.c' || echo './'`audispd-llist.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../src/libev -I/nvmedata/autobuild/instance-27/output-1/host/include -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c audispd-llist.c -fPIC -DPIC -o .libs/libdisp_la-audispd-llist.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../src/libev -I/nvmedata/autobuild/instance-27/output-1/host/include -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o libdisp_la-audispd-builtins.lo `test -f 'audispd-builtins.c' || echo './'`audispd-builtins.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../src/libev -I/nvmedata/autobuild/instance-27/output-1/host/include -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c audispd-builtins.c -fPIC -DPIC -o .libs/libdisp_la-audispd-builtins.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -fno-strict-aliasing -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -no-undefined -static -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o libdisp.la libdisp_la-audispd.lo libdisp_la-audispd-pconfig.lo libdisp_la-queue.lo libdisp_la-audispd-llist.lo libdisp_la-audispd-builtins.lo ../lib/libaudit.la libtool: link: /usr/bin/ar cru .libs/libdisp.a .libs/libdisp_la-audispd.o .libs/libdisp_la-audispd-pconfig.o .libs/libdisp_la-queue.o .libs/libdisp_la-audispd-llist.o .libs/libdisp_la-audispd-builtins.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib .libs/libdisp.a libtool: link: ( cd ".libs" && rm -f "libdisp.la" && ln -s "../libdisp.la" "libdisp.la" ) make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp' Making all in src/libev make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/libev' /bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -g -fno-strict-aliasing -DNDEBUG -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ev.lo ev.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -g -fno-strict-aliasing -DNDEBUG -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c ev.c -fPIC -DPIC -o .libs/ev.o ev.c:2146:31: warning: 'ev_default_loop_ptr' initialized and declared 'extern' 2146 | EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */ | ^~~~~~~~~~~~~~~~~~~ /bin/bash ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -g -fno-strict-aliasing -DNDEBUG -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o event.lo event.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -DPIC -g -fno-strict-aliasing -DNDEBUG -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c event.c -fPIC -DPIC -o .libs/event.o /bin/bash ../../libtool --tag=CC --mode=link /usr/bin/gcc -fPIC -DPIC -g -fno-strict-aliasing -DNDEBUG -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -no-undefined -static -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o libev.la ev.lo event.lo libtool: link: /usr/bin/ar cru .libs/libev.a .libs/ev.o .libs/event.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: /usr/bin/ranlib .libs/libev.a libtool: link: ( cd ".libs" && rm -f "libev.la" && ln -s "../libev.la" "libev.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/libev' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src' Making all in test make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/test' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/test' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditd-auditd.o `test -f 'auditd.c' || echo './'`auditd.c auditd.c: In function 'reconfig_ready': auditd.c:585:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 585 | write(pipefds[1], msg, strlen(msg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ auditd.c: In function 'pipe_handler': auditd.c:577:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 577 | read(pipefds[0], buf, sizeof(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ auditd.c: In function 'netlink_handler': auditd.c:488:39: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size between 397 and 416 [-Wformat-truncation=] 488 | "op=error-halt auid=%u pid=%d subj=%s res=failed", | ^~ 489 | audit_getloginuid(), 490 | getpid(), subj); | ~~~~ In file included from /usr/include/stdio.h:867, from auditd.c:25: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 44 and 4159 bytes into a destination of size 448 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ auditd.c: In function 'main': auditd.c:828:5: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size between 320 and 383 [-Wformat-truncation=] 828 | "op=start ver=%s format=%s " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 833 | getuid(), session, subj); | ~~~~ auditd.c:830:25: note: format string is defined here 830 | "uid=%u ses=%u subj=%s res=success", | ^~ In file included from /usr/include/stdio.h:867, from auditd.c:25: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 78 or more bytes (assuming 4237) into a destination of size 448 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ auditd.c:868:5: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size between 367 and 404 [-Wformat-truncation=] 868 | "op=set-enable auid=%u pid=%d uid=%u " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 871 | session, subj); | ~~~~ auditd.c:869:18: note: format string is defined here 869 | "ses=%u subj=%s res=failed", | ^~ In file included from /usr/include/stdio.h:867, from auditd.c:25: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 56 and 4189 bytes into a destination of size 448 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ auditd.c:899:5: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size between 370 and 407 [-Wformat-truncation=] 899 | "op=set-pid auid=%u pid=%d uid=%u " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 902 | session, subj); | ~~~~ auditd.c:900:18: note: format string is defined here 900 | "ses=%u subj=%s res=failed", | ^~ In file included from /usr/include/stdio.h:867, from auditd.c:25: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 53 and 4186 bytes into a destination of size 448 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ auditd.c:954:5: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size between 365 and 402 [-Wformat-truncation=] 954 | "op=network-init auid=%u pid=%d uid=%u " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 957 | getuid(), session, subj); | ~~~~ auditd.c:955:18: note: format string is defined here 955 | "ses=%u subj=%s res=failed", | ^~ In file included from /usr/include/stdio.h:867, from auditd.c:25: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 58 and 4191 bytes into a destination of size 448 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditd-auditd-event.o `test -f 'auditd-event.c' || echo './'`auditd-event.c auditd-event.c: In function 'fix_disk_permissions': auditd-event.c:1060:2: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] 1060 | chown(dir, 0, config->log_group ? config->log_group : 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditd-auditd-config.o `test -f 'auditd-config.c' || echo './'`auditd-config.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditd-auditd-reconfig.o `test -f 'auditd-reconfig.c' || echo './'`auditd-reconfig.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditd-auditd-sendmail.o `test -f 'auditd-sendmail.c' || echo './'`auditd-sendmail.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditd-auditd-dispatch.o `test -f 'auditd-dispatch.c' || echo './'`auditd-dispatch.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditd-auditd-listen.o `test -f 'auditd-listen.c' || echo './'`auditd-listen.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -pie -Wl,-z,relro -Wl,-z,now -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o auditd auditd-auditd.o auditd-auditd-event.o auditd-auditd-config.o auditd-auditd-reconfig.o auditd-auditd-sendmail.o auditd-auditd-dispatch.o auditd-auditd-listen.o ../src/libev/libev.la ../audisp/libdisp.la ../lib/libaudit.la ../auparse/libauparse.la -lpthread -lm ../common/libaucommon.la libtool: link: /usr/bin/gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o auditd auditd-auditd.o auditd-auditd-event.o auditd-auditd-config.o auditd-auditd-reconfig.o auditd-auditd-sendmail.o auditd-auditd-dispatch.o auditd-auditd-listen.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../src/libev/.libs/libev.a ../audisp/.libs/libdisp.a ../lib/.libs/libaudit.so ../auparse/.libs/libauparse.so /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs/libaudit.so -lpthread -lm ../common/.libs/libaucommon.a -pthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditctl-auditctl.o `test -f 'auditctl.c' || echo './'`auditctl.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditctl-auditctl-llist.o `test -f 'auditctl-llist.c' || echo './'`auditctl-llist.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditctl-delete_all.o `test -f 'delete_all.c' || echo './'`delete_all.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIE -DPIE -g -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditctl-auditctl-listing.o `test -f 'auditctl-listing.c' || echo './'`auditctl-listing.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -fPIE -DPIE -g -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -pie -Wl,-z,relro -Wl,-z,now -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o auditctl auditctl-auditctl.o auditctl-auditctl-llist.o auditctl-delete_all.o auditctl-auditctl-listing.o ../lib/libaudit.la ../auparse/libauparse.la ../common/libaucommon.la libtool: link: /usr/bin/gcc -fPIE -DPIE -g -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o auditctl auditctl-auditctl.o auditctl-auditctl-llist.o auditctl-delete_all.o auditctl-auditctl-listing.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../lib/.libs/libaudit.so ../auparse/.libs/libauparse.so /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs/libaudit.so ../common/.libs/libaucommon.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o aureport.o aureport.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditd-config.o auditd-config.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-llist.o ausearch-llist.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o aureport-options.o aureport-options.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-string.o ausearch-string.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-parse.o ausearch-parse.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o aureport-scan.o aureport-scan.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o aureport-output.o aureport-output.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-lookup.o ausearch-lookup.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-int.o ausearch-int.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-time.o ausearch-time.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-nvpair.o ausearch-nvpair.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-avc.o ausearch-avc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-lol.o ausearch-lol.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o aureport aureport.o auditd-config.o ausearch-llist.o aureport-options.o ausearch-string.o ausearch-parse.o aureport-scan.o aureport-output.o ausearch-lookup.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-avc.o ausearch-lol.o ../lib/libaudit.la ../auparse/libauparse.la ../common/libaucommon.la libtool: link: /usr/bin/gcc -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o aureport aureport.o auditd-config.o ausearch-llist.o aureport-options.o ausearch-string.o ausearch-parse.o aureport-scan.o aureport-output.o ausearch-lookup.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-avc.o ausearch-lol.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../lib/.libs/libaudit.so ../auparse/.libs/libauparse.so /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs/libaudit.so ../common/.libs/libaucommon.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch.o ausearch.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-options.o ausearch-options.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-report.o ausearch-report.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-match.o ausearch-match.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-checkpt.o ausearch-checkpt.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o ausearch ausearch.o auditd-config.o ausearch-llist.o ausearch-options.o ausearch-report.o ausearch-match.o ausearch-string.o ausearch-parse.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-lookup.o ausearch-avc.o ausearch-lol.o ausearch-checkpt.o ../lib/libaudit.la ../auparse/libauparse.la ../common/libaucommon.la libtool: link: /usr/bin/gcc -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o ausearch ausearch.o auditd-config.o ausearch-llist.o ausearch-options.o ausearch-report.o ausearch-match.o ausearch-string.o ausearch-parse.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-lookup.o ausearch-avc.o ausearch-lol.o ausearch-checkpt.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../lib/.libs/libaudit.so ../auparse/.libs/libauparse.so /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs/libaudit.so ../common/.libs/libaucommon.a -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o autrace.o autrace.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o delete_all.o delete_all.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auditctl-llist.o auditctl-llist.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o autrace autrace.o delete_all.o auditctl-llist.o ../lib/libaudit.la libtool: link: /usr/bin/gcc -D_GNU_SOURCE -Wno-pointer-sign -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o autrace autrace.o delete_all.o auditctl-llist.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../lib/.libs/libaudit.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src' Making all in tools make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools' Making all in aulast make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulast' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o aulast.o aulast.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o aulast-llist.o aulast-llist.c /bin/bash ../../libtool --tag=CC --mode=link /usr/bin/gcc -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o aulast aulast.o aulast-llist.o ../../auparse/libauparse.la libtool: link: /usr/bin/gcc -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o aulast aulast.o aulast-llist.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../../auparse/.libs/libauparse.so /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs/libaudit.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulast' Making all in aulastlog make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulastlog' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../auparse -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o aulastlog.o aulastlog.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../auparse -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o aulastlog-llist.o aulastlog-llist.c /bin/bash ../../libtool --tag=CC --mode=link /usr/bin/gcc -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o aulastlog aulastlog.o aulastlog-llist.o ../../auparse/libauparse.la libtool: link: /usr/bin/gcc -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o aulastlog aulastlog.o aulastlog-llist.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../../auparse/.libs/libauparse.so /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs/libaudit.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulastlog' Making all in ausyscall make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/ausyscall' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausyscall.o ausyscall.c /bin/bash ../../libtool --tag=CC --mode=link /usr/bin/gcc -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o ausyscall ausyscall.o ../../lib/libaudit.la libtool: link: /usr/bin/gcc -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o ausyscall ausyscall.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../../lib/.libs/libaudit.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/ausyscall' Making all in auvirt make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/auvirt' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -I../../src -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auvirt.o auvirt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -I../../src -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o auvirt-list.o auvirt-list.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib -I../../auparse -I../../src -I/nvmedata/autobuild/instance-27/output-1/host/include -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -c -o ausearch-time.o `test -f '../../src/ausearch-time.c' || echo './'`../../src/ausearch-time.c /bin/bash ../../libtool --tag=CC --mode=link /usr/bin/gcc -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o auvirt auvirt.o auvirt-list.o ausearch-time.o ../../auparse/libauparse.la libtool: link: /usr/bin/gcc -D_GNU_SOURCE -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib -o auvirt auvirt.o auvirt-list.o ausearch-time.o -L/nvmedata/autobuild/instance-27/output-1/host/lib ../../auparse/.libs/libauparse.so /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs/libaudit.so -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/lib make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/auvirt' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools' Making all in bindings make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings' Making all in python make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/python' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/python' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/python' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/python' Making all in golang make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/golang' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/golang' Making all in swig make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig' Making all in src make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig/src' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig/src' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings' Making all in init.d make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/init.d' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/init.d' Making all in m4 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/m4' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/m4' Making all in docs make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/docs' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/docs' Making all in rules make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/rules' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/rules' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' >>> host-audit 3.0.7 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' Making install in common make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/common' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/common' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/common' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/common' Making install in lib make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' /usr/bin/make install-recursive make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' Making install in test make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/test' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/test' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/test' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib/test' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libaudit.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libaudit.so.1.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libaudit.so.1.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libaudit.so.1.0.0 libaudit.so.1 || { rm -f libaudit.so.1 && ln -s libaudit.so.1.0.0 libaudit.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libaudit.so.1.0.0 libaudit.so || { rm -f libaudit.so && ln -s libaudit.so.1.0.0 libaudit.so; }; }) libtool: install: /usr/bin/install -c .libs/libaudit.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libaudit.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include' /usr/bin/install -c -m 644 libaudit.h '/nvmedata/autobuild/instance-27/output-1/host/include' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 audit.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/lib' Making install in auparse make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' /usr/bin/make install-recursive make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' Making install in test make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/test' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/test' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/test' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse/test' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libauparse.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libauparse.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libauparse.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libauparse.so.0.0.0 libauparse.so.0 || { rm -f libauparse.so.0 && ln -s libauparse.so.0.0.0 libauparse.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libauparse.so.0.0.0 libauparse.so || { rm -f libauparse.so && ln -s libauparse.so.0.0.0 libauparse.so; }; }) libtool: install: /usr/bin/install -c .libs/libauparse.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libauparse.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include' /usr/bin/install -c -m 644 auparse.h auparse-defs.h '/nvmedata/autobuild/instance-27/output-1/host/include' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 auparse.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/auparse' Making install in audisp make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp' Making install in plugins make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins' Making install in builtins make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/builtins' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/builtins' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/make install-data-hook make[6]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/builtins' mkdir -p -m 0750 /nvmedata/autobuild/instance-27/output-1/host/etc/audit/plugins.d for i in af_unix.conf; do \ /usr/bin/install -c -m 644 -D -m 640 ./"$i" \ /nvmedata/autobuild/instance-27/output-1/host/etc/audit/plugins.d; \ done make[6]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/builtins' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/builtins' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/builtins' Making install in remote make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/remote' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/remote' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/sbin' /bin/bash ../../../libtool --mode=install /usr/bin/install -c audisp-remote '/nvmedata/autobuild/instance-27/output-1/host/sbin' libtool: install: /usr/bin/install -c audisp-remote /nvmedata/autobuild/instance-27/output-1/host/sbin/audisp-remote /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man5' /usr/bin/install -c -m 644 audisp-remote.conf.5 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' /usr/bin/install -c -m 644 audisp-remote.8 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' /usr/bin/make install-data-hook make[6]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/remote' mkdir -p -m 0750 /nvmedata/autobuild/instance-27/output-1/host/etc/audit/plugins.d /usr/bin/install -c -m 644 -D -m 640 ./au-remote.conf /nvmedata/autobuild/instance-27/output-1/host/etc/audit/plugins.d /usr/bin/install -c -m 644 -D -m 640 ./audisp-remote.conf /nvmedata/autobuild/instance-27/output-1/host/etc/audit make[6]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/remote' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/remote' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/remote' Making install in syslog make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/syslog' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/syslog' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/sbin' /bin/bash ../../../libtool --mode=install /usr/bin/install -c audisp-syslog '/nvmedata/autobuild/instance-27/output-1/host/sbin' libtool: install: /usr/bin/install -c audisp-syslog /nvmedata/autobuild/instance-27/output-1/host/sbin/audisp-syslog /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' /usr/bin/install -c -m 644 audisp-syslog.8 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' /usr/bin/make install-data-hook make[6]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/syslog' mkdir -p -m 0750 /nvmedata/autobuild/instance-27/output-1/host/etc/audit/plugins.d /usr/bin/install -c -m 644 -D -m 640 ./syslog.conf /nvmedata/autobuild/instance-27/output-1/host/etc/audit/plugins.d make[6]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/syslog' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/syslog' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins/syslog' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp/plugins' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/audisp' Making install in src/libev make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/libev' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/libev' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/libev' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/libev' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src' Making install in test make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/test' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/test' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/test' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src/test' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c auditd auditctl aureport ausearch autrace '/nvmedata/autobuild/instance-27/output-1/host/sbin' libtool: install: /usr/bin/install -c auditd /nvmedata/autobuild/instance-27/output-1/host/sbin/auditd libtool: install: /usr/bin/install -c auditctl /nvmedata/autobuild/instance-27/output-1/host/sbin/auditctl libtool: install: /usr/bin/install -c aureport /nvmedata/autobuild/instance-27/output-1/host/sbin/aureport libtool: install: /usr/bin/install -c ausearch /nvmedata/autobuild/instance-27/output-1/host/sbin/ausearch libtool: install: /usr/bin/install -c autrace /nvmedata/autobuild/instance-27/output-1/host/sbin/autrace make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/src' Making install in tools make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools' Making install in aulast make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulast' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulast' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c aulast '/nvmedata/autobuild/instance-27/output-1/host/bin' libtool: install: /usr/bin/install -c aulast /nvmedata/autobuild/instance-27/output-1/host/bin/aulast /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' /usr/bin/install -c -m 644 aulast.8 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulast' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulast' Making install in aulastlog make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulastlog' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulastlog' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c aulastlog '/nvmedata/autobuild/instance-27/output-1/host/bin' libtool: install: /usr/bin/install -c aulastlog /nvmedata/autobuild/instance-27/output-1/host/bin/aulastlog /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' /usr/bin/install -c -m 644 aulastlog.8 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulastlog' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/aulastlog' Making install in ausyscall make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/ausyscall' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/ausyscall' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c ausyscall '/nvmedata/autobuild/instance-27/output-1/host/bin' libtool: install: /usr/bin/install -c ausyscall /nvmedata/autobuild/instance-27/output-1/host/bin/ausyscall /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' /usr/bin/install -c -m 644 ausyscall.8 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/ausyscall' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/ausyscall' Making install in auvirt make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/auvirt' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/auvirt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c auvirt '/nvmedata/autobuild/instance-27/output-1/host/bin' libtool: install: /usr/bin/install -c auvirt /nvmedata/autobuild/instance-27/output-1/host/bin/auvirt /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' /usr/bin/install -c -m 644 auvirt.8 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/auvirt' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools/auvirt' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/tools' Making install in bindings make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings' Making install in python make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/python' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/python' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/python' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/python' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/python' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/python' Making install in golang make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/golang' [ -d /nvmedata/autobuild/instance-27/output-1/host/lib/golang/src/pkg/redhat.com/audit ] || mkdir -p /nvmedata/autobuild/instance-27/output-1/host/lib/golang/src/pkg/redhat.com/audit install -m 644 ../../bindings/golang/audit.go /nvmedata/autobuild/instance-27/output-1/host/lib/golang/src/pkg/redhat.com/audit make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/golang' Making install in swig make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig' Making install in src make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig/src' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig/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 '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig/src' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig/src' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings/swig' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/bindings' Making install in init.d make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/init.d' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/init.d' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/sbin' /usr/bin/install -c augenrules '/nvmedata/autobuild/instance-27/output-1/host/sbin' /usr/bin/make install-exec-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/init.d' /usr/bin/install -c -D ./auditd.init /nvmedata/autobuild/instance-27/output-1/host/etc/rc.d/init.d/auditd chmod 0750 /nvmedata/autobuild/instance-27/output-1/host/sbin/augenrules make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/init.d' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/etc/audit' /usr/bin/install -c -m 644 auditd.conf audit-stop.rules '/nvmedata/autobuild/instance-27/output-1/host/etc/audit' /usr/bin/make install-data-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/init.d' /usr/bin/install -c -m 644 -D -m 640 ./libaudit.conf /nvmedata/autobuild/instance-27/output-1/host/etc /usr/bin/install -c -m 644 -D -m 640 ./auditd.sysconfig /nvmedata/autobuild/instance-27/output-1/host/etc/sysconfig/auditd make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/init.d' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/init.d' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/init.d' Making install in m4 make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/m4' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/m4' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /usr/bin/install -c -m 644 audit.m4 '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/m4' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/m4' Making install in docs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/docs' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/docs' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 audit_add_rule_data.3 audit_add_watch.3 audit_delete_rule_data.3 audit_detect_machine.3 audit_encode_nv_string.3 audit_getloginuid.3 audit_get_reply.3 audit_get_session.3 audit_log_acct_message.3 audit_log_user_avc_message.3 audit_log_user_command.3 audit_log_user_comm_message.3 audit_log_user_message.3 audit_log_semanage_message.3 auparse_new_buffer.3 audit_open.3 audit_close.3 audit_is_enabled.3 audit_request_rules_list_data.3 audit_request_signal_info.3 audit_request_status.3 audit_set_backlog_limit.3 audit_set_enabled.3 audit_set_failure.3 audit_setloginuid.3 audit_set_pid.3 audit_set_rate_limit.3 audit_update_watch_perms.3 audit_value_needs_encoding.3 audit_encode_value.3 auparse_add_callback.3 audit_name_to_syscall.3 audit_syscall_to_name.3 auparse_destroy.3 auparse_feed.3 auparse_feed_age_events.3 auparse_feed_has_data.3 auparse_find_field.3 auparse_find_field_next.3 auparse_first_field.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 auparse_first_record.3 auparse_flush_feed.3 auparse_get_field_int.3 auparse_get_field_name.3 auparse_get_field_str.3 auparse_get_field_type.3 auparse_get_filename.3 auparse_get_line_number.3 auparse_get_milli.3 auparse_get_node.3 auparse_get_num_fields.3 auparse_get_num_records.3 auparse_get_record_text.3 auparse_get_serial.3 auparse_get_time.3 auparse_get_timestamp.3 auparse_get_type.3 auparse_get_type_name.3 auparse_get_field_num.3 auparse_get_record_num.3 auparse_goto_field_num.3 auparse_goto_record_num.3 auparse_init.3 auparse_interpret_field.3 auparse_next_event.3 auparse_next_field.3 auparse_next_record.3 auparse_node_compare.3 auparse_reset.3 auparse_set_escape_mode.3 auparse_normalize.3 auparse_normalize_functions.3 auparse_timestamp_compare.3 auparse_set_eoe_timeout.3 ausearch_add_item.3 ausearch_add_interpreted_item.3 ausearch_add_expression.3 ausearch_add_timestamp_item.3 ausearch_add_regex.3 ausearch_add_timestamp_item_ex.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 ausearch_clear.3 ausearch_next_event.3 ausearch_set_stop.3 get_auditfail_action.3 set_aumessage_mode.3 audit_set_backlog_wait_time.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man5' /usr/bin/install -c -m 644 auditd.conf.5 auditd-plugins.5 ausearch-expression.5 libaudit.conf.5 zos-remote.conf.5 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man7' /usr/bin/install -c -m 644 audit.rules.7 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man7' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' /usr/bin/install -c -m 644 auditctl.8 auditd.8 aureport.8 ausearch.8 autrace.8 audispd-zos-remote.8 augenrules.8 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/docs' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/docs' Making install in rules make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/rules' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/rules' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/audit/sample-rules' /usr/bin/install -c -m 644 10-base-config.rules 10-no-audit.rules 11-loginuid.rules 12-ignore-error.rules 12-cont-fail.rules 20-dont-audit.rules 21-no32bit.rules 22-ignore-chrony.rules 23-ignore-filesystems.rules 30-nispom.rules 30-stig.rules 30-pci-dss-v31.rules 30-ospp-v42.rules 30-ospp-v42-1-create-failed.rules 30-ospp-v42-1-create-success.rules 30-ospp-v42-2-modify-failed.rules 30-ospp-v42-2-modify-success.rules 30-ospp-v42-3-access-failed.rules 30-ospp-v42-3-access-success.rules 30-ospp-v42-4-delete-failed.rules 30-ospp-v42-4-delete-success.rules 30-ospp-v42-5-perm-change-failed.rules 30-ospp-v42-5-perm-change-success.rules 30-ospp-v42-6-owner-change-failed.rules 30-ospp-v42-6-owner-change-success.rules 31-privileged.rules 32-power-abuse.rules 40-local.rules 41-containers.rules 42-injection.rules 43-module-load.rules 44-installers.rules 70-einval.rules 71-networking.rules 99-finalize.rules README-rules '/nvmedata/autobuild/instance-27/output-1/host/share/audit/sample-rules' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/rules' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7/rules' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.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 '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-audit-3.0.7' bzip2-1.0.8.tar.gz: OK (sha512: 083f5e675d73f3233c7930ebe20425a533feedeaaa9d8cc86831312a6581cefbe6ed0d08d2fa89be81082f2a5abdabca8b3c080bf97218a1bd59dc118a30b9f3) >>> host-bzip2 1.0.8 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/bzip2/bzip2-1.0.8.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8 -xf - >>> host-bzip2 1.0.8 Patching Applying 0001-build-objects-twice.patch using patch: patching file Makefile-libbz2_so Hunk #1 succeeded at 26 with fuzz 2 (offset 1 line). Hunk #2 succeeded at 43 with fuzz 2 (offset -2 lines). Applying 0002-improve-build-system.patch using patch: patching file Makefile patching file Makefile-libbz2_so Hunk #1 succeeded at 23 with fuzz 2. >>> host-bzip2 1.0.8 Configuring >>> host-bzip2 1.0.8 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8 -f Makefile-libbz2_so make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8' gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fpic -fPIC -Wall -o blocksort.sho -c blocksort.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fpic -fPIC -Wall -o huffman.sho -c huffman.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fpic -fPIC -Wall -o crctable.sho -c crctable.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fpic -fPIC -Wall -o randtable.sho -c randtable.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fpic -fPIC -Wall -o compress.sho -c compress.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fpic -fPIC -Wall -o decompress.sho -c decompress.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fpic -fPIC -Wall -o bzlib.sho -c bzlib.c gcc -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 blocksort.sho huffman.sho crctable.sho randtable.sho compress.sho decompress.sho bzlib.sho gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -fpic -fPIC -Wall -o bzip2-shared bzip2.c libbz2.so.1.0.8 bzip2.c: In function 'applySavedFileAttrToOutputFile': bzip2.c:1073:11: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] 1073 | (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8' PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8 libbz2.a bzip2 bzip2recover make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8' If compilation produces errors, or a large number of warnings, please read README.COMPILATION.PROBLEMS -- you might be able to adjust the flags in this Makefile to improve matters. Also in README.COMPILATION.PROBLEMS are some hints that may help if your build produces an executable which is unable to correctly handle so-called 'large files' -- files of size 2GB or more. gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -c blocksort.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -c huffman.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -c crctable.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -c randtable.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -c compress.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -c decompress.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -c bzlib.c rm -f libbz2.a ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o ranlib libbz2.a gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -c bzip2.c bzip2.c: In function 'applySavedFileAttrToOutputFile': bzip2.c:1073:11: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] 1073 | (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -o bzip2 bzip2.o -L. -lbz2 gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -c bzip2recover.c gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -Wall -o bzip2recover bzip2recover.o make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8' >>> host-bzip2 1.0.8 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 PREFIX=/nvmedata/autobuild/instance-27/output-1/host -C /nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8 install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8' if ( test ! -d /nvmedata/autobuild/instance-27/output-1/host/bin ) ; then mkdir -p /nvmedata/autobuild/instance-27/output-1/host/bin ; fi if ( test ! -d /nvmedata/autobuild/instance-27/output-1/host/lib ) ; then mkdir -p /nvmedata/autobuild/instance-27/output-1/host/lib ; fi if ( test ! -d /nvmedata/autobuild/instance-27/output-1/host/man ) ; then mkdir -p /nvmedata/autobuild/instance-27/output-1/host/man ; fi if ( test ! -d /nvmedata/autobuild/instance-27/output-1/host/man/man1 ) ; then mkdir -p /nvmedata/autobuild/instance-27/output-1/host/man/man1 ; fi if ( test ! -d /nvmedata/autobuild/instance-27/output-1/host/include ) ; then mkdir -p /nvmedata/autobuild/instance-27/output-1/host/include ; fi cp -f bzip2 /nvmedata/autobuild/instance-27/output-1/host/bin/bzip2 cp -f bzip2 /nvmedata/autobuild/instance-27/output-1/host/bin/bunzip2 cp -f bzip2 /nvmedata/autobuild/instance-27/output-1/host/bin/bzcat cp -f bzip2recover /nvmedata/autobuild/instance-27/output-1/host/bin/bzip2recover chmod a+x /nvmedata/autobuild/instance-27/output-1/host/bin/bzip2 chmod a+x /nvmedata/autobuild/instance-27/output-1/host/bin/bunzip2 chmod a+x /nvmedata/autobuild/instance-27/output-1/host/bin/bzcat chmod a+x /nvmedata/autobuild/instance-27/output-1/host/bin/bzip2recover cp -f bzip2.1 /nvmedata/autobuild/instance-27/output-1/host/man/man1 chmod a+r /nvmedata/autobuild/instance-27/output-1/host/man/man1/bzip2.1 cp -f bzlib.h /nvmedata/autobuild/instance-27/output-1/host/include chmod a+r /nvmedata/autobuild/instance-27/output-1/host/include/bzlib.h cp -f libbz2.a /nvmedata/autobuild/instance-27/output-1/host/lib chmod a+r /nvmedata/autobuild/instance-27/output-1/host/lib/libbz2.a cp -f bzgrep /nvmedata/autobuild/instance-27/output-1/host/bin/bzgrep ln -s -f bzgrep /nvmedata/autobuild/instance-27/output-1/host/bin/bzegrep ln -s -f bzgrep /nvmedata/autobuild/instance-27/output-1/host/bin/bzfgrep chmod a+x /nvmedata/autobuild/instance-27/output-1/host/bin/bzgrep cp -f bzmore /nvmedata/autobuild/instance-27/output-1/host/bin/bzmore ln -s -f bzmore /nvmedata/autobuild/instance-27/output-1/host/bin/bzless chmod a+x /nvmedata/autobuild/instance-27/output-1/host/bin/bzmore cp -f bzdiff /nvmedata/autobuild/instance-27/output-1/host/bin/bzdiff ln -s -f bzdiff /nvmedata/autobuild/instance-27/output-1/host/bin/bzcmp chmod a+x /nvmedata/autobuild/instance-27/output-1/host/bin/bzdiff cp -f bzgrep.1 bzmore.1 bzdiff.1 /nvmedata/autobuild/instance-27/output-1/host/man/man1 chmod a+r /nvmedata/autobuild/instance-27/output-1/host/man/man1/bzgrep.1 chmod a+r /nvmedata/autobuild/instance-27/output-1/host/man/man1/bzmore.1 chmod a+r /nvmedata/autobuild/instance-27/output-1/host/man/man1/bzdiff.1 echo ".so man1/bzgrep.1" > /nvmedata/autobuild/instance-27/output-1/host/man/man1/bzegrep.1 echo ".so man1/bzgrep.1" > /nvmedata/autobuild/instance-27/output-1/host/man/man1/bzfgrep.1 echo ".so man1/bzmore.1" > /nvmedata/autobuild/instance-27/output-1/host/man/man1/bzless.1 echo ".so man1/bzdiff.1" > /nvmedata/autobuild/instance-27/output-1/host/man/man1/bzcmp.1 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8' PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -f Makefile-libbz2_so PREFIX=/nvmedata/autobuild/instance-27/output-1/host -C /nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8 install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8' install -m 0755 -D libbz2.so.1.0.8 /nvmedata/autobuild/instance-27/output-1/host/lib/libbz2.so.1.0.8 ln -sf libbz2.so.1.0.8 /nvmedata/autobuild/instance-27/output-1/host/lib/libbz2.so ln -sf libbz2.so.1.0.8 /nvmedata/autobuild/instance-27/output-1/host/lib/libbz2.so.1.0 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-bzip2-1.0.8' >>> host-libsemanage 3.3 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.libsemanage-3.3.tar.gz.L1po3r/output' 'https://github.com/SELinuxProject/selinux/releases/download/3.3/libsemanage-3.3.tar.gz' --2022-06-04 14:13:45-- https://github.com/SELinuxProject/selinux/releases/download/3.3/libsemanage-3.3.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://objects.githubusercontent.com/github-production-release-asset-2e65be/20648799/2550b9e4-b748-460d-a212-1711cdd4aa43?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220604T201345Z&X-Amz-Expires=300&X-Amz-Signature=b10144ad8de1e9e45b84feb0429f73ffa9cbe1c03bea844f827b25154fe798a9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=20648799&response-content-disposition=attachment%3B%20filename%3Dlibsemanage-3.3.tar.gz&response-content-type=application%2Foctet-stream [following] --2022-06-04 14:13:45-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/20648799/2550b9e4-b748-460d-a212-1711cdd4aa43?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220604T201345Z&X-Amz-Expires=300&X-Amz-Signature=b10144ad8de1e9e45b84feb0429f73ffa9cbe1c03bea844f827b25154fe798a9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=20648799&response-content-disposition=attachment%3B%20filename%3Dlibsemanage-3.3.tar.gz&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 178890 (175K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.libsemanage-3.3.tar.gz.L1po3r/output' 0K .......... .......... .......... .......... .......... 28% 13.5M 0s 50K .......... .......... .......... .......... .......... 57% 16.6M 0s 100K .......... .......... .......... .......... .......... 85% 48.2M 0s 150K .......... .......... .... 100% 158M=0.008s 2022-06-04 14:13:46 (22.1 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.libsemanage-3.3.tar.gz.L1po3r/output' saved [178890/178890] libsemanage-3.3.tar.gz: OK (sha256: 84d0ec5afa34bbbb471f602d8c1bf317d12443d07852a34b60741d428d597ce8) >>> host-libsemanage 3.3 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/libsemanage/libsemanage-3.3.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3 -xf - >>> host-libsemanage 3.3 Patching >>> host-libsemanage 3.3 Configuring >>> host-libsemanage 3.3 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/nvmedata/autobuild/instance-27/output-1/host SWIG_LIB="/nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/" DEFAULT_SEMANAGE_CONF_LOCATION=/nvmedata/autobuild/instance-27/output-1/host/etc/selinux/semanage.conf PYINC="-I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10/" PYTHONLIBDIR="/nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/" PYLIBVER="python3.10" all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3' /usr/bin/make -C src all make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/src' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o boolean_record.o boolean_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o booleans_active.o booleans_active.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o booleans_activedb.o booleans_activedb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o booleans_file.o booleans_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o booleans_local.o booleans_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o booleans_policy.o booleans_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o booleans_policydb.o booleans_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o context_record.o context_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o database.o database.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o database_activedb.o database_activedb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o database_file.o database_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o database_join.o database_join.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o database_llist.o database_llist.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o database_policydb.o database_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o debug.o debug.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o direct_api.o direct_api.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o fcontext_record.o fcontext_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o fcontexts_file.o fcontexts_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o fcontexts_local.o fcontexts_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o fcontexts_policy.o fcontexts_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o genhomedircon.o genhomedircon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o handle.o handle.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ibendport_record.o ibendport_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ibendports_file.o ibendports_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ibendports_local.o ibendports_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ibendports_policy.o ibendports_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ibendports_policydb.o ibendports_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ibpkey_record.o ibpkey_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ibpkeys_file.o ibpkeys_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ibpkeys_local.o ibpkeys_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ibpkeys_policy.o ibpkeys_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ibpkeys_policydb.o ibpkeys_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o iface_record.o iface_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o interfaces_file.o interfaces_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o interfaces_local.o interfaces_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o interfaces_policy.o interfaces_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o interfaces_policydb.o interfaces_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o modules.o modules.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o node_record.o node_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o nodes_file.o nodes_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o nodes_local.o nodes_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o nodes_policy.o nodes_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o nodes_policydb.o nodes_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o parse_utils.o parse_utils.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o policy_components.o policy_components.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o port_record.o port_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ports_file.o ports_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ports_local.o ports_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ports_policy.o ports_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o ports_policydb.o ports_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o semanage_store.o semanage_store.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o seuser_record.o seuser_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o seusers_file.o seusers_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o seusers_local.o seusers_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o seusers_policy.o seusers_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o user_base_record.o user_base_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o user_extra_record.o user_extra_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o user_record.o user_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o users_base_file.o users_base_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o users_base_policydb.o users_base_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o users_extra_file.o users_extra_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o users_join.o users_join.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o users_local.o users_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o users_policy.o users_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o utilities.o utilities.c bison -d -o conf-parse.c conf-parse.y conf-parse.y:55.1-24: warning: deprecated directive: '%name-prefix "semanage_"', use '%define api.prefix {semanage_}' [-Wdeprecated] 55 | %name-prefix "semanage_" | ^~~~~~~~~~~~~~~~~~~~~~~~ | %define api.prefix {semanage_} conf-parse.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] flex -s -o conf-scan.c conf-scan.l /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o conf-scan.o conf-scan.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -c -o conf-parse.o conf-parse.c /usr/bin/ar rcs libsemanage.a boolean_record.o booleans_active.o booleans_activedb.o booleans_file.o booleans_local.o booleans_policy.o booleans_policydb.o context_record.o database.o database_activedb.o database_file.o database_join.o database_llist.o database_policydb.o debug.o direct_api.o fcontext_record.o fcontexts_file.o fcontexts_local.o fcontexts_policy.o genhomedircon.o handle.o ibendport_record.o ibendports_file.o ibendports_local.o ibendports_policy.o ibendports_policydb.o ibpkey_record.o ibpkeys_file.o ibpkeys_local.o ibpkeys_policy.o ibpkeys_policydb.o iface_record.o interfaces_file.o interfaces_local.o interfaces_policy.o interfaces_policydb.o modules.o node_record.o nodes_file.o nodes_local.o nodes_policy.o nodes_policydb.o parse_utils.o policy_components.o port_record.o ports_file.o ports_local.o ports_policy.o ports_policydb.o semanage_store.o seuser_record.o seusers_file.o seusers_local.o seusers_policy.o user_base_record.o user_extra_record.o user_record.o users_base_file.o users_base_policydb.o users_extra_file.o users_join.o users_local.o users_policy.o utilities.o conf-scan.o conf-parse.o /usr/bin/ranlib libsemanage.a /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o boolean_record.lo boolean_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o booleans_active.lo booleans_active.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o booleans_activedb.lo booleans_activedb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o booleans_file.lo booleans_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o booleans_local.lo booleans_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o booleans_policy.lo booleans_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o booleans_policydb.lo booleans_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o context_record.lo context_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o database.lo database.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o database_activedb.lo database_activedb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o database_file.lo database_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o database_join.lo database_join.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o database_llist.lo database_llist.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o database_policydb.lo database_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o debug.lo debug.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o direct_api.lo direct_api.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o fcontext_record.lo fcontext_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o fcontexts_file.lo fcontexts_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o fcontexts_local.lo fcontexts_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o fcontexts_policy.lo fcontexts_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o genhomedircon.lo genhomedircon.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o handle.lo handle.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ibendport_record.lo ibendport_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ibendports_file.lo ibendports_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ibendports_local.lo ibendports_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ibendports_policy.lo ibendports_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ibendports_policydb.lo ibendports_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ibpkey_record.lo ibpkey_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ibpkeys_file.lo ibpkeys_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ibpkeys_local.lo ibpkeys_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ibpkeys_policy.lo ibpkeys_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ibpkeys_policydb.lo ibpkeys_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o iface_record.lo iface_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o interfaces_file.lo interfaces_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o interfaces_local.lo interfaces_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o interfaces_policy.lo interfaces_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o interfaces_policydb.lo interfaces_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o modules.lo modules.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o node_record.lo node_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o nodes_file.lo nodes_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o nodes_local.lo nodes_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o nodes_policy.lo nodes_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o nodes_policydb.lo nodes_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o parse_utils.lo parse_utils.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o policy_components.lo policy_components.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o port_record.lo port_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ports_file.lo ports_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ports_local.lo ports_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ports_policy.lo ports_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o ports_policydb.lo ports_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o semanage_store.lo semanage_store.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o seuser_record.lo seuser_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o seusers_file.lo seusers_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o seusers_local.lo seusers_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o seusers_policy.lo seusers_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o user_base_record.lo user_base_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o user_extra_record.lo user_extra_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o user_record.lo user_record.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o users_base_file.lo users_base_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o users_base_policydb.lo users_base_policydb.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o users_extra_file.lo users_extra_file.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o users_join.lo users_join.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o users_local.lo users_local.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o users_policy.lo users_policy.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o utilities.lo utilities.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o conf-scan.lo conf-scan.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -fPIC -DSHARED -c -o conf-parse.lo conf-parse.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -shared -o libsemanage.so.2 boolean_record.lo booleans_active.lo booleans_activedb.lo booleans_file.lo booleans_local.lo booleans_policy.lo booleans_policydb.lo context_record.lo database.lo database_activedb.lo database_file.lo database_join.lo database_llist.lo database_policydb.lo debug.lo direct_api.lo fcontext_record.lo fcontexts_file.lo fcontexts_local.lo fcontexts_policy.lo genhomedircon.lo handle.lo ibendport_record.lo ibendports_file.lo ibendports_local.lo ibendports_policy.lo ibendports_policydb.lo ibpkey_record.lo ibpkeys_file.lo ibpkeys_local.lo ibpkeys_policy.lo ibpkeys_policydb.lo iface_record.lo interfaces_file.lo interfaces_local.lo interfaces_policy.lo interfaces_policydb.lo modules.lo node_record.lo nodes_file.lo nodes_local.lo nodes_policy.lo nodes_policydb.lo parse_utils.lo policy_components.lo port_record.lo ports_file.lo ports_local.lo ports_policy.lo ports_policydb.lo semanage_store.lo seuser_record.lo seusers_file.lo seusers_local.lo seusers_policy.lo user_base_record.lo user_extra_record.lo user_record.lo users_base_file.lo users_base_policydb.lo users_extra_file.lo users_join.lo users_local.lo users_policy.lo utilities.lo conf-scan.lo conf-parse.lo -lsepol -laudit -lselinux -lbz2 -Wl,-soname,libsemanage.so.2,--version-script=libsemanage.map,-z,defs ln -sf libsemanage.so.2 libsemanage.so sed -e 's/@VERSION@/3.3/; s:@prefix@:/nvmedata/autobuild/instance-27/output-1/host:; s:@libdir@:/nvmedata/autobuild/instance-27/output-1/host/lib:; s:@includedir@:/nvmedata/autobuild/instance-27/output-1/host/include:' < libsemanage.pc.in > libsemanage.pc make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3' PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/nvmedata/autobuild/instance-27/output-1/host SWIG_LIB="/nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/" DEFAULT_SEMANAGE_CONF_LOCATION=/nvmedata/autobuild/instance-27/output-1/host/etc/selinux/semanage.conf PYINC="-I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10/" PYTHONLIBDIR="/nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/" PYLIBVER="python3.10" swigify pywrap make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3' /usr/bin/make -C src swigify make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/src' swig -Wall -python -o semanageswig_wrap.c -outdir ./ semanageswig_python.i make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/src' /usr/bin/make -C src pywrap make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/src' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -Wno-error -Wno-unused-but-set-variable -Wno-unused-variable -Wno-shadow -Wno-unused-parameter -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10/ -fPIC -DSHARED -c -o python-3.10semanageswig_wrap.lo semanageswig_wrap.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I../include -D_GNU_SOURCE -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -L. -shared -o python-3.10_semanage.so python-3.10semanageswig_wrap.lo -lsemanage make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3' >>> host-libsemanage 3.3 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/nvmedata/autobuild/instance-27/output-1/host SWIG_LIB="/nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/" DEFAULT_SEMANAGE_CONF_LOCATION=/nvmedata/autobuild/instance-27/output-1/host/etc/selinux/semanage.conf PYINC="-I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10/" PYTHONLIBDIR="/nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/" PYLIBVER="python3.10" install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3' /usr/bin/make -C include install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/include' test -d /nvmedata/autobuild/instance-27/output-1/host/include/semanage || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/include/semanage install -m 644 semanage/interfaces_local.h semanage/seusers_policy.h semanage/booleans_local.h semanage/interfaces_policy.h semanage/semanage.h semanage/fcontexts_local.h semanage/ibpkeys_local.h semanage/users_local.h semanage/seusers_local.h semanage/ibendports_local.h semanage/booleans_policy.h semanage/user_record.h semanage/boolean_record.h semanage/fcontexts_policy.h semanage/nodes_local.h semanage/ibpkeys_policy.h semanage/debug.h semanage/users_policy.h semanage/fcontext_record.h semanage/booleans_active.h semanage/ibendports_policy.h semanage/ibendport_record.h semanage/seuser_record.h semanage/nodes_policy.h semanage/ports_local.h semanage/handle.h semanage/iface_record.h semanage/node_record.h semanage/ibpkey_record.h semanage/ports_policy.h semanage/context_record.h semanage/port_record.h semanage/modules.h /nvmedata/autobuild/instance-27/output-1/host/include/semanage make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/include' /usr/bin/make -C src install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/src' test -d /nvmedata/autobuild/instance-27/output-1/host/lib || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/lib install -m 644 libsemanage.a /nvmedata/autobuild/instance-27/output-1/host/lib install -m 755 libsemanage.so.2 /nvmedata/autobuild/instance-27/output-1/host/lib test -d /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig install -m 644 libsemanage.pc /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig test -f /nvmedata/autobuild/instance-27/output-1/host/etc/selinux/semanage.conf || install -m 644 -D semanage.conf /nvmedata/autobuild/instance-27/output-1/host/etc/selinux/semanage.conf cd /nvmedata/autobuild/instance-27/output-1/host/lib && ln -sf libsemanage.so.2 libsemanage.so make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/src' /usr/bin/make -C man install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/man' mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man3 mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man5 install -m 644 man3/*.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/man3 install -m 644 man5/*.5 /nvmedata/autobuild/instance-27/output-1/host/share/man/man5 for lang in ru ; do \ if [ -e ${lang}/man3 ] ; then \ mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man3 ; \ install -m 644 ${lang}/man3/*.3 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man3 ; \ fi ; \ if [ -e ${lang}/man5 ] ; then \ mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man5 ; \ install -m 644 ${lang}/man5/*.5 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man5 ; \ fi ; \ done make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/man' /usr/bin/make -C utils install make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/utils' mkdir -p /nvmedata/autobuild/instance-27/output-1/host/libexec/selinux/ install -m 755 semanage_migrate_store /nvmedata/autobuild/instance-27/output-1/host/libexec/selinux/ make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/utils' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3' PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/nvmedata/autobuild/instance-27/output-1/host SWIG_LIB="/nvmedata/autobuild/instance-27/output-1/host/share/swig/4.0.2/" DEFAULT_SEMANAGE_CONF_LOCATION=/nvmedata/autobuild/instance-27/output-1/host/etc/selinux/semanage.conf PYINC="-I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10/" PYTHONLIBDIR="/nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/" PYLIBVER="python3.10" install-pywrap make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3' /usr/bin/make -C src install-pywrap make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/src' test -d /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/ || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/ install -m 755 python-3.10_semanage.so /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10//_semanage.cpython-310-x86_64-linux-gnu.so install -m 644 semanage.py /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/ make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libsemanage-3.3' >>> host-policycoreutils 3.2 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.policycoreutils-3.2.tar.gz.xoFHhL/output' 'https://github.com/SELinuxProject/selinux/releases/download/3.2/policycoreutils-3.2.tar.gz' --2022-06-04 14:14:24-- https://github.com/SELinuxProject/selinux/releases/download/3.2/policycoreutils-3.2.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/6f954600-7d0e-11eb-8279-4d2703ed4581?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220604T201424Z&X-Amz-Expires=300&X-Amz-Signature=72f77eaefa5bfedff15f4fbf7bc65c31092a127ed2e136da4aeaddb48a2fbfb0&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=20648799&response-content-disposition=attachment%3B%20filename%3Dpolicycoreutils-3.2.tar.gz&response-content-type=application%2Foctet-stream [following] --2022-06-04 14:14:24-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/20648799/6f954600-7d0e-11eb-8279-4d2703ed4581?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220604T201424Z&X-Amz-Expires=300&X-Amz-Signature=72f77eaefa5bfedff15f4fbf7bc65c31092a127ed2e136da4aeaddb48a2fbfb0&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=20648799&response-content-disposition=attachment%3B%20filename%3Dpolicycoreutils-3.2.tar.gz&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2817961 (2.7M) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.policycoreutils-3.2.tar.gz.xoFHhL/output' 0K .......... .......... .......... .......... .......... 1% 352K 8s 50K .......... .......... .......... .......... .......... 3% 703K 6s 100K .......... .......... .......... .......... .......... 5% 92.6M 4s 150K .......... .......... .......... .......... .......... 7% 705K 4s 200K .......... .......... .......... .......... .......... 9% 84.9M 3s 250K .......... .......... .......... .......... .......... 10% 709K 3s 300K .......... .......... .......... .......... .......... 12% 79.7M 2s 350K .......... .......... .......... .......... .......... 14% 710K 3s 400K .......... .......... .......... .......... .......... 16% 139M 2s 450K .......... .......... .......... .......... .......... 18% 166M 2s 500K .......... .......... .......... .......... .......... 19% 112M 2s 550K .......... .......... .......... .......... .......... 21% 12.7M 2s 600K .......... .......... .......... .......... .......... 23% 750K 2s 650K .......... .......... .......... .......... .......... 25% 86.8M 1s 700K .......... .......... .......... .......... .......... 27% 44.5M 1s 750K .......... .......... .......... .......... .......... 29% 15.5M 1s 800K .......... .......... .......... .......... .......... 30% 137M 1s 850K .......... .......... .......... .......... .......... 32% 136M 1s 900K .......... .......... .......... .......... .......... 34% 751K 1s 950K .......... .......... .......... .......... .......... 36% 134M 1s 1000K .......... .......... .......... .......... .......... 38% 17.2M 1s 1050K .......... .......... .......... .......... .......... 39% 124M 1s 1100K .......... .......... .......... .......... .......... 41% 81.7M 1s 1150K .......... .......... .......... .......... .......... 43% 20.5M 1s 1200K .......... .......... .......... .......... .......... 45% 52.9M 1s 1250K .......... .......... .......... .......... .......... 47% 19.6M 1s 1300K .......... .......... .......... .......... .......... 49% 55.7M 1s 1350K .......... .......... .......... .......... .......... 50% 862K 1s 1400K .......... .......... .......... .......... .......... 52% 20.6M 1s 1450K .......... .......... .......... .......... .......... 54% 57.3M 1s 1500K .......... .......... .......... .......... .......... 56% 110M 0s 1550K .......... .......... .......... .......... .......... 58% 18.7M 0s 1600K .......... .......... .......... .......... .......... 59% 116M 0s 1650K .......... .......... .......... .......... .......... 61% 47.1M 0s 1700K .......... .......... .......... .......... .......... 63% 26.2M 0s 1750K .......... .......... .......... .......... .......... 65% 50.1M 0s 1800K .......... .......... .......... .......... .......... 67% 18.4M 0s 1850K .......... .......... .......... .......... .......... 69% 94.3M 0s 1900K .......... .......... .......... .......... .......... 70% 24.8M 0s 1950K .......... .......... .......... .......... .......... 72% 38.5M 0s 2000K .......... .......... .......... .......... .......... 74% 913K 0s 2050K .......... .......... .......... .......... .......... 76% 50.1M 0s 2100K .......... .......... .......... .......... .......... 78% 28.8M 0s 2150K .......... .......... .......... .......... .......... 79% 51.2M 0s 2200K .......... .......... .......... .......... .......... 81% 22.2M 0s 2250K .......... .......... .......... .......... .......... 83% 20.5M 0s 2300K .......... .......... .......... .......... .......... 85% 41.7M 0s 2350K .......... .......... .......... .......... .......... 87% 23.2M 0s 2400K .......... .......... .......... .......... .......... 89% 15.6M 0s 2450K .......... .......... .......... .......... .......... 90% 12.0M 0s 2500K .......... .......... .......... .......... .......... 92% 149M 0s 2550K .......... .......... .......... .......... .......... 94% 13.7M 0s 2600K .......... .......... .......... .......... .......... 96% 145M 0s 2650K .......... .......... .......... .......... .......... 98% 53.7M 0s 2700K .......... .......... .......... .......... .......... 99% 16.4M 0s 2750K . 100% 29.0M=0.7s 2022-06-04 14:14:25 (3.64 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.policycoreutils-3.2.tar.gz.xoFHhL/output' saved [2817961/2817961] policycoreutils-3.2.tar.gz: OK (sha256: d1331c6fa766c547b071c491de90b9f343c8dbffdb119be8a5a7e491199b93a9) >>> host-policycoreutils 3.2 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/policycoreutils/policycoreutils-3.2.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2 -xf - >>> host-policycoreutils 3.2 Patching Applying 0001-Add-DESTDIR-to-all-paths-that-use-an-absolute-path.patch using patch: patching file setfiles/Makefile Applying 0002-Add-PREFIX-to-host-paths.patch using patch: patching file newrole/Makefile patching file run_init/Makefile >>> host-policycoreutils 3.2 Configuring >>> host-policycoreutils 3.2 Building /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/load_policy PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/load_policy' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -DUSE_NLS -DLOCALEDIR="\"/nvmedata/autobuild/instance-27/output-1/host/share/locale\"" -DPACKAGE="\"policycoreutils\"" -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib load_policy.c -lsepol -lselinux -o load_policy make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/load_policy' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/newrole PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/newrole' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -DVERSION=\"3.2\" -DUSE_NLS -DLOCALEDIR="\"/nvmedata/autobuild/instance-27/output-1/host\"" -DPACKAGE="\"policycoreutils\"" -D_XOPEN_SOURCE=500 -DUSE_AUDIT -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -c -o newrole.o newrole.c /usr/bin/gcc -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -o newrole newrole.o -lselinux -lcrypt -laudit make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/newrole' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/run_init PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/run_init' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -DUSE_NLS -DLOCALEDIR="\"/nvmedata/autobuild/instance-27/output-1/host/share/locale\"" -DPACKAGE="\"policycoreutils\"" -D_XOPEN_SOURCE=500 -DUSE_AUDIT -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib open_init_pty.c -ldl -lutil -o open_init_pty /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -DUSE_NLS -DLOCALEDIR="\"/nvmedata/autobuild/instance-27/output-1/host/share/locale\"" -DPACKAGE="\"policycoreutils\"" -D_XOPEN_SOURCE=500 -DUSE_AUDIT -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib run_init.c -lselinux -lcrypt -laudit -o run_init make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/run_init' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/secon PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/secon' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -DVERSION=\"3.2\" -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -c -o secon.o secon.c /usr/bin/gcc -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib secon.o -lselinux -o secon make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/secon' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/semodule PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/semodule' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -c -o semodule.o semodule.c /usr/bin/gcc -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib semodule.o -lsepol -lselinux -lsemanage -o semodule ln -sf semodule genhomedircon make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/semodule' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/sestatus PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/sestatus' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -D_FILE_OFFSET_BITS=64 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -c -o sestatus.o sestatus.c /usr/bin/gcc -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib sestatus.o -lselinux -o sestatus make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/sestatus' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setfiles PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setfiles' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -DUSE_AUDIT -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -c -o setfiles.o setfiles.c /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -DUSE_AUDIT -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -c -o restore.o restore.c /usr/bin/gcc -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib setfiles.o restore.o -lselinux -lsepol -laudit -o setfiles ln -sf setfiles restorecon /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -DUSE_AUDIT -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -c -o restorecon_xattr.o restorecon_xattr.c /usr/bin/gcc -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib restorecon_xattr.o restore.o -lselinux -lsepol -laudit -o restorecon_xattr make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setfiles' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setsebool PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setsebool' /usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS -c -o setsebool.o setsebool.c /usr/bin/gcc -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib setsebool.o -lsepol -lselinux -lsemanage -o setsebool make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setsebool' >>> host-policycoreutils 3.2 Installing to host directory /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/load_policy PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/load_policy' mkdir -p /nvmedata/autobuild/instance-27/output-1/host/sbin install -m 755 load_policy /nvmedata/autobuild/instance-27/output-1/host/sbin test -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 install -m 644 load_policy.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ test -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/load_policy' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/newrole PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/newrole' test -d /nvmedata/autobuild/instance-27/output-1/host/bin || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/bin test -d /nvmedata/autobuild/instance-27/output-1/host/etc/pam.d || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/etc/pam.d test -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 install -m 0555 newrole /nvmedata/autobuild/instance-27/output-1/host/bin install -m 644 newrole.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ test -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man1 || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man1 ; \ install -m 644 ${lang}/*.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man1/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/newrole' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/run_init PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/run_init' test -d /nvmedata/autobuild/instance-27/output-1/host/sbin || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/sbin test -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 install -m 755 run_init /nvmedata/autobuild/instance-27/output-1/host/sbin install -m 755 open_init_pty /nvmedata/autobuild/instance-27/output-1/host/sbin install -m 644 run_init.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8/ install -m 644 open_init_pty.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ test -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/run_init' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/secon PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/secon' install -m 755 secon /nvmedata/autobuild/instance-27/output-1/host/bin; test -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 install -m 644 secon.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 for lang in ru ; do \ if [ -e ${lang} ] ; then \ test -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man1 || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man1 ; \ install -m 644 ${lang}/*.1 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man1/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/secon' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/semodule PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/semodule' mkdir -p /nvmedata/autobuild/instance-27/output-1/host/sbin install -m 755 semodule /nvmedata/autobuild/instance-27/output-1/host/sbin (cd /nvmedata/autobuild/instance-27/output-1/host/sbin; ln -sf semodule genhomedircon) test -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 install -m 644 semodule.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8/ install -m 644 genhomedircon.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ test -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 || install -m 755 -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/semodule' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/sestatus PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/sestatus' [ -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 ] || mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 [ -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man5 ] || mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man5 mkdir -p /nvmedata/autobuild/instance-27/output-1/host/bin mkdir -p /nvmedata/autobuild/instance-27/output-1/host/sbin # Some tools hard code /usr/sbin/sestatus ; add a compatibility symlink # install will overwrite a symlink, so create the symlink before calling # install to allow distributions with BINDIR == SBINDIR ln -sf --relative /nvmedata/autobuild/instance-27/output-1/host/bin/sestatus /nvmedata/autobuild/instance-27/output-1/host/sbin install -m 755 sestatus /nvmedata/autobuild/instance-27/output-1/host/bin install -m 644 sestatus.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 install -m 644 sestatus.conf.5 /nvmedata/autobuild/instance-27/output-1/host/share/man/man5 for lang in ru ; do \ if [ -e ${lang} ] ; then \ [ -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man5 ] || mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man5 ; \ [ -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ] || mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.5 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man5/ ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8/ ; \ fi ; \ done mkdir -p /nvmedata/autobuild/instance-27/output-1/host/etc install -m 644 sestatus.conf /nvmedata/autobuild/instance-27/output-1/host/etc make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/sestatus' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setfiles PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setfiles' [ -d /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 ] || mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 mkdir -p /nvmedata/autobuild/instance-27/output-1/host/sbin install -m 755 setfiles /nvmedata/autobuild/instance-27/output-1/host/sbin (cd /nvmedata/autobuild/instance-27/output-1/host/sbin && ln -sf setfiles restorecon) install -m 755 restorecon_xattr /nvmedata/autobuild/instance-27/output-1/host/sbin install -m 644 setfiles.8.man /nvmedata/autobuild/instance-27/output-1/host/share/man/man8/setfiles.8 install -m 644 restorecon.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8/restorecon.8 install -m 644 restorecon_xattr.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8/restorecon_xattr.8 for lang in ru ; do \ if [ -e ${lang} ] ; then \ [ -d /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ] || mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8/ ; \ fi ; \ done make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setfiles' /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setsebool PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include -U_FILE_OFFSET_BITS" PREFIX=/nvmedata/autobuild/instance-27/output-1/host ETCDIR=/nvmedata/autobuild/instance-27/output-1/host/etc SBINDIR=/nvmedata/autobuild/instance-27/output-1/host/sbin install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setsebool' mkdir -p /nvmedata/autobuild/instance-27/output-1/host/sbin install -m 755 setsebool /nvmedata/autobuild/instance-27/output-1/host/sbin mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/man8 install -m 644 setsebool.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/man8/ for lang in ru ; do \ if [ -e ${lang} ] ; then \ mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /nvmedata/autobuild/instance-27/output-1/host/share/man/${lang}/man8/ ; \ fi ; \ done mkdir -p /nvmedata/autobuild/instance-27/output-1/host/share/bash-completion/completions install -m 644 setsebool-bash-completion.sh /nvmedata/autobuild/instance-27/output-1/host/share/bash-completion/completions/setsebool make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-policycoreutils-3.2/setsebool' >>> host-python-cython 0.29.27 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.Cython-0.29.27.tar.gz.9St2xe/output' 'https://files.pythonhosted.org/packages/eb/46/80dd9e5ad67ebc766ff3229901bde4a7bc82907efe93cd7007c4df458dd5/Cython-0.29.27.tar.gz' --2022-06-04 14:14:34-- https://files.pythonhosted.org/packages/eb/46/80dd9e5ad67ebc766ff3229901bde4a7bc82907efe93cd7007c4df458dd5/Cython-0.29.27.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.193.63, 151.101.129.63, 151.101.65.63, ... Connecting to files.pythonhosted.org (files.pythonhosted.org)|151.101.193.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2081166 (2.0M) [application/x-tar] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.Cython-0.29.27.tar.gz.9St2xe/output' 0K .......... .......... .......... .......... .......... 2% 77.6M 0s 50K .......... .......... .......... .......... .......... 4% 16.8M 0s 100K .......... .......... .......... .......... .......... 7% 10.6M 0s 150K .......... .......... .......... .......... .......... 9% 156M 0s 200K .......... .......... .......... .......... .......... 12% 174M 0s 250K .......... .......... .......... .......... .......... 14% 6.74M 0s 300K .......... .......... .......... .......... .......... 17% 179M 0s 350K .......... .......... .......... .......... .......... 19% 148M 0s 400K .......... .......... .......... .......... .......... 22% 172M 0s 450K .......... .......... .......... .......... .......... 24% 185M 0s 500K .......... .......... .......... .......... .......... 27% 184M 0s 550K .......... .......... .......... .......... .......... 29% 162M 0s 600K .......... .......... .......... .......... .......... 31% 172M 0s 650K .......... .......... .......... .......... .......... 34% 166M 0s 700K .......... .......... .......... .......... .......... 36% 170M 0s 750K .......... .......... .......... .......... .......... 39% 142M 0s 800K .......... .......... .......... .......... .......... 41% 177M 0s 850K .......... .......... .......... .......... .......... 44% 53.9M 0s 900K .......... .......... .......... .......... .......... 46% 179M 0s 950K .......... .......... .......... .......... .......... 49% 173M 0s 1000K .......... .......... .......... .......... .......... 51% 165M 0s 1050K .......... .......... .......... .......... .......... 54% 186M 0s 1100K .......... .......... .......... .......... .......... 56% 198M 0s 1150K .......... .......... .......... .......... .......... 59% 156M 0s 1200K .......... .......... .......... .......... .......... 61% 191M 0s 1250K .......... .......... .......... .......... .......... 63% 168M 0s 1300K .......... .......... .......... .......... .......... 66% 188M 0s 1350K .......... .......... .......... .......... .......... 68% 165M 0s 1400K .......... .......... .......... .......... .......... 71% 165M 0s 1450K .......... .......... .......... .......... .......... 73% 182M 0s 1500K .......... .......... .......... .......... .......... 76% 169M 0s 1550K .......... .......... .......... .......... .......... 78% 118M 0s 1600K .......... .......... .......... .......... .......... 81% 167M 0s 1650K .......... .......... .......... .......... .......... 83% 179M 0s 1700K .......... .......... .......... .......... .......... 86% 182M 0s 1750K .......... .......... .......... .......... .......... 88% 175M 0s 1800K .......... .......... .......... .......... .......... 91% 206M 0s 1850K .......... .......... .......... .......... .......... 93% 210M 0s 1900K .......... .......... .......... .......... .......... 95% 190M 0s 1950K .......... .......... .......... .......... .......... 98% 161M 0s 2000K .......... .......... .......... .. 100% 20.9M=0.03s 2022-06-04 14:14:34 (71.5 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.Cython-0.29.27.tar.gz.9St2xe/output' saved [2081166/2081166] Cython-0.29.27.tar.gz: OK (md5: 2b2ba86abcf823985935d37f5e43b19a) Cython-0.29.27.tar.gz: OK (sha256: c6a442504db906dfc13a480e96850cced994ecdc076bcf492c43515b78f70da2) >>> host-python-cython 0.29.27 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/python-cython/Cython-0.29.27.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27 -xf - >>> host-python-cython 0.29.27 Patching >>> host-python-cython 0.29.27 Configuring >>> host-python-cython 0.29.27 Building (cd /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27//; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /nvmedata/autobuild/instance-27/output-1/host/bin/python setup.py build ) /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/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.10 copying cython.py -> build/lib.linux-x86_64-3.10 creating build/lib.linux-x86_64-3.10/Cython copying Cython/Coverage.py -> build/lib.linux-x86_64-3.10/Cython copying Cython/StringIOTree.py -> build/lib.linux-x86_64-3.10/Cython copying Cython/Shadow.py -> build/lib.linux-x86_64-3.10/Cython copying Cython/TestUtils.py -> build/lib.linux-x86_64-3.10/Cython copying Cython/CodeWriter.py -> build/lib.linux-x86_64-3.10/Cython copying Cython/Debugging.py -> build/lib.linux-x86_64-3.10/Cython copying Cython/__init__.py -> build/lib.linux-x86_64-3.10/Cython copying Cython/Utils.py -> build/lib.linux-x86_64-3.10/Cython creating build/lib.linux-x86_64-3.10/Cython/Build copying Cython/Build/Dependencies.py -> build/lib.linux-x86_64-3.10/Cython/Build copying Cython/Build/BuildExecutable.py -> build/lib.linux-x86_64-3.10/Cython/Build copying Cython/Build/IpythonMagic.py -> build/lib.linux-x86_64-3.10/Cython/Build copying Cython/Build/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Build copying Cython/Build/Inline.py -> build/lib.linux-x86_64-3.10/Cython/Build copying Cython/Build/Cythonize.py -> build/lib.linux-x86_64-3.10/Cython/Build copying Cython/Build/Distutils.py -> build/lib.linux-x86_64-3.10/Cython/Build creating build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Parsing.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Interpreter.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/UtilityCode.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/MemoryView.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Buffer.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Code.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Builtin.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Future.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/TypeSlots.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/CodeGeneration.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/ExprNodes.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Annotate.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/TreeFragment.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/CythonScope.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/FusedNode.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/FlowControl.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Scanning.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Errors.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Nodes.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Visitor.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Main.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/PyrexTypes.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Optimize.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Pythran.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/AutoDocTransforms.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Options.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/StringEncoding.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Symtab.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/UtilNodes.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/DebugFlags.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/CmdLine.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Naming.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Lexicon.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/TreePath.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Pipeline.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/ModuleNode.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Version.py -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/TypeInference.py -> build/lib.linux-x86_64-3.10/Cython/Compiler creating build/lib.linux-x86_64-3.10/Cython/Runtime copying Cython/Runtime/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Runtime creating build/lib.linux-x86_64-3.10/Cython/Distutils copying Cython/Distutils/extension.py -> build/lib.linux-x86_64-3.10/Cython/Distutils copying Cython/Distutils/old_build_ext.py -> build/lib.linux-x86_64-3.10/Cython/Distutils copying Cython/Distutils/build_ext.py -> build/lib.linux-x86_64-3.10/Cython/Distutils copying Cython/Distutils/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Distutils creating build/lib.linux-x86_64-3.10/Cython/Debugger copying Cython/Debugger/DebugWriter.py -> build/lib.linux-x86_64-3.10/Cython/Debugger copying Cython/Debugger/Cygdb.py -> build/lib.linux-x86_64-3.10/Cython/Debugger copying Cython/Debugger/libpython.py -> build/lib.linux-x86_64-3.10/Cython/Debugger copying Cython/Debugger/libcython.py -> build/lib.linux-x86_64-3.10/Cython/Debugger copying Cython/Debugger/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Debugger creating build/lib.linux-x86_64-3.10/Cython/Debugger/Tests copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.linux-x86_64-3.10/Cython/Debugger/Tests copying Cython/Debugger/Tests/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.linux-x86_64-3.10/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.linux-x86_64-3.10/Cython/Debugger/Tests creating build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/Scanners.py -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/Lexicons.py -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/Timing.py -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/Transitions.py -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/Actions.py -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/Errors.py -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/DFA.py -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/Machines.py -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/Traditional.py -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/Regexps.py -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Plex creating build/lib.linux-x86_64-3.10/Cython/Tests copying Cython/Tests/TestJediTyper.py -> build/lib.linux-x86_64-3.10/Cython/Tests copying Cython/Tests/xmlrunner.py -> build/lib.linux-x86_64-3.10/Cython/Tests copying Cython/Tests/TestCodeWriter.py -> build/lib.linux-x86_64-3.10/Cython/Tests copying Cython/Tests/TestCythonUtils.py -> build/lib.linux-x86_64-3.10/Cython/Tests copying Cython/Tests/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Tests copying Cython/Tests/TestStringIOTree.py -> build/lib.linux-x86_64-3.10/Cython/Tests creating build/lib.linux-x86_64-3.10/Cython/Build/Tests copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.linux-x86_64-3.10/Cython/Build/Tests copying Cython/Build/Tests/TestCyCache.py -> build/lib.linux-x86_64-3.10/Cython/Build/Tests copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.linux-x86_64-3.10/Cython/Build/Tests copying Cython/Build/Tests/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Build/Tests copying Cython/Build/Tests/TestInline.py -> build/lib.linux-x86_64-3.10/Cython/Build/Tests creating build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTypes.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestGrammar.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestStringEncoding.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestCmdLine.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestFlowControl.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestMemView.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.linux-x86_64-3.10/Cython/Compiler/Tests creating build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Utility creating build/lib.linux-x86_64-3.10/Cython/Tempita copying Cython/Tempita/_looper.py -> build/lib.linux-x86_64-3.10/Cython/Tempita copying Cython/Tempita/compat3.py -> build/lib.linux-x86_64-3.10/Cython/Tempita copying Cython/Tempita/__init__.py -> build/lib.linux-x86_64-3.10/Cython/Tempita copying Cython/Tempita/_tempita.py -> build/lib.linux-x86_64-3.10/Cython/Tempita creating build/lib.linux-x86_64-3.10/pyximport copying pyximport/pyxbuild.py -> build/lib.linux-x86_64-3.10/pyximport copying pyximport/pyximport.py -> build/lib.linux-x86_64-3.10/pyximport copying pyximport/__init__.py -> build/lib.linux-x86_64-3.10/pyximport creating build/lib.linux-x86_64-3.10/Cython/Includes copying Cython/Includes/openmp.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes creating build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/signal.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/stdlib.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/wait.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/ioctl.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/stat.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/__init__.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/types.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/dlfcn.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/stdio.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/fcntl.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/time.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/resource.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/mman.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/unistd.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/select.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix copying Cython/Includes/posix/strings.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/posix creating build/lib.linux-x86_64-3.10/Cython/Includes/numpy copying Cython/Includes/numpy/__init__.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/numpy copying Cython/Includes/numpy/math.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/numpy creating build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/functional.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/limits.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/typeindex.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/set.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/__init__.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/complex.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/deque.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/pair.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/memory.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/typeinfo.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/vector.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/utility.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/forward_list.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/list.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/map.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/queue.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/string.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/iterator.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/stack.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp copying Cython/Includes/libcpp/cast.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libcpp creating build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/buffer.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/mapping.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/bool.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/cobject.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/exc.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/bytes.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/set.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/codecs.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/cellobject.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/slice.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/ceval.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/genobject.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/datetime.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/memoryview.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/iterobject.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/__init__.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/mem.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/complex.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/function.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/pylifecycle.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/ref.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/object.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/unicode.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/module.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/dict.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/bytearray.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/weakref.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/tuple.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/sequence.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/float.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/version.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/pystate.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/long.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/conversion.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/array.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/list.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/getargs.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/method.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/pythread.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/string.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/instance.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/iterator.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/type.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/longintrepr.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/int.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython copying Cython/Includes/cpython/number.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/cpython creating build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/signal.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/limits.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/stdlib.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/setjmp.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/stddef.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/stdint.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/locale.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/errno.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/__init__.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/stdio.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/float.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/time.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/string.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc copying Cython/Includes/libc/math.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/libc creating build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stl.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated copying Cython/Compiler/Parsing.pxd -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Scanning.pxd -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/FlowControl.pxd -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Code.pxd -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Compiler/Visitor.pxd -> build/lib.linux-x86_64-3.10/Cython/Compiler copying Cython/Runtime/refnanny.pyx -> build/lib.linux-x86_64-3.10/Cython/Runtime copying Cython/Debugger/Tests/codefile -> build/lib.linux-x86_64-3.10/Cython/Debugger/Tests copying Cython/Debugger/Tests/cfuncs.c -> build/lib.linux-x86_64-3.10/Cython/Debugger/Tests copying Cython/Plex/Actions.pxd -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Plex/Scanners.pxd -> build/lib.linux-x86_64-3.10/Cython/Plex copying Cython/Utility/CppConvert.pyx -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/MemoryView.pyx -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/CpdefEnums.pyx -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/CConvert.pyx -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/TestCythonScope.pyx -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Builtins.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/ObjectHandling.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/CythonFunction.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Coroutine.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Overflow.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/StringTools.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/TypeConversion.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/ImportExport.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/AsyncGen.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/ExtensionTypes.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Buffer.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Optimize.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/CommonStructures.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/ModuleSetupCode.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/TestUtilityLoader.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Complex.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/MemoryView_C.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Exceptions.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/CMath.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Capsule.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Printing.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/FunctionArguments.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Embed.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/Profile.c -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/arrayarray.h -> build/lib.linux-x86_64-3.10/Cython/Utility copying Cython/Utility/CppSupport.cpp -> build/lib.linux-x86_64-3.10/Cython/Utility running build_ext Compiling /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex/Scanners.py because it changed. Compiling /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex/Actions.py because it changed. Compiling /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/Scanning.py because it changed. Compiling /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/Visitor.py because it changed. Compiling /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/FlowControl.py because it changed. Compiling /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Runtime/refnanny.pyx because it changed. Compiling /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/FusedNode.py because it changed. Compiling /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Tempita/_tempita.py because it changed. [1/8] Cythonizing /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/FlowControl.py [2/8] Cythonizing /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/FusedNode.py [3/8] Cythonizing /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/Scanning.py [4/8] Cythonizing /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/Visitor.py [5/8] Cythonizing /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex/Actions.py [6/8] Cythonizing /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex/Scanners.py [7/8] Cythonizing /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Runtime/refnanny.pyx [8/8] Cythonizing /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Tempita/_tempita.py building 'Cython.Plex.Scanners' extension creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/nvmedata creating build/temp.linux-x86_64-3.10/nvmedata/autobuild creating build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27 creating build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1 creating build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build creating build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27 creating build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython creating build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex/Scanners.c -o build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex/Scanners.o /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex/Scanners.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/Cython/Plex/Scanners.cpython-310-x86_64-linux-gnu.so building 'Cython.Plex.Actions' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex/Actions.c -o build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex/Actions.o /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Plex/Actions.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/Cython/Plex/Actions.cpython-310-x86_64-linux-gnu.so building 'Cython.Compiler.Scanning' extension creating build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/Scanning.c -o build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/Scanning.o /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/Scanning.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/Cython/Compiler/Scanning.cpython-310-x86_64-linux-gnu.so building 'Cython.Compiler.Visitor' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/Visitor.c -o build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/Visitor.o /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/Visitor.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/Cython/Compiler/Visitor.cpython-310-x86_64-linux-gnu.so building 'Cython.Compiler.FlowControl' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/FlowControl.c -o build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/FlowControl.o /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/FlowControl.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/Cython/Compiler/FlowControl.cpython-310-x86_64-linux-gnu.so building 'Cython.Runtime.refnanny' extension creating build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Runtime /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Runtime/refnanny.c -o build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Runtime/refnanny.o /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Runtime/refnanny.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/Cython/Runtime/refnanny.cpython-310-x86_64-linux-gnu.so building 'Cython.Compiler.FusedNode' extension /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/FusedNode.c -o build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/FusedNode.o /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Compiler/FusedNode.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/Cython/Compiler/FusedNode.cpython-310-x86_64-linux-gnu.so building 'Cython.Tempita._tempita' extension creating build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Tempita /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Tempita/_tempita.c -o build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Tempita/_tempita.o /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/Cython/Tempita/_tempita.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -o build/lib.linux-x86_64-3.10/Cython/Tempita/_tempita.cpython-310-x86_64-linux-gnu.so >>> host-python-cython 0.29.27 Installing to host directory (cd /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27//; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /nvmedata/autobuild/instance-27/output-1/host/bin/python setup.py install --prefix=/nvmedata/autobuild/instance-27/output-1/host --root=/ --single-version-externally-managed ) /nvmedata/autobuild/instance-27/output-1/build/host-python-cython-0.29.27/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 /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/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 /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/pyximport copying build/lib.linux-x86_64-3.10/pyximport/pyxbuild.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/pyximport copying build/lib.linux-x86_64-3.10/pyximport/pyximport.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/pyximport copying build/lib.linux-x86_64-3.10/pyximport/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/pyximport creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython copying build/lib.linux-x86_64-3.10/Cython/Coverage.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.10/Cython/Distutils/extension.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.10/Cython/Distutils/old_build_ext.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.10/Cython/Distutils/build_ext.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.10/Cython/Distutils/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Distutils creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.10/Cython/Tempita/_looper.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.10/Cython/Tempita/compat3.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.10/Cython/Tempita/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.10/Cython/Tempita/_tempita.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.10/Cython/Tempita/_tempita.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.10/Cython/StringIOTree.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython copying build/lib.linux-x86_64-3.10/Cython/Shadow.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.10/Cython/Tests/TestJediTyper.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.10/Cython/Tests/xmlrunner.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.10/Cython/Tests/TestCodeWriter.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.10/Cython/Tests/TestCythonUtils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.10/Cython/Tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.10/Cython/Tests/TestStringIOTree.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.10/Cython/TestUtils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Builtins.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/ObjectHandling.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/CythonFunction.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Coroutine.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/arrayarray.h -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Overflow.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/StringTools.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/CppConvert.pyx -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/MemoryView.pyx -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/TypeConversion.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/ImportExport.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/AsyncGen.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/ExtensionTypes.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Buffer.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Optimize.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/CommonStructures.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/ModuleSetupCode.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/CppSupport.cpp -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/TestUtilityLoader.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Complex.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/TestCyUtilityLoader.pyx -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/MemoryView_C.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Exceptions.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/CpdefEnums.pyx -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/CMath.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Capsule.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Printing.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/FunctionArguments.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/CConvert.pyx -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Embed.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/Profile.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/Utility/TestCythonScope.pyx -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.10/Cython/CodeWriter.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build copying build/lib.linux-x86_64-3.10/Cython/Build/Dependencies.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build copying build/lib.linux-x86_64-3.10/Cython/Build/BuildExecutable.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.10/Cython/Build/Tests/TestIpythonMagic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.10/Cython/Build/Tests/TestCyCache.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.10/Cython/Build/Tests/TestStripLiterals.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.10/Cython/Build/Tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.10/Cython/Build/Tests/TestInline.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.10/Cython/Build/IpythonMagic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build copying build/lib.linux-x86_64-3.10/Cython/Build/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build copying build/lib.linux-x86_64-3.10/Cython/Build/Inline.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build copying build/lib.linux-x86_64-3.10/Cython/Build/Cythonize.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build copying build/lib.linux-x86_64-3.10/Cython/Build/Distutils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build copying build/lib.linux-x86_64-3.10/Cython/Debugging.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Scanners.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Actions.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Lexicons.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Scanners.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Timing.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Transitions.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Actions.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Errors.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/DFA.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Machines.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Scanners.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Traditional.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Regexps.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.10/Cython/Plex/Actions.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.10/Cython/Runtime/refnanny.pyx -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.10/Cython/Runtime/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.10/Cython/Runtime/refnanny.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Runtime creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Parsing.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Parsing.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Interpreter.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Scanning.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/UtilityCode.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/FlowControl.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/MemoryView.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Buffer.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Code.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Builtin.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Future.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/FlowControl.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/ParseTreeTransforms.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Code.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/ParseTreeTransforms.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Visitor.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/AnalysedTreeTransforms.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/TypeSlots.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/CodeGeneration.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/ExprNodes.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Annotate.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/TreeFragment.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/CythonScope.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/FusedNode.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/FlowControl.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Scanning.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestSignatureMatching.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestBuffer.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestTreePath.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestTypes.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestGrammar.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestStringEncoding.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestVisitor.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestUtilityLoad.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestCmdLine.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestParseTreeTransforms.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestFlowControl.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestMemView.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Tests/TestTreeFragment.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.10/Cython/Compiler/Errors.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Nodes.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Visitor.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Visitor.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Main.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/PyrexTypes.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Scanning.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Optimize.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Pythran.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/AutoDocTransforms.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Options.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/StringEncoding.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Symtab.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/UtilNodes.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/DebugFlags.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/CmdLine.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Naming.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Lexicon.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/FusedNode.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/TreePath.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Pipeline.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/ModuleNode.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/Version.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/Compiler/TypeInference.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.10/Cython/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.10/Cython/Debugger/DebugWriter.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.10/Cython/Debugger/Tests/TestLibCython.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.10/Cython/Debugger/Tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.10/Cython/Debugger/Tests/test_libcython_in_gdb.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.10/Cython/Debugger/Tests/cfuncs.c -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.10/Cython/Debugger/Tests/codefile -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.10/Cython/Debugger/Tests/test_libpython_in_gdb.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.10/Cython/Debugger/Cygdb.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.10/Cython/Debugger/libpython.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.10/Cython/Debugger/libcython.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.10/Cython/Debugger/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.10/Cython/Utils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes copying build/lib.linux-x86_64-3.10/Cython/Includes/openmp.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/signal.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/stdlib.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/wait.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/ioctl.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/stat.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/__init__.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/types.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/dlfcn.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/stdio.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/fcntl.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/time.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/resource.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/mman.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/unistd.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/select.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.10/Cython/Includes/posix/strings.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/posix creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/numpy copying build/lib.linux-x86_64-3.10/Cython/Includes/numpy/__init__.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/numpy copying build/lib.linux-x86_64-3.10/Cython/Includes/numpy/math.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/numpy creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/functional.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/unordered_set.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/limits.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/typeindex.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/set.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/__init__.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/complex.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/deque.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/pair.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/memory.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/typeinfo.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/vector.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/utility.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/algorithm.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/forward_list.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/list.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/map.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/queue.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/unordered_map.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/string.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/iterator.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/stack.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.10/Cython/Includes/libcpp/cast.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libcpp creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/buffer.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/mapping.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/bool.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/cobject.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/exc.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/bytes.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/set.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/codecs.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/cellobject.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/slice.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/ceval.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/genobject.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/datetime.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/memoryview.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/iterobject.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/__init__.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/mem.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/complex.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/function.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/pycapsule.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/pylifecycle.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/ref.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/object.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/unicode.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/module.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/dict.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/bytearray.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/weakref.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/tuple.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/sequence.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/float.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/version.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/pystate.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/long.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/conversion.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/oldbuffer.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/array.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/list.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/getargs.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/method.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/pythread.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/string.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/instance.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/iterator.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/type.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/longintrepr.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/int.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.10/Cython/Includes/cpython/number.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/cpython creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/signal.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/limits.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/stdlib.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/setjmp.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/stddef.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/stdint.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/locale.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/errno.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/__init__.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/stdio.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/float.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/time.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/string.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.10/Cython/Includes/libc/math.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/libc creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_iterator.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_complex.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_instance.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/stdlib.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_module.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_dict.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_bool.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_bytes.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_buffer.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_mapping.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_cobject.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_function.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_type.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_object.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_getargs.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_string.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_method.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_mem.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_version.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/stdio.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_number.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_long.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_ref.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_int.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_float.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_exc.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_set.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_list.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_pycapsule.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_tuple.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_oldbuffer.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/stl.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_weakref.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_sequence.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/Cython/Includes/Deprecated/python_unicode.pxd -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.10/cython.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/pyximport/pyxbuild.py to pyxbuild.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/pyximport/pyximport.py to pyximport.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/pyximport/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Coverage.py to Coverage.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Distutils/extension.py to extension.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Distutils/old_build_ext.py to old_build_ext.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Distutils/build_ext.py to build_ext.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Distutils/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tempita/_looper.py to _looper.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tempita/compat3.py to compat3.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tempita/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tempita/_tempita.py to _tempita.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/StringIOTree.py to StringIOTree.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Shadow.py to Shadow.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests/TestJediTyper.py to TestJediTyper.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests/xmlrunner.py to xmlrunner.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests/TestCodeWriter.py to TestCodeWriter.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests/TestCythonUtils.py to TestCythonUtils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Tests/TestStringIOTree.py to TestStringIOTree.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/TestUtils.py to TestUtils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utility/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/CodeWriter.py to CodeWriter.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Dependencies.py to Dependencies.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/BuildExecutable.py to BuildExecutable.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests/TestIpythonMagic.py to TestIpythonMagic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests/TestCyCache.py to TestCyCache.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests/TestStripLiterals.py to TestStripLiterals.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Tests/TestInline.py to TestInline.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/IpythonMagic.py to IpythonMagic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Inline.py to Inline.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Cythonize.py to Cythonize.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Build/Distutils.py to Distutils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugging.py to Debugging.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/Scanners.py to Scanners.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/Lexicons.py to Lexicons.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/Timing.py to Timing.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/Transitions.py to Transitions.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/Actions.py to Actions.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/Errors.py to Errors.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/DFA.py to DFA.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/Machines.py to Machines.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/Traditional.py to Traditional.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/Regexps.py to Regexps.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Plex/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Runtime/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Parsing.py to Parsing.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Interpreter.py to Interpreter.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/UtilityCode.py to UtilityCode.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/MemoryView.py to MemoryView.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Buffer.py to Buffer.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Code.py to Code.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Builtin.py to Builtin.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Future.py to Future.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/ParseTreeTransforms.py to ParseTreeTransforms.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/AnalysedTreeTransforms.py to AnalysedTreeTransforms.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/TypeSlots.py to TypeSlots.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/CodeGeneration.py to CodeGeneration.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/ExprNodes.py to ExprNodes.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Annotate.py to Annotate.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/TreeFragment.py to TreeFragment.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/CythonScope.py to CythonScope.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/FusedNode.py to FusedNode.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/FlowControl.py to FlowControl.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Scanning.py to Scanning.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestSignatureMatching.py to TestSignatureMatching.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestBuffer.py to TestBuffer.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestTreePath.py to TestTreePath.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestTypes.py to TestTypes.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestGrammar.py to TestGrammar.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestStringEncoding.py to TestStringEncoding.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestVisitor.py to TestVisitor.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestUtilityLoad.py to TestUtilityLoad.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestCmdLine.py to TestCmdLine.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py to TestParseTreeTransforms.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestFlowControl.py to TestFlowControl.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestMemView.py to TestMemView.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Tests/TestTreeFragment.py to TestTreeFragment.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Errors.py to Errors.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Nodes.py to Nodes.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Visitor.py to Visitor.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Main.py to Main.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/PyrexTypes.py to PyrexTypes.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Optimize.py to Optimize.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Pythran.py to Pythran.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/AutoDocTransforms.py to AutoDocTransforms.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Options.py to Options.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/StringEncoding.py to StringEncoding.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Symtab.py to Symtab.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/UtilNodes.py to UtilNodes.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/DebugFlags.py to DebugFlags.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/CmdLine.py to CmdLine.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Naming.py to Naming.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Lexicon.py to Lexicon.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/TreePath.py to TreePath.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Pipeline.py to Pipeline.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/ModuleNode.py to ModuleNode.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/Version.py to Version.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Compiler/TypeInference.py to TypeInference.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/DebugWriter.py to DebugWriter.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests/TestLibCython.py to TestLibCython.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests/test_libcython_in_gdb.py to test_libcython_in_gdb.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Tests/test_libpython_in_gdb.py to test_libpython_in_gdb.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/Cygdb.py to Cygdb.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/libpython.py to libpython.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/libcython.py to libcython.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Debugger/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython/Utils.py to Utils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/cython.py to cython.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 /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/Cython-0.29.27-py3.10.egg-info running install_scripts Installing cygdb script to /nvmedata/autobuild/instance-27/output-1/host/bin Installing cython script to /nvmedata/autobuild/instance-27/output-1/host/bin Installing cythonize script to /nvmedata/autobuild/instance-27/output-1/host/bin >>> host-python-decorator 5.1.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.decorator-5.1.0.tar.gz.7BkiKg/output' 'https://files.pythonhosted.org/packages/92/3c/34f8448b61809968052882b830f7d8d9a8e1c07048f70deb039ae599f73c/decorator-5.1.0.tar.gz' --2022-06-04 14:17:20-- https://files.pythonhosted.org/packages/92/3c/34f8448b61809968052882b830f7d8d9a8e1c07048f70deb039ae599f73c/decorator-5.1.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: 34900 (34K) [application/x-tar] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.decorator-5.1.0.tar.gz.7BkiKg/output' 0K .......... .......... .......... .... 100% 14.2M=0.002s 2022-06-04 14:17:20 (14.2 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.decorator-5.1.0.tar.gz.7BkiKg/output' saved [34900/34900] decorator-5.1.0.tar.gz: OK (md5: d01585c3ea5b36a209747fcc978a98c8) decorator-5.1.0.tar.gz: OK (sha256: e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7) >>> host-python-decorator 5.1.0 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/python-decorator/decorator-5.1.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-python-decorator-5.1.0 -xf - >>> host-python-decorator 5.1.0 Patching >>> host-python-decorator 5.1.0 Configuring >>> host-python-decorator 5.1.0 Building (cd /nvmedata/autobuild/instance-27/output-1/build/host-python-decorator-5.1.0//; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /nvmedata/autobuild/instance-27/output-1/host/bin/python setup.py build ) /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setuptools/dist.py:757: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead warnings.warn( running build running build_py creating build creating build/lib copying src/decorator.py -> build/lib >>> host-python-decorator 5.1.0 Installing to host directory (cd /nvmedata/autobuild/instance-27/output-1/build/host-python-decorator-5.1.0//; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /nvmedata/autobuild/instance-27/output-1/host/bin/python setup.py install --prefix=/nvmedata/autobuild/instance-27/output-1/host --root=/ --single-version-externally-managed ) /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setuptools/dist.py:757: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead warnings.warn( running install /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/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 copying build/lib/decorator.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/decorator.py to decorator.pyc running install_egg_info running egg_info writing src/decorator.egg-info/PKG-INFO writing dependency_links to src/decorator.egg-info/dependency_links.txt writing top-level names to src/decorator.egg-info/top_level.txt reading manifest file 'src/decorator.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'documentation.pdf' adding license file 'LICENSE.txt' writing manifest file 'src/decorator.egg-info/SOURCES.txt' Copying src/decorator.egg-info to /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/decorator-5.1.0-py3.10.egg-info running install_scripts >>> host-python-networkx 2.6.3 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.networkx-2.6.3.tar.gz.G70Gwn/output' 'https://files.pythonhosted.org/packages/97/ae/7497bc5e1c84af95e585e3f98585c9f06c627fac6340984c4243053e8f44/networkx-2.6.3.tar.gz' --2022-06-04 14:17:32-- https://files.pythonhosted.org/packages/97/ae/7497bc5e1c84af95e585e3f98585c9f06c627fac6340984c4243053e8f44/networkx-2.6.3.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.193.63, 151.101.129.63, 151.101.65.63, ... Connecting to files.pythonhosted.org (files.pythonhosted.org)|151.101.193.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1844862 (1.8M) [application/x-tar] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.networkx-2.6.3.tar.gz.G70Gwn/output' 0K .......... .......... .......... .......... .......... 2% 11.3M 0s 50K .......... .......... .......... .......... .......... 5% 21.4M 0s 100K .......... .......... .......... .......... .......... 8% 116M 0s 150K .......... .......... .......... .......... .......... 11% 51.3M 0s 200K .......... .......... .......... .......... .......... 13% 31.0M 0s 250K .......... .......... .......... .......... .......... 16% 136M 0s 300K .......... .......... .......... .......... .......... 19% 75.9M 0s 350K .......... .......... .......... .......... .......... 22% 96.3M 0s 400K .......... .......... .......... .......... .......... 24% 46.9M 0s 450K .......... .......... .......... .......... .......... 27% 130M 0s 500K .......... .......... .......... .......... .......... 30% 163M 0s 550K .......... .......... .......... .......... .......... 33% 83.3M 0s 600K .......... .......... .......... .......... .......... 36% 83.0M 0s 650K .......... .......... .......... .......... .......... 38% 155M 0s 700K .......... .......... .......... .......... .......... 41% 8.67M 0s 750K .......... .......... .......... .......... .......... 44% 125M 0s 800K .......... .......... .......... .......... .......... 47% 154M 0s 850K .......... .......... .......... .......... .......... 49% 107M 0s 900K .......... .......... .......... .......... .......... 52% 159M 0s 950K .......... .......... .......... .......... .......... 55% 152M 0s 1000K .......... .......... .......... .......... .......... 58% 42.4M 0s 1050K .......... .......... .......... .......... .......... 61% 149M 0s 1100K .......... .......... .......... .......... .......... 63% 165M 0s 1150K .......... .......... .......... .......... .......... 66% 153M 0s 1200K .......... .......... .......... .......... .......... 69% 157M 0s 1250K .......... .......... .......... .......... .......... 72% 177M 0s 1300K .......... .......... .......... .......... .......... 74% 168M 0s 1350K .......... .......... .......... .......... .......... 77% 154M 0s 1400K .......... .......... .......... .......... .......... 80% 176M 0s 1450K .......... .......... .......... .......... .......... 83% 144M 0s 1500K .......... .......... .......... .......... .......... 86% 155M 0s 1550K .......... .......... .......... .......... .......... 88% 134M 0s 1600K .......... .......... .......... .......... .......... 91% 165M 0s 1650K .......... .......... .......... .......... .......... 94% 143M 0s 1700K .......... .......... .......... .......... .......... 97% 183M 0s 1750K .......... .......... .......... .......... .......... 99% 41.8M 0s 1800K . 100% 3096G=0.03s 2022-06-04 14:17:33 (62.1 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.networkx-2.6.3.tar.gz.G70Gwn/output' saved [1844862/1844862] networkx-2.6.3.tar.gz: OK (md5: 407eb28c54e08725559754ca7ab185e0) networkx-2.6.3.tar.gz: OK (sha256: c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51) >>> host-python-networkx 2.6.3 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/python-networkx/networkx-2.6.3.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-python-networkx-2.6.3 -xf - >>> host-python-networkx 2.6.3 Patching >>> host-python-networkx 2.6.3 Configuring >>> host-python-networkx 2.6.3 Building (cd /nvmedata/autobuild/instance-27/output-1/build/host-python-networkx-2.6.3//; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /nvmedata/autobuild/instance-27/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/networkx copying networkx/convert_matrix.py -> build/lib/networkx copying networkx/conftest.py -> build/lib/networkx copying networkx/convert.py -> build/lib/networkx copying networkx/exception.py -> build/lib/networkx copying networkx/__init__.py -> build/lib/networkx copying networkx/relabel.py -> build/lib/networkx creating build/lib/networkx/algorithms copying networkx/algorithms/distance_regular.py -> build/lib/networkx/algorithms copying networkx/algorithms/d_separation.py -> build/lib/networkx/algorithms copying networkx/algorithms/core.py -> build/lib/networkx/algorithms copying networkx/algorithms/bridges.py -> build/lib/networkx/algorithms copying networkx/algorithms/planarity.py -> build/lib/networkx/algorithms copying networkx/algorithms/cuts.py -> build/lib/networkx/algorithms copying networkx/algorithms/link_prediction.py -> build/lib/networkx/algorithms copying networkx/algorithms/structuralholes.py -> build/lib/networkx/algorithms copying networkx/algorithms/cycles.py -> build/lib/networkx/algorithms copying networkx/algorithms/euler.py -> build/lib/networkx/algorithms copying networkx/algorithms/asteroidal.py -> build/lib/networkx/algorithms copying networkx/algorithms/covering.py -> build/lib/networkx/algorithms copying networkx/algorithms/tournament.py -> build/lib/networkx/algorithms copying networkx/algorithms/dag.py -> build/lib/networkx/algorithms copying networkx/algorithms/triads.py -> build/lib/networkx/algorithms copying networkx/algorithms/reciprocity.py -> build/lib/networkx/algorithms copying networkx/algorithms/efficiency_measures.py -> build/lib/networkx/algorithms copying networkx/algorithms/graphical.py -> build/lib/networkx/algorithms copying networkx/algorithms/smetric.py -> build/lib/networkx/algorithms copying networkx/algorithms/richclub.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/wiener.py -> build/lib/networkx/algorithms copying networkx/algorithms/mis.py -> build/lib/networkx/algorithms copying networkx/algorithms/chains.py -> build/lib/networkx/algorithms copying networkx/algorithms/simple_paths.py -> build/lib/networkx/algorithms copying networkx/algorithms/voronoi.py -> build/lib/networkx/algorithms copying networkx/algorithms/boundary.py -> build/lib/networkx/algorithms copying networkx/algorithms/summarization.py -> build/lib/networkx/algorithms copying networkx/algorithms/sparsifiers.py -> build/lib/networkx/algorithms copying networkx/algorithms/cluster.py -> build/lib/networkx/algorithms copying networkx/algorithms/moral.py -> build/lib/networkx/algorithms copying networkx/algorithms/smallworld.py -> build/lib/networkx/algorithms copying networkx/algorithms/matching.py -> build/lib/networkx/algorithms copying networkx/algorithms/vitality.py -> build/lib/networkx/algorithms copying networkx/algorithms/dominance.py -> build/lib/networkx/algorithms copying networkx/algorithms/planar_drawing.py -> build/lib/networkx/algorithms copying networkx/algorithms/dominating.py -> build/lib/networkx/algorithms copying networkx/algorithms/non_randomness.py -> build/lib/networkx/algorithms copying networkx/algorithms/chordal.py -> build/lib/networkx/algorithms copying networkx/algorithms/clique.py -> build/lib/networkx/algorithms copying networkx/algorithms/__init__.py -> build/lib/networkx/algorithms copying networkx/algorithms/lowest_common_ancestors.py -> build/lib/networkx/algorithms copying networkx/algorithms/similarity.py -> build/lib/networkx/algorithms copying networkx/algorithms/distance_measures.py -> build/lib/networkx/algorithms copying networkx/algorithms/communicability_alg.py -> build/lib/networkx/algorithms copying networkx/algorithms/swap.py -> build/lib/networkx/algorithms copying networkx/algorithms/threshold.py -> build/lib/networkx/algorithms copying networkx/algorithms/graph_hashing.py -> build/lib/networkx/algorithms copying networkx/algorithms/isolate.py -> build/lib/networkx/algorithms copying networkx/algorithms/regular.py -> build/lib/networkx/algorithms creating build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/mixing.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/pairs.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/connectivity.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/neighbor_degree.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/correlation.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/matrix.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/spectral.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/projection.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/covering.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/generators.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/redundancy.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/cluster.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/edgelist.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/matching.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/basic.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/centrality.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/__init__.py -> build/lib/networkx/algorithms/bipartite creating build/lib/networkx/algorithms/node_classification copying networkx/algorithms/node_classification/utils.py -> build/lib/networkx/algorithms/node_classification copying networkx/algorithms/node_classification/lgc.py -> build/lib/networkx/algorithms/node_classification copying networkx/algorithms/node_classification/hmn.py -> build/lib/networkx/algorithms/node_classification copying networkx/algorithms/node_classification/__init__.py -> build/lib/networkx/algorithms/node_classification creating build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/harmonic.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/degree_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/katz.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_betweenness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_betweenness_subset.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/betweenness_subset.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/eigenvector.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/flow_matrix.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/voterank_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/closeness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/subgraph_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/trophic.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/load.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/betweenness.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/group.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/__init__.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/dispersion.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_closeness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/percolation.py -> build/lib/networkx/algorithms/centrality creating build/lib/networkx/algorithms/community copying networkx/algorithms/community/asyn_fluid.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/label_propagation.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/community_utils.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/quality.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/centrality.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/attracting.py -> 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/biconnected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/connected.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/disjoint_paths.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/edge_augmentation.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 copying networkx/algorithms/connectivity/stoerwagner.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/edge_kcomponents.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/kcomponents.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/kcutsets.py -> build/lib/networkx/algorithms/connectivity creating build/lib/networkx/algorithms/coloring copying networkx/algorithms/coloring/greedy_coloring_with_interchange.py -> 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/capacityscaling.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/boykovkolmogorov.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/preflowpush.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/__init__.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/networksimplex.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/dinitz_alg.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/shortestaugmentingpath.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/beamsearch.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/edgebfs.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/breadth_first_search.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/depth_first_search.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/__init__.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/edgedfs.py -> build/lib/networkx/algorithms/traversal creating build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/isomorphvf2.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/tree_isomorphism.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/isomorph.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/vf2userfunc.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/ismags.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/matchhelpers.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/temporalisomorphvf2.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/dense.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/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/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/all.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/binary.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/unary.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/__init__.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/product.py -> build/lib/networkx/algorithms/operators creating build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/dominating_set.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/traveling_salesman.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/connectivity.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/ramsey.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/treewidth.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/clustering_coefficient.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/matching.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/vertex_cover.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/steinertree.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/maxcut.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 copying networkx/algorithms/approximation/distance_measures.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/kcomponents.py -> build/lib/networkx/algorithms/approximation creating build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/branchings.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/mst.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/recognition.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/coding.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/operations.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/decomposition.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/multigraph.py -> build/lib/networkx/classes copying networkx/classes/ordered.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/filters.py -> build/lib/networkx/classes copying networkx/classes/reportviews.py -> build/lib/networkx/classes copying networkx/classes/coreviews.py -> build/lib/networkx/classes copying networkx/classes/graph.py -> build/lib/networkx/classes copying networkx/classes/__init__.py -> build/lib/networkx/classes copying networkx/classes/function.py -> build/lib/networkx/classes copying networkx/classes/digraph.py -> build/lib/networkx/classes creating build/lib/networkx/generators copying networkx/generators/duplication.py -> build/lib/networkx/generators copying networkx/generators/expanders.py -> build/lib/networkx/generators copying networkx/generators/sudoku.py -> build/lib/networkx/generators copying networkx/generators/mycielski.py -> build/lib/networkx/generators copying networkx/generators/cographs.py -> build/lib/networkx/generators copying networkx/generators/internet_as_graphs.py -> build/lib/networkx/generators copying networkx/generators/ego.py -> build/lib/networkx/generators copying networkx/generators/random_clustered.py -> build/lib/networkx/generators copying networkx/generators/classic.py -> build/lib/networkx/generators copying networkx/generators/nonisomorphic_trees.py -> build/lib/networkx/generators copying networkx/generators/triads.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/directed.py -> build/lib/networkx/generators copying networkx/generators/atlas.py -> build/lib/networkx/generators copying networkx/generators/small.py -> build/lib/networkx/generators copying networkx/generators/interval_graph.py -> build/lib/networkx/generators copying networkx/generators/degree_seq.py -> build/lib/networkx/generators copying networkx/generators/random_graphs.py -> build/lib/networkx/generators copying networkx/generators/trees.py -> build/lib/networkx/generators copying networkx/generators/intersection.py -> build/lib/networkx/generators copying networkx/generators/stochastic.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/__init__.py -> build/lib/networkx/generators copying networkx/generators/community.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/line.py -> build/lib/networkx/generators creating 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 copying networkx/drawing/nx_pylab.py -> build/lib/networkx/drawing copying networkx/drawing/nx_pydot.py -> build/lib/networkx/drawing creating build/lib/networkx/linalg copying networkx/linalg/attrmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/laplacianmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/modularitymatrix.py -> build/lib/networkx/linalg copying networkx/linalg/bethehessianmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/algebraicconnectivity.py -> build/lib/networkx/linalg copying networkx/linalg/spectrum.py -> build/lib/networkx/linalg copying networkx/linalg/__init__.py -> build/lib/networkx/linalg copying networkx/linalg/graphmatrix.py -> build/lib/networkx/linalg creating build/lib/networkx/readwrite copying networkx/readwrite/multiline_adjlist.py -> build/lib/networkx/readwrite copying networkx/readwrite/gexf.py -> build/lib/networkx/readwrite copying networkx/readwrite/nx_yaml.py -> build/lib/networkx/readwrite copying networkx/readwrite/graph6.py -> build/lib/networkx/readwrite copying networkx/readwrite/text.py -> build/lib/networkx/readwrite copying networkx/readwrite/graphml.py -> build/lib/networkx/readwrite copying networkx/readwrite/nx_shp.py -> build/lib/networkx/readwrite copying networkx/readwrite/gpickle.py -> build/lib/networkx/readwrite copying networkx/readwrite/gml.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/p2g.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/__init__.py -> build/lib/networkx/readwrite copying networkx/readwrite/leda.py -> build/lib/networkx/readwrite creating build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/jit.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/node_link.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/__init__.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/tree.py -> build/lib/networkx/readwrite/json_graph creating build/lib/networkx/tests copying networkx/tests/test_convert_scipy.py -> build/lib/networkx/tests copying networkx/tests/test_import.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_exceptions.py -> build/lib/networkx/tests copying networkx/tests/test_convert_pandas.py -> build/lib/networkx/tests copying networkx/tests/test_all_random_functions.py -> build/lib/networkx/tests copying networkx/tests/test_relabel.py -> build/lib/networkx/tests copying networkx/tests/__init__.py -> build/lib/networkx/tests creating build/lib/networkx/testing copying networkx/testing/utils.py -> build/lib/networkx/testing copying networkx/testing/test.py -> build/lib/networkx/testing copying networkx/testing/__init__.py -> build/lib/networkx/testing creating build/lib/networkx/utils copying networkx/utils/misc.py -> build/lib/networkx/utils copying networkx/utils/random_sequence.py -> build/lib/networkx/utils copying networkx/utils/heaps.py -> build/lib/networkx/utils copying networkx/utils/contextmanagers.py -> build/lib/networkx/utils copying networkx/utils/rcm.py -> build/lib/networkx/utils copying networkx/utils/union_find.py -> build/lib/networkx/utils copying networkx/utils/decorators.py -> build/lib/networkx/utils copying networkx/utils/__init__.py -> build/lib/networkx/utils copying networkx/utils/mapped_queue.py -> build/lib/networkx/utils creating build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_dominating.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_reciprocity.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_euler.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_distance_regular.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_link_prediction.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_covering.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_graphical.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_chains.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_voronoi.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_smallworld.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_matching.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_similarity.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cuts.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_dag.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_communicability.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_swap.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_wiener.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_vitality.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_planarity.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_isolate.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_summarization.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_hierarchy.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_planar_drawing.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_core.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_simple_paths.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_hybrid.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_d_separation.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_chordal.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_richclub.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_non_randomness.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_lowest_common_ancestors.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_dominance.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_efficiency.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_mis.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cycles.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_regular.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_tournament.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_clique.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cluster.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 copying networkx/algorithms/tests/test_smetric.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_boundary.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_moral.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_graph_hashing.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_distance_measures.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_sparsifiers.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_bridges.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_triads.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_threshold.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_structuralholes.py -> build/lib/networkx/algorithms/tests creating 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/test_pairs.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/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/__init__.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_neighbor_degree.py -> build/lib/networkx/algorithms/assortativity/tests creating 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_covering.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_spectral_bipartivity.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_project.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/test_redundancy.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_cluster.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/__init__.py -> build/lib/networkx/algorithms/bipartite/tests creating build/lib/networkx/algorithms/node_classification/tests copying networkx/algorithms/node_classification/tests/test_local_and_global_consistency.py -> build/lib/networkx/algorithms/node_classification/tests copying networkx/algorithms/node_classification/tests/__init__.py -> build/lib/networkx/algorithms/node_classification/tests copying networkx/algorithms/node_classification/tests/test_harmonic_function.py -> build/lib/networkx/algorithms/node_classification/tests creating 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_current_flow_betweenness_centrality_subset.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_betweenness_centrality.py -> 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_eigenvector_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_current_flow_betweenness_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_group.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_dispersion.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_degree_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_current_flow_closeness.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/__init__.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_second_order_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_percolation_centrality.py -> build/lib/networkx/algorithms/centrality/tests creating 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_asyn_fluid.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_quality.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_centrality.py -> 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_label_propagation.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/__init__.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_kclique.py -> build/lib/networkx/algorithms/community/tests creating 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_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_weakly_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/__init__.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_attracting.py -> build/lib/networkx/algorithms/components/tests creating 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_edge_augmentation.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_connectivity.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_stoer_wagner.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_gomory_hu.py -> 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/__init__.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/gl1.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/wlm3.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/__init__.py -> build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_beamsearch.py -> build/lib/networkx/algorithms/traversal/tests creating 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_tree_isomorphism.py -> 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_isomorphvf2.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_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/test_match_helpers.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.A99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> build/lib/networkx/algorithms/isomorphism/tests creating 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_weighted.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 copying networkx/algorithms/shortest_paths/tests/test_dense_numpy.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_all.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_unary.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/__init__.py -> build/lib/networkx/algorithms/operators/tests creating 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_steinertree.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/test_ramsey.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_connectivity.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_clique.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/__init__.py -> 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_distance_measures.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_coding.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_operations.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_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_graph_historical.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_reportviews.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_multidigraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_digraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_subgraphviews.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/historical_tests.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_filters.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_special.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_function.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_graph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_coreviews.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_ordered.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/__init__.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_multigraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_digraph_historical.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_graphviews.py -> build/lib/networkx/classes/tests creating build/lib/networkx/generators/tests copying networkx/generators/tests/test_internet_as_graphs.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_classic.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_atlas.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_random_graphs.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_lattice.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_duplication.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_random_clustered.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_directed.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_sudoku.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_nonisomorphic_trees.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_small.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_stochastic.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_expanders.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_intersection.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_community.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_degree_seq.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_harary_graph.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_trees.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_geometric.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_cographs.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_interval_graph.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_ego.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_line.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/__init__.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_mycielski.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_triads.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_pydot.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_agraph.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_pylab.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_layout.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/__init__.py -> build/lib/networkx/drawing/tests creating 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/test_bethehessian.py -> 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_graphmatrix.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_laplacian.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_leda.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_pajek.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gpickle.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_adjlist.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_sparse6.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_getattr_nxyaml_removal.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_p2g.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_shp.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_graph6.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gexf.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_text.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_edgelist.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/__init__.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_graphml.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_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/test_jit.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/__init__.py -> build/lib/networkx/readwrite/json_graph/tests creating build/lib/networkx/testing/tests copying networkx/testing/tests/test_utils.py -> build/lib/networkx/testing/tests copying networkx/testing/tests/__init__.py -> build/lib/networkx/testing/tests creating build/lib/networkx/utils/tests copying networkx/utils/tests/test__init.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_random_sequence.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_rcm.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_misc.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_decorators.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_unionfind.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_heaps.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/__init__.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_contextmanager.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_mapped_queue.py -> build/lib/networkx/utils/tests >>> host-python-networkx 2.6.3 Installing to host directory (cd /nvmedata/autobuild/instance-27/output-1/build/host-python-networkx-2.6.3//; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /nvmedata/autobuild/instance-27/output-1/host/bin/python setup.py install --prefix=/nvmedata/autobuild/instance-27/output-1/host --root=/ --single-version-externally-managed ) running install /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/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 /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing copying build/lib/networkx/testing/utils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing copying build/lib/networkx/testing/test.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing/tests copying build/lib/networkx/testing/tests/test_utils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing/tests copying build/lib/networkx/testing/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing/tests copying build/lib/networkx/testing/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/multiline_adjlist.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gexf.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/nx_yaml.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/graph6.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/text.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/graphml.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/nx_shp.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/jit.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/cytoscape.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/adjacency.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/node_link.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_tree.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_cytoscape.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_adjacency.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_jit.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_node_link.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/tree.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/gpickle.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_leda.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_pajek.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gml.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gpickle.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_adjlist.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_sparse6.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_getattr_nxyaml_removal.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_p2g.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_shp.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_graph6.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gexf.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_text.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_edgelist.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_graphml.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/gml.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/edgelist.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/adjlist.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/p2g.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/sparse6.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/pajek.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/leda.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/duplication.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/expanders.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/sudoku.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/mycielski.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/cographs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/internet_as_graphs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/ego.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/random_clustered.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/classic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/atlas.dat.gz -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/nonisomorphic_trees.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/triads.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/spectral_graph_forge.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/social.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_internet_as_graphs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_classic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_joint_degree_seq.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_atlas.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_random_graphs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_lattice.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_duplication.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_random_clustered.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_spectral_graph_forge.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_directed.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_sudoku.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_nonisomorphic_trees.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_small.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_stochastic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_expanders.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_intersection.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_community.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_degree_seq.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_harary_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_trees.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_geometric.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_cographs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_interval_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_ego.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_line.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_mycielski.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_triads.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests copying build/lib/networkx/generators/directed.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/atlas.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/small.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/interval_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/degree_seq.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/random_graphs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/trees.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/intersection.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/stochastic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/harary_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/geometric.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/community.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/lattice.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/joint_degree_seq.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/generators/line.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators copying build/lib/networkx/convert_matrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx copying build/lib/networkx/conftest.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx copying build/lib/networkx/convert.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_agraph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing copying build/lib/networkx/drawing/layout.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_pydot.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_agraph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_pylab.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_layout.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pylab.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pydot.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg copying build/lib/networkx/linalg/attrmatrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg copying build/lib/networkx/linalg/laplacianmatrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg copying build/lib/networkx/linalg/modularitymatrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg copying build/lib/networkx/linalg/bethehessianmatrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg copying build/lib/networkx/linalg/algebraicconnectivity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_attrmatrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_algebraic_connectivity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_bethehessian.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_spectrum.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_modularity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_graphmatrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_laplacian.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/spectrum.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg copying build/lib/networkx/linalg/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg copying build/lib/networkx/linalg/graphmatrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/asyn_fluid.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/kernighan_lin.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/kclique.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/label_propagation.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/community_utils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/modularity_max.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_modularity_max.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_asyn_fluid.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_kernighan_lin.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_quality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_lukes.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_utils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_label_propagation.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_kclique.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/lukes.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/quality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/distance_regular.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/d_separation.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/core.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/bridges.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/planarity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/dominating_set.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/traveling_salesman.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/connectivity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/ramsey.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/treewidth.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/clustering_coefficient.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_maxcut.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_matching.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_steinertree.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_approx_clust_coeff.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_ramsey.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_kcomponents.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_dominating_set.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_connectivity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_treewidth.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_traveling_salesman.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_clique.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_vertex_cover.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_distance_measures.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/matching.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/vertex_cover.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/steinertree.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/maxcut.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/clique.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/distance_measures.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/kcomponents.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/cuts.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/link_prediction.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/structuralholes.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cycles.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/euler.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/asteroidal.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/covering.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/tournament.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/harmonic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/degree_alg.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/katz.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness_subset.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/betweenness_subset.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/eigenvector.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/flow_matrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/voterank_alg.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/closeness.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_subgraph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_trophic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_voterank.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_katz_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_load_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_group.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_reaching.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_dispersion.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_degree_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_closeness_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_harmonic_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_second_order_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_percolation_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/subgraph_alg.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/trophic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/load.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/betweenness.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/second_order.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/reaching.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/group.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/dispersion.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_closeness.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/percolation.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/dag.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/triads.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorphvf2.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/tree_isomorphism.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/vf2userfunc.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphism.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_tree_isomorphism.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_temporalisomorphvf2.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_ismags.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_match_helpers.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/ismags.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/matchhelpers.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/temporalisomorphvf2.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/reciprocity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/efficiency_measures.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/graphical.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/smetric.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/richclub.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/branchings.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/mst.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/recognition.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/coding.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/operations.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_recognition.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_coding.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_mst.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_operations.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_decomposition.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_branchings.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/decomposition.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/hybrid.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/hierarchy.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/wiener.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/mis.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/mixing.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/pairs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/connectivity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/neighbor_degree.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/base_test.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_pairs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_connectivity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_mixing.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_correlation.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_neighbor_degree.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/correlation.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/chains.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/all.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/binary.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_all.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_product.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_unary.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_binary.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/unary.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/product.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/simple_paths.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/beamsearch.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/edgebfs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_edgedfs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_edgebfs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_dfs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_bfs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_beamsearch.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/breadth_first_search.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/depth_first_search.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/edgedfs.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/voronoi.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/boundary.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/summarization.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/sparsifiers.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_dominating.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_reciprocity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_euler.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_distance_regular.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_link_prediction.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_covering.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_graphical.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_chains.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_voronoi.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_smallworld.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_matching.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_similarity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cuts.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_dag.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_communicability.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_swap.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_wiener.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_vitality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_planarity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_isolate.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_summarization.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_hierarchy.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_planar_drawing.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_core.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_simple_paths.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_hybrid.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_d_separation.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_chordal.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_richclub.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_non_randomness.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_max_weight_clique.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_lowest_common_ancestors.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_dominance.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_efficiency.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_mis.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cycles.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_regular.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_tournament.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_clique.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cluster.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_asteroidal.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_smetric.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_boundary.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_moral.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_graph_hashing.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_distance_measures.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_sparsifiers.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_bridges.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_triads.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_threshold.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_structuralholes.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/cluster.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/moral.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/smallworld.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/matching.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/vitality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/dominance.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/planar_drawing.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/pagerank_alg.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/hits_alg.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/test_pagerank.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/test_hits.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/minors creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/minors/tests copying build/lib/networkx/algorithms/minors/tests/test_contraction.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/minors/tests copying build/lib/networkx/algorithms/minors/contraction.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/minors copying build/lib/networkx/algorithms/minors/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/minors copying build/lib/networkx/algorithms/dominating.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/non_randomness.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring copying build/lib/networkx/algorithms/coloring/greedy_coloring_with_interchange.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring copying build/lib/networkx/algorithms/coloring/greedy_coloring.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring/tests copying build/lib/networkx/algorithms/coloring/tests/test_coloring.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring/tests copying build/lib/networkx/algorithms/coloring/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring/tests copying build/lib/networkx/algorithms/coloring/equitable_coloring.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring copying build/lib/networkx/algorithms/coloring/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring copying build/lib/networkx/algorithms/chordal.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/clique.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/utils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/capacityscaling.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/mincost.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/maxflow.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/gomory_hu.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/edmondskarp.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/gl1.gpickle.bz2 -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_gomory_hu.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/netgen-2.gpickle.bz2 -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_networksimplex.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/gw1.gpickle.bz2 -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/wlm3.gpickle.bz2 -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_mincost.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_maxflow.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/boykovkolmogorov.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/preflowpush.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/networksimplex.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/dinitz_alg.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/shortestaugmentingpath.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/utils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/disjoint_paths.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/edge_augmentation.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/cuts.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/connectivity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_disjoint_paths.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_cuts.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_edge_augmentation.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_kcutsets.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_kcomponents.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_connectivity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_edge_kcomponents.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_stoer_wagner.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/stoerwagner.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/edge_kcomponents.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/kcomponents.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/kcutsets.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/lowest_common_ancestors.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/similarity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/attracting.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/weakly_connected.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/strongly_connected.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/semiconnected.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_biconnected.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_strongly_connected.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_semiconnected.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_connected.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_weakly_connected.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_attracting.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/biconnected.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/connected.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/distance_measures.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/communicability_alg.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/dense.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/generic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/weighted.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/unweighted.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_unweighted.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_generic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_weighted.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_astar.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/astar.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/swap.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/threshold.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/graph_hashing.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/isolate.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/matrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/spectral.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/projection.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/covering.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/generators.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/redundancy.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_matrix.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_covering.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_matching.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_generators.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_project.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_basic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_redundancy.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_cluster.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_edgelist.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/cluster.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/edgelist.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/matching.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/basic.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/regular.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification copying build/lib/networkx/algorithms/node_classification/utils.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification copying build/lib/networkx/algorithms/node_classification/lgc.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification copying build/lib/networkx/algorithms/node_classification/hmn.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/tests copying build/lib/networkx/algorithms/node_classification/tests/test_local_and_global_consistency.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/tests copying build/lib/networkx/algorithms/node_classification/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/tests copying build/lib/networkx/algorithms/node_classification/tests/test_harmonic_function.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/tests copying build/lib/networkx/algorithms/node_classification/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_scipy.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests copying build/lib/networkx/tests/test_import.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_numpy.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests copying build/lib/networkx/tests/test_exceptions.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_pandas.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests copying build/lib/networkx/tests/test_all_random_functions.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests copying build/lib/networkx/tests/test_relabel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests copying build/lib/networkx/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests copying build/lib/networkx/exception.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils copying build/lib/networkx/utils/misc.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils copying build/lib/networkx/utils/random_sequence.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils copying build/lib/networkx/utils/heaps.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils copying build/lib/networkx/utils/contextmanagers.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils copying build/lib/networkx/utils/rcm.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test__init.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_random_sequence.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_rcm.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_misc.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_decorators.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_unionfind.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_heaps.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_contextmanager.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_mapped_queue.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests copying build/lib/networkx/utils/union_find.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils copying build/lib/networkx/utils/decorators.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils copying build/lib/networkx/utils/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils copying build/lib/networkx/utils/mapped_queue.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/classes/multigraph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/classes/ordered.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/classes/multidigraph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/classes/graphviews.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/classes/filters.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/classes/reportviews.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/classes/coreviews.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graph_historical.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_reportviews.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_multidigraph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_digraph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_subgraphviews.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/historical_tests.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_filters.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_special.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_function.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_coreviews.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_ordered.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_multigraph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_digraph_historical.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graphviews.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests copying build/lib/networkx/classes/graph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/classes/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/classes/function.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/classes/digraph.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes copying build/lib/networkx/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx copying build/lib/networkx/relabel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing/utils.py to utils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing/test.py to test.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing/tests/test_utils.py to test_utils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/testing/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/multiline_adjlist.py to multiline_adjlist.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/gexf.py to gexf.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/nx_yaml.py to nx_yaml.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/graph6.py to graph6.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/text.py to text.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/graphml.py to graphml.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/nx_shp.py to nx_shp.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/jit.py to jit.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/cytoscape.py to cytoscape.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/adjacency.py to adjacency.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/node_link.py to node_link.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests/test_tree.py to test_tree.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests/test_cytoscape.py to test_cytoscape.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests/test_adjacency.py to test_adjacency.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests/test_jit.py to test_jit.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests/test_node_link.py to test_node_link.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/json_graph/tree.py to tree.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/gpickle.py to gpickle.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_leda.py to test_leda.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_pajek.py to test_pajek.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_gml.py to test_gml.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_gpickle.py to test_gpickle.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_adjlist.py to test_adjlist.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_sparse6.py to test_sparse6.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_getattr_nxyaml_removal.py to test_getattr_nxyaml_removal.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_p2g.py to test_p2g.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_shp.py to test_shp.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_graph6.py to test_graph6.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_gexf.py to test_gexf.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_text.py to test_text.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_edgelist.py to test_edgelist.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/tests/test_graphml.py to test_graphml.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/gml.py to gml.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/edgelist.py to edgelist.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/adjlist.py to adjlist.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/p2g.py to p2g.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/sparse6.py to sparse6.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/pajek.py to pajek.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/readwrite/leda.py to leda.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/duplication.py to duplication.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/expanders.py to expanders.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/sudoku.py to sudoku.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/mycielski.py to mycielski.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/cographs.py to cographs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/internet_as_graphs.py to internet_as_graphs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/ego.py to ego.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/random_clustered.py to random_clustered.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/classic.py to classic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/nonisomorphic_trees.py to nonisomorphic_trees.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/triads.py to triads.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/spectral_graph_forge.py to spectral_graph_forge.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/social.py to social.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_internet_as_graphs.py to test_internet_as_graphs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_classic.py to test_classic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_joint_degree_seq.py to test_joint_degree_seq.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_atlas.py to test_atlas.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_random_graphs.py to test_random_graphs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_lattice.py to test_lattice.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_duplication.py to test_duplication.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_random_clustered.py to test_random_clustered.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_spectral_graph_forge.py to test_spectral_graph_forge.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_directed.py to test_directed.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_sudoku.py to test_sudoku.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_nonisomorphic_trees.py to test_nonisomorphic_trees.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_small.py to test_small.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_stochastic.py to test_stochastic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_expanders.py to test_expanders.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_intersection.py to test_intersection.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_community.py to test_community.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_degree_seq.py to test_degree_seq.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_harary_graph.py to test_harary_graph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_trees.py to test_trees.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_geometric.py to test_geometric.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_cographs.py to test_cographs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_interval_graph.py to test_interval_graph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_ego.py to test_ego.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_line.py to test_line.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_mycielski.py to test_mycielski.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/tests/test_triads.py to test_triads.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/directed.py to directed.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/atlas.py to atlas.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/small.py to small.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/interval_graph.py to interval_graph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/degree_seq.py to degree_seq.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/random_graphs.py to random_graphs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/trees.py to trees.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/intersection.py to intersection.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/stochastic.py to stochastic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/harary_graph.py to harary_graph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/geometric.py to geometric.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/community.py to community.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/lattice.py to lattice.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/joint_degree_seq.py to joint_degree_seq.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/generators/line.py to line.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/convert_matrix.py to convert_matrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/conftest.py to conftest.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/convert.py to convert.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/nx_agraph.py to nx_agraph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/layout.py to layout.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests/test_pydot.py to test_pydot.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests/test_agraph.py to test_agraph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests/test_pylab.py to test_pylab.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests/test_layout.py to test_layout.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/nx_pylab.py to nx_pylab.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/drawing/nx_pydot.py to nx_pydot.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/attrmatrix.py to attrmatrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/laplacianmatrix.py to laplacianmatrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/modularitymatrix.py to modularitymatrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/bethehessianmatrix.py to bethehessianmatrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/algebraicconnectivity.py to algebraicconnectivity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests/test_attrmatrix.py to test_attrmatrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests/test_algebraic_connectivity.py to test_algebraic_connectivity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests/test_bethehessian.py to test_bethehessian.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests/test_spectrum.py to test_spectrum.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests/test_modularity.py to test_modularity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests/test_graphmatrix.py to test_graphmatrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests/test_laplacian.py to test_laplacian.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/spectrum.py to spectrum.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/linalg/graphmatrix.py to graphmatrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/asyn_fluid.py to asyn_fluid.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/kernighan_lin.py to kernighan_lin.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/kclique.py to kclique.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/label_propagation.py to label_propagation.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/community_utils.py to community_utils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/modularity_max.py to modularity_max.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests/test_modularity_max.py to test_modularity_max.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests/test_asyn_fluid.py to test_asyn_fluid.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests/test_kernighan_lin.py to test_kernighan_lin.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests/test_quality.py to test_quality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests/test_lukes.py to test_lukes.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests/test_centrality.py to test_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests/test_utils.py to test_utils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests/test_label_propagation.py to test_label_propagation.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/tests/test_kclique.py to test_kclique.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/lukes.py to lukes.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/quality.py to quality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/centrality.py to centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/community/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/distance_regular.py to distance_regular.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/d_separation.py to d_separation.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/core.py to core.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bridges.py to bridges.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/planarity.py to planarity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/dominating_set.py to dominating_set.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/traveling_salesman.py to traveling_salesman.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/connectivity.py to connectivity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/ramsey.py to ramsey.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/treewidth.py to treewidth.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/clustering_coefficient.py to clustering_coefficient.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_maxcut.py to test_maxcut.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_matching.py to test_matching.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_steinertree.py to test_steinertree.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_approx_clust_coeff.py to test_approx_clust_coeff.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_ramsey.py to test_ramsey.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_kcomponents.py to test_kcomponents.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py to test_dominating_set.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_connectivity.py to test_connectivity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_treewidth.py to test_treewidth.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_traveling_salesman.py to test_traveling_salesman.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_clique.py to test_clique.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py to test_vertex_cover.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/tests/test_distance_measures.py to test_distance_measures.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/matching.py to matching.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/vertex_cover.py to vertex_cover.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/steinertree.py to steinertree.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/maxcut.py to maxcut.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/clique.py to clique.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/distance_measures.py to distance_measures.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/approximation/kcomponents.py to kcomponents.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/cuts.py to cuts.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_prediction.py to link_prediction.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/structuralholes.py to structuralholes.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/cycles.py to cycles.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/euler.py to euler.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/asteroidal.py to asteroidal.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/covering.py to covering.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tournament.py to tournament.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/harmonic.py to harmonic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/degree_alg.py to degree_alg.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/katz.py to katz.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/current_flow_betweenness.py to current_flow_betweenness.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/current_flow_betweenness_subset.py to current_flow_betweenness_subset.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/betweenness_subset.py to betweenness_subset.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/eigenvector.py to eigenvector.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/flow_matrix.py to flow_matrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/voterank_alg.py to voterank_alg.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/closeness.py to closeness.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_subgraph.py to test_subgraph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py to test_current_flow_betweenness_centrality_subset.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_trophic.py to test_trophic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py to test_betweenness_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_voterank.py to test_voterank.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py to test_eigenvector_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_katz_centrality.py to test_katz_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py to test_current_flow_betweenness_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py to test_load_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_group.py to test_group.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_reaching.py to test_reaching.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_dispersion.py to test_dispersion.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py to test_betweenness_centrality_subset.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_degree_centrality.py to test_degree_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_closeness_centrality.py to test_closeness_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py to test_current_flow_closeness.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_harmonic_centrality.py to test_harmonic_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_second_order_centrality.py to test_second_order_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/tests/test_percolation_centrality.py to test_percolation_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/subgraph_alg.py to subgraph_alg.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/trophic.py to trophic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/load.py to load.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/betweenness.py to betweenness.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/second_order.py to second_order.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/reaching.py to reaching.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/group.py to group.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/dispersion.py to dispersion.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/current_flow_closeness.py to current_flow_closeness.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/centrality/percolation.py to percolation.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/dag.py to dag.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/triads.py to triads.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/isomorphvf2.py to isomorphvf2.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tree_isomorphism.py to tree_isomorphism.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/isomorph.py to isomorph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/vf2userfunc.py to vf2userfunc.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py to test_isomorphism.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests/test_tree_isomorphism.py to test_tree_isomorphism.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py to test_vf2userfunc.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py to test_isomorphvf2.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests/test_temporalisomorphvf2.py to test_temporalisomorphvf2.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests/test_ismags.py to test_ismags.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/tests/test_match_helpers.py to test_match_helpers.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/ismags.py to ismags.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/matchhelpers.py to matchhelpers.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/temporalisomorphvf2.py to temporalisomorphvf2.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isomorphism/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/reciprocity.py to reciprocity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/efficiency_measures.py to efficiency_measures.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/graphical.py to graphical.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/smetric.py to smetric.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/richclub.py to richclub.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/branchings.py to branchings.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/mst.py to mst.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/recognition.py to recognition.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/coding.py to coding.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/operations.py to operations.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests/test_recognition.py to test_recognition.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests/test_coding.py to test_coding.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests/test_mst.py to test_mst.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests/test_operations.py to test_operations.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests/test_decomposition.py to test_decomposition.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests/test_branchings.py to test_branchings.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/decomposition.py to decomposition.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tree/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/hybrid.py to hybrid.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/hierarchy.py to hierarchy.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/wiener.py to wiener.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/mis.py to mis.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/mixing.py to mixing.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/pairs.py to pairs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/connectivity.py to connectivity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/neighbor_degree.py to neighbor_degree.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests/base_test.py to base_test.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py to test_pairs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py to test_connectivity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py to test_mixing.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py to test_correlation.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py to test_neighbor_degree.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/correlation.py to correlation.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/assortativity/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/chains.py to chains.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/all.py to all.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/binary.py to binary.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests/test_all.py to test_all.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests/test_product.py to test_product.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests/test_unary.py to test_unary.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests/test_binary.py to test_binary.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/unary.py to unary.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/operators/product.py to product.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/simple_paths.py to simple_paths.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/beamsearch.py to beamsearch.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/edgebfs.py to edgebfs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests/test_edgedfs.py to test_edgedfs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests/test_edgebfs.py to test_edgebfs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests/test_dfs.py to test_dfs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests/test_bfs.py to test_bfs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/tests/test_beamsearch.py to test_beamsearch.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/breadth_first_search.py to breadth_first_search.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/depth_first_search.py to depth_first_search.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/traversal/edgedfs.py to edgedfs.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/voronoi.py to voronoi.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/boundary.py to boundary.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/summarization.py to summarization.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/sparsifiers.py to sparsifiers.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_dominating.py to test_dominating.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_reciprocity.py to test_reciprocity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_euler.py to test_euler.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_distance_regular.py to test_distance_regular.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_link_prediction.py to test_link_prediction.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_covering.py to test_covering.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_graphical.py to test_graphical.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_chains.py to test_chains.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_voronoi.py to test_voronoi.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_smallworld.py to test_smallworld.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_matching.py to test_matching.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_similarity.py to test_similarity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_cuts.py to test_cuts.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_dag.py to test_dag.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_communicability.py to test_communicability.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_swap.py to test_swap.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_wiener.py to test_wiener.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_vitality.py to test_vitality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_planarity.py to test_planarity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_isolate.py to test_isolate.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_summarization.py to test_summarization.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_hierarchy.py to test_hierarchy.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_planar_drawing.py to test_planar_drawing.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_core.py to test_core.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_simple_paths.py to test_simple_paths.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_hybrid.py to test_hybrid.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_d_separation.py to test_d_separation.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_chordal.py to test_chordal.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_richclub.py to test_richclub.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_non_randomness.py to test_non_randomness.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_max_weight_clique.py to test_max_weight_clique.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_lowest_common_ancestors.py to test_lowest_common_ancestors.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_dominance.py to test_dominance.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_efficiency.py to test_efficiency.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_mis.py to test_mis.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_cycles.py to test_cycles.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_regular.py to test_regular.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_tournament.py to test_tournament.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_clique.py to test_clique.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_cluster.py to test_cluster.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_asteroidal.py to test_asteroidal.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_smetric.py to test_smetric.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_boundary.py to test_boundary.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_moral.py to test_moral.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_graph_hashing.py to test_graph_hashing.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_distance_measures.py to test_distance_measures.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_sparsifiers.py to test_sparsifiers.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_bridges.py to test_bridges.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_triads.py to test_triads.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_threshold.py to test_threshold.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/tests/test_structuralholes.py to test_structuralholes.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/cluster.py to cluster.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/moral.py to moral.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/smallworld.py to smallworld.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/matching.py to matching.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/vitality.py to vitality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/dominance.py to dominance.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/planar_drawing.py to planar_drawing.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis/pagerank_alg.py to pagerank_alg.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis/hits_alg.py to hits_alg.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py to test_pagerank.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py to test_hits.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/link_analysis/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/minors/tests/test_contraction.py to test_contraction.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/minors/contraction.py to contraction.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/minors/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/dominating.py to dominating.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/non_randomness.py to non_randomness.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring/greedy_coloring_with_interchange.py to greedy_coloring_with_interchange.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring/greedy_coloring.py to greedy_coloring.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring/tests/test_coloring.py to test_coloring.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring/equitable_coloring.py to equitable_coloring.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/coloring/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/chordal.py to chordal.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/clique.py to clique.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/utils.py to utils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/capacityscaling.py to capacityscaling.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/mincost.py to mincost.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/maxflow.py to maxflow.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/gomory_hu.py to gomory_hu.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/edmondskarp.py to edmondskarp.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests/test_gomory_hu.py to test_gomory_hu.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests/test_networksimplex.py to test_networksimplex.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests/test_mincost.py to test_mincost.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests/test_maxflow_large_graph.py to test_maxflow_large_graph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/tests/test_maxflow.py to test_maxflow.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/boykovkolmogorov.py to boykovkolmogorov.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/preflowpush.py to preflowpush.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/networksimplex.py to networksimplex.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/dinitz_alg.py to dinitz_alg.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/flow/shortestaugmentingpath.py to shortestaugmentingpath.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/utils.py to utils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/disjoint_paths.py to disjoint_paths.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/edge_augmentation.py to edge_augmentation.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/cuts.py to cuts.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/connectivity.py to connectivity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests/test_disjoint_paths.py to test_disjoint_paths.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests/test_cuts.py to test_cuts.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests/test_edge_augmentation.py to test_edge_augmentation.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests/test_kcutsets.py to test_kcutsets.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests/test_kcomponents.py to test_kcomponents.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests/test_connectivity.py to test_connectivity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests/test_edge_kcomponents.py to test_edge_kcomponents.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests/test_stoer_wagner.py to test_stoer_wagner.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/stoerwagner.py to stoerwagner.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/edge_kcomponents.py to edge_kcomponents.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/kcomponents.py to kcomponents.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/connectivity/kcutsets.py to kcutsets.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/lowest_common_ancestors.py to lowest_common_ancestors.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/similarity.py to similarity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/attracting.py to attracting.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/weakly_connected.py to weakly_connected.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/strongly_connected.py to strongly_connected.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/semiconnected.py to semiconnected.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests/test_biconnected.py to test_biconnected.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py to test_strongly_connected.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests/test_semiconnected.py to test_semiconnected.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests/test_connected.py to test_connected.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py to test_weakly_connected.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/tests/test_attracting.py to test_attracting.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/biconnected.py to biconnected.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/connected.py to connected.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/components/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/distance_measures.py to distance_measures.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/communicability_alg.py to communicability_alg.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/dense.py to dense.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/generic.py to generic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/weighted.py to weighted.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/unweighted.py to unweighted.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py to test_unweighted.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py to test_generic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py to test_weighted.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py to test_dense.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py to test_astar.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py to test_dense_numpy.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/astar.py to astar.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/shortest_paths/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/swap.py to swap.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/threshold.py to threshold.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/graph_hashing.py to graph_hashing.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/isolate.py to isolate.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/matrix.py to matrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/spectral.py to spectral.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/projection.py to projection.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/covering.py to covering.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/generators.py to generators.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/redundancy.py to redundancy.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_matrix.py to test_matrix.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_covering.py to test_covering.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_matching.py to test_matching.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py to test_spectral_bipartivity.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_generators.py to test_generators.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_project.py to test_project.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_basic.py to test_basic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_redundancy.py to test_redundancy.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_centrality.py to test_centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_cluster.py to test_cluster.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/test_edgelist.py to test_edgelist.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/cluster.py to cluster.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/edgelist.py to edgelist.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/matching.py to matching.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/basic.py to basic.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/centrality.py to centrality.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/bipartite/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/regular.py to regular.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/utils.py to utils.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/lgc.py to lgc.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/hmn.py to hmn.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/tests/test_local_and_global_consistency.py to test_local_and_global_consistency.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/tests/test_harmonic_function.py to test_harmonic_function.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/algorithms/node_classification/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests/test_convert_scipy.py to test_convert_scipy.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests/test_import.py to test_import.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests/test_convert_numpy.py to test_convert_numpy.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests/test_convert.py to test_convert.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests/test_exceptions.py to test_exceptions.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests/test_convert_pandas.py to test_convert_pandas.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests/test_all_random_functions.py to test_all_random_functions.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests/test_relabel.py to test_relabel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/exception.py to exception.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/misc.py to misc.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/random_sequence.py to random_sequence.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/heaps.py to heaps.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/contextmanagers.py to contextmanagers.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/rcm.py to rcm.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests/test__init.py to test__init.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests/test_random_sequence.py to test_random_sequence.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests/test_rcm.py to test_rcm.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests/test_misc.py to test_misc.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests/test_decorators.py to test_decorators.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests/test_unionfind.py to test_unionfind.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests/test_heaps.py to test_heaps.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests/test_contextmanager.py to test_contextmanager.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/tests/test_mapped_queue.py to test_mapped_queue.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/union_find.py to union_find.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/decorators.py to decorators.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/utils/mapped_queue.py to mapped_queue.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/multigraph.py to multigraph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/ordered.py to ordered.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/multidigraph.py to multidigraph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/graphviews.py to graphviews.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/filters.py to filters.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/reportviews.py to reportviews.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/coreviews.py to coreviews.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_graph_historical.py to test_graph_historical.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_reportviews.py to test_reportviews.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_multidigraph.py to test_multidigraph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_digraph.py to test_digraph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_subgraphviews.py to test_subgraphviews.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/historical_tests.py to historical_tests.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_filters.py to test_filters.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_special.py to test_special.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_function.py to test_function.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_graph.py to test_graph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_coreviews.py to test_coreviews.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_ordered.py to test_ordered.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_multigraph.py to test_multigraph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_digraph_historical.py to test_digraph_historical.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/tests/test_graphviews.py to test_graphviews.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/graph.py to graph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/function.py to function.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/classes/digraph.py to digraph.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx/relabel.py to relabel.pyc running install_data creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3 copying LICENSE.txt -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3 creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples copying examples/./README.txt -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/. creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/advanced creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/WormNet.v3.benchmark.txt -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/README.txt -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_betweenness_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_snap.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_beam_search.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_rcm.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_blockmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_davis_club.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_krackhardt_centrality.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_iterated_dynamical_systems.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_dedensification.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_circuits.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/plot_parallel_betweenness.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms copying examples/algorithms/hartford_drug.edgelist -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/algorithms creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/basic copying examples/basic/README.txt -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/basic copying examples/basic/plot_simple_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/basic copying examples/basic/plot_read_write.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/basic copying examples/basic/plot_properties.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/basic creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/3d_drawing copying examples/3d_drawing/README.txt -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/3d_drawing copying examples/3d_drawing/mayavi2_spring.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/3d_drawing copying examples/3d_drawing/plot_basic.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/3d_drawing creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/README.txt -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_spectral_grid.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_house_with_colors.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_selfloops.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_knuth_miles.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_directed.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_eigenvalues.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_rainbow_coloring.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_labels_and_colors.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_degree.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_chess_masters.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_weighted_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_four_grids.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_random_geometric_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_unix_email.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_ego_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_edge_colormap.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_custom_node_icons.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_simple_path.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_node_colormap.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_multipartite_graph.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/plot_sampson.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/chess_masters_WCC.pgn.bz2 -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/knuth_miles.txt.gz -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing copying examples/drawing/unix_email.mbox -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/drawing creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/README.txt -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/plot_degree_sequence.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/plot_football.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/plot_erdos_renyi.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/plot_expected_degree_sequence.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/plot_words.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/plot_roget.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/plot_karate_club.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/plot_napoleon_russian_campaign.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/words_dat.txt.gz -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph copying examples/graph/roget_dat.txt.gz -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/graph creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/javascript creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/jit creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/pygraphviz creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/subclass copying examples/subclass/README.txt -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/subclass copying examples/subclass/plot_printgraph.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/subclass copying examples/subclass/plot_antigraph.py -> /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/examples/subclass creating /nvmedata/autobuild/instance-27/output-1/host/share/doc/networkx-2.6.3/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 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 /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/networkx-2.6.3-py3.10.egg-info running install_scripts >>> host-setools 4.4.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.setools-4.4.0.tar.gz.BIFsYW/output' 'https://github.com/SELinuxProject/setools/archive/4.4.0/setools-4.4.0.tar.gz' --2022-06-04 14:17:47-- https://github.com/SELinuxProject/setools/archive/4.4.0/setools-4.4.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/SELinuxProject/setools/tar.gz/refs/tags/4.4.0 [following] --2022-06-04 14:17:47-- https://codeload.github.com/SELinuxProject/setools/tar.gz/refs/tags/4.4.0 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: '/nvmedata/autobuild/instance-27/output-1/build/.setools-4.4.0.tar.gz.BIFsYW/output' 0K .......... .......... .......... .......... .......... 489K 50K .......... .......... .......... .......... .......... 983K 100K .......... .......... .......... .......... .......... 75.0M 150K .......... .......... .......... .......... .......... 990K 200K .......... .......... .......... .......... .......... 67.7M 250K .......... .......... .......... .......... .......... 76.0M 300K .......... .......... .......... .......... .......... 135M 350K .......... .......... .......... .......... .......... 1015K 400K .......... . 200M=0.3s 2022-06-04 14:17:47 (1.57 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.setools-4.4.0.tar.gz.BIFsYW/output' saved [420865] setools-4.4.0.tar.gz: OK (sha256: 202eac5f857475937bee8136cff278aa2b4a4b94a0dec63fbbbe18c9eb644a4e) >>> host-setools 4.4.0 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/setools/setools-4.4.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/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. /bin/sed -i -e "s@lib_dirs =.*@lib_dirs = ['/nvmedata/autobuild/instance-27/output-1/host/lib']@g" /nvmedata/autobuild/instance-27/output-1/build/host-setools-4.4.0/setup.py >>> host-setools 4.4.0 Configuring >>> host-setools 4.4.0 Building (cd /nvmedata/autobuild/instance-27/output-1/build/host-setools-4.4.0//; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /nvmedata/autobuild/instance-27/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.10 creating build/lib.linux-x86_64-3.10/setools copying setools/fsusequery.py -> build/lib.linux-x86_64-3.10/setools copying setools/rolequery.py -> build/lib.linux-x86_64-3.10/setools copying setools/genfsconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/initsidquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/categoryquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/userquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/typequery.py -> build/lib.linux-x86_64-3.10/setools copying setools/infoflow.py -> build/lib.linux-x86_64-3.10/setools copying setools/defaultquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/query.py -> build/lib.linux-x86_64-3.10/setools copying setools/devicetreeconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/boolquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/boundsquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/polcapquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/iomemconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/pcideviceconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/objclassquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/terulequery.py -> build/lib.linux-x86_64-3.10/setools copying setools/ibpkeyconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/portconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/descriptors.py -> build/lib.linux-x86_64-3.10/setools copying setools/nodeconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/sensitivityquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/exception.py -> build/lib.linux-x86_64-3.10/setools copying setools/ibendportconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/mixins.py -> build/lib.linux-x86_64-3.10/setools copying setools/util.py -> build/lib.linux-x86_64-3.10/setools copying setools/typeattrquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/rbacrulequery.py -> build/lib.linux-x86_64-3.10/setools copying setools/netifconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/commonquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/constraintquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/__init__.py -> build/lib.linux-x86_64-3.10/setools copying setools/pirqconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/mlsrulequery.py -> build/lib.linux-x86_64-3.10/setools copying setools/dta.py -> build/lib.linux-x86_64-3.10/setools copying setools/ioportconquery.py -> build/lib.linux-x86_64-3.10/setools copying setools/permmap.py -> build/lib.linux-x86_64-3.10/setools creating build/lib.linux-x86_64-3.10/setools/checker copying setools/checker/assertrbac.py -> build/lib.linux-x86_64-3.10/setools/checker copying setools/checker/descriptors.py -> build/lib.linux-x86_64-3.10/setools/checker copying setools/checker/globalkeys.py -> build/lib.linux-x86_64-3.10/setools/checker copying setools/checker/util.py -> build/lib.linux-x86_64-3.10/setools/checker copying setools/checker/checker.py -> build/lib.linux-x86_64-3.10/setools/checker copying setools/checker/roexec.py -> build/lib.linux-x86_64-3.10/setools/checker copying setools/checker/__init__.py -> build/lib.linux-x86_64-3.10/setools/checker copying setools/checker/checkermodule.py -> build/lib.linux-x86_64-3.10/setools/checker copying setools/checker/assertte.py -> build/lib.linux-x86_64-3.10/setools/checker copying setools/checker/emptyattr.py -> build/lib.linux-x86_64-3.10/setools/checker creating build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/constraints.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/users.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/commons.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/fsuse.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/portcon.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/roles.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/bounds.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/initsid.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/difference.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/bool.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/ibpkeycon.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/properties.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/types.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/terules.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/nodecon.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/polcap.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/rbacrules.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/objclass.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/mls.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/descriptors.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/mlsrules.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/typing.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/default.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/genfscon.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/netifcon.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/__init__.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/conditional.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/typeattr.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/ibendportcon.py -> build/lib.linux-x86_64-3.10/setools/diff copying setools/diff/context.py -> build/lib.linux-x86_64-3.10/setools/diff creating build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/commonmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/listview.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/treeview.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/getdetailslist.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/portconmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/defaultmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/ibendportconmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/usermodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/boolmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/rbacrulemodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/nodeconmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/objclassmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/terulemodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/mlsrulemodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/widget.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/fsusemodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/genfsconmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/initsidmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/logtosignal.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/ibpkeyconmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/netifconmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/details.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/typeattrmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/mlsmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/tableview.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/models.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/__init__.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/rolemodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/constraintmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/boundsmodel.py -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/typemodel.py -> build/lib.linux-x86_64-3.10/setoolsgui creating build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/fsusequery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/rolequery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/genfsconquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/initsidquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/categoryquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/userquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/typequery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/infoflow.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/mainwindow.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/defaultquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/chooseanalysis.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/boolquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/boundsquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/config.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/permmapedit.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/workspace.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/analysistab.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/objclassquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/terulequery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/ibpkeyconquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/portconquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/nodeconquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/sensitivityquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/exception.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/queryupdater.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/ibendportconquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/excludetypes.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/typeattrquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/summary.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/rbacrulequery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/netifconquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/commonquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/constraintquery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/__init__.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/mlsrulequery.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/dta.py -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setools/perm_map -> build/lib.linux-x86_64-3.10/setools copying setoolsgui/detail_popup.ui -> build/lib.linux-x86_64-3.10/setoolsgui copying setoolsgui/apol/categoryquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/dta.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/terulequery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/rbacrulequery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/netifconquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/commonquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/objclassquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/apol.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/rolequery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/initsidquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/summary.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/typequery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/permmapping.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/genfsconquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/boolquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/constraintquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/nodeconquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/permmap_editor.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/boundsquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/userquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/ibendportconquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/choose_analysis.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/mlsrulequery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/defaultquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/infoflow.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/sensitivityquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/exclude_types.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/ibpkeyconquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/typeattrquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/fsusequery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/portconquery.ui -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/apol.qhc -> build/lib.linux-x86_64-3.10/setoolsgui/apol copying setoolsgui/apol/apol.qch -> build/lib.linux-x86_64-3.10/setoolsgui/apol running build_ext building 'setools.policyrep' extension creating build/temp.linux-x86_64-3.10 creating build/temp.linux-x86_64-3.10/setools /usr/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include -fPIC -I/nvmedata/autobuild/instance-27/output-1/host/include/python3.10 -c setools/policyrep.c -o build/temp.linux-x86_64-3.10/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:10345:3: warning: function '__pyx_f_7setools_9policyrep_sepol_logging_callback' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] 10345 | __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:87915:33: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 87915 | __pyx_t_7 = ((__pyx_v_bit < ebitmap_length((&(__pyx_v_self->handle->p.attr_type_map[__pyx_v_i])))) != 0); | ^ setools/policyrep.c:88023:33: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 88023 | __pyx_t_7 = ((__pyx_v_bit < ebitmap_length((&__pyx_v_tmp_type->types))) != 0); | ^ /usr/bin/gcc -pthread -shared -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,--enable-new-dtags -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -I/nvmedata/autobuild/instance-27/output-1/host/include build/temp.linux-x86_64-3.10/setools/policyrep.o -L/nvmedata/autobuild/instance-27/output-1/host/lib -L/nvmedata/autobuild/instance-27/output-1/host/lib -lselinux -lsepol -o build/lib.linux-x86_64-3.10/setools/policyrep.cpython-310-x86_64-linux-gnu.so running build_scripts creating build/scripts-3.10 copying and adjusting apol -> build/scripts-3.10 copying and adjusting sediff -> build/scripts-3.10 copying and adjusting seinfo -> build/scripts-3.10 copying and adjusting seinfoflow -> build/scripts-3.10 copying and adjusting sesearch -> build/scripts-3.10 copying and adjusting sedta -> build/scripts-3.10 copying and adjusting sechecker -> build/scripts-3.10 changing mode of build/scripts-3.10/apol from 644 to 755 changing mode of build/scripts-3.10/sediff from 644 to 755 changing mode of build/scripts-3.10/seinfo from 644 to 755 changing mode of build/scripts-3.10/seinfoflow from 644 to 755 changing mode of build/scripts-3.10/sesearch from 644 to 755 changing mode of build/scripts-3.10/sedta from 644 to 755 changing mode of build/scripts-3.10/sechecker from 644 to 755 >>> host-setools 4.4.0 Installing to host directory (cd /nvmedata/autobuild/instance-27/output-1/build/host-setools-4.4.0//; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /nvmedata/autobuild/instance-27/output-1/host/bin/python setup.py install --prefix=/nvmedata/autobuild/instance-27/output-1/host --root=/ --single-version-externally-managed ) running install /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/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 /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/fsusequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/rolequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/policyrep.cpython-310-x86_64-linux-gnu.so -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/genfsconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/initsidquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/categoryquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/userquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/typequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/infoflow.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/defaultquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/query.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/devicetreeconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/boolquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/perm_map -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/boundsquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/polcapquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/checker/assertrbac.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/checker/descriptors.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/checker/globalkeys.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/checker/util.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/checker/checker.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/checker/roexec.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/checker/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/checker/checkermodule.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/checker/assertte.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/checker/emptyattr.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker copying build/lib.linux-x86_64-3.10/setools/iomemconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/pcideviceconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/objclassquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/terulequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/ibpkeyconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/portconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/descriptors.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/constraints.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/users.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/commons.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/fsuse.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/portcon.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/roles.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/bounds.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/initsid.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/difference.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/bool.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/ibpkeycon.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/properties.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/types.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/terules.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/nodecon.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/polcap.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/rbacrules.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/objclass.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/mls.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/descriptors.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/mlsrules.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/typing.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/default.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/genfscon.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/netifcon.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/conditional.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/typeattr.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/ibendportcon.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/diff/context.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff copying build/lib.linux-x86_64-3.10/setools/nodeconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/sensitivityquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/exception.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/ibendportconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/mixins.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/util.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/typeattrquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/rbacrulequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/netifconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/commonquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/constraintquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/pirqconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/mlsrulequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/dta.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/ioportconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools copying build/lib.linux-x86_64-3.10/setools/permmap.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/commonmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/listview.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/treeview.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/getdetailslist.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/portconmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui creating /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/categoryquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/dta.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/fsusequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/rolequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/genfsconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/initsidquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/apol.qhc -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/terulequery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/categoryquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/rbacrulequery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/userquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/typequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/infoflow.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/mainwindow.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/defaultquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/netifconquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/commonquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/objclassquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/chooseanalysis.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/boolquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/apol.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/boundsquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/rolequery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/initsidquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/config.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/summary.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/permmapedit.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/typequery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/permmapping.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/workspace.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/genfsconquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/boolquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/apol.qch -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/constraintquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/nodeconquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/permmap_editor.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/analysistab.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/objclassquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/terulequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/ibpkeyconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/portconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/boundsquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/userquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/nodeconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/ibendportconquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/sensitivityquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/exception.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/queryupdater.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/ibendportconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/choose_analysis.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/excludetypes.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/typeattrquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/summary.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/mlsrulequery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/rbacrulequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/defaultquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/netifconquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/commonquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/constraintquery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/infoflow.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/sensitivityquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/exclude_types.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/ibpkeyconquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/typeattrquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/mlsrulequery.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/dta.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/fsusequery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/apol/portconquery.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.10/setoolsgui/defaultmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/ibendportconmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/usermodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/boolmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/rbacrulemodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/nodeconmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/objclassmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/terulemodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/mlsrulemodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/detail_popup.ui -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/widget.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/fsusemodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/genfsconmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/initsidmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/logtosignal.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/ibpkeyconmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/netifconmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/details.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/typeattrmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/mlsmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/tableview.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/models.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/__init__.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/rolemodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/constraintmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/boundsmodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui copying build/lib.linux-x86_64-3.10/setoolsgui/typemodel.py -> /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/fsusequery.py to fsusequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/rolequery.py to rolequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/genfsconquery.py to genfsconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/initsidquery.py to initsidquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/categoryquery.py to categoryquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/userquery.py to userquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/typequery.py to typequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/infoflow.py to infoflow.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/defaultquery.py to defaultquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/query.py to query.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/devicetreeconquery.py to devicetreeconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/boolquery.py to boolquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/boundsquery.py to boundsquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/polcapquery.py to polcapquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker/assertrbac.py to assertrbac.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker/descriptors.py to descriptors.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker/globalkeys.py to globalkeys.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker/util.py to util.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker/checker.py to checker.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker/roexec.py to roexec.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker/checkermodule.py to checkermodule.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker/assertte.py to assertte.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/checker/emptyattr.py to emptyattr.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/iomemconquery.py to iomemconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/pcideviceconquery.py to pcideviceconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/objclassquery.py to objclassquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/terulequery.py to terulequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/ibpkeyconquery.py to ibpkeyconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/portconquery.py to portconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/descriptors.py to descriptors.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/constraints.py to constraints.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/users.py to users.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/commons.py to commons.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/fsuse.py to fsuse.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/portcon.py to portcon.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/roles.py to roles.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/bounds.py to bounds.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/initsid.py to initsid.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/difference.py to difference.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/bool.py to bool.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/ibpkeycon.py to ibpkeycon.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/properties.py to properties.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/types.py to types.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/terules.py to terules.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/nodecon.py to nodecon.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/polcap.py to polcap.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/rbacrules.py to rbacrules.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/objclass.py to objclass.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/mls.py to mls.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/descriptors.py to descriptors.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/mlsrules.py to mlsrules.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/typing.py to typing.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/default.py to default.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/genfscon.py to genfscon.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/netifcon.py to netifcon.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/conditional.py to conditional.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/typeattr.py to typeattr.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/ibendportcon.py to ibendportcon.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/diff/context.py to context.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/nodeconquery.py to nodeconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/sensitivityquery.py to sensitivityquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/exception.py to exception.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/ibendportconquery.py to ibendportconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/mixins.py to mixins.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/util.py to util.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/typeattrquery.py to typeattrquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/rbacrulequery.py to rbacrulequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/netifconquery.py to netifconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/commonquery.py to commonquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/constraintquery.py to constraintquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/pirqconquery.py to pirqconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/mlsrulequery.py to mlsrulequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/dta.py to dta.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/ioportconquery.py to ioportconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools/permmap.py to permmap.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/commonmodel.py to commonmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/listview.py to listview.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/treeview.py to treeview.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/getdetailslist.py to getdetailslist.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/portconmodel.py to portconmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/fsusequery.py to fsusequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/rolequery.py to rolequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/genfsconquery.py to genfsconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/initsidquery.py to initsidquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/categoryquery.py to categoryquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/userquery.py to userquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/typequery.py to typequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/infoflow.py to infoflow.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/mainwindow.py to mainwindow.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/defaultquery.py to defaultquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/chooseanalysis.py to chooseanalysis.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/boolquery.py to boolquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/boundsquery.py to boundsquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/config.py to config.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/permmapedit.py to permmapedit.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/workspace.py to workspace.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/analysistab.py to analysistab.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/objclassquery.py to objclassquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/terulequery.py to terulequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/ibpkeyconquery.py to ibpkeyconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/portconquery.py to portconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/nodeconquery.py to nodeconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/sensitivityquery.py to sensitivityquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/exception.py to exception.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/queryupdater.py to queryupdater.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/ibendportconquery.py to ibendportconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/excludetypes.py to excludetypes.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/typeattrquery.py to typeattrquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/summary.py to summary.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/rbacrulequery.py to rbacrulequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/netifconquery.py to netifconquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/commonquery.py to commonquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/constraintquery.py to constraintquery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/mlsrulequery.py to mlsrulequery.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/apol/dta.py to dta.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/defaultmodel.py to defaultmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/ibendportconmodel.py to ibendportconmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/usermodel.py to usermodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/boolmodel.py to boolmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/rbacrulemodel.py to rbacrulemodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/nodeconmodel.py to nodeconmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/objclassmodel.py to objclassmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/terulemodel.py to terulemodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/mlsrulemodel.py to mlsrulemodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/widget.py to widget.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/fsusemodel.py to fsusemodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/genfsconmodel.py to genfsconmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/initsidmodel.py to initsidmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/logtosignal.py to logtosignal.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/ibpkeyconmodel.py to ibpkeyconmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/netifconmodel.py to netifconmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/details.py to details.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/typeattrmodel.py to typeattrmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/mlsmodel.py to mlsmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/tableview.py to tableview.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/models.py to models.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/__init__.py to __init__.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/rolemodel.py to rolemodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/constraintmodel.py to constraintmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/boundsmodel.py to boundsmodel.pyc byte-compiling /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setoolsgui/typemodel.py to typemodel.pyc running install_data copying man/seinfo.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 copying man/sedta.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 copying man/sesearch.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 copying man/sediff.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 copying man/sechecker.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 copying man/seinfoflow.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 copying man/apol.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/man1 copying man/ru/seinfo.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/ru/man1 copying man/ru/sedta.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/ru/man1 copying man/ru/sesearch.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/ru/man1 copying man/ru/sediff.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/ru/man1 copying man/ru/seinfoflow.1 -> /nvmedata/autobuild/instance-27/output-1/host/share/man/ru/man1 copying man/ru/apol.1 -> /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/setools-4.4.0-py3.10.egg-info running install_scripts copying build/scripts-3.10/sechecker -> /nvmedata/autobuild/instance-27/output-1/host/bin copying build/scripts-3.10/apol -> /nvmedata/autobuild/instance-27/output-1/host/bin copying build/scripts-3.10/seinfo -> /nvmedata/autobuild/instance-27/output-1/host/bin copying build/scripts-3.10/sedta -> /nvmedata/autobuild/instance-27/output-1/host/bin copying build/scripts-3.10/seinfoflow -> /nvmedata/autobuild/instance-27/output-1/host/bin copying build/scripts-3.10/sesearch -> /nvmedata/autobuild/instance-27/output-1/host/bin copying build/scripts-3.10/sediff -> /nvmedata/autobuild/instance-27/output-1/host/bin changing mode of /nvmedata/autobuild/instance-27/output-1/host/bin/sechecker to 755 changing mode of /nvmedata/autobuild/instance-27/output-1/host/bin/apol to 755 changing mode of /nvmedata/autobuild/instance-27/output-1/host/bin/seinfo to 755 changing mode of /nvmedata/autobuild/instance-27/output-1/host/bin/sedta to 755 changing mode of /nvmedata/autobuild/instance-27/output-1/host/bin/seinfoflow to 755 changing mode of /nvmedata/autobuild/instance-27/output-1/host/bin/sesearch to 755 changing mode of /nvmedata/autobuild/instance-27/output-1/host/bin/sediff to 755 rm -f /nvmedata/autobuild/instance-27/output-1/host/bin/apol >>> refpolicy 2.20220106 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.refpolicy-2.20220106.tar.bz2.mCzSLJ/output' 'https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20220106/refpolicy-2.20220106.tar.bz2' --2022-06-04 14:19:51-- https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20220106/refpolicy-2.20220106.tar.bz2 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/138409907/f94f2252-f9d3-4c31-ab81-410067cb9b64?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220604T201951Z&X-Amz-Expires=300&X-Amz-Signature=73659a1a26cffa5a0b78904bb901f295e20175af0f3bd48c9ccb5d2d8c6ca357&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] --2022-06-04 14:19:51-- 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%2F20220604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220604T201951Z&X-Amz-Expires=300&X-Amz-Signature=73659a1a26cffa5a0b78904bb901f295e20175af0f3bd48c9ccb5d2d8c6ca357&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.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 560342 (547K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.refpolicy-2.20220106.tar.bz2.mCzSLJ/output' 0K .......... .......... .......... .......... .......... 9% 9.03M 0s 50K .......... .......... .......... .......... .......... 18% 158M 0s 100K .......... .......... .......... .......... .......... 27% 21.9M 0s 150K .......... .......... .......... .......... .......... 36% 177M 0s 200K .......... .......... .......... .......... .......... 45% 147M 0s 250K .......... .......... .......... .......... .......... 54% 36.1M 0s 300K .......... .......... .......... .......... .......... 63% 163M 0s 350K .......... .......... .......... .......... .......... 73% 47.6M 0s 400K .......... .......... .......... .......... .......... 82% 131M 0s 450K .......... .......... .......... .......... .......... 91% 162M 0s 500K .......... .......... .......... .......... ....... 100% 53.7M=0.01s 2022-06-04 14:19:51 (41.9 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.refpolicy-2.20220106.tar.bz2.mCzSLJ/output' saved [560342/560342] refpolicy-2.20220106.tar.bz2: OK (sha256: 965f98f0b68a24fd0b8e8d973d319332aea88973e1d6c455ef9c2a31aefaeaa6) >>> refpolicy 2.20220106 Extracting bzcat /nvmedata/autobuild/instance-27/dl/refpolicy/refpolicy-2.20220106.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106 -xf - >>> refpolicy 2.20220106 Patching >>> refpolicy 2.20220106 Configuring /bin/sed -i -e "/OUTPUT_POLICY/c\OUTPUT_POLICY = 31" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/build.conf /bin/sed -i -e "/MONOLITHIC/c\MONOLITHIC = y" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/build.conf /bin/sed -i -e "/NAME/c\NAME = targeted" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/build.conf PYTHON=/nvmedata/autobuild/instance-27/output-1/host/usr/bin/python3 XMLLINT=/nvmedata/autobuild/instance-27/output-1/host/bin/xmllint TEST_TOOLCHAIN=/nvmedata/autobuild/instance-27/output-1/host PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106 bare conf make[1]: Entering directory '/nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/usr/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 /nvmedata/autobuild/instance-27/output-1/host/usr/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 /nvmedata/autobuild/instance-27/output-1/host/usr/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 /nvmedata/autobuild/instance-27/output-1/host/usr/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 /nvmedata/autobuild/instance-27/output-1/host/usr/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 /nvmedata/autobuild/instance-27/output-1/host/usr/bin/python3 support/segenxml.py -w -T doc/tmp/iftemplates -m $i >> doc/tmp/system.xml; done /nvmedata/autobuild/instance-27/output-1/host/usr/bin/python3 support/segenxml.py -w -t policy/global_tunables > doc/global_tunables.xml /nvmedata/autobuild/instance-27/output-1/host/usr/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 /nvmedata/autobuild/instance-27/output-1/host/bin/xmllint && test -f doc/policy.dtd; then \ /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/host/usr/bin/python3 support/sedoctool.py -b policy/booleans.conf -m policy/modules.conf -x doc/policy.xml make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106' /bin/sed -i -e "s/ = module/ = no/g" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^apache =/c\apache = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^application =/c\application = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^authlogin =/c\authlogin = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^avahi =/c\avahi = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^bird =/c\bird = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^dbus =/c\dbus = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^dnsmasq =/c\dnsmasq = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^entropyd =/c\entropyd = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^fstools =/c\fstools = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^getty =/c\getty = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^git =/c\git = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^gpg =/c\gpg = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^init =/c\init = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^iptables =/c\iptables = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^kdump =/c\kdump = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^l2tp =/c\l2tp = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^libraries =/c\libraries = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^locallogin =/c\locallogin = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^logging =/c\logging = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^memcached =/c\memcached = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^miscfiles =/c\miscfiles = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^modutils =/c\modutils = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^mount =/c\mount = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^redis =/c\redis = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^selinuxutil =/c\selinuxutil = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^storage =/c\storage = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^sysadm =/c\sysadm = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^sysnetwork =/c\sysnetwork = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^tftp =/c\tftp = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^tor =/c\tor = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^unconfined =/c\unconfined = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^userdomain =/c\userdomain = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^watchdog =/c\watchdog = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf /bin/sed -i -e "/^xdg =/c\xdg = base" /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106/policy/modules.conf >>> refpolicy 2.20220106 Building PYTHON=/nvmedata/autobuild/instance-27/output-1/host/usr/bin/python3 XMLLINT=/nvmedata/autobuild/instance-27/output-1/host/bin/xmllint TEST_TOOLCHAIN=/nvmedata/autobuild/instance-27/output-1/host PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106 policy make[1]: Entering directory '/nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 policy/context_defaults policy/mls policy/mcs policy/policy_capabilities > tmp/pre_te_files.conf /nvmedata/autobuild/instance-27/output-1/host/usr/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 policy/modules/services/apache.if policy/modules/system/application.if policy/modules/system/authlogin.if policy/modules/services/avahi.if policy/modules/services/bird.if policy/modules/kernel/corecommands.if policy/modules/kernel/corenetwork.if policy/modules/services/dbus.if policy/modules/kernel/devices.if policy/modules/services/dnsmasq.if policy/modules/kernel/domain.if policy/modules/services/entropyd.if policy/modules/kernel/files.if policy/modules/kernel/filesystem.if policy/modules/system/fstools.if policy/modules/system/getty.if policy/modules/services/git.if policy/modules/apps/gpg.if policy/modules/system/init.if policy/modules/system/iptables.if policy/modules/admin/kdump.if policy/modules/kernel/kernel.if policy/modules/services/l2tp.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/services/redis.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/services/tftp.if policy/modules/services/tor.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/netutils.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/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/acpi.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/bind.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/collectd.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/dovecot.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/gpm.if policy/modules/services/gpsd.if policy/modules/services/gssproxy.if policy/modules/services/hadoop.if policy/modules/services/hddtemp.if policy/modules/services/hostapd.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/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/openvpn.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/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/rsync.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/tgtd.if policy/modules/services/timidity.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/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 tmp/generated_definitions.conf tmp/all_interfaces.conf policy/modules/services/apache.te policy/modules/system/application.te policy/modules/system/authlogin.te policy/modules/services/avahi.te policy/modules/services/bird.te policy/modules/kernel/corecommands.te policy/modules/kernel/corenetwork.te policy/modules/services/dbus.te policy/modules/kernel/devices.te policy/modules/services/dnsmasq.te policy/modules/kernel/domain.te policy/modules/services/entropyd.te policy/modules/kernel/files.te policy/modules/kernel/filesystem.te policy/modules/system/fstools.te policy/modules/system/getty.te policy/modules/services/git.te policy/modules/apps/gpg.te policy/modules/system/init.te policy/modules/system/iptables.te policy/modules/admin/kdump.te policy/modules/kernel/kernel.te policy/modules/services/l2tp.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/services/redis.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/services/tftp.te policy/modules/services/tor.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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.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="/nvmedata/autobuild/instance-27/output-1/host/lib:/nvmedata/autobuild/instance-27/output-1/host/usr/lib" /nvmedata/autobuild/instance-27/output-1/host/usr/bin/checkpolicy -c 31 -U deny -S -O -E policy.conf -o policy.31 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106' >>> refpolicy 2.20220106 Installing to staging directory PYTHON=/nvmedata/autobuild/instance-27/output-1/host/usr/bin/python3 XMLLINT=/nvmedata/autobuild/instance-27/output-1/host/bin/xmllint TEST_TOOLCHAIN=/nvmedata/autobuild/instance-27/output-1/host PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install-src install-headers make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106' rm -rf /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/etc/selinux/targeted/src/policy.old if test -d /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/etc/selinux/targeted/src/policy; then \ mv /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/etc/selinux/targeted/src/policy /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/etc/selinux/targeted/src/policy.old ;\ fi mkdir -p /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/etc/selinux/targeted/src/policy cp -R . /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/etc/selinux/targeted/src/policy install -d -m 755 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/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 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include install -d -m 755 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 doc/policy.dtd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/support install -m 755 support/segenxml.py /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/support install -m 644 /dev/null /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/support/all_perms.spt /nvmedata/autobuild/instance-27/output-1/host/usr/bin/python3 support/genclassperms.py policy/flask/access_vectors policy/flask/security_classes > /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/support/all_perms.spt for i in admin apps kernel roles services system; do \ install -d -m 755 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/$i ;\ install -m 644 policy/modules/$i/*.if /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/$i ;\ done install -m 644 /dev/null /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf echo "TYPE ?= standard" > /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf echo "NAME ?= targeted" >> /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf echo "MONOLITHIC ?= n" >> /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf echo "DIRECT_INITRC ?= n" >> /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf echo "SYSTEMD ?= n" >> /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf echo "CUSTOM_BUILDOPT ?= " >> /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf echo "override UBAC := y" >> /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf echo "override MLS_SENS := 16" >> /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf echo "override MLS_CATS := 1024" >> /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf echo "override MCS_CATS := 1024" >> /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/build.conf install -m 644 support/Makefile.devel /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/selinux/targeted/include/Makefile make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106' >>> refpolicy 2.20220106 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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=/nvmedata/autobuild/instance-27/output-1/host/usr/bin/python3 XMLLINT=/nvmedata/autobuild/instance-27/output-1/host/bin/xmllint TEST_TOOLCHAIN=/nvmedata/autobuild/instance-27/output-1/host PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106' Compiling and installing targeted /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/policy/policy.31 env LD_LIBRARY_PATH="/nvmedata/autobuild/instance-27/output-1/host/lib:/nvmedata/autobuild/instance-27/output-1/host/usr/lib" /nvmedata/autobuild/instance-27/output-1/host/usr/bin/checkpolicy -c 31 -U deny -S -O -E policy.conf -o /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 tmp/generated_definitions.conf policy/modules/services/apache.fc policy/modules/system/application.fc policy/modules/system/authlogin.fc policy/modules/services/avahi.fc policy/modules/services/bird.fc policy/modules/kernel/corecommands.fc policy/modules/kernel/corenetwork.fc policy/modules/services/dbus.fc policy/modules/kernel/devices.fc policy/modules/services/dnsmasq.fc policy/modules/kernel/domain.fc policy/modules/services/entropyd.fc policy/modules/kernel/files.fc policy/modules/kernel/filesystem.fc policy/modules/system/fstools.fc policy/modules/system/getty.fc policy/modules/services/git.fc policy/modules/apps/gpg.fc policy/modules/system/init.fc policy/modules/system/iptables.fc policy/modules/admin/kdump.fc policy/modules/kernel/kernel.fc policy/modules/services/l2tp.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/services/redis.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/services/tftp.fc policy/modules/services/tor.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 /nvmedata/autobuild/instance-27/output-1/host/usr/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.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 /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/users/system.users Validating targeted file_contexts. env LD_LIBRARY_PATH="/nvmedata/autobuild/instance-27/output-1/host/lib:/nvmedata/autobuild/instance-27/output-1/host/usr/lib" /nvmedata/autobuild/instance-27/output-1/host/sbin/setfiles -q -c /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/policy/policy.31 file_contexts Installing file_contexts. install -m 0644 file_contexts /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/files/file_contexts install -m 0644 homedir_template /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/files/homedir_template umask 022 ; /nvmedata/autobuild/instance-27/output-1/host/usr/bin/python3 support/genhomedircon.py -d /nvmedata/autobuild/instance-27/output-1/target/etc/selinux -t targeted 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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/default_contexts > tmp/default_contexts install -m 0644 tmp/default_contexts /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/default_type > tmp/default_type install -m 0644 tmp/default_type /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/initrc_context > tmp/initrc_context install -m 0644 tmp/initrc_context /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/failsafe_context > tmp/failsafe_context install -m 0644 tmp/failsafe_context /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/userhelper_context > tmp/userhelper_context install -m 0644 tmp/userhelper_context /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/removable_context > tmp/removable_context install -m 0644 tmp/removable_context /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/dbus_contexts > tmp/dbus_contexts install -m 0644 tmp/dbus_contexts /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/sepgsql_contexts > tmp/sepgsql_contexts install -m 0644 tmp/sepgsql_contexts /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/x_contexts > tmp/x_contexts install -m 0644 tmp/x_contexts /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/securetty_types > tmp/securetty_types install -m 0644 tmp/securetty_types /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/lxc_contexts > tmp/lxc_contexts install -m 0644 tmp/lxc_contexts /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/openrc_contexts > tmp/openrc_contexts install -m 0644 tmp/openrc_contexts /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/virtual_domain_context > tmp/virtual_domain_context install -m 0644 tmp/virtual_domain_context /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/virtual_image_context > tmp/virtual_image_context install -m 0644 tmp/virtual_image_context /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/virtual_image_context install -m 0644 config/appconfig-standard/media /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/files/media install -m 0644 config/file_contexts.subs_dist /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/files/file_contexts.subs_dist install -m 0644 config/appconfig-standard/staff_u_default_contexts /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/users/staff_u install -m 0644 config/appconfig-standard/xguest_u_default_contexts /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/users/xguest_u install -m 0644 config/appconfig-standard/guest_u_default_contexts /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/users/guest_u install -m 0644 config/appconfig-standard/user_u_default_contexts /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/users/user_u install -m 0644 config/appconfig-standard/root_default_contexts /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/users/root install -m 0644 config/appconfig-standard/unconfined_u_default_contexts /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/contexts/users/unconfined_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 /nvmedata/autobuild/instance-27/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/obj_perm_sets.spt policy/support/misc_patterns.spt policy/support/misc_macros.spt policy/support/mls_mcs_macros.spt policy/support/loadable_module.spt support/undivert.m4 config/appconfig-standard/seusers | egrep '^[a-z_]' > tmp/seusers install -m 0644 tmp/seusers /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/seusers Installing local.users install -b -m 0644 config/local.users /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/targeted/users/local.users make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/refpolicy-2.20220106' /usr/bin/install -m 0755 -D package/refpolicy/config /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/config /bin/sed -i -e "/^SELINUX=/c\SELINUX=disabled" /nvmedata/autobuild/instance-27/output-1/target/etc/selinux/config >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.rs485conf-5c8d00cf70950fab3454549b81dea843d844492a.tar.gz.5eWTiX/output' 'https://github.com/mniestroj/rs485conf/archive/5c8d00cf70950fab3454549b81dea843d844492a/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a.tar.gz' --2022-06-04 14:20:28-- https://github.com/mniestroj/rs485conf/archive/5c8d00cf70950fab3454549b81dea843d844492a/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a.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/mniestroj/rs485conf/tar.gz/5c8d00cf70950fab3454549b81dea843d844492a [following] --2022-06-04 14:20:29-- https://codeload.github.com/mniestroj/rs485conf/tar.gz/5c8d00cf70950fab3454549b81dea843d844492a 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: '/nvmedata/autobuild/instance-27/output-1/build/.rs485conf-5c8d00cf70950fab3454549b81dea843d844492a.tar.gz.5eWTiX/output' 0K .. 53.2M=0s 2022-06-04 14:20:29 (53.2 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.rs485conf-5c8d00cf70950fab3454549b81dea843d844492a.tar.gz.5eWTiX/output' saved [2956] rs485conf-5c8d00cf70950fab3454549b81dea843d844492a.tar.gz: OK (sha256: f163f81cd50aae6fa39cbb4f6408a3699da7a87a56649c4b96d6f168c9be6a7d) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/rs485conf/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a -xf - >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Patching >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Configuring >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /nvmedata/autobuild/instance-27/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o main.o main.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc main.o -o rs485conf make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a' >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PREFIX="/nvmedata/autobuild/instance-27/output-1/target/usr" -C /nvmedata/autobuild/instance-27/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a' echo /nvmedata/autobuild/instance-27/output-1/target/usr /nvmedata/autobuild/instance-27/output-1/target/usr install -m 0755 rs485conf /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/rs485conf make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a' >>> rsh-redone 85 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.rsh-redone_85.orig.tar.gz.UouuBN/output' 'http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/r/rsh-redone/rsh-redone_85.orig.tar.gz' URL transformed to HTTPS due to an HSTS policy --2022-06-04 14:20:31-- https://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/r/rsh-redone/rsh-redone_85.orig.tar.gz Resolving snapshot.debian.org (snapshot.debian.org)... 193.62.202.27, 185.17.185.185, 2001:630:206:4000:1a1a:0:c13e:ca1b, ... Connecting to snapshot.debian.org (snapshot.debian.org)|193.62.202.27|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 17668 (17K) Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.rsh-redone_85.orig.tar.gz.UouuBN/output' 0K .......... ....... 100% 2.06M=0.008s 2022-06-04 14:20:31 (2.06 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.rsh-redone_85.orig.tar.gz.UouuBN/output' saved [17668/17668] rsh-redone_85.orig.tar.gz: OK (sha256: 55ac8ee2acacbc3490f073e3922c0cde46ffe4ea3c593e05c48fed4c1e1a8811) >>> rsh-redone 85 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/rsh-redone/rsh-redone_85.orig.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/rsh-redone-85 -xf - >>> rsh-redone 85 Patching >>> rsh-redone 85 Configuring >>> rsh-redone 85 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/rsh-redone-85 BIN="" SBIN="" make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/rsh-redone-85' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/rsh-redone-85' >>> rsh-redone 85 Installing to target >>> rtty 7.4.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.rtty-7.4.0.tar.gz.eJXgk1/output' 'https://github.com/zhaojh329/rtty/releases/download/v7.4.0/rtty-7.4.0.tar.gz' --2022-06-04 14:20:32-- https://github.com/zhaojh329/rtty/releases/download/v7.4.0/rtty-7.4.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://objects.githubusercontent.com/github-production-release-asset-2e65be/92715023/13a3d980-7299-11eb-8f5b-84581a3822dd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220604T202033Z&X-Amz-Expires=300&X-Amz-Signature=d75d62e3e64eb4a4bdc5cfeb53fbd141d20d1366317d42d187a3d84081f6066b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=92715023&response-content-disposition=attachment%3B%20filename%3Drtty-7.4.0.tar.gz&response-content-type=application%2Foctet-stream [following] --2022-06-04 14:20:33-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/92715023/13a3d980-7299-11eb-8f5b-84581a3822dd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220604T202033Z&X-Amz-Expires=300&X-Amz-Signature=d75d62e3e64eb4a4bdc5cfeb53fbd141d20d1366317d42d187a3d84081f6066b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=92715023&response-content-disposition=attachment%3B%20filename%3Drtty-7.4.0.tar.gz&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 34501 (34K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.rtty-7.4.0.tar.gz.eJXgk1/output' 0K .......... .......... .......... ... 100% 64.2M=0.001s 2022-06-04 14:20:33 (64.2 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.rtty-7.4.0.tar.gz.eJXgk1/output' saved [34501/34501] rtty-7.4.0.tar.gz: OK (sha256: 9bc5d30dfa9bd664a62711b6229f47505b83adb364907f24e3a404aad52a4802) >>> rtty 7.4.0 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/rtty/rtty-7.4.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0 -xf - >>> rtty 7.4.0 Patching >>> rtty 7.4.0 Configuring (mkdir -p /nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0/ && cd /nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0/ && rm -f CMakeCache.txt && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-27/output-1/host/bin/cmake /nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0/ -DCMAKE_TOOLCHAIN_FILE="/nvmedata/autobuild/instance-27/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -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 -DRTTY_SSL_SUPPORT=ON -DRTTY_USE_MBEDTLS=OFF -DRTTY_USE_OPENSSL=ON -DRTTY_USE_WOLFSSL=OFF ) -- The C compiler identification is GNU 10.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found Libev: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libev.so (found version "4.33") CMake Warning (dev) at /nvmedata/autobuild/instance-27/output-1/host/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WOLFSSL) does not match the name of the calling package (WolfSSL). 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/Modules/FindWolfSSL.cmake:49 (find_package_handle_standard_args) src/CMakeLists.txt:34 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find WOLFSSL (missing: WOLFSSL_LIBRARY WOLFSSL_INCLUDE_DIR) -- Could NOT find MbedTLS (missing: MBEDTLS_LIBRARY MBEDX509_LIBRARY MBEDCRYPTO_LIBRARY MBEDTLS_INCLUDE_DIR) -- Found ZLIB: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libz.so (found version "1.2.12") -- Select OpenSSL as the SSL backend -- Configuring done -- 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 -- Build files have been written to: /nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0 >>> rtty 7.4.0 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0' Scanning dependencies of target rtty make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0' [ 8%] Building C object src/CMakeFiles/rtty.dir/main.c.o [ 16%] Building C object src/CMakeFiles/rtty.dir/utils.c.o [ 25%] Building C object src/CMakeFiles/rtty.dir/buffer/buffer.c.o [ 33%] Building C object src/CMakeFiles/rtty.dir/log.c.o [ 41%] Building C object src/CMakeFiles/rtty.dir/net.c.o [ 50%] Building C object src/CMakeFiles/rtty.dir/rtty.c.o [ 58%] Building C object src/CMakeFiles/rtty.dir/command.c.o [ 66%] Building C object src/CMakeFiles/rtty.dir/file.c.o [ 75%] Building C object src/CMakeFiles/rtty.dir/filectl.c.o [ 83%] Building C object src/CMakeFiles/rtty.dir/ssl.c.o [ 91%] Building C object src/CMakeFiles/rtty.dir/web.c.o [100%] Linking C executable rtty make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0' [100%] Built target rtty make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0' >>> rtty 7.4.0 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install/fast -C /nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0' Install the project... -- Install configuration: "Debug" -- Installing: /nvmedata/autobuild/instance-27/output-1/target/usr/bin/rtty make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/rtty-7.4.0' s6-2.10.0.3.tar.gz: OK (sha256: 1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757) >>> s6 2.10.0.3 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/s6/s6-2.10.0.3.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3 -xf - >>> s6 2.10.0.3 Patching >>> s6 2.10.0.3 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ./configure --prefix=/ --with-sysdeps=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/skalibs/sysdeps --with-include=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include --with-dynlib=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib --with-lib=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/execline --with-lib=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/skalibs --disable-allstatic --disable-static --enable-shared) Checking for C compiler... ./configure: warning: compiler /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc is declared with its own path. If it's not accessible via PATH, you will need to pass AR, RANLIB and STRIP make variables to the make invocation. ... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc Checking whether C compiler works... ... yes Checking target system type... ... mips64el-buildroot-linux-uclibc Checking whether compiler accepts -fPIC ... ... yes Checking whether compiler accepts -std=c99 ... ... yes Checking whether compiler accepts -fomit-frame-pointer ... ... yes Checking whether compiler accepts -fno-exceptions ... ... yes Checking whether compiler accepts -fno-unwind-tables ... ... yes Checking whether compiler accepts -fno-asynchronous-unwind-tables ... ... yes Checking whether compiler accepts -Werror=implicit-function-declaration ... ... yes Checking whether compiler accepts -Werror=implicit-int ... ... yes Checking whether compiler accepts -Werror=pointer-sign ... ... yes Checking whether compiler accepts -Werror=pointer-arith ... ... yes Checking whether compiler accepts -ffunction-sections ... ... yes Checking whether compiler accepts -fdata-sections ... ... yes Checking whether linker accepts -Wl,--sort-section=alignment ... ... yes Checking whether linker accepts -Wl,--sort-common ... ... yes Checking whether linker accepts -Wl,--hash-style=both ... ... yes Creating config.mak... ... done. Creating src/include/s6/config.h... ... done. >>> s6 2.10.0.3 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3' exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr1_zero.lo src/libs6/ftrigr1_zero.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_check.lo src/libs6/ftrigr_check.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_checksa.lo src/libs6/ftrigr_checksa.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_ack.lo src/libs6/ftrigr_ack.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_end.lo src/libs6/ftrigr_end.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_start.lo src/libs6/ftrigr_start.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_startf.lo src/libs6/ftrigr_startf.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_subscribe.lo src/libs6/ftrigr_subscribe.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_unsubscribe.lo src/libs6/ftrigr_unsubscribe.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_update.lo src/libs6/ftrigr_update.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_updateb.lo src/libs6/ftrigr_updateb.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_wait_and.lo src/libs6/ftrigr_wait_and.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_wait_or.lo src/libs6/ftrigr_wait_or.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigr_zero.lo src/libs6/ftrigr_zero.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigw_clean.lo src/libs6/ftrigw_clean.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigw_fifodir_make.lo src/libs6/ftrigw_fifodir_make.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigw_notify.lo src/libs6/ftrigw_notify.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigw_notifyb.lo src/libs6/ftrigw_notifyb.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrigw_notifyb_nosig.lo src/libs6/ftrigw_notifyb_nosig.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_accessrules_backend_cdb.lo src/libs6/s6_accessrules_backend_cdb.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_accessrules_backend_fs.lo src/libs6/s6_accessrules_backend_fs.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_accessrules_keycheck_ip4.lo src/libs6/s6_accessrules_keycheck_ip4.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_accessrules_keycheck_ip6.lo src/libs6/s6_accessrules_keycheck_ip6.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_accessrules_keycheck_reversedns.lo src/libs6/s6_accessrules_keycheck_reversedns.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_accessrules_keycheck_uidgid.lo src/libs6/s6_accessrules_keycheck_uidgid.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_accessrules_params_free.lo src/libs6/s6_accessrules_params_free.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_accessrules_uidgid_cdb.lo src/libs6/s6_accessrules_uidgid_cdb.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_accessrules_uidgid_fs.lo src/libs6/s6_accessrules_uidgid_fs.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_compat_el_semicolon.lo src/libs6/s6_compat_el_semicolon.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_dtally_pack.lo src/libs6/s6_dtally_pack.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_dtally_unpack.lo src/libs6/s6_dtally_unpack.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_dtally_read.lo src/libs6/s6_dtally_read.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_dtally_write.lo src/libs6/s6_dtally_write.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_svc_ok.lo src/libs6/s6_svc_ok.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_svc_write.lo src/libs6/s6_svc_write.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_svc_writectl.lo src/libs6/s6_svc_writectl.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_svstatus_pack.lo src/libs6/s6_svstatus_pack.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_svstatus_read.lo src/libs6/s6_svstatus_read.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_svstatus_unpack.lo src/libs6/s6_svstatus_unpack.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_svstatus_write.lo src/libs6/s6_svstatus_write.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lock_acquire.lo src/libs6/s6lock_acquire.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lock_check.lo src/libs6/s6lock_check.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lock_end.lo src/libs6/s6lock_end.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lock_release.lo src/libs6/s6lock_release.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lock_start.lo src/libs6/s6lock_start.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lock_startf.lo src/libs6/s6lock_startf.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lock_update.lo src/libs6/s6lock_update.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lock_wait_and.lo src/libs6/s6lock_wait_and.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lock_wait_or.lo src/libs6/s6lock_wait_or.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lock_zero.lo src/libs6/s6lock_zero.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_delete.lo src/libs6/s6_fdholder_delete.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_delete_async.lo src/libs6/s6_fdholder_delete_async.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_end.lo src/libs6/s6_fdholder_end.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_getdump.lo src/libs6/s6_fdholder_getdump.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_list.lo src/libs6/s6_fdholder_list.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_list_async.lo src/libs6/s6_fdholder_list_async.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_list_cb.lo src/libs6/s6_fdholder_list_cb.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_retrieve.lo src/libs6/s6_fdholder_retrieve.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_retrieve_async.lo src/libs6/s6_fdholder_retrieve_async.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_retrieve_cb.lo src/libs6/s6_fdholder_retrieve_cb.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_setdump.lo src/libs6/s6_fdholder_setdump.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_start.lo src/libs6/s6_fdholder_start.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_store.lo src/libs6/s6_fdholder_store.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_fdholder_store_async.lo src/libs6/s6_fdholder_store_async.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_supervise_link.lo src/libs6/s6_supervise_link.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6_supervise_unlink.lo src/libs6/s6_supervise_unlink.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o libs6.so.xyzzy -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -shared -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib -Wl,-soname,libs6.so.2.10 src/libs6/ftrigr1_zero.lo src/libs6/ftrigr_check.lo src/libs6/ftrigr_checksa.lo src/libs6/ftrigr_ack.lo src/libs6/ftrigr_end.lo src/libs6/ftrigr_start.lo src/libs6/ftrigr_startf.lo src/libs6/ftrigr_subscribe.lo src/libs6/ftrigr_unsubscribe.lo src/libs6/ftrigr_update.lo src/libs6/ftrigr_updateb.lo src/libs6/ftrigr_wait_and.lo src/libs6/ftrigr_wait_or.lo src/libs6/ftrigr_zero.lo src/libs6/ftrigw_clean.lo src/libs6/ftrigw_fifodir_make.lo src/libs6/ftrigw_notify.lo src/libs6/ftrigw_notifyb.lo src/libs6/ftrigw_notifyb_nosig.lo src/libs6/s6_accessrules_backend_cdb.lo src/libs6/s6_accessrules_backend_fs.lo src/libs6/s6_accessrules_keycheck_ip4.lo src/libs6/s6_accessrules_keycheck_ip6.lo src/libs6/s6_accessrules_keycheck_reversedns.lo src/libs6/s6_accessrules_keycheck_uidgid.lo src/libs6/s6_accessrules_params_free.lo src/libs6/s6_accessrules_uidgid_cdb.lo src/libs6/s6_accessrules_uidgid_fs.lo src/libs6/s6_compat_el_semicolon.lo src/libs6/s6_dtally_pack.lo src/libs6/s6_dtally_unpack.lo src/libs6/s6_dtally_read.lo src/libs6/s6_dtally_write.lo src/libs6/s6_svc_ok.lo src/libs6/s6_svc_write.lo src/libs6/s6_svc_writectl.lo src/libs6/s6_svstatus_pack.lo src/libs6/s6_svstatus_read.lo src/libs6/s6_svstatus_unpack.lo src/libs6/s6_svstatus_write.lo src/libs6/s6lock_acquire.lo src/libs6/s6lock_check.lo src/libs6/s6lock_end.lo src/libs6/s6lock_release.lo src/libs6/s6lock_start.lo src/libs6/s6lock_startf.lo src/libs6/s6lock_update.lo src/libs6/s6lock_wait_and.lo src/libs6/s6lock_wait_or.lo src/libs6/s6lock_zero.lo src/libs6/s6_fdholder_delete.lo src/libs6/s6_fdholder_delete_async.lo src/libs6/s6_fdholder_end.lo src/libs6/s6_fdholder_getdump.lo src/libs6/s6_fdholder_list.lo src/libs6/s6_fdholder_list_async.lo src/libs6/s6_fdholder_list_cb.lo src/libs6/s6_fdholder_retrieve.lo src/libs6/s6_fdholder_retrieve_async.lo src/libs6/s6_fdholder_retrieve_cb.lo src/libs6/s6_fdholder_setdump.lo src/libs6/s6_fdholder_start.lo src/libs6/s6_fdholder_store.lo src/libs6/s6_fdholder_store_async.lo src/libs6/s6_supervise_link.lo src/libs6/s6_supervise_unlink.lo -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lockd-helper.o src/libs6/s6lockd-helper.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6lockd-helper -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/libs6/s6lockd-helper.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/ucspilogd.o src/daemontools-extras/ucspilogd.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o ucspilogd -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/ucspilogd.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6-ftrigrd.o src/libs6/s6-ftrigrd.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrig1_free.o src/libs6/ftrig1_free.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/ftrig1_make.o src/libs6/ftrig1_make.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ftrigrd -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/libs6/s6-ftrigrd.o src/libs6/ftrig1_free.o src/libs6/ftrig1_make.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/pipe-tools/s6-ftrig-listen1.o src/pipe-tools/s6-ftrig-listen1.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ftrig-listen1 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/pipe-tools/s6-ftrig-listen1.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/pipe-tools/s6-ftrig-listen.o src/pipe-tools/s6-ftrig-listen.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ftrig-listen -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/pipe-tools/s6-ftrig-listen.o libs6.so.xyzzy -lexecline -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/pipe-tools/s6-ftrig-notify.o src/pipe-tools/s6-ftrig-notify.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ftrig-notify -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/pipe-tools/s6-ftrig-notify.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/pipe-tools/s6-ftrig-wait.o src/pipe-tools/s6-ftrig-wait.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ftrig-wait -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/pipe-tools/s6-ftrig-wait.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6/s6lockd.o src/libs6/s6lockd.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6lockd -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/libs6/s6lockd.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/pipe-tools/s6-cleanfifodir.o src/pipe-tools/s6-cleanfifodir.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-cleanfifodir -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/pipe-tools/s6-cleanfifodir.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/pipe-tools/s6-mkfifodir.o src/pipe-tools/s6-mkfifodir.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-mkfifodir -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/pipe-tools/s6-mkfifodir.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svscan.o src/supervision/s6-svscan.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svscan -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svscan.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-supervise.o src/supervision/s6-supervise.c exec ar rc libs6.a.xyzzy src/libs6/ftrigr1_zero.lo src/libs6/ftrigr_check.lo src/libs6/ftrigr_checksa.lo src/libs6/ftrigr_ack.lo src/libs6/ftrigr_end.lo src/libs6/ftrigr_start.lo src/libs6/ftrigr_startf.lo src/libs6/ftrigr_subscribe.lo src/libs6/ftrigr_unsubscribe.lo src/libs6/ftrigr_update.lo src/libs6/ftrigr_updateb.lo src/libs6/ftrigr_wait_and.lo src/libs6/ftrigr_wait_or.lo src/libs6/ftrigr_zero.lo src/libs6/ftrigw_clean.lo src/libs6/ftrigw_fifodir_make.lo src/libs6/ftrigw_notify.lo src/libs6/ftrigw_notifyb.lo src/libs6/ftrigw_notifyb_nosig.lo src/libs6/s6_accessrules_backend_cdb.lo src/libs6/s6_accessrules_backend_fs.lo src/libs6/s6_accessrules_keycheck_ip4.lo src/libs6/s6_accessrules_keycheck_ip6.lo src/libs6/s6_accessrules_keycheck_reversedns.lo src/libs6/s6_accessrules_keycheck_uidgid.lo src/libs6/s6_accessrules_params_free.lo src/libs6/s6_accessrules_uidgid_cdb.lo src/libs6/s6_accessrules_uidgid_fs.lo src/libs6/s6_compat_el_semicolon.lo src/libs6/s6_dtally_pack.lo src/libs6/s6_dtally_unpack.lo src/libs6/s6_dtally_read.lo src/libs6/s6_dtally_write.lo src/libs6/s6_svc_ok.lo src/libs6/s6_svc_write.lo src/libs6/s6_svc_writectl.lo src/libs6/s6_svstatus_pack.lo src/libs6/s6_svstatus_read.lo src/libs6/s6_svstatus_unpack.lo src/libs6/s6_svstatus_write.lo src/libs6/s6lock_acquire.lo src/libs6/s6lock_check.lo src/libs6/s6lock_end.lo src/libs6/s6lock_release.lo src/libs6/s6lock_start.lo src/libs6/s6lock_startf.lo src/libs6/s6lock_update.lo src/libs6/s6lock_wait_and.lo src/libs6/s6lock_wait_or.lo src/libs6/s6lock_zero.lo src/libs6/s6_fdholder_delete.lo src/libs6/s6_fdholder_delete_async.lo src/libs6/s6_fdholder_end.lo src/libs6/s6_fdholder_getdump.lo src/libs6/s6_fdholder_list.lo src/libs6/s6_fdholder_list_async.lo src/libs6/s6_fdholder_list_cb.lo src/libs6/s6_fdholder_retrieve.lo src/libs6/s6_fdholder_retrieve_async.lo src/libs6/s6_fdholder_retrieve_cb.lo src/libs6/s6_fdholder_setdump.lo src/libs6/s6_fdholder_start.lo src/libs6/s6_fdholder_store.lo src/libs6/s6_fdholder_store_async.lo src/libs6/s6_supervise_link.lo src/libs6/s6_supervise_unlink.lo exec ranlib libs6.a.xyzzy exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-supervise -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-supervise.o libs6.a.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svc.o src/supervision/s6-svc.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svc -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svc.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svscanctl.o src/supervision/s6-svscanctl.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svscanctl -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svscanctl.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svok.o src/supervision/s6-svok.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svok -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svok.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svstat.o src/supervision/s6-svstat.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svstat -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svstat.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svdt.o src/supervision/s6-svdt.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svdt -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svdt.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svdt-clear.o src/supervision/s6-svdt-clear.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svdt-clear -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svdt-clear.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-permafailon.o src/supervision/s6-permafailon.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-permafailon -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-permafailon.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svwait.o src/supervision/s6-svwait.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6_svlisten_loop.o src/supervision/s6_svlisten_loop.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svwait -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svwait.o src/supervision/s6_svlisten_loop.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svlisten1.o src/supervision/s6-svlisten1.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6_svlisten_signal_handler.o src/supervision/s6_svlisten_signal_handler.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svlisten1 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svlisten1.o src/supervision/s6_svlisten_signal_handler.o src/supervision/s6_svlisten_loop.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svlisten.o src/supervision/s6-svlisten.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svlisten -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svlisten.o src/supervision/s6_svlisten_signal_handler.o src/supervision/s6_svlisten_loop.o libs6.so.xyzzy -lexecline -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-svperms.o src/supervision/s6-svperms.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-svperms -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-svperms.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/supervision/s6-notifyoncheck.o src/supervision/s6-notifyoncheck.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-notifyoncheck -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/supervision/s6-notifyoncheck.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-envdir.o src/daemontools-extras/s6-envdir.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-envdir -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-envdir.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-envuidgid.o src/daemontools-extras/s6-envuidgid.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-envuidgid -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-envuidgid.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-fghack.o src/daemontools-extras/s6-fghack.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-fghack -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-fghack.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-log.o src/daemontools-extras/s6-log.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-log -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-log.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-setlock.o src/daemontools-extras/s6-setlock.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-setlock -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-setlock.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-setsid.o src/daemontools-extras/s6-setsid.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-setsid -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-setsid.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-softlimit.o src/daemontools-extras/s6-softlimit.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-softlimit -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-softlimit.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-tai64n.o src/daemontools-extras/s6-tai64n.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-tai64n -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-tai64n.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-tai64nlocal.o src/daemontools-extras/s6-tai64nlocal.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-tai64nlocal -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-tai64nlocal.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-accessrules-cdb-from-fs.o src/conn-tools/s6-accessrules-cdb-from-fs.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-accessrules-cdb-from-fs -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-accessrules-cdb-from-fs.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-accessrules-fs-from-cdb.o src/conn-tools/s6-accessrules-fs-from-cdb.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-accessrules-fs-from-cdb -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-accessrules-fs-from-cdb.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-connlimit.o src/conn-tools/s6-connlimit.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-connlimit -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-connlimit.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-ioconnect.o src/conn-tools/s6-ioconnect.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ioconnect -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-ioconnect.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-ipcclient.o src/conn-tools/s6-ipcclient.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ipcclient -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-ipcclient.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-ipcserver-access.o src/conn-tools/s6-ipcserver-access.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ipcserver-access -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-ipcserver-access.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-ipcserver-socketbinder.o src/conn-tools/s6-ipcserver-socketbinder.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ipcserver-socketbinder -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-ipcserver-socketbinder.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-ipcserver.o src/conn-tools/s6-ipcserver.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ipcserver -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-ipcserver.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-ipcserverd.o src/conn-tools/s6-ipcserverd.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-ipcserverd -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-ipcserverd.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-sudo.o src/conn-tools/s6-sudo.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-sudo -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-sudo.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-sudoc.o src/conn-tools/s6-sudoc.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-sudoc -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-sudoc.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/conn-tools/s6-sudod.o src/conn-tools/s6-sudod.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-sudod -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/conn-tools/s6-sudod.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/fdholder/s6-fdholder-daemon.o src/fdholder/s6-fdholder-daemon.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-fdholder-daemon -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/fdholder/s6-fdholder-daemon.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/fdholder/s6-fdholderd.o src/fdholder/s6-fdholderd.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-fdholderd -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/fdholder/s6-fdholderd.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/fdholder/s6-fdholder-delete.o src/fdholder/s6-fdholder-delete.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-fdholder-delete -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/fdholder/s6-fdholder-delete.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/fdholder/s6-fdholder-store.o src/fdholder/s6-fdholder-store.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-fdholder-store -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/fdholder/s6-fdholder-store.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/fdholder/s6-fdholder-retrieve.o src/fdholder/s6-fdholder-retrieve.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-fdholder-retrieve -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/fdholder/s6-fdholder-retrieve.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/fdholder/s6-fdholder-list.o src/fdholder/s6-fdholder-list.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-fdholder-list -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/fdholder/s6-fdholder-list.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/fdholder/s6-fdholder-getdump.o src/fdholder/s6-fdholder-getdump.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-fdholder-getdump -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/fdholder/s6-fdholder-getdump.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/fdholder/s6-fdholder-setdump.o src/fdholder/s6-fdholder-setdump.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-fdholder-setdump -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/fdholder/s6-fdholder-setdump.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/fdholder/s6-fdholder-transferdump.o src/fdholder/s6-fdholder-transferdump.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-fdholder-transferdump -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/fdholder/s6-fdholder-transferdump.o libs6.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-applyuidgid.o src/daemontools-extras/s6-applyuidgid.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-applyuidgid -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-applyuidgid.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/daemontools-extras/s6-setuidgid.o src/daemontools-extras/s6-setuidgid.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-setuidgid -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/daemontools-extras/s6-setuidgid.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/usertree/s6-usertree-maker.o src/usertree/s6-usertree-maker.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-usertree-maker -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/usertree/s6-usertree-maker.o -lskarnet make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3' >>> s6 2.10.0.3 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3' ./tools/install.sh -D -m 755 libs6.so.xyzzy /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/libs6.so.2.10.0.3 && \ ./tools/install.sh -l libs6.so.2.10.0.3 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/libs6.so.2.10 && \ exec ./tools/install.sh -l libs6.so.2.10 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/libs6.so exec ./tools/install.sh -D -m 600 s6lockd-helper /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/libexec/s6lockd-helper grep -- ^s6lockd-helper < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/libexec/s6lockd-helper ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/libexec/s6lockd-helper ; } exec ./tools/install.sh -D -m 600 ucspilogd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/ucspilogd grep -- ^ucspilogd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/ucspilogd ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/ucspilogd ; } exec ./tools/install.sh -D -m 600 s6-ftrigrd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrigrd grep -- ^s6-ftrigrd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrigrd ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrigrd ; } exec ./tools/install.sh -D -m 600 s6-ftrig-listen1 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-listen1 grep -- ^s6-ftrig-listen1 < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-listen1 ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-listen1 ; } exec ./tools/install.sh -D -m 600 s6-ftrig-listen /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-listen grep -- ^s6-ftrig-listen < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-listen ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-listen ; } exec ./tools/install.sh -D -m 600 s6-ftrig-notify /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-notify grep -- ^s6-ftrig-notify < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-notify ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-notify ; } exec ./tools/install.sh -D -m 600 s6-ftrig-wait /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-wait grep -- ^s6-ftrig-wait < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-wait ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ftrig-wait ; } exec ./tools/install.sh -D -m 600 s6lockd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6lockd grep -- ^s6lockd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6lockd ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6lockd ; } exec ./tools/install.sh -D -m 600 s6-cleanfifodir /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-cleanfifodir grep -- ^s6-cleanfifodir < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-cleanfifodir ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-cleanfifodir ; } exec ./tools/install.sh -D -m 600 s6-mkfifodir /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-mkfifodir grep -- ^s6-mkfifodir < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-mkfifodir ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-mkfifodir ; } exec ./tools/install.sh -D -m 600 s6-svscan /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svscan grep -- ^s6-svscan < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svscan ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svscan ; } exec ./tools/install.sh -D -m 600 s6-supervise /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-supervise grep -- ^s6-supervise < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-supervise ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-supervise ; } exec ./tools/install.sh -D -m 600 s6-svc /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svc grep -- ^s6-svc < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svc ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svc ; } exec ./tools/install.sh -D -m 600 s6-svscanctl /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svscanctl grep -- ^s6-svscanctl < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svscanctl ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svscanctl ; } exec ./tools/install.sh -D -m 600 s6-svok /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svok grep -- ^s6-svok < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svok ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svok ; } exec ./tools/install.sh -D -m 600 s6-svstat /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svstat grep -- ^s6-svstat < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svstat ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svstat ; } exec ./tools/install.sh -D -m 600 s6-svdt /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svdt grep -- ^s6-svdt < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svdt ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svdt ; } exec ./tools/install.sh -D -m 600 s6-svdt-clear /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svdt-clear grep -- ^s6-svdt-clear < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svdt-clear ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svdt-clear ; } exec ./tools/install.sh -D -m 600 s6-permafailon /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-permafailon grep -- ^s6-permafailon < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-permafailon ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-permafailon ; } exec ./tools/install.sh -D -m 600 s6-svwait /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svwait grep -- ^s6-svwait < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svwait ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svwait ; } exec ./tools/install.sh -D -m 600 s6-svlisten1 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svlisten1 grep -- ^s6-svlisten1 < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svlisten1 ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svlisten1 ; } exec ./tools/install.sh -D -m 600 s6-svlisten /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svlisten grep -- ^s6-svlisten < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svlisten ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svlisten ; } exec ./tools/install.sh -D -m 600 s6-svperms /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svperms grep -- ^s6-svperms < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svperms ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-svperms ; } exec ./tools/install.sh -D -m 600 s6-notifyoncheck /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-notifyoncheck grep -- ^s6-notifyoncheck < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-notifyoncheck ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-notifyoncheck ; } exec ./tools/install.sh -D -m 600 s6-envdir /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-envdir grep -- ^s6-envdir < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-envdir ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-envdir ; } exec ./tools/install.sh -D -m 600 s6-envuidgid /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-envuidgid grep -- ^s6-envuidgid < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-envuidgid ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-envuidgid ; } exec ./tools/install.sh -D -m 600 s6-fghack /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fghack grep -- ^s6-fghack < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fghack ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fghack ; } exec ./tools/install.sh -D -m 600 s6-log /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-log grep -- ^s6-log < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-log ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-log ; } exec ./tools/install.sh -D -m 600 s6-setlock /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-setlock grep -- ^s6-setlock < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-setlock ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-setlock ; } exec ./tools/install.sh -D -m 600 s6-setsid /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-setsid grep -- ^s6-setsid < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-setsid ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-setsid ; } exec ./tools/install.sh -D -m 600 s6-softlimit /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-softlimit grep -- ^s6-softlimit < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-softlimit ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-softlimit ; } exec ./tools/install.sh -D -m 600 s6-tai64n /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-tai64n grep -- ^s6-tai64n < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-tai64n ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-tai64n ; } exec ./tools/install.sh -D -m 600 s6-tai64nlocal /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-tai64nlocal grep -- ^s6-tai64nlocal < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-tai64nlocal ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-tai64nlocal ; } exec ./tools/install.sh -D -m 600 s6-accessrules-cdb-from-fs /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-accessrules-cdb-from-fs grep -- ^s6-accessrules-cdb-from-fs < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-accessrules-cdb-from-fs ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-accessrules-cdb-from-fs ; } exec ./tools/install.sh -D -m 600 s6-accessrules-fs-from-cdb /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-accessrules-fs-from-cdb grep -- ^s6-accessrules-fs-from-cdb < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-accessrules-fs-from-cdb ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-accessrules-fs-from-cdb ; } exec ./tools/install.sh -D -m 600 s6-connlimit /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-connlimit grep -- ^s6-connlimit < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-connlimit ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-connlimit ; } exec ./tools/install.sh -D -m 600 s6-ioconnect /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ioconnect grep -- ^s6-ioconnect < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ioconnect ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ioconnect ; } exec ./tools/install.sh -D -m 600 s6-ipcclient /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcclient grep -- ^s6-ipcclient < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcclient ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcclient ; } exec ./tools/install.sh -D -m 600 s6-ipcserver-access /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserver-access grep -- ^s6-ipcserver-access < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserver-access ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserver-access ; } exec ./tools/install.sh -D -m 600 s6-ipcserver-socketbinder /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserver-socketbinder grep -- ^s6-ipcserver-socketbinder < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserver-socketbinder ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserver-socketbinder ; } exec ./tools/install.sh -D -m 600 s6-ipcserver /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserver grep -- ^s6-ipcserver < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserver ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserver ; } exec ./tools/install.sh -D -m 600 s6-ipcserverd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserverd grep -- ^s6-ipcserverd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserverd ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-ipcserverd ; } exec ./tools/install.sh -D -m 600 s6-sudo /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-sudo grep -- ^s6-sudo < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-sudo ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-sudo ; } exec ./tools/install.sh -D -m 600 s6-sudoc /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-sudoc grep -- ^s6-sudoc < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-sudoc ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-sudoc ; } exec ./tools/install.sh -D -m 600 s6-sudod /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-sudod grep -- ^s6-sudod < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-sudod ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-sudod ; } exec ./tools/install.sh -D -m 600 s6-fdholder-daemon /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-daemon grep -- ^s6-fdholder-daemon < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-daemon ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-daemon ; } exec ./tools/install.sh -D -m 600 s6-fdholderd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholderd grep -- ^s6-fdholderd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholderd ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholderd ; } exec ./tools/install.sh -D -m 600 s6-fdholder-delete /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-delete grep -- ^s6-fdholder-delete < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-delete ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-delete ; } exec ./tools/install.sh -D -m 600 s6-fdholder-store /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-store grep -- ^s6-fdholder-store < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-store ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-store ; } exec ./tools/install.sh -D -m 600 s6-fdholder-retrieve /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-retrieve grep -- ^s6-fdholder-retrieve < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-retrieve ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-retrieve ; } exec ./tools/install.sh -D -m 600 s6-fdholder-list /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-list grep -- ^s6-fdholder-list < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-list ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-list ; } exec ./tools/install.sh -D -m 600 s6-fdholder-getdump /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-getdump grep -- ^s6-fdholder-getdump < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-getdump ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-getdump ; } exec ./tools/install.sh -D -m 600 s6-fdholder-setdump /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-setdump grep -- ^s6-fdholder-setdump < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-setdump ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-setdump ; } exec ./tools/install.sh -D -m 600 s6-fdholder-transferdump /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-transferdump grep -- ^s6-fdholder-transferdump < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-transferdump ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-fdholder-transferdump ; } exec ./tools/install.sh -D -m 600 s6-applyuidgid /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-applyuidgid grep -- ^s6-applyuidgid < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-applyuidgid ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-applyuidgid ; } exec ./tools/install.sh -D -m 600 s6-setuidgid /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-setuidgid grep -- ^s6-setuidgid < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-setuidgid ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-setuidgid ; } exec ./tools/install.sh -D -m 600 s6-usertree-maker /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-usertree-maker grep -- ^s6-usertree-maker < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-usertree-maker ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-usertree-maker ; } exec ./tools/install.sh -D -m 644 src/include/s6/config.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6/config.h exec ./tools/install.sh -D -m 644 src/include/s6/accessrules.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6/accessrules.h exec ./tools/install.sh -D -m 644 src/include/s6/compat.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6/compat.h exec ./tools/install.sh -D -m 644 src/include/s6/ftrigr.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6/ftrigr.h exec ./tools/install.sh -D -m 644 src/include/s6/s6.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6/s6.h exec ./tools/install.sh -D -m 644 src/include/s6/s6-supervise.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6/s6-supervise.h exec ./tools/install.sh -D -m 644 src/include/s6/s6lock.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6/s6lock.h exec ./tools/install.sh -D -m 644 src/include/s6/s6-fdholder.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6/s6-fdholder.h exec ./tools/install.sh -D -m 644 src/include/s6/ftrigw.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6/ftrigw.h make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3' >>> s6 2.10.0.3 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> s6 2.10.0.3 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3' ./tools/install.sh -D -m 755 libs6.so.xyzzy /nvmedata/autobuild/instance-27/output-1/target/lib/libs6.so.2.10.0.3 && \ ./tools/install.sh -l libs6.so.2.10.0.3 /nvmedata/autobuild/instance-27/output-1/target/lib/libs6.so.2.10 && \ exec ./tools/install.sh -l libs6.so.2.10 /nvmedata/autobuild/instance-27/output-1/target/lib/libs6.so exec ./tools/install.sh -D -m 600 s6lockd-helper /nvmedata/autobuild/instance-27/output-1/target/libexec/s6lockd-helper grep -- ^s6lockd-helper < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/libexec/s6lockd-helper ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/libexec/s6lockd-helper ; } exec ./tools/install.sh -D -m 600 ucspilogd /nvmedata/autobuild/instance-27/output-1/target/bin/ucspilogd grep -- ^ucspilogd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/ucspilogd ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/ucspilogd ; } exec ./tools/install.sh -D -m 600 s6-ftrigrd /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrigrd grep -- ^s6-ftrigrd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrigrd ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrigrd ; } exec ./tools/install.sh -D -m 600 s6-ftrig-listen1 /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-listen1 grep -- ^s6-ftrig-listen1 < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-listen1 ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-listen1 ; } exec ./tools/install.sh -D -m 600 s6-ftrig-listen /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-listen grep -- ^s6-ftrig-listen < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-listen ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-listen ; } exec ./tools/install.sh -D -m 600 s6-ftrig-notify /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-notify grep -- ^s6-ftrig-notify < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-notify ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-notify ; } exec ./tools/install.sh -D -m 600 s6-ftrig-wait /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-wait grep -- ^s6-ftrig-wait < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-wait ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ftrig-wait ; } exec ./tools/install.sh -D -m 600 s6lockd /nvmedata/autobuild/instance-27/output-1/target/bin/s6lockd grep -- ^s6lockd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6lockd ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6lockd ; } exec ./tools/install.sh -D -m 600 s6-cleanfifodir /nvmedata/autobuild/instance-27/output-1/target/bin/s6-cleanfifodir grep -- ^s6-cleanfifodir < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-cleanfifodir ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-cleanfifodir ; } exec ./tools/install.sh -D -m 600 s6-mkfifodir /nvmedata/autobuild/instance-27/output-1/target/bin/s6-mkfifodir grep -- ^s6-mkfifodir < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-mkfifodir ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-mkfifodir ; } exec ./tools/install.sh -D -m 600 s6-svscan /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svscan grep -- ^s6-svscan < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svscan ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svscan ; } exec ./tools/install.sh -D -m 600 s6-supervise /nvmedata/autobuild/instance-27/output-1/target/bin/s6-supervise grep -- ^s6-supervise < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-supervise ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-supervise ; } exec ./tools/install.sh -D -m 600 s6-svc /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svc grep -- ^s6-svc < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svc ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svc ; } exec ./tools/install.sh -D -m 600 s6-svscanctl /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svscanctl grep -- ^s6-svscanctl < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svscanctl ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svscanctl ; } exec ./tools/install.sh -D -m 600 s6-svok /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svok grep -- ^s6-svok < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svok ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svok ; } exec ./tools/install.sh -D -m 600 s6-svstat /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svstat grep -- ^s6-svstat < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svstat ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svstat ; } exec ./tools/install.sh -D -m 600 s6-svdt /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svdt grep -- ^s6-svdt < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svdt ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svdt ; } exec ./tools/install.sh -D -m 600 s6-svdt-clear /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svdt-clear grep -- ^s6-svdt-clear < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svdt-clear ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svdt-clear ; } exec ./tools/install.sh -D -m 600 s6-permafailon /nvmedata/autobuild/instance-27/output-1/target/bin/s6-permafailon grep -- ^s6-permafailon < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-permafailon ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-permafailon ; } exec ./tools/install.sh -D -m 600 s6-svwait /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svwait grep -- ^s6-svwait < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svwait ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svwait ; } exec ./tools/install.sh -D -m 600 s6-svlisten1 /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svlisten1 grep -- ^s6-svlisten1 < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svlisten1 ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svlisten1 ; } exec ./tools/install.sh -D -m 600 s6-svlisten /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svlisten grep -- ^s6-svlisten < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svlisten ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svlisten ; } exec ./tools/install.sh -D -m 600 s6-svperms /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svperms grep -- ^s6-svperms < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svperms ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-svperms ; } exec ./tools/install.sh -D -m 600 s6-notifyoncheck /nvmedata/autobuild/instance-27/output-1/target/bin/s6-notifyoncheck grep -- ^s6-notifyoncheck < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-notifyoncheck ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-notifyoncheck ; } exec ./tools/install.sh -D -m 600 s6-envdir /nvmedata/autobuild/instance-27/output-1/target/bin/s6-envdir grep -- ^s6-envdir < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-envdir ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-envdir ; } exec ./tools/install.sh -D -m 600 s6-envuidgid /nvmedata/autobuild/instance-27/output-1/target/bin/s6-envuidgid grep -- ^s6-envuidgid < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-envuidgid ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-envuidgid ; } exec ./tools/install.sh -D -m 600 s6-fghack /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fghack grep -- ^s6-fghack < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fghack ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fghack ; } exec ./tools/install.sh -D -m 600 s6-log /nvmedata/autobuild/instance-27/output-1/target/bin/s6-log grep -- ^s6-log < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-log ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-log ; } exec ./tools/install.sh -D -m 600 s6-setlock /nvmedata/autobuild/instance-27/output-1/target/bin/s6-setlock grep -- ^s6-setlock < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-setlock ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-setlock ; } exec ./tools/install.sh -D -m 600 s6-setsid /nvmedata/autobuild/instance-27/output-1/target/bin/s6-setsid grep -- ^s6-setsid < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-setsid ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-setsid ; } exec ./tools/install.sh -D -m 600 s6-softlimit /nvmedata/autobuild/instance-27/output-1/target/bin/s6-softlimit grep -- ^s6-softlimit < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-softlimit ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-softlimit ; } exec ./tools/install.sh -D -m 600 s6-tai64n /nvmedata/autobuild/instance-27/output-1/target/bin/s6-tai64n grep -- ^s6-tai64n < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-tai64n ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-tai64n ; } exec ./tools/install.sh -D -m 600 s6-tai64nlocal /nvmedata/autobuild/instance-27/output-1/target/bin/s6-tai64nlocal grep -- ^s6-tai64nlocal < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-tai64nlocal ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-tai64nlocal ; } exec ./tools/install.sh -D -m 600 s6-accessrules-cdb-from-fs /nvmedata/autobuild/instance-27/output-1/target/bin/s6-accessrules-cdb-from-fs grep -- ^s6-accessrules-cdb-from-fs < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-accessrules-cdb-from-fs ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-accessrules-cdb-from-fs ; } exec ./tools/install.sh -D -m 600 s6-accessrules-fs-from-cdb /nvmedata/autobuild/instance-27/output-1/target/bin/s6-accessrules-fs-from-cdb grep -- ^s6-accessrules-fs-from-cdb < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-accessrules-fs-from-cdb ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-accessrules-fs-from-cdb ; } exec ./tools/install.sh -D -m 600 s6-connlimit /nvmedata/autobuild/instance-27/output-1/target/bin/s6-connlimit grep -- ^s6-connlimit < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-connlimit ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-connlimit ; } exec ./tools/install.sh -D -m 600 s6-ioconnect /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ioconnect grep -- ^s6-ioconnect < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ioconnect ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ioconnect ; } exec ./tools/install.sh -D -m 600 s6-ipcclient /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcclient grep -- ^s6-ipcclient < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcclient ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcclient ; } exec ./tools/install.sh -D -m 600 s6-ipcserver-access /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserver-access grep -- ^s6-ipcserver-access < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserver-access ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserver-access ; } exec ./tools/install.sh -D -m 600 s6-ipcserver-socketbinder /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserver-socketbinder grep -- ^s6-ipcserver-socketbinder < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserver-socketbinder ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserver-socketbinder ; } exec ./tools/install.sh -D -m 600 s6-ipcserver /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserver grep -- ^s6-ipcserver < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserver ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserver ; } exec ./tools/install.sh -D -m 600 s6-ipcserverd /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserverd grep -- ^s6-ipcserverd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserverd ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-ipcserverd ; } exec ./tools/install.sh -D -m 600 s6-sudo /nvmedata/autobuild/instance-27/output-1/target/bin/s6-sudo grep -- ^s6-sudo < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-sudo ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-sudo ; } exec ./tools/install.sh -D -m 600 s6-sudoc /nvmedata/autobuild/instance-27/output-1/target/bin/s6-sudoc grep -- ^s6-sudoc < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-sudoc ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-sudoc ; } exec ./tools/install.sh -D -m 600 s6-sudod /nvmedata/autobuild/instance-27/output-1/target/bin/s6-sudod grep -- ^s6-sudod < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-sudod ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-sudod ; } exec ./tools/install.sh -D -m 600 s6-fdholder-daemon /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-daemon grep -- ^s6-fdholder-daemon < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-daemon ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-daemon ; } exec ./tools/install.sh -D -m 600 s6-fdholderd /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholderd grep -- ^s6-fdholderd < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholderd ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholderd ; } exec ./tools/install.sh -D -m 600 s6-fdholder-delete /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-delete grep -- ^s6-fdholder-delete < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-delete ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-delete ; } exec ./tools/install.sh -D -m 600 s6-fdholder-store /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-store grep -- ^s6-fdholder-store < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-store ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-store ; } exec ./tools/install.sh -D -m 600 s6-fdholder-retrieve /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-retrieve grep -- ^s6-fdholder-retrieve < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-retrieve ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-retrieve ; } exec ./tools/install.sh -D -m 600 s6-fdholder-list /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-list grep -- ^s6-fdholder-list < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-list ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-list ; } exec ./tools/install.sh -D -m 600 s6-fdholder-getdump /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-getdump grep -- ^s6-fdholder-getdump < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-getdump ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-getdump ; } exec ./tools/install.sh -D -m 600 s6-fdholder-setdump /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-setdump grep -- ^s6-fdholder-setdump < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-setdump ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-setdump ; } exec ./tools/install.sh -D -m 600 s6-fdholder-transferdump /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-transferdump grep -- ^s6-fdholder-transferdump < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-transferdump ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-fdholder-transferdump ; } exec ./tools/install.sh -D -m 600 s6-applyuidgid /nvmedata/autobuild/instance-27/output-1/target/bin/s6-applyuidgid grep -- ^s6-applyuidgid < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-applyuidgid ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-applyuidgid ; } exec ./tools/install.sh -D -m 600 s6-setuidgid /nvmedata/autobuild/instance-27/output-1/target/bin/s6-setuidgid grep -- ^s6-setuidgid < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-setuidgid ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-setuidgid ; } exec ./tools/install.sh -D -m 600 s6-usertree-maker /nvmedata/autobuild/instance-27/output-1/target/bin/s6-usertree-maker grep -- ^s6-usertree-maker < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-usertree-maker ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-usertree-maker ; } exec ./tools/install.sh -D -m 644 src/include/s6/config.h /nvmedata/autobuild/instance-27/output-1/target/include/s6/config.h exec ./tools/install.sh -D -m 644 src/include/s6/accessrules.h /nvmedata/autobuild/instance-27/output-1/target/include/s6/accessrules.h exec ./tools/install.sh -D -m 644 src/include/s6/compat.h /nvmedata/autobuild/instance-27/output-1/target/include/s6/compat.h exec ./tools/install.sh -D -m 644 src/include/s6/ftrigr.h /nvmedata/autobuild/instance-27/output-1/target/include/s6/ftrigr.h exec ./tools/install.sh -D -m 644 src/include/s6/s6.h /nvmedata/autobuild/instance-27/output-1/target/include/s6/s6.h exec ./tools/install.sh -D -m 644 src/include/s6/s6-supervise.h /nvmedata/autobuild/instance-27/output-1/target/include/s6/s6-supervise.h exec ./tools/install.sh -D -m 644 src/include/s6/s6lock.h /nvmedata/autobuild/instance-27/output-1/target/include/s6/s6lock.h exec ./tools/install.sh -D -m 644 src/include/s6/s6-fdholder.h /nvmedata/autobuild/instance-27/output-1/target/include/s6/s6-fdholder.h exec ./tools/install.sh -D -m 644 src/include/s6/ftrigw.h /nvmedata/autobuild/instance-27/output-1/target/include/s6/ftrigw.h make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/s6-2.10.0.3' rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/lib/s6 >>> s6-rc 0.5.2.2 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.s6-rc-0.5.2.2.tar.gz.CruToK/output' 'http://skarnet.org/software/s6-rc/s6-rc-0.5.2.2.tar.gz' --2022-06-04 14:20:55-- http://skarnet.org/software/s6-rc/s6-rc-0.5.2.2.tar.gz Resolving skarnet.org (skarnet.org)... 95.142.172.232, 2001:4b98:dc0:51:216:3eff:feba:4d7f Connecting to skarnet.org (skarnet.org)|95.142.172.232|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 98158 (96K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.s6-rc-0.5.2.2.tar.gz.CruToK/output' 0K .......... .......... .......... .......... .......... 52% 202K 0s 50K .......... .......... .......... .......... ..... 100% 24.7M=0.2s 2022-06-04 14:20:56 (384 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.s6-rc-0.5.2.2.tar.gz.CruToK/output' saved [98158/98158] s6-rc-0.5.2.2.tar.gz: OK (sha256: 2a8d1cd455c05c8502b34517cfe79841aa46d08ad969076b37a15d3910617f89) >>> s6-rc 0.5.2.2 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/s6-rc/s6-rc-0.5.2.2.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2 -xf - >>> s6-rc 0.5.2.2 Patching >>> s6-rc 0.5.2.2 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ./configure --prefix=/ --with-sysdeps=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/skalibs/sysdeps --with-include=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include --with-dynlib=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib --with-lib=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/execline --with-lib=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/s6 --with-lib=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/skalibs --disable-allstatic --disable-static --enable-shared) Checking for C compiler... ./configure: warning: compiler /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc is declared with its own path. If it's not accessible via PATH, you will need to pass AR, RANLIB and STRIP make variables to the make invocation. ... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc Checking whether C compiler works... ... yes Checking target system type... ... mips64el-buildroot-linux-uclibc Checking whether compiler accepts -fPIC ... ... yes Checking whether compiler accepts -std=c99 ... ... yes Checking whether compiler accepts -fomit-frame-pointer ... ... yes Checking whether compiler accepts -fno-exceptions ... ... yes Checking whether compiler accepts -fno-unwind-tables ... ... yes Checking whether compiler accepts -fno-asynchronous-unwind-tables ... ... yes Checking whether compiler accepts -Werror=implicit-function-declaration ... ... yes Checking whether compiler accepts -Werror=implicit-int ... ... yes Checking whether compiler accepts -Werror=pointer-sign ... ... yes Checking whether compiler accepts -Werror=pointer-arith ... ... yes Checking whether compiler accepts -ffunction-sections ... ... yes Checking whether compiler accepts -fdata-sections ... ... yes Checking whether linker accepts -Wl,--sort-section=alignment ... ... yes Checking whether linker accepts -Wl,--sort-common ... ... yes Checking whether linker accepts -Wl,--hash-style=both ... ... yes Creating config.mak... ... done. Creating src/include/s6-rc/config.h... ... done. >>> s6-rc 0.5.2.2 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2' exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_db_check_depcycles.lo src/libs6rc/s6rc_db_check_depcycles.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_db_check_pipelines.lo src/libs6rc/s6rc_db_check_pipelines.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_db_check_revdeps.lo src/libs6rc/s6rc_db_check_revdeps.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_db_read.lo src/libs6rc/s6rc_db_read.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_db_read_sizes.lo src/libs6rc/s6rc_db_read_sizes.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_db_read_uint32.lo src/libs6rc/s6rc_db_read_uint32.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_graph_closure.lo src/libs6rc/s6rc_graph_closure.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_livedir_create.lo src/libs6rc/s6rc_livedir_create.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_livedir_prefix.lo src/libs6rc/s6rc_livedir_prefix.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_livedir_prefixsize.lo src/libs6rc/s6rc_livedir_prefixsize.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_lock.lo src/libs6rc/s6rc_lock.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_read_uint.lo src/libs6rc/s6rc_read_uint.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_sanitize_dir.lo src/libs6rc/s6rc_sanitize_dir.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_servicedir_internal.lo src/libs6rc/s6rc_servicedir_internal.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_servicedir_block.lo src/libs6rc/s6rc_servicedir_block.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_servicedir_unblock.lo src/libs6rc/s6rc_servicedir_unblock.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_servicedir_copy_offline.lo src/libs6rc/s6rc_servicedir_copy_offline.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_servicedir_copy_online.lo src/libs6rc/s6rc_servicedir_copy_online.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_servicedir_manage.lo src/libs6rc/s6rc_servicedir_manage.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/libs6rc/s6rc_servicedir_unsupervise.lo src/libs6rc/s6rc_servicedir_unsupervise.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o libs6rc.so.xyzzy -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -shared -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib -Wl,-soname,libs6rc.so.0.5 src/libs6rc/s6rc_db_check_depcycles.lo src/libs6rc/s6rc_db_check_pipelines.lo src/libs6rc/s6rc_db_check_revdeps.lo src/libs6rc/s6rc_db_read.lo src/libs6rc/s6rc_db_read_sizes.lo src/libs6rc/s6rc_db_read_uint32.lo src/libs6rc/s6rc_graph_closure.lo src/libs6rc/s6rc_livedir_create.lo src/libs6rc/s6rc_livedir_prefix.lo src/libs6rc/s6rc_livedir_prefixsize.lo src/libs6rc/s6rc_lock.lo src/libs6rc/s6rc_read_uint.lo src/libs6rc/s6rc_sanitize_dir.lo src/libs6rc/s6rc_servicedir_internal.lo src/libs6rc/s6rc_servicedir_block.lo src/libs6rc/s6rc_servicedir_unblock.lo src/libs6rc/s6rc_servicedir_copy_offline.lo src/libs6rc/s6rc_servicedir_copy_online.lo src/libs6rc/s6rc_servicedir_manage.lo src/libs6rc/s6rc_servicedir_unsupervise.lo -ls6 -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/s6-rc/s6-rc-fdholder-filler.o src/s6-rc/s6-rc-fdholder-filler.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-rc-fdholder-filler -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/s6-rc/s6-rc-fdholder-filler.o -ls6 -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/s6-rc/s6-rc-oneshot-run.o src/s6-rc/s6-rc-oneshot-run.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-rc-oneshot-run -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/s6-rc/s6-rc-oneshot-run.o libs6rc.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/s6-rc/s6-rc-compile.o src/s6-rc/s6-rc-compile.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-rc-compile -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/s6-rc/s6-rc-compile.o libs6rc.so.xyzzy -lexecline -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/s6-rc/s6-rc-dryrun.o src/s6-rc/s6-rc-dryrun.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-rc-dryrun -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/s6-rc/s6-rc-dryrun.o -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/s6-rc/s6-rc-db.o src/s6-rc/s6-rc-db.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-rc-db -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/s6-rc/s6-rc-db.o libs6rc.so.xyzzy -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/s6-rc/s6-rc-bundle.o src/s6-rc/s6-rc-bundle.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-rc-bundle -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/s6-rc/s6-rc-bundle.o libs6rc.so.xyzzy -lexecline -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/s6-rc/s6-rc-init.o src/s6-rc/s6-rc-init.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-rc-init -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/s6-rc/s6-rc-init.o libs6rc.so.xyzzy -ls6 -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/s6-rc/s6-rc.o src/s6-rc/s6-rc.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-rc -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/s6-rc/s6-rc.o libs6rc.so.xyzzy -ls6 -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/s6-rc/s6-rc-update.o src/s6-rc/s6-rc-update.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-rc-update -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/s6-rc/s6-rc-update.o libs6rc.so.xyzzy -ls6 -lexecline -lskarnet exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o src/s6-rc/s6-rc-format-upgrade.o src/s6-rc/s6-rc-format-upgrade.c exec /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o s6-rc-format-upgrade -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wl,--sort-section=alignment -Wl,--sort-common -Wl,--hash-style=both -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib src/s6-rc/s6-rc-format-upgrade.o libs6rc.so.xyzzy -lskarnet make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2' >>> s6-rc 0.5.2.2 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2' ./tools/install.sh -D -m 755 libs6rc.so.xyzzy /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/libs6rc.so.0.5.2.2 && \ ./tools/install.sh -l libs6rc.so.0.5.2.2 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/libs6rc.so.0.5 && \ exec ./tools/install.sh -l libs6rc.so.0.5 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/lib/libs6rc.so exec ./tools/install.sh -D -m 600 s6-rc-fdholder-filler /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/libexec/s6-rc-fdholder-filler grep -- ^s6-rc-fdholder-filler < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/libexec/s6-rc-fdholder-filler ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/libexec/s6-rc-fdholder-filler ; } exec ./tools/install.sh -D -m 600 s6-rc-oneshot-run /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/libexec/s6-rc-oneshot-run grep -- ^s6-rc-oneshot-run < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/libexec/s6-rc-oneshot-run ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/libexec/s6-rc-oneshot-run ; } exec ./tools/install.sh -D -m 600 s6-rc-compile /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-compile grep -- ^s6-rc-compile < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-compile ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-compile ; } exec ./tools/install.sh -D -m 600 s6-rc-dryrun /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-dryrun grep -- ^s6-rc-dryrun < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-dryrun ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-dryrun ; } exec ./tools/install.sh -D -m 600 s6-rc-db /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-db grep -- ^s6-rc-db < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-db ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-db ; } exec ./tools/install.sh -D -m 600 s6-rc-bundle /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-bundle grep -- ^s6-rc-bundle < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-bundle ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-bundle ; } exec ./tools/install.sh -D -m 600 s6-rc-init /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-init grep -- ^s6-rc-init < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-init ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-init ; } exec ./tools/install.sh -D -m 600 s6-rc /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc grep -- ^s6-rc < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc ; } exec ./tools/install.sh -D -m 600 s6-rc-update /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-update grep -- ^s6-rc-update < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-update ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-update ; } exec ./tools/install.sh -D -m 600 s6-rc-format-upgrade /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-format-upgrade grep -- ^s6-rc-format-upgrade < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-format-upgrade ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/bin/s6-rc-format-upgrade ; } exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-db.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6-rc/s6rc-db.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/config.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6-rc/config.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-utils.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6-rc/s6rc-utils.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6-rc/s6rc.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-servicedir.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6-rc/s6rc-servicedir.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-constants.h /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/include/s6-rc/s6rc-constants.h make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2' >>> s6-rc 0.5.2.2 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> s6-rc 0.5.2.2 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2' ./tools/install.sh -D -m 755 libs6rc.so.xyzzy /nvmedata/autobuild/instance-27/output-1/target/lib/libs6rc.so.0.5.2.2 && \ ./tools/install.sh -l libs6rc.so.0.5.2.2 /nvmedata/autobuild/instance-27/output-1/target/lib/libs6rc.so.0.5 && \ exec ./tools/install.sh -l libs6rc.so.0.5 /nvmedata/autobuild/instance-27/output-1/target/lib/libs6rc.so exec ./tools/install.sh -D -m 600 s6-rc-fdholder-filler /nvmedata/autobuild/instance-27/output-1/target/libexec/s6-rc-fdholder-filler grep -- ^s6-rc-fdholder-filler < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/libexec/s6-rc-fdholder-filler ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/libexec/s6-rc-fdholder-filler ; } exec ./tools/install.sh -D -m 600 s6-rc-oneshot-run /nvmedata/autobuild/instance-27/output-1/target/libexec/s6-rc-oneshot-run grep -- ^s6-rc-oneshot-run < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/libexec/s6-rc-oneshot-run ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/libexec/s6-rc-oneshot-run ; } exec ./tools/install.sh -D -m 600 s6-rc-compile /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-compile grep -- ^s6-rc-compile < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-compile ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-compile ; } exec ./tools/install.sh -D -m 600 s6-rc-dryrun /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-dryrun grep -- ^s6-rc-dryrun < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-dryrun ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-dryrun ; } exec ./tools/install.sh -D -m 600 s6-rc-db /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-db grep -- ^s6-rc-db < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-db ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-db ; } exec ./tools/install.sh -D -m 600 s6-rc-bundle /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-bundle grep -- ^s6-rc-bundle < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-bundle ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-bundle ; } exec ./tools/install.sh -D -m 600 s6-rc-init /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-init grep -- ^s6-rc-init < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-init ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-init ; } exec ./tools/install.sh -D -m 600 s6-rc /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc grep -- ^s6-rc < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc ; } exec ./tools/install.sh -D -m 600 s6-rc-update /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-update grep -- ^s6-rc-update < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-update ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-update ; } exec ./tools/install.sh -D -m 600 s6-rc-format-upgrade /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-format-upgrade grep -- ^s6-rc-format-upgrade < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-format-upgrade ; fi && \ chmod $mode /nvmedata/autobuild/instance-27/output-1/target/bin/s6-rc-format-upgrade ; } exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-db.h /nvmedata/autobuild/instance-27/output-1/target/include/s6-rc/s6rc-db.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/config.h /nvmedata/autobuild/instance-27/output-1/target/include/s6-rc/config.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-utils.h /nvmedata/autobuild/instance-27/output-1/target/include/s6-rc/s6rc-utils.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc.h /nvmedata/autobuild/instance-27/output-1/target/include/s6-rc/s6rc.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-servicedir.h /nvmedata/autobuild/instance-27/output-1/target/include/s6-rc/s6rc-servicedir.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-constants.h /nvmedata/autobuild/instance-27/output-1/target/include/s6-rc/s6rc-constants.h make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/s6-rc-0.5.2.2' rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/lib/s6-rc >>> scrypt 1.3.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.scrypt-1.3.1.tgz.nxDfCM/output' 'http://www.tarsnap.com/scrypt/scrypt-1.3.1.tgz' --2022-06-04 14:21:04-- http://www.tarsnap.com/scrypt/scrypt-1.3.1.tgz Resolving www.tarsnap.com (www.tarsnap.com)... 52.70.55.60, 2600:1f18:6306:f603:caa2:5f7f:ed32:2ccd Connecting to www.tarsnap.com (www.tarsnap.com)|52.70.55.60|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 394516 (385K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.scrypt-1.3.1.tgz.nxDfCM/output' 0K .......... .......... .......... .......... .......... 12% 521K 1s 50K .......... .......... .......... .......... .......... 25% 1020K 0s 100K .......... .......... .......... .......... .......... 38% 1.00M 0s 150K .......... .......... .......... .......... .......... 51% 1.02M 0s 200K .......... .......... .......... .......... .......... 64% 1016K 0s 250K .......... .......... .......... .......... .......... 77% 165M 0s 300K .......... .......... .......... .......... .......... 90% 1021K 0s 350K .......... .......... .......... ..... 100% 170M=0.3s 2022-06-04 14:21:05 (1.11 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.scrypt-1.3.1.tgz.nxDfCM/output' saved [394516/394516] scrypt-1.3.1.tgz: OK (sha256: df2f23197c9589963267f85f9c5307ecf2b35a98b83a551bf1b1fb7a4d06d4c2) >>> scrypt 1.3.1 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/scrypt/scrypt-1.3.1.tgz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1 -xf - >>> scrypt 1.3.1 Patching >>> scrypt 1.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> scrypt 1.3.1 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1/config.aux/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). >>> scrypt 1.3.1 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /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 mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C99... unsupported checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 to enable maintainer-specific portions of Makefiles... no checking for library containing AES_encrypt... -lcrypto checking sys/sysinfo.h usability... yes checking sys/sysinfo.h presence... yes checking for sys/sysinfo.h... yes checking for sysinfo... yes checking for struct sysinfo... yes checking for struct sysinfo.totalram... yes checking for struct sysinfo.mem_unit... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking openssl/aes.h usability... yes checking openssl/aes.h presence... yes checking for openssl/aes.h... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking for posix_memalign... yes checking for mmap... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking compiler_warnings... yes checking CFLAGS for maximum warnings... -Wall checking for sh... /bin/sh configure: checking POSIX compatibility... WARNING: POSIX violation: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc does not understand -lrt WARNING: POSIX violation: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc does not understand -lxnet WARNING: POSIX violation: clock_gettime() is not linkable ... done checking POSIX compatibility 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 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 >>> scrypt 1.3.1 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' ( export CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc"; export CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall"; command -p sh ./libcperciva/cpusupport/Build/cpusupport.sh "$PATH") > cpusupport-config.h.tmp && command -p mv cpusupport-config.h.tmp cpusupport-config.h Checking if compiler supports X86 CPUID feature... no Checking if compiler supports X86 CPUID_COUNT feature... no Checking if compiler supports X86 AESNI feature... no Checking if compiler supports X86 RDRAND feature... no Checking if compiler supports X86 SHANI feature... no Checking if compiler supports X86 SSE2 feature... no Checking if compiler supports X86 SSSE3 feature... no /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o main.o main.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o lib/crypto/crypto_scrypt_smix.o lib/crypto/crypto_scrypt_smix.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o lib-platform/crypto/crypto_scrypt.o lib-platform/crypto/crypto_scrypt.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/alg/sha256.o libcperciva/alg/sha256.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/cpusupport/cpusupport_x86_aesni.o libcperciva/cpusupport/cpusupport_x86_aesni.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/cpusupport/cpusupport_x86_rdrand.o libcperciva/cpusupport/cpusupport_x86_rdrand.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/cpusupport/cpusupport_x86_shani.o libcperciva/cpusupport/cpusupport_x86_shani.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/cpusupport/cpusupport_x86_sse2.o libcperciva/cpusupport/cpusupport_x86_sse2.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/cpusupport/cpusupport_x86_ssse3.o libcperciva/cpusupport/cpusupport_x86_ssse3.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/util/insecure_memzero.o libcperciva/util/insecure_memzero.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/util/warnp.o libcperciva/util/warnp.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o lib/scryptenc/scryptenc.o lib/scryptenc/scryptenc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o lib/scryptenc/scryptenc_cpuperf.o lib/scryptenc/scryptenc_cpuperf.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o lib-platform/util/memlimit.o lib-platform/util/memlimit.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/crypto/crypto_aes.o libcperciva/crypto/crypto_aes.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/crypto/crypto_aesctr.o libcperciva/crypto/crypto_aesctr.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/crypto/crypto_entropy.o libcperciva/crypto/crypto_entropy.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/crypto/crypto_verify_bytes.o libcperciva/crypto/crypto_verify_bytes.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/util/asprintf.o libcperciva/util/asprintf.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/util/entropy.o libcperciva/util/entropy.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/util/getopt.o libcperciva/util/getopt.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/util/humansize.o libcperciva/util/humansize.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/util/monoclock.o libcperciva/util/monoclock.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/util/readpass.o libcperciva/util/readpass.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/util/readpass_file.o libcperciva/util/readpass_file.c /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 `. ./cpusupport-config.h; echo ${CFLAGS_X86_AESNI}` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/crypto/aesni_la-crypto_aes_aesni.lo `test -f 'libcperciva/crypto/crypto_aes_aesni.c' || echo './'`libcperciva/crypto/crypto_aes_aesni.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c libcperciva/crypto/crypto_aes_aesni.c -fPIC -DPIC -o libcperciva/crypto/.libs/aesni_la-crypto_aes_aesni.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc `. ./cpusupport-config.h; echo ${CFLAGS_X86_AESNI}` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -o libcperciva_aesni.la libcperciva/crypto/aesni_la-crypto_aes_aesni.lo -lcrypto libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru .libs/libcperciva_aesni.a libcperciva/crypto/.libs/aesni_la-crypto_aes_aesni.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/libcperciva_aesni.a libtool: link: ( cd ".libs" && rm -f "libcperciva_aesni.la" && ln -s "../libcperciva_aesni.la" "libcperciva_aesni.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 `. ./cpusupport-config.h; echo ${CFLAGS_X86_RDRAND}` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/crypto/rdrand_la-crypto_entropy_rdrand.lo `test -f 'libcperciva/crypto/crypto_entropy_rdrand.c' || echo './'`libcperciva/crypto/crypto_entropy_rdrand.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c libcperciva/crypto/crypto_entropy_rdrand.c -fPIC -DPIC -o libcperciva/crypto/.libs/rdrand_la-crypto_entropy_rdrand.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc `. ./cpusupport-config.h; echo ${CFLAGS_X86_RDRAND}` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -o libcperciva_rdrand.la libcperciva/crypto/rdrand_la-crypto_entropy_rdrand.lo -lcrypto libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru .libs/libcperciva_rdrand.a libcperciva/crypto/.libs/rdrand_la-crypto_entropy_rdrand.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/libcperciva_rdrand.a libtool: link: ( cd ".libs" && rm -f "libcperciva_rdrand.la" && ln -s "../libcperciva_rdrand.la" "libcperciva_rdrand.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 `. ./cpusupport-config.h; echo ${CFLAGS_X86_SHANI} ${CFLAGS_X86_SSSE3}` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o libcperciva/alg/shani_la-sha256_shani.lo `test -f 'libcperciva/alg/sha256_shani.c' || echo './'`libcperciva/alg/sha256_shani.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c libcperciva/alg/sha256_shani.c -fPIC -DPIC -o libcperciva/alg/.libs/shani_la-sha256_shani.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc `. ./cpusupport-config.h; echo ${CFLAGS_X86_SHANI} ${CFLAGS_X86_SSSE3}` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -o libcperciva_shani.la libcperciva/alg/shani_la-sha256_shani.lo -lcrypto libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru .libs/libcperciva_shani.a libcperciva/alg/.libs/shani_la-sha256_shani.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/libcperciva_shani.a libtool: link: ( cd ".libs" && rm -f "libcperciva_shani.la" && ln -s "../libcperciva_shani.la" "libcperciva_shani.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 `. ./cpusupport-config.h; echo ${CFLAGS_X86_SSE2}` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o lib/crypto/libscrypt_sse2_la-crypto_scrypt_smix_sse2.lo `test -f 'lib/crypto/crypto_scrypt_smix_sse2.c' || echo './'`lib/crypto/crypto_scrypt_smix_sse2.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c lib/crypto/crypto_scrypt_smix_sse2.c -fPIC -DPIC -o lib/crypto/.libs/libscrypt_sse2_la-crypto_scrypt_smix_sse2.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc `. ./cpusupport-config.h; echo ${CFLAGS_X86_SSE2}` -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -o libscrypt_sse2.la lib/crypto/libscrypt_sse2_la-crypto_scrypt_smix_sse2.lo -lcrypto libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cru .libs/libscrypt_sse2.a lib/crypto/.libs/libscrypt_sse2_la-crypto_scrypt_smix_sse2.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/libscrypt_sse2.a libtool: link: ( cd ".libs" && rm -f "libscrypt_sse2.la" && ln -s "../libscrypt_sse2.la" "libscrypt_sse2.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -o scrypt main.o lib/crypto/crypto_scrypt_smix.o lib-platform/crypto/crypto_scrypt.o libcperciva/alg/sha256.o libcperciva/cpusupport/cpusupport_x86_aesni.o libcperciva/cpusupport/cpusupport_x86_rdrand.o libcperciva/cpusupport/cpusupport_x86_shani.o libcperciva/cpusupport/cpusupport_x86_sse2.o libcperciva/cpusupport/cpusupport_x86_ssse3.o libcperciva/util/insecure_memzero.o libcperciva/util/warnp.o lib/scryptenc/scryptenc.o lib/scryptenc/scryptenc_cpuperf.o lib-platform/util/memlimit.o libcperciva/crypto/crypto_aes.o libcperciva/crypto/crypto_aesctr.o libcperciva/crypto/crypto_entropy.o libcperciva/crypto/crypto_verify_bytes.o libcperciva/util/asprintf.o libcperciva/util/entropy.o libcperciva/util/getopt.o libcperciva/util/humansize.o libcperciva/util/monoclock.o libcperciva/util/readpass.o libcperciva/util/readpass_file.o libcperciva_aesni.la libcperciva_rdrand.la libcperciva_shani.la libscrypt_sse2.la -lcrypto libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -o scrypt main.o lib/crypto/crypto_scrypt_smix.o lib-platform/crypto/crypto_scrypt.o libcperciva/alg/sha256.o libcperciva/cpusupport/cpusupport_x86_aesni.o libcperciva/cpusupport/cpusupport_x86_rdrand.o libcperciva/cpusupport/cpusupport_x86_shani.o libcperciva/cpusupport/cpusupport_x86_sse2.o libcperciva/cpusupport/cpusupport_x86_ssse3.o libcperciva/util/insecure_memzero.o libcperciva/util/warnp.o lib/scryptenc/scryptenc.o lib/scryptenc/scryptenc_cpuperf.o lib-platform/util/memlimit.o libcperciva/crypto/crypto_aes.o libcperciva/crypto/crypto_aesctr.o libcperciva/crypto/crypto_entropy.o libcperciva/crypto/crypto_verify_bytes.o libcperciva/util/asprintf.o libcperciva/util/entropy.o libcperciva/util/getopt.o libcperciva/util/humansize.o libcperciva/util/monoclock.o libcperciva/util/readpass.o libcperciva/util/readpass_file.o ./.libs/libcperciva_aesni.a ./.libs/libcperciva_rdrand.a ./.libs/libcperciva_shani.a ./.libs/libscrypt_sse2.a -lcrypto /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o tests/verify-strings/test_scrypt.o tests/verify-strings/test_scrypt.c /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -o tests/verify-strings/test_scrypt tests/verify-strings/test_scrypt.o lib/crypto/crypto_scrypt_smix.o lib-platform/crypto/crypto_scrypt.o libcperciva/alg/sha256.o libcperciva/cpusupport/cpusupport_x86_aesni.o libcperciva/cpusupport/cpusupport_x86_rdrand.o libcperciva/cpusupport/cpusupport_x86_shani.o libcperciva/cpusupport/cpusupport_x86_sse2.o libcperciva/cpusupport/cpusupport_x86_ssse3.o libcperciva/util/insecure_memzero.o libcperciva/util/warnp.o libcperciva_shani.la libscrypt_sse2.la -lcrypto libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -o tests/verify-strings/test_scrypt tests/verify-strings/test_scrypt.o lib/crypto/crypto_scrypt_smix.o lib-platform/crypto/crypto_scrypt.o libcperciva/alg/sha256.o libcperciva/cpusupport/cpusupport_x86_aesni.o libcperciva/cpusupport/cpusupport_x86_rdrand.o libcperciva/cpusupport/cpusupport_x86_shani.o libcperciva/cpusupport/cpusupport_x86_sse2.o libcperciva/cpusupport/cpusupport_x86_ssse3.o libcperciva/util/insecure_memzero.o libcperciva/util/warnp.o ./.libs/libcperciva_shani.a ./.libs/libscrypt_sse2.a -lcrypto /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I./lib -I./lib/crypto -I./lib/scryptenc -I./lib-platform -I./lib-platform/crypto -I./lib-platform/util -I./libcperciva/alg -I./libcperciva/cpusupport -I./libcperciva/crypto -I./libcperciva/util -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DPOSIXFAIL_CLOCK_GETTIME -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -c -o tests/valgrind/potential-memleaks.o tests/valgrind/potential-memleaks.c /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -o tests/valgrind/potential-memleaks tests/valgrind/potential-memleaks.o -lcrypto libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wall -o tests/valgrind/potential-memleaks tests/valgrind/potential-memleaks.o -lcrypto make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' >>> scrypt 1.3.1 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' /usr/bin/make install-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c scrypt '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c scrypt /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/scrypt /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 scrypt.1 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' >>> scrypt 1.3.1 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> scrypt 1.3.1 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' /usr/bin/make install-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c scrypt '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c scrypt /nvmedata/autobuild/instance-27/output-1/target/usr/bin/scrypt /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 scrypt.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/scrypt-1.3.1' >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.sdl_image-5d792dde2f764daf15dc48521774a3354330db69.tar.gz.DDdLi4/output' 'https://github.com/libsdl-org/SDL_image/archive/5d792dde2f764daf15dc48521774a3354330db69/sdl_image-5d792dde2f764daf15dc48521774a3354330db69.tar.gz' --2022-06-04 14:21:18-- https://github.com/libsdl-org/SDL_image/archive/5d792dde2f764daf15dc48521774a3354330db69/sdl_image-5d792dde2f764daf15dc48521774a3354330db69.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/libsdl-org/SDL_image/tar.gz/5d792dde2f764daf15dc48521774a3354330db69 [following] --2022-06-04 14:21:18-- https://codeload.github.com/libsdl-org/SDL_image/tar.gz/5d792dde2f764daf15dc48521774a3354330db69 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: '/nvmedata/autobuild/instance-27/output-1/build/.sdl_image-5d792dde2f764daf15dc48521774a3354330db69.tar.gz.DDdLi4/output' 0K .......... .......... .......... .......... .......... 493K 50K .......... .......... .......... .......... .......... 983K 100K .......... .......... .......... .......... .......... 72.9M 150K .......... .......... .......... .......... .......... 1017K 200K .......... .......... .......... .......... .......... 33.1M 250K .......... .......... .......... .......... .......... 60.9M 300K .......... .......... .......... .......... .......... 84.9M 350K .......... .......... .......... .......... .......... 1.01M 400K .......... .......... .......... .......... .......... 114M 450K .......... .......... .......... .......... .......... 100M 500K .......... .......... .......... .......... .......... 105M 550K .......... .......... .......... .......... .......... 95.6M 600K .......... .......... .......... .......... .......... 85.5M 650K .......... .......... .......... .......... .......... 128M 700K .......... .......... .......... .......... .......... 465K 750K .......... .......... .......... .......... .......... 127M 800K .......... .......... .......... .......... .......... 109M 850K .......... .......... .......... .......... .......... 165M 900K .......... .......... .......... .......... .......... 171M 950K .......... .......... .......... .......... .......... 154M 1000K .......... .......... .......... .......... .......... 172M 1050K .......... .......... .......... .......... .......... 173M 1100K .......... .......... .......... .......... .......... 175M 1150K .......... .......... .......... .......... .......... 143M 1200K .......... .......... .......... .......... .......... 172M 1250K .......... .......... .......... .......... .......... 162M 1300K .......... .......... .......... .......... .......... 165M 1350K .......... .......... .......... .......... .......... 149M 1400K .......... .......... .......... .......... .......... 152M 1450K .......... .......... .......... .......... .......... 167M 1500K .......... .......... .......... .......... .......... 1.25M 1550K .......... .......... .......... .......... .......... 146M 1600K .......... .......... .......... .......... .......... 33.5M 1650K .......... .......... .......... .......... .......... 171M 1700K .......... .......... .......... .......... .......... 156M 1750K .......... .......... .......... .......... .......... 161M 1800K .......... .......... .......... .......... .......... 84.1M 1850K .......... .......... .......... .......... .......... 87.6M 1900K .......... .......... .......... .......... .......... 84.8M 1950K .......... .......... .......... .......... .......... 85.0M 2000K .......... .......... .......... .......... .......... 78.3M 2050K .......... .......... .......... .......... .......... 90.4M 2100K .......... .......... .......... .......... .......... 82.5M 2150K .......... .......... .......... .......... .......... 965K 2200K .......... .......... .......... .......... .......... 1.14M 2250K .......... .......... .......... .......... .......... 67.9M 2300K .......... .......... .......... .......... .......... 85.9M 2350K .......... .......... .......... .......... .......... 82.1M 2400K .......... .......... .......... .......... .......... 17.7M 2450K .......... .......... .......... .......... .......... 27.5M 2500K .......... .......... .......... .......... .......... 17.7M 2550K .......... .......... .......... .......... .......... 84.1M 2600K .......... .......... .......... .......... .......... 46.6M 2650K .......... .......... .......... .......... .......... 54.4M 2700K .......... .......... .......... .......... .......... 60.2M 2750K .......... .......... .......... .......... .......... 49.8M 2800K .......... .......... .......... .......... .......... 62.6M 2850K .......... .......... .......... .......... .......... 85.2M 2900K .......... .......... .......... .......... .......... 31.4M 2950K .......... .......... .......... .......... .......... 34.6M 3000K .......... .......... .......... .......... .......... 22.9M 3050K .......... .......... .......... .......... .......... 1.48M 3100K .......... .......... .......... .......... .......... 17.7M 3150K .......... .......... .......... .......... .......... 59.4M 3200K .......... .......... .......... .......... .......... 64.0M 3250K .......... .......... .......... .......... .......... 520K 3300K .......... .......... .......... .......... .......... 16.8M 3350K .......... .......... .......... .......... .......... 79.1M 3400K .......... .......... .......... .......... .......... 65.4M 3450K .......... .......... .......... .......... .......... 67.4M 3500K .......... .......... .......... .......... .......... 55.1M 3550K .......... .......... .......... .......... .......... 75.1M 3600K .......... .......... .......... .......... .......... 75.3M 3650K .......... .......... .......... .......... .......... 85.1M 3700K .......... .......... .......... .......... .......... 64.9M 3750K .......... .......... .......... .......... .......... 79.1M 3800K .......... .......... .......... .......... .......... 80.5M 3850K .......... .......... .......... .......... .......... 74.5M 3900K .......... .......... .......... .......... .......... 65.5M 3950K .......... .......... .......... .......... .......... 81.2M 4000K .......... .......... .......... .......... .......... 75.5M 4050K .......... .......... .......... .......... .......... 1.12M 4100K .......... .......... .......... .......... .......... 67.4M 4150K .......... .......... .......... .......... .......... 13.7M 4200K .......... .......... .......... .......... .......... 93.1M 4250K .......... .......... .......... .......... .......... 39.1M 4300K .......... .......... .......... .......... .......... 1.11M 4350K .......... .......... .......... .......... .......... 36.7M 4400K .......... .......... .......... .......... .......... 15.4M 4450K .......... .......... .......... .......... .......... 27.8M 4500K .......... .......... .......... .......... .......... 83.2M 4550K .......... .......... .......... .......... .......... 1.20M 4600K .......... .......... .......... .......... .......... 11.5M 4650K .......... .......... .......... .......... .......... 79.8M 4700K .......... .......... .......... .......... .......... 13.2M 4750K .......... .......... .......... .......... .......... 75.3M 4800K .......... .......... .......... .......... .......... 9.21M 4850K .......... .......... .......... .......... .......... 1.22M 4900K .......... .......... .......... .......... .......... 21.9M 4950K .......... .......... .......... .......... .......... 18.6M 5000K .......... .......... .......... .......... .......... 61.4M 5050K .......... .......... .......... .......... .......... 20.3M 5100K .......... .......... .......... .......... .......... 1.12M 5150K .......... .......... .......... .......... .......... 21.2M 5200K .......... .......... .......... .......... .......... 80.9M 5250K .......... .......... .......... .......... .......... 21.5M 5300K .......... .......... .......... .......... .......... 86.1M 5350K .......... .......... .......... .......... .......... 7.69M 5400K .......... .......... .......... .......... .......... 1.24M 5450K .......... .......... .......... .......... .......... 22.1M 5500K .......... .......... .......... .......... .......... 21.5M 5550K .......... .......... .......... .......... .......... 78.5M 5600K .......... .......... .......... .......... .......... 23.4M 5650K .......... .......... .......... .......... .......... 1.12M 5700K .......... .......... .......... .......... .......... 15.9M 5750K .......... .......... .......... .......... .......... 77.0M 5800K .......... .......... .......... .......... .......... 28.8M 5850K .......... .......... .......... .......... .......... 76.8M 5900K .......... .......... .......... .......... .......... 7.23M 5950K .......... .......... .......... .......... .......... 1.27M 6000K .......... .......... .......... .......... .......... 13.5M 6050K .......... .......... .......... .......... .......... 41.6M 6100K .......... .......... .......... .......... .......... 78.0M 6150K .......... .......... .......... .......... .......... 19.2M 6200K .......... .......... .......... .......... .......... 1.15M 6250K .......... .......... .......... .......... .......... 92.2M 6300K .......... .......... .......... .......... .......... 11.9M 6350K .......... .......... .......... .......... .......... 28.0M 6400K .......... .......... .......... .......... .......... 87.4M 6450K .......... .......... .......... .......... .......... 9.25M 6500K .......... .......... .......... .......... .......... 1.24M 6550K .......... .......... .......... .......... .......... 7.41M 6600K .......... .......... .......... .......... .......... 92.1M 6650K .......... .......... .......... .......... .......... 97.0M 6700K .......... .......... .......... .......... .......... 95.5M 6750K .......... .......... .......... .......... .......... 1.17M 6800K .......... .......... .......... .......... .......... 56.3M 6850K .......... .......... .......... .......... .......... 6.30M 6900K .......... .......... .......... .......... .......... 75.9M 6950K .......... .......... .......... .......... .......... 78.8M 7000K .......... .......... .......... .......... .......... 749K 7050K .......... .......... .......... .......... .......... 91.3M 7100K .......... .......... .......... .......... .......... 81.0M 7150K .......... .......... .......... .......... .......... 79.7M 7200K .......... .......... .......... .......... .......... 79.7M 7250K .......... .......... .......... .......... .......... 43.7M 7300K .......... .......... .......... .......... .......... 2.13M 7350K .......... .......... .......... .......... .......... 5.24M 7400K .......... .......... .......... .......... .......... 122M 7450K .......... .......... .......... .......... .......... 111M 7500K .......... .......... .......... .......... .......... 1.21M 7550K .......... .......... .......... .......... .......... 4.58M 7600K .......... .......... .......... .......... .......... 153M 7650K .......... .......... .......... .......... .......... 10.2M 7700K .......... .......... .......... .......... .......... 1.36M 7750K .......... .......... .......... .......... .......... 4.50M 7800K .......... .......... .......... .......... .......... 137M 7850K .......... .......... .......... .......... .......... 103M 7900K .......... .......... .......... .......... .......... 1.24M 7950K .......... .......... .......... .......... .......... 4.06M 8000K .......... .......... .......... .......... .......... 148M 8050K .......... .......... .......... .......... .......... 18.2M 8100K .......... .......... .......... .......... .......... 1.32M 8150K .......... .......... .......... .......... .......... 4.36M 8200K .......... .......... .......... .......... .......... 150M 8250K .......... .......... .......... .......... .......... 70.5M 8300K .......... .......... .......... .......... .......... 1.26M 8350K .......... .......... .......... .......... .......... 8.74M 8400K .......... .......... .......... .......... .......... 7.75M 8450K .......... .......... .......... .......... .......... 111M 8500K .......... .......... .......... .......... .......... 1.26M 8550K .......... .......... .......... .......... .......... 8.78M 8600K .......... .......... .......... .......... .......... 7.78M 8650K .......... .......... .......... .......... .......... 237M 8700K .......... .......... .......... .......... .......... 4.44M 8750K .......... .......... .......... .......... .......... 1.63M 8800K .......... .......... .......... .......... .......... 4.85M 8850K .......... .......... .......... .......... .......... 62.8M 8900K .......... .......... .......... .......... .......... 4.95M 8950K .......... .......... .......... .......... .......... 1.62M 9000K .......... .......... .......... .......... .......... 4.78M 9050K .......... .......... .......... .......... .......... 87.2M 9100K .......... .......... .......... .......... .......... 15.7M 9150K .......... .......... .......... .......... .......... 1.33M 9200K .......... .......... .......... .......... .......... 4.56M 9250K .......... .......... .......... .......... .......... 86.6M 9300K .......... .......... .......... .......... .......... 20.6M 9350K .......... .......... .......... .......... .......... 1.28M 9400K .......... .......... .......... .......... .......... 10.8M 9450K .......... .......... .......... .......... .......... 7.61M 9500K .......... .......... .......... .......... .......... 46.8M 9550K .......... .......... .......... .......... .......... 3.93M 9600K .......... .......... .......... .......... .......... 1.66M 9650K .......... .......... .......... .......... .......... 5.90M 9700K .......... .......... .......... .......... .......... 95.5M 9750K .......... .......... .......... .......... .......... 5.06M 9800K .......... .......... .......... .......... .......... 1.65M 9850K .......... .......... .......... .......... .......... 3.74M 9900K .......... .......... .......... .......... .......... 153M 9950K .......... .......... .......... .......... .......... 12.1M 10000K .......... .......... .......... .......... .......... 1.41M 10050K .......... .......... .......... .......... .......... 3.94M 10100K .......... .......... .......... .......... .......... 92.7M 10150K .......... .......... .......... .......... .......... 80.4M 10200K .......... .......... .......... .......... .......... 3.82M 10250K .......... .......... .......... .......... .......... 1.96M 10300K .......... .......... .......... .......... .......... 3.57M 10350K .......... .......... .......... .......... .......... 67.2M 10400K .......... .......... .......... .......... .......... 3.77M 10450K .......... .......... .......... .......... .......... 2.03M 10500K .......... .......... .......... .......... .......... 3.55M 10550K .......... .......... .......... .......... .......... 125M 10600K .......... .......... .......... ..... 124M=2.1s 2022-06-04 14:21:21 (4.91 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.sdl_image-5d792dde2f764daf15dc48521774a3354330db69.tar.gz.DDdLi4/output' saved [10890897] sdl_image-5d792dde2f764daf15dc48521774a3354330db69.tar.gz: OK (sha256: abaf55f6c3bbd7c7271b523767f360317f1fbb2a79e74c38c0523a123970ac89) >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/sdl_image/sdl_image-5d792dde2f764daf15dc48521774a3354330db69.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69 -xf - >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Patching >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69/external/libpng-1.5.13/ltmain.sh patching file /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69/external/jpeg-8d1/ltmain.sh patching file /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69/external/libwebp-1.0.3/ltmain.sh Hunk #1 succeeded at 2882 (offset 195 lines). Hunk #2 succeeded at 4472 (offset 195 lines). Hunk #3 succeeded at 6768 (offset 214 lines). Hunk #4 succeeded at 6778 (offset 214 lines). Hunk #5 succeeded at 7071 (offset 214 lines). Hunk #6 succeeded at 7363 (offset 214 lines). Hunk #7 succeeded at 8335 (offset 223 lines). Hunk #8 succeeded at 10968 (offset 258 lines). patching file /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69/external/tiff-4.0.3/config/ltmain.sh patching file /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69/ltmain.sh Hunk #1 succeeded at 1048 (offset -166 lines). Hunk #2 succeeded at 2018 (offset -221 lines). Hunk #3 succeeded at 4118 (offset -314 lines). Hunk #4 succeeded at 4128 (offset -314 lines). Hunk #5 succeeded at 4405 (offset -319 lines). Hunk #6 succeeded at 4670 (offset -324 lines). Hunk #7 succeeded at 5412 (offset -326 lines). Hunk #8 succeeded at 5570 (offset -326 lines). Hunk #9 succeeded at 8058 (offset -320 lines). >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-sdl-prefix=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --with-sdl-exec-prefix=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --disable-sdltest --disable-static --disable-jpg-shared --disable-png-shared --disable-tif-shared --disable-webp-shared --enable-bmp=no --enable-gif=yes --enable-jpg=yes --enable-lbm=yes --enable-pcx=no --enable-png=no --enable-pnm=no --enable-tga=yes --enable-tif=no --enable-webp=yes --enable-xcf=yes --enable-xpm=no --enable-xv=no ) 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 configure: loading site script /dev/null checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 host system type... (cached) mips64el-buildroot-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking for mips64el-buildroot-linux-uclibc-gcc... mips64el-buildroot-linux-uclibc-gcc checking whether we are using the GNU Objective C compiler... no checking whether mips64el-buildroot-linux-uclibc-gcc accepts -g... no checking dependency style of mips64el-buildroot-linux-uclibc-gcc... none checking for inline... inline checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for windres... no checking for mips64el-buildroot-linux-uclibc-windres... no checking for linux-uclibc-windres... no checking pkg-config is at least version 0.9.0... yes checking for sdl-config... /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/sdl-config checking for SDL - version >= 1.2.10... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_CreateDecompress in -ljpeg... yes checking for LIBWEBP... yes configure: creating ./config.status config.status: creating Makefile config.status: creating SDL_image.spec config.status: creating SDL_image.pc config.status: executing libtool commands 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 >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69' /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG.lo IMG.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG.c -fPIC -DPIC -o .libs/IMG.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_bmp.lo IMG_bmp.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_bmp.c -fPIC -DPIC -o .libs/IMG_bmp.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_gif.lo IMG_gif.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_gif.c -fPIC -DPIC -o .libs/IMG_gif.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_jpg.lo IMG_jpg.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_jpg.c -fPIC -DPIC -o .libs/IMG_jpg.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_lbm.lo IMG_lbm.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_lbm.c -fPIC -DPIC -o .libs/IMG_lbm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_pcx.lo IMG_pcx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_pcx.c -fPIC -DPIC -o .libs/IMG_pcx.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_png.lo IMG_png.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_png.c -fPIC -DPIC -o .libs/IMG_png.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_pnm.lo IMG_pnm.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_pnm.c -fPIC -DPIC -o .libs/IMG_pnm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_tga.lo IMG_tga.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_tga.c -fPIC -DPIC -o .libs/IMG_tga.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_tif.lo IMG_tif.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_tif.c -fPIC -DPIC -o .libs/IMG_tif.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_xcf.lo IMG_xcf.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_xcf.c -fPIC -DPIC -o .libs/IMG_xcf.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_xpm.lo IMG_xpm.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_xpm.c -fPIC -DPIC -o .libs/IMG_xpm.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_xv.lo IMG_xv.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_xv.c -fPIC -DPIC -o .libs/IMG_xv.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o IMG_webp.lo IMG_webp.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c IMG_webp.c -fPIC -DPIC -o .libs/IMG_webp.o /bin/bash ./libtool --mode=link mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -no-undefined -release 1.2 -version-info 8:5:8 -o libSDL_image.la -rpath /usr/lib IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo IMG_lbm.lo IMG_pcx.lo IMG_png.lo IMG_pnm.lo IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo IMG_xv.lo IMG_webp.lo -ljpeg -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lwebp -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lSDL -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared .libs/IMG.o .libs/IMG_bmp.o .libs/IMG_gif.o .libs/IMG_jpg.o .libs/IMG_lbm.o .libs/IMG_pcx.o .libs/IMG_png.o .libs/IMG_pnm.o .libs/IMG_tga.o .libs/IMG_tif.o .libs/IMG_xcf.o .libs/IMG_xpm.o .libs/IMG_xv.o .libs/IMG_webp.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libjpeg.so -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libwebp.so -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.so /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libiconv.so -lm -lpthread -Wl,-soname -Wl,libSDL_image-1.2.so.0 -o .libs/libSDL_image-1.2.so.0.8.5 libtool: link: (cd ".libs" && rm -f "libSDL_image-1.2.so.0" && ln -s "libSDL_image-1.2.so.0.8.5" "libSDL_image-1.2.so.0") libtool: link: (cd ".libs" && rm -f "libSDL_image.so" && ln -s "libSDL_image-1.2.so.0.8.5" "libSDL_image.so") libtool: link: ( cd ".libs" && rm -f "libSDL_image.la" && ln -s "../libSDL_image.la" "libSDL_image.la" ) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.13\" -DLOAD_JPG=1 -DLOAD_WEBP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c showimage.c /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o showimage showimage.o libSDL_image.la -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lSDL -lpthread libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -I/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o showimage showimage.o ./.libs/libSDL_image.so -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libjpeg.so /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libwebp.so /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.so /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libSDL.so /nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libiconv.so -lm -lpthread -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69/.libs -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69' >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69' test -z "/usr/lib" || /bin/mkdir -p "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib" /bin/bash ./libtool --mode=install /usr/bin/install -c libSDL_image.la '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libSDL_image-1.2.so.0.8.5 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libSDL_image-1.2.so.0.8.5 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libSDL_image-1.2.so.0.8.5 libSDL_image-1.2.so.0 || { rm -f libSDL_image-1.2.so.0 && ln -s libSDL_image-1.2.so.0.8.5 libSDL_image-1.2.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libSDL_image-1.2.so.0.8.5 libSDL_image.so || { rm -f libSDL_image.so && ln -s libSDL_image-1.2.so.0.8.5 libSDL_image.so; }; }) libtool: install: /usr/bin/install -c .libs/libSDL_image.lai /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libSDL_image.la libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/SDL" || /bin/mkdir -p "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL" /usr/bin/install -c -m 644 SDL_image.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/SDL' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig" /usr/bin/install -c -m 644 SDL_image.pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69' >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69' test -z "/usr/lib" || /bin/mkdir -p "/nvmedata/autobuild/instance-27/output-1/target/usr/lib" /bin/bash ./libtool --mode=install /usr/bin/install -c libSDL_image.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libSDL_image-1.2.so.0.8.5 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libSDL_image-1.2.so.0.8.5 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libSDL_image-1.2.so.0.8.5 libSDL_image-1.2.so.0 || { rm -f libSDL_image-1.2.so.0 && ln -s libSDL_image-1.2.so.0.8.5 libSDL_image-1.2.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libSDL_image-1.2.so.0.8.5 libSDL_image.so || { rm -f libSDL_image.so && ln -s libSDL_image-1.2.so.0.8.5 libSDL_image.so; }; }) libtool: install: /usr/bin/install -c .libs/libSDL_image.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libSDL_image.la libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/SDL" || /bin/mkdir -p "/nvmedata/autobuild/instance-27/output-1/target/usr/include/SDL" /usr/bin/install -c -m 644 SDL_image.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/SDL' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig" /usr/bin/install -c -m 644 SDL_image.pc '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sdl_image-5d792dde2f764daf15dc48521774a3354330db69' >>> seatd 0.6.4 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.0.6.4.tar.gz.faxl1k/output' 'https://git.sr.ht/~kennylevinsen/seatd/archive/0.6.4.tar.gz' --2022-06-04 14:21:32-- https://git.sr.ht/~kennylevinsen/seatd/archive/0.6.4.tar.gz Resolving git.sr.ht (git.sr.ht)... 173.195.146.142 Connecting to git.sr.ht (git.sr.ht)|173.195.146.142|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/tar+gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.0.6.4.tar.gz.faxl1k/output' 0K .......... .......... .......... ....... 1006K=0.04s 2022-06-04 14:21:33 (1006 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.0.6.4.tar.gz.faxl1k/output' saved [38393] 0.6.4.tar.gz: OK (sha256: 3d4ac288114219ba7721239cafee7bfbeb7cf8e1e7fd653602a369e4ad050bd8) >>> seatd 0.6.4 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/seatd/0.6.4.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4 -xf - >>> seatd 0.6.4 Patching >>> seatd 0.6.4 Configuring rm -rf /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build mkdir -p /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-27/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-27/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-27/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-27/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build/cross-compilation.conf PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/meson --prefix=/usr --libdir=lib --default-library=shared --buildtype=debug --cross-file=/nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/nvmedata/autobuild/instance-27/output-1/host/lib/cmake -Dman-pages=disabled -Dexamples=disabled -Dwerror=false -Dlibseat-logind=disabled -Dlibseat-builtin=enabled -Dlibseat-seatd=disabled -Dserver=disabled /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4/ /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build The Meson build system Version: 0.62.1 Source dir: /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4 Build dir: /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4/build Build type: cross build Project name: seatd Project version: 0.6.4 C compiler for the host machine: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc (gcc 10.3.0 "mips64el-buildroot-linux-uclibc-gcc.br_real (Buildroot 2022.05-rc2-40-gf255a32211) 10.3.0") C linker for the host machine: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc ld.bfd 2.37 C compiler for the build machine: /usr/bin/gcc (gcc 9.4.0 "gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.34 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: mips64 Host machine cpu: Target machine cpu family: mips64 Target machine cpu: Compiler for C supports arguments -Wundef: YES Compiler for C supports arguments -Wunused: YES Compiler for C supports arguments -Wlogical-op: YES Compiler for C supports arguments -Wmissing-include-dirs: YES Compiler for C supports arguments -Wold-style-definition: YES Compiler for C supports arguments -Wpointer-arith: YES Compiler for C supports arguments -Wstrict-prototypes: YES Compiler for C supports arguments -Wimplicit-fallthrough: YES Compiler for C supports arguments -Wmissing-prototypes: YES Compiler for C supports arguments -Wno-unknown-warning-option: NO Compiler for C supports arguments -Wno-unused-command-line-argument: NO Compiler for C supports arguments -Wvla: YES WARNING: -Wl,--exclude-libs=ALL looks like a linker argument, but has_argument and other similar methods only support checking compiler arguments. Using them to check linker arguments are never supported, and results are likely to be wrong regardless of the compiler you are using. has_link_argument or other similar method can be used instead. Compiler for C supports arguments -Wl,--exclude-libs=ALL: YES Compiler for C supports arguments -D_XOPEN_SOURCE=700: YES Compiler for C supports arguments -D__BSD_VISIBLE: YES Compiler for C supports arguments -DSEATD_VERSION="0.6.4": YES Compiler for C supports arguments -DSEATD_DEFAULTPATH="/run/seatd.sock": YES Compiler for C supports arguments -DSEATD_INSTALLPATH="/usr/bin/seatd": YES ../output-1/build/seatd-0.6.4/meson.build:62: WARNING: Project targeting '>=0.56.0' but tried to use feature deprecated since '0.56.0': meson.build_root. use meson.project_build_root() or meson.global_build_root() instead. Library rt found: YES Build targets in project: 5 WARNING: Deprecated features used: * 0.56.0: {'meson.build_root'} seatd 0.6.4 libseat-seatd : NO libseat-builtin : YES libseat-systemd : NO libseat-elogind : NO server : NO User defined options Cross files : /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build/cross-compilation.conf build.cmake_prefix_path: /nvmedata/autobuild/instance-27/output-1/host/lib/cmake build.pkg_config_path : /nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig buildtype : debug default_library : shared libdir : lib prefix : /usr strip : false werror : false b_pie : false examples : disabled libseat-builtin : enabled libseat-logind : disabled libseat-seatd : disabled man-pages : disabled server : disabled Found ninja-1.10.2.git.kitware.jobserver-1 at /nvmedata/autobuild/instance-27/output-1/host/bin/ninja >>> seatd 0.6.4 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build' [1/25] Compiling C object libseat-private.a.p/common_linked_list.c.o [2/25] Compiling C object libseat-private.a.p/common_log.c.o [3/25] Compiling C object libseat-private.a.p/common_terminal.c.o [4/25] Compiling C object libseat-private.a.p/common_evdev.c.o [5/25] Compiling C object libseat-private.a.p/common_drm.c.o [6/25] Compiling C object libseat-private.a.p/seatd_poller.c.o [7/25] Compiling C object linked_list_test.p/common_linked_list.c.o [8/25] Compiling C object libseat.so.1.p/libseat_libseat.c.o [9/25] Compiling C object libseat-private.a.p/common_connection.c.o [10/25] Compiling C object libseat.so.1.p/libseat_backend_noop.c.o [11/25] Compiling C object libseat-private.a.p/seatd_server.c.o [12/25] Compiling C object poller_test.p/common_linked_list.c.o [13/25] Compiling C object libseat-private.a.p/seatd_client.c.o [14/25] Compiling C object poller_test.p/seatd_poller.c.o [15/25] Compiling C object linked_list_test.p/tests_linked_list.c.o [16/25] Compiling C object connection_test.p/common_connection.c.o [17/25] Linking target linked_list_test [18/25] Compiling C object connection_test.p/tests_connection.c.o [19/25] Compiling C object poller_test.p/tests_poller.c.o [20/25] Compiling C object libseat-private.a.p/seatd_seat.c.o [21/25] Linking target poller_test [22/25] Linking target connection_test [23/25] Compiling C object libseat-private.a.p/libseat_backend_seatd.c.o [24/25] Linking static target libseat-private.a [25/25] Linking target libseat.so.1 >>> seatd 0.6.4 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build install ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build' [0/1] Installing files. Installing libseat.so.1 to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib Installing /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4/include/libseat.h to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include Installing /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4/build/meson-private/libseat.pc to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig Installing symlink pointing to libseat.so.1 to /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libseat.so >>> seatd 0.6.4 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> seatd 0.6.4 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-27/output-1/target PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build install ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4//build' [0/1] Installing files. Installing libseat.so.1 to /nvmedata/autobuild/instance-27/output-1/target/usr/lib Installing /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4/include/libseat.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include Installing /nvmedata/autobuild/instance-27/output-1/build/seatd-0.6.4/build/meson-private/libseat.pc to /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libseat.so.1 to /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libseat.so >>> shellinabox 2.20 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.shellinabox-2.20.tar.gz.EhhDMB/output' 'https://github.com/shellinabox/shellinabox/archive/v2.20/shellinabox-2.20.tar.gz' --2022-06-04 14:21:38-- https://github.com/shellinabox/shellinabox/archive/v2.20/shellinabox-2.20.tar.gz Resolving github.com (github.com)... 140.82.113.4 Connecting to github.com (github.com)|140.82.113.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/shellinabox/shellinabox/tar.gz/refs/tags/v2.20 [following] --2022-06-04 14:21:38-- https://codeload.github.com/shellinabox/shellinabox/tar.gz/refs/tags/v2.20 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: '/nvmedata/autobuild/instance-27/output-1/build/.shellinabox-2.20.tar.gz.EhhDMB/output' 0K .......... .......... .......... .......... .......... 467K 50K .......... .......... .......... .......... .......... 936K 100K .......... .......... .......... .......... .......... 77.5M 150K .......... .......... .......... .......... .......... 12.8M 200K .......... .......... .......... .......... .......... 1008K 250K .......... .......... .......... .......... .......... 66.7M 300K .......... .......... .......... .......... .......... 83.0M 350K .......... .......... .......... .......... .......... 93.6M 400K .......... .......... .......... .......... .......... 969K 450K .......... .......... .......... .......... .......... 48.9M 500K .......... .......... .......... .......... .......... 102M 550K .......... .......... .......... .......... .......... 146M 600K .......... .......... .......... .......... .......... 932K 650K .......... .......... .......... .......... .......... 53.3M 700K .......... .......... ........ 161M=0.3s 2022-06-04 14:21:39 (2.19 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.shellinabox-2.20.tar.gz.EhhDMB/output' saved [745920] shellinabox-2.20.tar.gz: OK (sha256: 27a5ec6c3439f87aee238c47cc56e7357a6249e5ca9ed0f044f0057ef389d81e) >>> shellinabox 2.20 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/shellinabox/shellinabox-2.20.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20 -xf - >>> shellinabox 2.20 Patching Applying 0001-Makefile-disable-always-building-statically.patch using patch: patching file Makefile.am Applying 0002-CVE-2018-16789-fix-for-broken-multipart-form-data.patch using patch: patching file libhttp/url.c >>> shellinabox 2.20 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20 -name $file); do cp support/gnuconfig/$file $i; done; done >>> shellinabox 2.20 Configuring >>> shellinabox 2.20 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:18: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:18: You should use the 'AC_CONFIG_HEADERS' macro instead. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... aclocal.m4:745: AM_CONFIG_HEADER is expanded from... configure.ac:18: the top level configure.ac:24: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:24: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:24: the top level configure.ac:54: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:54: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:54: the top level configure.ac:66: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:66: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:66: the top level configure.ac:73: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:73: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:73: the top level configure.ac:80: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:80: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:80: the top level configure.ac:87: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:87: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:87: the top level configure.ac:93: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:93: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:93: the top level configure.ac:153: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:153: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:153: the top level configure.ac:157: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:157: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:157: the top level configure.ac:19: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:17: installing './install-sh' configure.ac:17: installing './missing' Makefile.am: installing './INSTALL' Makefile.am: installing './depcomp' >>> shellinabox 2.20 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20/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 /nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-runtime-loading --enable-ssl ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 an ANSI C-conforming const... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc needs -traditional... no checking for libutil.h... no checking for pthread.h... yes checking for pty.h... yes checking for strings.h... (cached) yes checking for syslog.h... yes checking for sys/prctl.h... yes checking for sys/uio.h... yes checking for util.h... no checking for login_tty... yes checking for strlcat... yes checking for vsyslog... yes checking for getgrgid_r... yes checking for getgrnam_r... yes checking for gethostbyname_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for openpty... yes checking for strcasestr... yes checking for getresuid... yes checking for getresgid... yes checking for setresuid... yes checking for setresgid... yes checking for utmp.h... yes checking for utmpx.h... yes checking for openssl/bio.h... yes checking for openssl/err.h... yes checking for openssl/ssl.h... yes checking for security/pam_appl.h... no checking for security/pam_client.h... no checking for security/pam_misc.h... no checking for openssl/bio.h... (cached) yes checking for openssl/err.h... (cached) yes checking for openssl/ssl.h... (cached) yes checking for security/pam_appl.h... (cached) no checking for security/pam_misc.h... (cached) no checking for deflate in -lz... yes checking for zlib.h... yes 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 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 >>> shellinabox 2.20 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20' od shellinabox/beep.wav >shellinabox/beep.h od shellinabox/cgi_root.html >shellinabox/cgi_root.h od shellinabox/enabled.gif >shellinabox/enabled.h od shellinabox/favicon.ico >shellinabox/favicon.h od shellinabox/keyboard.png >shellinabox/keyboard.h od shellinabox/keyboard-layout.html >shellinabox/keyboard-layout.h od shellinabox/print-styles.css >shellinabox/print-styles.h od shellinabox/root_page.html >shellinabox/root_page.h preprocess shellinabox/shell_in_a_box.jspp shellinabox/shell_in_a_box.js sed -e "`sed -e 's/^#define *\([^ ]*\) *\(.*\)/\/^[^#]\/s\/\1\/\2 \\\\\/* \1 *\\\\\/\/g/' \ -e t \ -e d "shellinabox/shell_in_a_box.jspp"`" \ -e "s/^#/\/\/ #/" \ -e "s/VERSION/\"2.20 \"/g" \ "shellinabox/shell_in_a_box.jspp" >"shellinabox/shell_in_a_box.js" od shellinabox/shell_in_a_box.js >shellinabox/shell_in_a_box.h od shellinabox/styles.css >shellinabox/styles.h preprocess shellinabox/vt100.jspp shellinabox/vt100.js sed -e "`sed -e 's/^#define *\([^ ]*\) *\(.*\)/\/^[^#]\/s\/\1\/\2 \\\\\/* \1 *\\\\\/\/g/' \ -e t \ -e d "shellinabox/vt100.jspp"`" \ -e "s/^#/\/\/ #/" \ -e "s/VERSION/\"2.20 \"/g" \ "shellinabox/vt100.jspp" >"shellinabox/vt100.js" od shellinabox/vt100.js >shellinabox/vt100.h /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o shellinabox/shellinaboxd.o shellinabox/shellinaboxd.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o shellinabox/externalfile.o shellinabox/externalfile.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o shellinabox/launcher.o shellinabox/launcher.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o shellinabox/privileges.o shellinabox/privileges.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o shellinabox/service.o shellinabox/service.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o shellinabox/session.o shellinabox/session.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o shellinabox/usercss.o shellinabox/usercss.c /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o logging/logging.lo logging/logging.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c logging/logging.c -fPIC -DPIC -o logging/.libs/logging.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -version 1:0:0 -o liblogging.la logging/logging.lo -lz -lssl -lcrypto libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cr .libs/liblogging.a logging/.libs/logging.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/liblogging.a libtool: link: ( cd ".libs" && rm -f "liblogging.la" && ln -s "../liblogging.la" "liblogging.la" ) /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libhttp/hashmap.lo libhttp/hashmap.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c libhttp/hashmap.c -fPIC -DPIC -o libhttp/.libs/hashmap.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libhttp/trie.lo libhttp/trie.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c libhttp/trie.c -fPIC -DPIC -o libhttp/.libs/trie.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libhttp/httpconnection.lo libhttp/httpconnection.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c libhttp/httpconnection.c -fPIC -DPIC -o libhttp/.libs/httpconnection.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libhttp/server.lo libhttp/server.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c libhttp/server.c -fPIC -DPIC -o libhttp/.libs/server.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libhttp/ssl.lo libhttp/ssl.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c libhttp/ssl.c -fPIC -DPIC -o libhttp/.libs/ssl.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libhttp/url.lo libhttp/url.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c libhttp/url.c -fPIC -DPIC -o libhttp/.libs/url.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -export-symbols ./libhttp/libhttp.sym -version 1:0:0 -o libhttp.la libhttp/hashmap.lo libhttp/trie.lo libhttp/httpconnection.lo libhttp/server.lo libhttp/ssl.lo libhttp/url.lo -lz -lssl -lcrypto libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar cr .libs/libhttp.a libhttp/.libs/hashmap.o libhttp/.libs/trie.o libhttp/.libs/httpconnection.o libhttp/.libs/server.o libhttp/.libs/ssl.o libhttp/.libs/url.o libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib .libs/libhttp.a libtool: link: ( cd ".libs" && rm -f "libhttp.la" && ln -s "../libhttp.la" "libhttp.la" ) /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o shellinaboxd shellinabox/shellinaboxd.o shellinabox/externalfile.o shellinabox/launcher.o shellinabox/privileges.o shellinabox/service.o shellinabox/session.o shellinabox/usercss.o liblogging.la libhttp.la -lz -lssl -lcrypto libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -g -std=gnu99 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o shellinaboxd shellinabox/shellinaboxd.o shellinabox/externalfile.o shellinabox/launcher.o shellinabox/privileges.o shellinabox/service.o shellinabox/session.o shellinabox/usercss.o ./.libs/liblogging.a ./.libs/libhttp.a -lz -lssl -lcrypto preprocess ./shellinabox/shellinaboxd.man.in >shellinaboxd.1 ln "shellinabox/beep.wav" "demo/beep.wav" ln "shellinabox/enabled.gif" "demo/enabled.gif" ln "shellinabox/favicon.ico" "demo/favicon.ico" ln "shellinabox/keyboard.png" "demo/keyboard.png" sed -e '/\[if DEFINES_COLORS\]/,/\[endif DEFINES_COLORS\]/d' "shellinabox/styles.css" >"demo/styles.css" ln "shellinabox/print-styles.css" "demo/print-styles.css" ln "shellinabox/vt100.js" "demo/vt100.js" ln "shellinabox/white-on-black.css" "demo/usercss-0.css" ln "shellinabox/black-on-white.css" "demo/usercss-1.css" ln "shellinabox/monochrome.css" "demo/usercss-2.css" ln "shellinabox/color.css" "demo/usercss-3.css" preprocess demo/demo.jspp demo/demo.js sed -e "`sed -e 's/^#define *\([^ ]*\) *\(.*\)/\/^[^#]\/s\/\1\/\2 \\\\\/* \1 *\\\\\/\/g/' \ -e t \ -e d "demo/demo.jspp"`" \ -e "s/^#/\/\/ #/" \ -e "s/VERSION/\"2.20 \"/g" \ "demo/demo.jspp" >"demo/demo.js" make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20' >>> shellinabox 2.20 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20' /usr/bin/make install-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c shellinaboxd '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c shellinaboxd /nvmedata/autobuild/instance-27/output-1/target/usr/bin/shellinaboxd /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/shellinabox' /usr/bin/install -c -m 644 AUTHORS COPYING GPL-2 NEWS '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/shellinabox' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 shellinaboxd.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/shellinabox-2.20' >>> sngrep 1.4.7 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.sngrep-1.4.7.tar.gz.ZHp7jb/output' 'https://github.com/irontec/sngrep/archive/v1.4.7/sngrep-1.4.7.tar.gz' --2022-06-04 14:22:01-- https://github.com/irontec/sngrep/archive/v1.4.7/sngrep-1.4.7.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/irontec/sngrep/tar.gz/refs/tags/v1.4.7 [following] --2022-06-04 14:22:02-- https://codeload.github.com/irontec/sngrep/tar.gz/refs/tags/v1.4.7 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: '/nvmedata/autobuild/instance-27/output-1/build/.sngrep-1.4.7.tar.gz.ZHp7jb/output' 0K .......... .......... .......... .......... .......... 487K 50K .......... .......... .......... .......... .......... 922K 100K .......... .......... .......... .......... .......... 76.7M 150K .......... .......... .......... .......... .......... 974K 200K .......... .......... .......... .. 77.2M=0.2s 2022-06-04 14:22:02 (1.08 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.sngrep-1.4.7.tar.gz.ZHp7jb/output' saved [237978] sngrep-1.4.7.tar.gz: OK (md5: 78fe753e24f36ddaf627bc2b734f45ba) sngrep-1.4.7.tar.gz: OK (sha256: 3c96aadd8b8c6b7adb5552d6fb4234f2000f15109b0f6c5feb632c81306cc49b) >>> sngrep 1.4.7 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/sngrep/sngrep-1.4.7.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7 -xf - >>> sngrep 1.4.7 Patching Applying 0001-src-capture_openssl.h-fix-build-with-libressl-3.5.0.patch using patch: patching file src/capture_openssl.h >>> sngrep 1.4.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sngrep 1.4.7 Configuring >>> sngrep 1.4.7 Autoreconfiguring configure.ac:15: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:15: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:15: the top level configure.ac:49: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:49: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:49: the top level configure.ac:232: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:232: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:232: the top level configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' src/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' >>> sngrep 1.4.7 Patching libtool (cd /nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-unicode --with-openssl --without-gnutls --with-pcre ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /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 mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... (cached) none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 whether ln -s works... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for pthread_create in -lpthread... yes checking for pcap_open_offline in -lpcap... yes checking for pcap.h... yes checking for ncurses.h... yes checking for initscr in -lncurses... yes checking for new_panel in -lpanel... yes checking for new_form in -lform... yes checking for new_item in -lmenu... yes checking pkg-config is at least version 0.9.0... yes checking for SSL... yes checking for pcre.h... yes checking for pcre_exec in -lpcre... yes checking for netinet/in.h... yes checking for netinet/ip6.h... yes ██╗██████╗ ██████╗ ███╗ ██╗████████╗███████╗ ██████╗ ██║██╔══██╗██╔═══██╗████╗ ██║╚══██╔══╝██╔════╝██╔════╝ ██║██████╔╝██║ ██║██╔██╗ ██║ ██║ █████╗ ██║ ██║██╔══██╗██║ ██║██║╚██╗██║ ██║ ██╔══╝ ██║ ██║██║ ██║╚██████╔╝██║ ╚████║ ██║ ███████╗╚██████╗ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚══════╝ ╚═════╝ configure: configure: sngrep configure finished configure: ====================================================== configure: GnuTLS Support : no configure: OpenSSL Support : yes configure: Unicode Support : no configure: Perl Expressions Support : yes configure: IPv6 Support : yes configure: EEP Support : no configure: ====================================================== configure: checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating src/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, --disable-static, --enable-shared >>> sngrep 1.4.7 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/src' /usr/bin/make all-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/src' CC sngrep-capture.o CC sngrep-capture_openssl.o CC sngrep-address.o CC sngrep-packet.o CC sngrep-sip.o CC sngrep-sip_call.o CC sngrep-sip_msg.o CC sngrep-sip_attr.o CC sngrep-main.o CC sngrep-option.o CC sngrep-group.o CC sngrep-filter.o CC sngrep-keybinding.o CC sngrep-media.o CC sngrep-setting.o CC sngrep-rtp.o CC sngrep-util.o CC sngrep-hash.o CC sngrep-vector.o CC curses/sngrep-ui_panel.o CC curses/sngrep-scrollbar.o CC curses/sngrep-ui_manager.o CC curses/sngrep-ui_call_list.o CC curses/sngrep-ui_call_flow.o CC curses/sngrep-ui_call_raw.o CC curses/sngrep-ui_stats.o CC curses/sngrep-ui_filter.o CC curses/sngrep-ui_save.o CC curses/sngrep-ui_msg_diff.o CC curses/sngrep-ui_column_select.o CC curses/sngrep-ui_settings.o CCLD sngrep make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/src' Making all in config make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/config' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/config' Making all in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/doc' Making all in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7' >>> sngrep 1.4.7 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /usr/bin/install -c sngrep '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/src' Making install in config make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/config' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/config' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/etc' /usr/bin/install -c -m 644 sngreprc '/nvmedata/autobuild/instance-27/output-1/target/etc' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/config' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/config' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 sngrep.8 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/doc' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.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 '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.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 '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sngrep-1.4.7' XML-Parser-2.46.tar.gz: OK (sha256: d331332491c51cccfb4cb94ffc44f9cd73378e618498d4a37df9e043661c515d) >>> host-libxml-parser-perl 2.46 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/libxml-parser-perl/XML-Parser-2.46.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46 -xf - >>> host-libxml-parser-perl 2.46 Patching >>> host-libxml-parser-perl 2.46 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46 ; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl LD="/usr/bin/gcc" `which perl` Makefile.PL PREFIX=/nvmedata/autobuild/instance-27/output-1/host EXPATLIBPATH=/nvmedata/autobuild/instance-27/output-1/host/lib EXPATINCPATH=/nvmedata/autobuild/instance-27/output-1/host/include INSTALLDIRS=site INSTALLSITELIB=/nvmedata/autobuild/instance-27/output-1/host/lib/perl INSTALLSITEARCH=/nvmedata/autobuild/instance-27/output-1/host/lib/perl ) Checking if your kit is complete... Looks good Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for XML::Parser Writing MYMETA.yml and MYMETA.json >>> host-libxml-parser-perl 2.46 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl LD="/usr/bin/gcc" -C /nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46' cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg cp Parser/Encodings/iso-8859-15.enc blib/lib/XML/Parser/Encodings/iso-8859-15.enc cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm cp Parser.pm blib/lib/XML/Parser.pm cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm cp Parser/Encodings/windows-1255.enc blib/lib/XML/Parser/Encodings/windows-1255.enc cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc cp Parser/Encodings/koi8-r.enc blib/lib/XML/Parser/Encodings/koi8-r.enc cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc cp Parser/Encodings/ibm866.enc blib/lib/XML/Parser/Encodings/ibm866.enc cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc cp Parser/Encodings/windows-1251.enc blib/lib/XML/Parser/Encodings/windows-1251.enc cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46/Expat' cp Expat.pm ../blib/lib/XML/Parser/Expat.pm Running Mkbootstrap for Expat () chmod 644 "Expat.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Expat.bs ../blib/arch/auto/XML/Parser/Expat/Expat.bs 644 "/usr/bin/perl" "/usr/share/perl/5.30.0/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl/5.30/ExtUtils/typemap' -typemap '/nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46/Expat/typemap' Expat.xs > Expat.xsc mv Expat.xsc Expat.c /usr/bin/gcc -c -I/nvmedata/autobuild/instance-27/output-1/host/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"2.46\" -DXS_VERSION=\"2.46\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.30/CORE" Expat.c rm -f ../blib/arch/auto/XML/Parser/Expat/Expat.so LD_RUN_PATH="/nvmedata/autobuild/instance-27/output-1/host/lib" /usr/bin/gcc -shared -L/usr/local/lib -fstack-protector-strong Expat.o -o ../blib/arch/auto/XML/Parser/Expat/Expat.so \ -L/nvmedata/autobuild/instance-27/output-1/host/lib -lexpat \ chmod 755 ../blib/arch/auto/XML/Parser/Expat/Expat.so Manifying 1 pod document make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46/Expat' Manifying 6 pod documents make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46' >>> host-libxml-parser-perl 2.46 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46 install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46/Expat' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Expat.bs ../blib/arch/auto/XML/Parser/Expat/Expat.bs 644 Manifying 1 pod document make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46/Expat' Manifying 6 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/auto/XML/Parser/Expat/Expat.so Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Expat.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/LWPExternEnt.pl Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/ibm866.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/iso-8859-8.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/euc-kr.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/iso-8859-15.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/big5.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/iso-8859-3.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/x-sjis-jisx0221.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/x-sjis-unicode.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/iso-8859-7.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/x-euc-jp-unicode.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/iso-8859-2.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/windows-1251.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/iso-8859-5.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/x-sjis-cp932.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/README Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/x-sjis-jdk117.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/windows-1252.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/windows-1255.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/koi8-r.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/Japanese_Encodings.msg Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/iso-8859-4.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/windows-1250.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/iso-8859-9.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Encodings/x-euc-jp-jisx0221.enc Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Style/Debug.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Style/Stream.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Style/Objects.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Style/Subs.pm Installing /nvmedata/autobuild/instance-27/output-1/host/lib/perl/XML/Parser/Style/Tree.pm Installing /nvmedata/autobuild/instance-27/output-1/host/man/man3/XML::Parser::Style::Subs.3pm Installing /nvmedata/autobuild/instance-27/output-1/host/man/man3/XML::Parser::Expat.3pm Installing /nvmedata/autobuild/instance-27/output-1/host/man/man3/XML::Parser.3pm Installing /nvmedata/autobuild/instance-27/output-1/host/man/man3/XML::Parser::Style::Debug.3pm Installing /nvmedata/autobuild/instance-27/output-1/host/man/man3/XML::Parser::Style::Tree.3pm Installing /nvmedata/autobuild/instance-27/output-1/host/man/man3/XML::Parser::Style::Stream.3pm Installing /nvmedata/autobuild/instance-27/output-1/host/man/man3/XML::Parser::Style::Objects.3pm Appending installation info to /nvmedata/autobuild/instance-27/output-1/host/lib/perl/perllocal.pod make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxml-parser-perl-2.46' intltool-0.51.0.tar.gz: OK (md5: 12e517cac2b57a0121cda351570f1e63) intltool-0.51.0.tar.gz: OK (sha256: 67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd) >>> host-intltool 0.51.0 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/intltool/intltool-0.51.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0 -xf - >>> host-intltool 0.51.0 Patching Applying 0001-perl-5.26-compatibility.patch using patch: patching file intltool-update.in >>> host-intltool 0.51.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-intltool 0.51.0 Patching libtool >>> host-intltool 0.51.0 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.30.0 checking for XML::Parser... ok checking for bzr... no 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 intltoolize config.status: creating tests/Makefile config.status: creating tests/cases/Makefile config.status: creating tests/results/Makefile config.status: creating tests/selftest.pl 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, --disable-dependency-tracking >>> host-intltool 0.51.0 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0' Making all in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests' Making all in cases make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/cases' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/cases' Making all in results make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/results' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/results' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests' Making all in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/doc' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0' sed -e 's|[@]PACKAGE@|intltool|g' -e 's|[@]VERSION@|0.51.0|g' -e "s|[@]INTLTOOL_PERL@|/usr/bin/perl|g" -e "s|[@]INTLTOOL_LIBDIR@|/nvmedata/autobuild/instance-27/output-1/host/lib|g" < intltool-extract.in > intltool-extract chmod +x intltool-extract sed -e 's|[@]PACKAGE@|intltool|g' -e 's|[@]VERSION@|0.51.0|g' -e "s|[@]INTLTOOL_PERL@|/usr/bin/perl|g" -e "s|[@]INTLTOOL_LIBDIR@|/nvmedata/autobuild/instance-27/output-1/host/lib|g" < intltool-merge.in > intltool-merge chmod +x intltool-merge sed -e 's|[@]PACKAGE@|intltool|g' -e 's|[@]VERSION@|0.51.0|g' -e "s|[@]INTLTOOL_PERL@|/usr/bin/perl|g" -e "s|[@]INTLTOOL_LIBDIR@|/nvmedata/autobuild/instance-27/output-1/host/lib|g" < intltool-update.in > intltool-update chmod +x intltool-update sed -e 's|[@]PACKAGE@|intltool|g' -e 's|[@]VERSION@|0.51.0|g' -e "s|[@]INTLTOOL_PERL@|/usr/bin/perl|g" -e "s|[@]INTLTOOL_LIBDIR@|/nvmedata/autobuild/instance-27/output-1/host/lib|g" < intltool-prepare.in > intltool-prepare chmod +x intltool-prepare make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0' >>> host-intltool 0.51.0 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests' Making install in cases make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/cases' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/cases' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/cases' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/cases' Making install in results make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/results' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/results' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/results' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests/results' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/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 '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/tests' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' /usr/bin/install -c -m 644 intltoolize.8 intltool-extract.8 intltool-merge.8 intltool-prepare.8 intltool-update.8 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0/doc' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/install -c intltool-extract intltool-merge intltool-update intltoolize intltool-prepare '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /usr/bin/install -c -m 644 intltool.m4 '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/intltool' /usr/bin/install -c -m 644 Makefile.in.in '/nvmedata/autobuild/instance-27/output-1/host/share/intltool' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-intltool-0.51.0' >>> sound-theme-freedesktop 0.7 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.sound-theme-freedesktop-0.7.tar.bz2.NBR0iH/output' 'http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.7.tar.bz2' --2022-06-04 14:22:37-- http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.7.tar.bz2 Resolving people.freedesktop.org (people.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to people.freedesktop.org (people.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.7.tar.bz2 [following] --2022-06-04 14:22:37-- https://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.7.tar.bz2 Connecting to people.freedesktop.org (people.freedesktop.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 483786 (472K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.sound-theme-freedesktop-0.7.tar.bz2.NBR0iH/output' 0K .......... .......... .......... .......... .......... 10% 598K 1s 50K .......... .......... .......... .......... .......... 21% 1.18M 0s 100K .......... .......... .......... .......... .......... 31% 30.5M 0s 150K .......... .......... .......... .......... .......... 42% 1.20M 0s 200K .......... .......... .......... .......... .......... 52% 161M 0s 250K .......... .......... .......... .......... .......... 63% 185M 0s 300K .......... .......... .......... .......... .......... 74% 42.4M 0s 350K .......... .......... .......... .......... .......... 84% 1.24M 0s 400K .......... .......... .......... .......... .......... 95% 41.0M 0s 450K .......... .......... .. 100% 129M=0.2s 2022-06-04 14:22:37 (2.20 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.sound-theme-freedesktop-0.7.tar.bz2.NBR0iH/output' saved [483786/483786] sound-theme-freedesktop-0.7.tar.bz2: OK (sha256: e6595afb02b76099ef6df42c2ac7c4f9680c21c3f26b2a7ca0943d1fdbbd9aef) >>> sound-theme-freedesktop 0.7 Extracting bzcat /nvmedata/autobuild/instance-27/dl/sound-theme-freedesktop/sound-theme-freedesktop-0.7.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7 -xf - >>> sound-theme-freedesktop 0.7 Patching >>> sound-theme-freedesktop 0.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sound-theme-freedesktop 0.7 Patching libtool >>> sound-theme-freedesktop 0.7 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-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 a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking whether NLS is requested... no checking for style of include used by make... GNU checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for intltool >= 0.40.0... 0.51.0 found checking for intltool-update... /nvmedata/autobuild/instance-27/output-1/host/bin/intltool-update checking for intltool-merge... /nvmedata/autobuild/instance-27/output-1/host/bin/intltool-merge checking for intltool-extract... /nvmedata/autobuild/instance-27/output-1/host/bin/intltool-extract checking for xgettext... /nvmedata/autobuild/instance-27/output-1/host/bin/xgettext checking for msgmerge... /nvmedata/autobuild/instance-27/output-1/host/bin/msgmerge checking for msgfmt... /nvmedata/autobuild/instance-27/output-1/host/bin/msgfmt checking for gmsgfmt... /nvmedata/autobuild/instance-27/output-1/host/bin/msgfmt checking for perl... /usr/bin/perl checking for XML::Parser... ok checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/msgfmt checking for xgettext... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/xgettext checking whether ln -s works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating stereo/Makefile config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands # INTLTOOL_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 >>> sound-theme-freedesktop 0.7 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7' Making all in stereo make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/stereo' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/stereo' Making all in po make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/po' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7' /nvmedata/autobuild/instance-27/output-1/host/bin/intltool-merge ; /nvmedata/autobuild/instance-27/output-1/host/bin/intltool-merge ./po index.theme.in index.theme -d -u -c ./po/.intltool-merge-cache Usage: intltool-merge [OPTION]... PO_DIRECTORY FILENAME OUTPUT_FILE Generates an output file that includes some localized attributes from an untranslated source file. Mandatory options: (exactly one must be specified) -b, --ba-style includes translations in the bonobo-activation style -d, --desktop-style includes translations in the desktop style -k, --keys-style includes translations in the keys style -s, --schemas-style includes translations in the schemas style -r, --rfc822deb-style includes translations in the RFC822 style --quoted-style includes translations in the quoted string style --quotedxml-style includes translations in the quoted xml string style -x, --xml-style includes translations in the standard xml style Other options: -u, --utf8 convert all strings to UTF-8 before merging (default for everything except RFC822 style) -p, --pass-through deprecated, does nothing and issues a warning -m, --multiple-output output one localized file per locale, instead of a single file containing all localized elements --no-translations do not merge any translations: only generates the unlocalised (English) version -- applies only to XML merging -c, --cache=FILE specify cache file name (usually $top_builddir/po/.intltool-merge-cache) -q, --quiet suppress most messages --help display this help and exit --version output version information and exit Report bugs to http://bugs.launchpad.net/intltool Generating and caching the translation database Merging translations into index.theme. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7' >>> sound-theme-freedesktop 0.7 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7' Making install in stereo make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/stereo' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/stereo' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/sounds/freedesktop/stereo" || /bin/mkdir -p "/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo" /usr/bin/install -c -m 644 'alarm-clock-elapsed.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga' /usr/bin/install -c -m 644 'audio-channel-front-center.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/audio-channel-front-center.oga' /usr/bin/install -c -m 644 'audio-channel-front-left.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/audio-channel-front-left.oga' /usr/bin/install -c -m 644 'audio-channel-front-right.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/audio-channel-front-right.oga' /usr/bin/install -c -m 644 'audio-channel-rear-center.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/audio-channel-rear-center.oga' /usr/bin/install -c -m 644 'audio-channel-rear-left.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/audio-channel-rear-left.oga' /usr/bin/install -c -m 644 'audio-channel-rear-right.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/audio-channel-rear-right.oga' /usr/bin/install -c -m 644 'audio-channel-side-left.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/audio-channel-side-left.oga' /usr/bin/install -c -m 644 'audio-channel-side-right.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/audio-channel-side-right.oga' /usr/bin/install -c -m 644 'audio-test-signal.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/audio-test-signal.oga' /usr/bin/install -c -m 644 'audio-volume-change.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/audio-volume-change.oga' /usr/bin/install -c -m 644 'bell.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/bell.oga' /usr/bin/install -c -m 644 'camera-shutter.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/camera-shutter.oga' /usr/bin/install -c -m 644 'complete.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/complete.oga' /usr/bin/install -c -m 644 'device-added.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/device-added.oga' /usr/bin/install -c -m 644 'device-removed.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/device-removed.oga' /usr/bin/install -c -m 644 'dialog-information.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/dialog-information.oga' /usr/bin/install -c -m 644 'dialog-warning.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/dialog-warning.oga' /usr/bin/install -c -m 644 'message.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/message.oga' /usr/bin/install -c -m 644 'message-new-instant.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/message-new-instant.oga' /usr/bin/install -c -m 644 'phone-incoming-call.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/phone-incoming-call.oga' /usr/bin/install -c -m 644 'phone-outgoing-busy.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/phone-outgoing-busy.oga' /usr/bin/install -c -m 644 'phone-outgoing-calling.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/phone-outgoing-calling.oga' /usr/bin/install -c -m 644 'service-login.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/service-login.oga' /usr/bin/install -c -m 644 'service-logout.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/service-logout.oga' /usr/bin/install -c -m 644 'suspend-error.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/suspend-error.oga' /usr/bin/install -c -m 644 'trash-empty.oga' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/trash-empty.oga' /usr/bin/make install-data-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/stereo' rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/power-plug.oga ln -s device-added.oga /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/power-plug.oga rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/power-unplug.oga ln -s device-removed.oga /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/power-unplug.oga rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/network-connectivity-established.oga ln -s device-added.oga /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/network-connectivity-established.oga rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/network-connectivity-lost.oga ln -s device-removed.oga /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/network-connectivity-lost.oga rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/screen-capture.oga ln -s camera-shutter.oga /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/screen-capture.oga rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/dialog-error.oga ln -s dialog-warning.oga /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/dialog-error.oga rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/window-attention.oga ln -s dialog-warning.oga /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/window-attention.oga rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/window-question.oga ln -s dialog-warning.oga /nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/stereo/window-question.oga make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/stereo' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/stereo' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/stereo' Making install in po make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/po' linguas=""; \ for lang in $linguas; do \ dir=/nvmedata/autobuild/instance-27/output-1/target/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/sound-theme-freedesktop.mo; \ echo "installing $lang.gmo as $dir/sound-theme-freedesktop.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/sound-theme-freedesktop.mo; \ echo "installing ./$lang.gmo as" \ "$dir/sound-theme-freedesktop.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/sound-theme-freedesktop.mo.m; \ echo "installing $lang.gmo.m as $dir/sound-theme-freedesktop.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/sound-theme-freedesktop.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/sound-theme-freedesktop.mo.m"; \ else \ true; \ fi; \ fi; \ done make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7/po' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/sounds/freedesktop" || /bin/mkdir -p "/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop" /usr/bin/install -c -m 644 'index.theme' '/nvmedata/autobuild/instance-27/output-1/target/usr/share/sounds/freedesktop/index.theme' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sound-theme-freedesktop-0.7' >>> wavpack 5.4.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.wavpack-5.4.0.tar.xz.B52Kw3/output' 'https://github.com/dbry/WavPack/releases/download/5.4.0/wavpack-5.4.0.tar.xz' --2022-06-04 14:22:42-- https://github.com/dbry/WavPack/releases/download/5.4.0/wavpack-5.4.0.tar.xz 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/13080908/02271f00-54ee-11eb-9a86-6e5652010592?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220604T202242Z&X-Amz-Expires=300&X-Amz-Signature=6294600b800dfb625d47f79f9b6895285ebee26549d1704657b65e4a9dbc891d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=13080908&response-content-disposition=attachment%3B%20filename%3Dwavpack-5.4.0.tar.xz&response-content-type=application%2Foctet-stream [following] --2022-06-04 14:22:42-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/13080908/02271f00-54ee-11eb-9a86-6e5652010592?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220604%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220604T202242Z&X-Amz-Expires=300&X-Amz-Signature=6294600b800dfb625d47f79f9b6895285ebee26549d1704657b65e4a9dbc891d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=13080908&response-content-disposition=attachment%3B%20filename%3Dwavpack-5.4.0.tar.xz&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 769764 (752K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.wavpack-5.4.0.tar.xz.B52Kw3/output' 0K .......... .......... .......... .......... .......... 6% 14.8M 0s 50K .......... .......... .......... .......... .......... 13% 21.6M 0s 100K .......... .......... .......... .......... .......... 19% 90.6M 0s 150K .......... .......... .......... .......... .......... 26% 51.6M 0s 200K .......... .......... .......... .......... .......... 33% 29.0M 0s 250K .......... .......... .......... .......... .......... 39% 43.3M 0s 300K .......... .......... .......... .......... .......... 46% 68.0M 0s 350K .......... .......... .......... .......... .......... 53% 82.3M 0s 400K .......... .......... .......... .......... .......... 59% 54.6M 0s 450K .......... .......... .......... .......... .......... 66% 45.9M 0s 500K .......... .......... .......... .......... .......... 73% 163M 0s 550K .......... .......... .......... .......... .......... 79% 29.6M 0s 600K .......... .......... .......... .......... .......... 86% 163M 0s 650K .......... .......... .......... .......... .......... 93% 179M 0s 700K .......... .......... .......... .......... .......... 99% 74.3M 0s 750K . 100% 30.5M=0.02s 2022-06-04 14:22:42 (44.9 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.wavpack-5.4.0.tar.xz.B52Kw3/output' saved [769764/769764] wavpack-5.4.0.tar.xz: OK (sha256: 4bde6a6b2a86614a6bd2579e60dcc974e2c8f93608d2281110a717c1b3c28b79) >>> wavpack 5.4.0 Extracting xzcat /nvmedata/autobuild/instance-27/dl/wavpack/wavpack-5.4.0.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0 -xf - >>> wavpack 5.4.0 Patching Applying 0001-issue-110-sanitize-DSD-file-types-for-invalid-lengths.patch using patch: patching file cli/dsdiff.c patching file cli/dsf.c >>> wavpack 5.4.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wavpack 5.4.0 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/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). >>> wavpack 5.4.0 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 LIBS=-liconv --enable-libcrypto --disable-asm ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /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... mips64el-buildroot-linux-uclibc checking whether make supports the include directive... yes (GNU style) checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 whether byte ordering is bigendian... (cached) no checking for mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... (cached) none checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... no checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for ANSI C header files... (cached) yes checking for cos in -lm... 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 _LARGEFILE_SOURCE value needed for large files... no checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking for MD5_Init in -lcrypto... yes checking if we are building for a Windows host... no checking for __builtin_clz... yes checking for __builtin_ctz... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating wavpack.pc config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating cli/Makefile config.status: creating man/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 >>> wavpack 5.4.0 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-common_utils.lo `test -f 'common_utils.c' || echo './'`common_utils.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c common_utils.c -fPIC -DPIC -o .libs/libwavpack_la-common_utils.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-decorr_utils.lo `test -f 'decorr_utils.c' || echo './'`decorr_utils.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c decorr_utils.c -fPIC -DPIC -o .libs/libwavpack_la-decorr_utils.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-entropy_utils.lo `test -f 'entropy_utils.c' || echo './'`entropy_utils.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c entropy_utils.c -fPIC -DPIC -o .libs/libwavpack_la-entropy_utils.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-extra1.lo `test -f 'extra1.c' || echo './'`extra1.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c extra1.c -fPIC -DPIC -o .libs/libwavpack_la-extra1.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-extra2.lo `test -f 'extra2.c' || echo './'`extra2.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c extra2.c -fPIC -DPIC -o .libs/libwavpack_la-extra2.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-open_utils.lo `test -f 'open_utils.c' || echo './'`open_utils.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c open_utils.c -fPIC -DPIC -o .libs/libwavpack_la-open_utils.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-open_filename.lo `test -f 'open_filename.c' || echo './'`open_filename.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c open_filename.c -fPIC -DPIC -o .libs/libwavpack_la-open_filename.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-open_legacy.lo `test -f 'open_legacy.c' || echo './'`open_legacy.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c open_legacy.c -fPIC -DPIC -o .libs/libwavpack_la-open_legacy.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-open_raw.lo `test -f 'open_raw.c' || echo './'`open_raw.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c open_raw.c -fPIC -DPIC -o .libs/libwavpack_la-open_raw.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-pack.lo `test -f 'pack.c' || echo './'`pack.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c pack.c -fPIC -DPIC -o .libs/libwavpack_la-pack.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-pack_dns.lo `test -f 'pack_dns.c' || echo './'`pack_dns.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c pack_dns.c -fPIC -DPIC -o .libs/libwavpack_la-pack_dns.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-pack_floats.lo `test -f 'pack_floats.c' || echo './'`pack_floats.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c pack_floats.c -fPIC -DPIC -o .libs/libwavpack_la-pack_floats.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-pack_utils.lo `test -f 'pack_utils.c' || echo './'`pack_utils.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c pack_utils.c -fPIC -DPIC -o .libs/libwavpack_la-pack_utils.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-read_words.lo `test -f 'read_words.c' || echo './'`read_words.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c read_words.c -fPIC -DPIC -o .libs/libwavpack_la-read_words.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-tags.lo `test -f 'tags.c' || echo './'`tags.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c tags.c -fPIC -DPIC -o .libs/libwavpack_la-tags.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-tag_utils.lo `test -f 'tag_utils.c' || echo './'`tag_utils.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c tag_utils.c -fPIC -DPIC -o .libs/libwavpack_la-tag_utils.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-unpack.lo `test -f 'unpack.c' || echo './'`unpack.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c unpack.c -fPIC -DPIC -o .libs/libwavpack_la-unpack.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-unpack_floats.lo `test -f 'unpack_floats.c' || echo './'`unpack_floats.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c unpack_floats.c -fPIC -DPIC -o .libs/libwavpack_la-unpack_floats.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-unpack_seek.lo `test -f 'unpack_seek.c' || echo './'`unpack_seek.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c unpack_seek.c -fPIC -DPIC -o .libs/libwavpack_la-unpack_seek.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-unpack_utils.lo `test -f 'unpack_utils.c' || echo './'`unpack_utils.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c unpack_utils.c -fPIC -DPIC -o .libs/libwavpack_la-unpack_utils.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-write_words.lo `test -f 'write_words.c' || echo './'`write_words.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c write_words.c -fPIC -DPIC -o .libs/libwavpack_la-write_words.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-pack_dsd.lo `test -f 'pack_dsd.c' || echo './'`pack_dsd.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c pack_dsd.c -fPIC -DPIC -o .libs/libwavpack_la-pack_dsd.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o libwavpack_la-unpack_dsd.lo `test -f 'unpack_dsd.c' || echo './'`unpack_dsd.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" "-DPACKAGE_STRING=\"wavpack 5.4.0\"" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c unpack_dsd.c -fPIC -DPIC -o .libs/libwavpack_la-unpack_dsd.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -version-info 3:3:2 -export-symbols-regex '^Wavpack.*$' -no-undefined -o libwavpack.la -rpath /usr/lib libwavpack_la-common_utils.lo libwavpack_la-decorr_utils.lo libwavpack_la-entropy_utils.lo libwavpack_la-extra1.lo libwavpack_la-extra2.lo libwavpack_la-open_utils.lo libwavpack_la-open_filename.lo libwavpack_la-open_legacy.lo libwavpack_la-open_raw.lo libwavpack_la-pack.lo libwavpack_la-pack_dns.lo libwavpack_la-pack_floats.lo libwavpack_la-pack_utils.lo libwavpack_la-read_words.lo libwavpack_la-tags.lo libwavpack_la-tag_utils.lo libwavpack_la-unpack.lo libwavpack_la-unpack_floats.lo libwavpack_la-unpack_seek.lo libwavpack_la-unpack_utils.lo libwavpack_la-write_words.lo libwavpack_la-pack_dsd.lo libwavpack_la-unpack_dsd.lo -lm -lcrypto -liconv libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm .libs/libwavpack_la-common_utils.o .libs/libwavpack_la-decorr_utils.o .libs/libwavpack_la-entropy_utils.o .libs/libwavpack_la-extra1.o .libs/libwavpack_la-extra2.o .libs/libwavpack_la-open_utils.o .libs/libwavpack_la-open_filename.o .libs/libwavpack_la-open_legacy.o .libs/libwavpack_la-open_raw.o .libs/libwavpack_la-pack.o .libs/libwavpack_la-pack_dns.o .libs/libwavpack_la-pack_floats.o .libs/libwavpack_la-pack_utils.o .libs/libwavpack_la-read_words.o .libs/libwavpack_la-tags.o .libs/libwavpack_la-tag_utils.o .libs/libwavpack_la-unpack.o .libs/libwavpack_la-unpack_floats.o .libs/libwavpack_la-unpack_seek.o .libs/libwavpack_la-unpack_utils.o .libs/libwavpack_la-write_words.o .libs/libwavpack_la-pack_dsd.o .libs/libwavpack_la-unpack_dsd.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libwavpack.exp libtool: link: /bin/grep -E -e "^Wavpack.*$" ".libs/libwavpack.exp" > ".libs/libwavpack.expT" libtool: link: mv -f ".libs/libwavpack.expT" ".libs/libwavpack.exp" libtool: link: echo "{ global:" > .libs/libwavpack.ver libtool: link: cat .libs/libwavpack.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libwavpack.ver libtool: link: echo "local: *; };" >> .libs/libwavpack.ver libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/libwavpack_la-common_utils.o .libs/libwavpack_la-decorr_utils.o .libs/libwavpack_la-entropy_utils.o .libs/libwavpack_la-extra1.o .libs/libwavpack_la-extra2.o .libs/libwavpack_la-open_utils.o .libs/libwavpack_la-open_filename.o .libs/libwavpack_la-open_legacy.o .libs/libwavpack_la-open_raw.o .libs/libwavpack_la-pack.o .libs/libwavpack_la-pack_dns.o .libs/libwavpack_la-pack_floats.o .libs/libwavpack_la-pack_utils.o .libs/libwavpack_la-read_words.o .libs/libwavpack_la-tags.o .libs/libwavpack_la-tag_utils.o .libs/libwavpack_la-unpack.o .libs/libwavpack_la-unpack_floats.o .libs/libwavpack_la-unpack_seek.o .libs/libwavpack_la-unpack_utils.o .libs/libwavpack_la-write_words.o .libs/libwavpack_la-pack_dsd.o .libs/libwavpack_la-unpack_dsd.o -lm -lcrypto -liconv -O2 -g0 -Wl,-soname -Wl,libwavpack.so.1 -Wl,-version-script -Wl,.libs/libwavpack.ver -o .libs/libwavpack.so.1.2.3 libtool: link: (cd ".libs" && rm -f "libwavpack.so.1" && ln -s "libwavpack.so.1.2.3" "libwavpack.so.1") libtool: link: (cd ".libs" && rm -f "libwavpack.so" && ln -s "libwavpack.so.1.2.3" "libwavpack.so") libtool: link: ( cd ".libs" && rm -f "libwavpack.la" && ln -s "../libwavpack.la" "libwavpack.la" ) make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src' Making all in include make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/include' Making all in cli make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/cli' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wavpack-wavpack.o `test -f 'wavpack.c' || echo './'`wavpack.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wavpack-riff.o `test -f 'riff.c' || echo './'`riff.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wavpack-wave64.o `test -f 'wave64.c' || echo './'`wave64.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wavpack-caff.o `test -f 'caff.c' || echo './'`caff.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wavpack-dsdiff.o `test -f 'dsdiff.c' || echo './'`dsdiff.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wavpack-dsf.o `test -f 'dsf.c' || echo './'`dsf.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wavpack-utils.o `test -f 'utils.c' || echo './'`utils.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wavpack-md5.o `test -f 'md5.c' || echo './'`md5.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wavpack-import_id3.o `test -f 'import_id3.c' || echo './'`import_id3.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o wavpack wavpack-wavpack.o wavpack-riff.o wavpack-wave64.o wavpack-caff.o wavpack-dsdiff.o wavpack-dsf.o wavpack-utils.o wavpack-md5.o wavpack-import_id3.o ../src/libwavpack.la -lm -lcrypto -liconv libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o wavpack wavpack-wavpack.o wavpack-riff.o wavpack-wave64.o wavpack-caff.o wavpack-dsdiff.o wavpack-dsf.o wavpack-utils.o wavpack-md5.o wavpack-import_id3.o ../src/.libs/libwavpack.so -lm -lcrypto -liconv -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src/.libs /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvunpack-wvunpack.o `test -f 'wvunpack.c' || echo './'`wvunpack.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvunpack-riff_write.o `test -f 'riff_write.c' || echo './'`riff_write.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvunpack-wave64_write.o `test -f 'wave64_write.c' || echo './'`wave64_write.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvunpack-caff_write.o `test -f 'caff_write.c' || echo './'`caff_write.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvunpack-dsdiff_write.o `test -f 'dsdiff_write.c' || echo './'`dsdiff_write.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvunpack-dsf_write.o `test -f 'dsf_write.c' || echo './'`dsf_write.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvunpack-utils.o `test -f 'utils.c' || echo './'`utils.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvunpack-md5.o `test -f 'md5.c' || echo './'`md5.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o wvunpack wvunpack-wvunpack.o wvunpack-riff_write.o wvunpack-wave64_write.o wvunpack-caff_write.o wvunpack-dsdiff_write.o wvunpack-dsf_write.o wvunpack-utils.o wvunpack-md5.o ../src/libwavpack.la -lm -lcrypto -liconv libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o wvunpack wvunpack-wvunpack.o wvunpack-riff_write.o wvunpack-wave64_write.o wvunpack-caff_write.o wvunpack-dsdiff_write.o wvunpack-dsf_write.o wvunpack-utils.o wvunpack-md5.o ../src/.libs/libwavpack.so -lm -lcrypto -liconv -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src/.libs /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvgain-wvgain.o `test -f 'wvgain.c' || echo './'`wvgain.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvgain-utils.o `test -f 'utils.c' || echo './'`utils.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o wvgain wvgain-wvgain.o wvgain-utils.o ../src/libwavpack.la -lm -lcrypto -liconv libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o wvgain wvgain-wvgain.o wvgain-utils.o ../src/.libs/libwavpack.so -lm -lcrypto -liconv -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src/.libs /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvtag-wvtag.o `test -f 'wvtag.c' || echo './'`wvtag.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvtag-utils.o `test -f 'utils.c' || echo './'`utils.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DPACKAGE_NAME=\"wavpack\" -DPACKAGE_TARNAME=\"wavpack\" -DPACKAGE_VERSION=\"5.4.0\" -DPACKAGE_STRING=\"wavpack\ 5.4.0\" -DPACKAGE_BUGREPORT=\"bryant@wavpack.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wavpack\" -DVERSION=\"5.4.0\" -DLIBWAVPACK_MAJOR=5 -DLIBWAVPACK_MINOR=4 -DLIBWAVPACK_MICRO=0 -DLIBWAVPACK_VERSION_STRING=\"5.4.0\" -DVERSION_OS=\"Linux\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FSEEKO=1 -DHAVE_LIBCRYPTO=1 -DENABLE_DSD=1 -DHAVE___BUILTIN_CLZ=1 -DHAVE___BUILTIN_CTZ=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wvtag-import_id3.o `test -f 'import_id3.c' || echo './'`import_id3.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o wvtag wvtag-wvtag.o wvtag-utils.o wvtag-import_id3.o ../src/libwavpack.la -lm -lcrypto -liconv libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o wvtag wvtag-wvtag.o wvtag-utils.o wvtag-import_id3.o ../src/.libs/libwavpack.so -lm -lcrypto -liconv -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src/.libs make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/cli' Making all in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' >>> wavpack 5.4.0 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libwavpack.la '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libwavpack.so.1.2.3 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libwavpack.so.1.2.3 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libwavpack.so.1.2.3 libwavpack.so.1 || { rm -f libwavpack.so.1 && ln -s libwavpack.so.1.2.3 libwavpack.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libwavpack.so.1.2.3 libwavpack.so || { rm -f libwavpack.so && ln -s libwavpack.so.1.2.3 libwavpack.so; }; }) libtool: install: /usr/bin/install -c .libs/libwavpack.lai /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libwavpack.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src' Making install in include make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/include' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wavpack' /usr/bin/install -c -m 644 wavpack.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wavpack' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/include' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/include' Making install in cli make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/cli' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/cli' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c wavpack wvunpack wvgain wvtag '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c wavpack /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/wavpack libtool: install: /usr/bin/install -c wvunpack /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/wvunpack libtool: install: /usr/bin/install -c wvgain /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/wvgain libtool: install: /usr/bin/install -c wvtag /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/wvtag make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/cli' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/cli' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 wavpack.1 wvgain.1 wvunpack.1 wvtag.1 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 wavpack.pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' >>> wavpack 5.4.0 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> wavpack 5.4.0 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libwavpack.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libwavpack.so.1.2.3 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libwavpack.so.1.2.3 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libwavpack.so.1.2.3 libwavpack.so.1 || { rm -f libwavpack.so.1 && ln -s libwavpack.so.1.2.3 libwavpack.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libwavpack.so.1.2.3 libwavpack.so || { rm -f libwavpack.so && ln -s libwavpack.so.1.2.3 libwavpack.so; }; }) libtool: install: /usr/bin/install -c .libs/libwavpack.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libwavpack.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/src' Making install in include make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/include' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wavpack' /usr/bin/install -c -m 644 wavpack.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wavpack' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/include' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/include' Making install in cli make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/cli' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/cli' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c wavpack wvunpack wvgain wvtag '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c wavpack /nvmedata/autobuild/instance-27/output-1/target/usr/bin/wavpack libtool: install: /usr/bin/install -c wvunpack /nvmedata/autobuild/instance-27/output-1/target/usr/bin/wvunpack libtool: install: /usr/bin/install -c wvgain /nvmedata/autobuild/instance-27/output-1/target/usr/bin/wvgain libtool: install: /usr/bin/install -c wvtag /nvmedata/autobuild/instance-27/output-1/target/usr/bin/wvtag make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/cli' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/cli' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 wavpack.1 wvgain.1 wvunpack.1 wvtag.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 wavpack.pc '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavpack-5.4.0' >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Downloading GIT_DIR=/nvmedata/autobuild/instance-27/dl/sox/git/.git git init . Initialized empty Git repository in /nvmedata/autobuild/instance-27/dl/sox/git/.git/ GIT_DIR=/nvmedata/autobuild/instance-27/dl/sox/git/.git git remote add origin 'https://git.code.sf.net/p/sox/code' GIT_DIR=/nvmedata/autobuild/instance-27/dl/sox/git/.git git remote set-url origin 'https://git.code.sf.net/p/sox/code' Fetching all references GIT_DIR=/nvmedata/autobuild/instance-27/dl/sox/git/.git git fetch origin From https://git.code.sf.net/p/sox/code * [new branch] debian -> origin/debian * [new branch] master -> origin/master * [new tag] sox-12.18.1 -> sox-12.18.1 * [new tag] sox-12.18.2 -> sox-12.18.2 * [new tag] sox-12.99.10 -> sox-12.99.10 * [new tag] sox-13.0.0 -> sox-13.0.0 * [new tag] sox-14.0.0 -> sox-14.0.0 * [new tag] sox-14.0.1 -> sox-14.0.1 * [new tag] sox-14.0.1rc1 -> sox-14.0.1rc1 * [new tag] sox-14.0.1rc2 -> sox-14.0.1rc2 * [new tag] sox-14.1.0 -> sox-14.1.0 * [new tag] sox-14.2.0 -> sox-14.2.0 * [new tag] sox-14.2.0rc1 -> sox-14.2.0rc1 * [new tag] sox-14.2.0rc2 -> sox-14.2.0rc2 * [new tag] sox-14.3.0 -> sox-14.3.0 * [new tag] sox-14.3.0rc1 -> sox-14.3.0rc1 * [new tag] sox-14.3.0rc2 -> sox-14.3.0rc2 * [new tag] sox-14.3.0rc3 -> sox-14.3.0rc3 * [new tag] sox-14.3.1 -> sox-14.3.1 * [new tag] sox-14.3.2 -> sox-14.3.2 * [new tag] sox-14.3.2rc1 -> sox-14.3.2rc1 * [new tag] sox-14.3.2rc2 -> sox-14.3.2rc2 * [new tag] sox-14.4.0 -> sox-14.4.0 * [new tag] sox-14.4.0rc1 -> sox-14.4.0rc1 * [new tag] sox-14.4.0rc2 -> sox-14.4.0rc2 * [new tag] sox-14.4.0rc3 -> sox-14.4.0rc3 * [new tag] sox-14.4.1 -> sox-14.4.1 * [new tag] sox-14.4.1rc1 -> sox-14.4.1rc1 * [new tag] sox-14.4.1rc2 -> sox-14.4.1rc2 * [new tag] sox-14.4.1rc3 -> sox-14.4.1rc3 * [new tag] sox-14.4.2 -> sox-14.4.2 * [new tag] sox-14.4.2rc1 -> sox-14.4.2rc1 * [new tag] sox-14.4.2rc2 -> sox-14.4.2rc2 GIT_DIR=/nvmedata/autobuild/instance-27/dl/sox/git/.git git fetch origin -t GIT_DIR=/nvmedata/autobuild/instance-27/dl/sox/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/nvmedata/autobuild/instance-27/dl/sox/git/.git git checkout -f -q '7524160b29a476f7e87bc14fddf12d349f9a3c5e' warning: refname '7524160b29a476f7e87bc14fddf12d349f9a3c5e' 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=/nvmedata/autobuild/instance-27/dl/sox/git/.git git clean -ffdx sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e-br1.tar.gz: OK (sha256: 3d06ba8fc39ac92f16da73593be48afe0a704fe4dc4f6eca2e5137ef77cd5115) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/sox/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e-br1.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e -xf - >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Patching Applying 0001-uclibc.patch using patch: patching file src/formats.c Hunk #1 succeeded at 466 with fuzz 2 (offset 57 lines). Hunk #2 succeeded at 477 (offset 60 lines). Applying 0002-configure.ac-put-back-disable-stack-protector.patch using patch: patching file configure.ac Applying 0003-configure.ac-fix-static-linking-with-id3tag.patch using patch: patching file configure.ac Hunk #1 succeeded at 88 (offset 5 lines). Applying 0004-configure.ac-fix-static-linking-with-magic.patch using patch: patching file configure.ac Hunk #1 succeeded at 85 (offset 5 lines). Applying 0005-configure.ac-fix-static-linking-with-sndfile.patch using patch: patching file configure.ac Hunk #1 succeeded at 122 (offset 5 lines). >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e -name $file); do cp support/gnuconfig/$file $i; done; done >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Configuring >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e 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:49: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:49: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:49: the top level configure.ac:19: installing './compile' configure.ac:19: installing './config.guess' configure.ac:19: installing './config.sub' configure.ac:16: installing './install-sh' configure.ac:16: installing './missing' lpc10/Makefile.am: installing './depcomp' >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/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 /nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-distro="Buildroot" --disable-stack-protector --enable-alsa --enable-magic --disable-flac --with-lame --disable-ao --disable-gsm --with-id3tag --with-mad --with-png --disable-sndfile --disable-oggvorbis --disable-amrwb --disable-amrnb --disable-opus --disable-pulseaudio --without-twolame --enable-wavpack ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /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... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... (cached) none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... (cached) none checking whether ln -s works... yes checking pkg-config is at least version 0.9.0... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether the linker accepts -Wl,--as-needed... yes checking whether byte ordering is bigendian... (cached) no checking for inline... inline checking for egrep... (cached) /bin/grep -E checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for byteswap.h... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking for sys/time.h... yes checking for sys/timeb.h... yes checking for sys/types.h... (cached) yes checking for sys/utsname.h... yes checking for termios.h... yes checking for glob.h... yes checking for fenv.h... no checking for strcasecmp... yes checking for strdup... yes checking for popen... yes checking for vsnprintf... yes checking for gettimeofday... yes checking for mkstemp... yes checking for fmemopen... yes checking for sigaction... yes checking for library containing pow... none required checking for library containing lrint... none required checking for lrint... 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 _LARGEFILE_SOURCE value needed for large files... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to support OpenMP... unsupported checking for ltdl.h... no checking for MAGIC... yes checking for zlib.h... yes checking for uncompress in -lz... yes checking for png.h... yes checking for png_set_rows in -lpng... yes checking for id3tag.h... yes checking for id3_file_open in -lid3tag... yes checking for gsm/gsm.h... no checking for gsm.h... no checking for opencore-amrnb/interf_dec.h... no checking for opencore-amrwb/dec_if.h... no checking for vo-amrwbenc/enc_if.h... no checking for lpc10.h... no checking for mad.h... yes checking for mad_stream_buffer in -lmad... yes checking for lame/lame.h... yes checking for lame_init in -lmp3lame... yes checking for LIBSNDFILE... no checking for wavpack/wavpack.h... yes checking for WavpackGetSampleRate in -lwavpack... yes checking for alsa/asoundlib.h... yes checking for snd_pcm_open in -lasound... yes checking for CoreAudio/CoreAudio.h... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc options needed to detect all undeclared functions... none needed checking for sys/soundcard.h... yes checking whether SOUND_MIXER_MUTE is declared... yes checking for sndio.h... no checking for sys/audioio.h... no checking for sun/audioio.h... no checking for mmsystem.h... no 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 lpc10/Makefile config.status: creating sox.pc config.status: creating src/soxconfig.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls Build options: distro name Buildroot symlinks soxi play rec Optional libraries: id3tag yes lame yes libgsm no libltdl no mad yes opencore-amrnb no opencore-amrwb no png yes twolame no vo-amrwbenc no Optional formats: amrnb no amrwb no flac no gsm no libsndfile no lpc10 yes magic yes mp3 yes oggvorbis no opus no sndfile no wavpack yes Audio devices: alsa yes ao no coreaudio no oss yes pulseaudio no sndio no sunaudio no waveaudio no Other options: OpenMP no LADSPA effect plugins no Configure finished. Run 'make' to compile SoX. >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' Making all in lpc10 make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/lpc10' CC analys.lo CC bsynz.lo CC chanwr.lo CC dcbias.lo CC decode.lo CC deemp.lo CC difmag.lo CC dyptrk.lo CC encode.lo CC energy.lo CC f2clib.lo CC ham84.lo CC hp100.lo CC invert.lo CC irc2pc.lo CC ivfilt.lo CC lpcdec.lo CC lpcenc.lo CC lpcini.lo CC lpfilt.lo CC median.lo CC mload.lo CC onset.lo CC pitsyn.lo CC placea.lo CC placev.lo CC preemp.lo CC prepro.lo CC random.lo CC rcchk.lo CC synths.lo CC tbdm.lo CC voicin.lo CC vparms.lo CCLD liblpc10.la make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/lpc10' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' CC sox.o CC libsox_la-adpcms.lo CC libsox_la-aiff.lo CC libsox_la-cvsd.lo CC libsox_la-g711.lo CC libsox_la-g721.lo CC libsox_la-g723_24.lo CC libsox_la-g723_40.lo CC libsox_la-g72x.lo CC libsox_la-vox.lo CC libsox_la-raw.lo CC libsox_la-formats.lo CC libsox_la-formats_i.lo CC libsox_la-skelform.lo CC libsox_la-xmalloc.lo CC libsox_la-getopt.lo CC libsox_la-util.lo CC libsox_la-libsox.lo CC libsox_la-libsox_i.lo CC libsox_la-sox-fmt.lo CC libsox_la-bend.lo CC libsox_la-biquad.lo CC libsox_la-biquads.lo CC libsox_la-chorus.lo CC libsox_la-compand.lo CC libsox_la-compandt.lo CC libsox_la-contrast.lo CC libsox_la-dcshift.lo CC libsox_la-delay.lo CC libsox_la-dft_filter.lo CC libsox_la-dither.lo CC libsox_la-divide.lo CC libsox_la-downsample.lo CC libsox_la-earwax.lo CC libsox_la-echo.lo CC libsox_la-echos.lo CC libsox_la-effects.lo CC libsox_la-effects_i.lo CC libsox_la-effects_i_dsp.lo CC libsox_la-fade.lo CC libsox_la-fft4g.lo CC libsox_la-fir.lo CC libsox_la-firfit.lo CC libsox_la-flanger.lo CC libsox_la-gain.lo CC libsox_la-hilbert.lo CC libsox_la-input.lo CC libsox_la-ladspa.lo CC libsox_la-loudness.lo CC libsox_la-mcompand.lo CC libsox_la-noiseprof.lo CC libsox_la-noisered.lo CC libsox_la-output.lo CC libsox_la-overdrive.lo CC libsox_la-pad.lo CC libsox_la-phaser.lo CC libsox_la-rate.lo CC libsox_la-remix.lo CC libsox_la-repeat.lo CC libsox_la-reverb.lo CC libsox_la-reverse.lo CC libsox_la-silence.lo CC libsox_la-sinc.lo CC libsox_la-skeleff.lo CC libsox_la-speed.lo CC libsox_la-splice.lo CC libsox_la-stat.lo CC libsox_la-stats.lo CC libsox_la-stretch.lo CC libsox_la-swap.lo CC libsox_la-synth.lo CC libsox_la-tempo.lo CC libsox_la-tremolo.lo CC libsox_la-trim.lo CC libsox_la-upsample.lo CC libsox_la-vad.lo CC libsox_la-vol.lo CC libsox_la-spectrogram.lo CC libsox_la-raw-fmt.lo CC libsox_la-s1-fmt.lo CC libsox_la-s2-fmt.lo CC libsox_la-s3-fmt.lo CC libsox_la-s4-fmt.lo CC libsox_la-u1-fmt.lo CC libsox_la-u2-fmt.lo CC libsox_la-u3-fmt.lo CC libsox_la-u4-fmt.lo CC libsox_la-al-fmt.lo CC libsox_la-la-fmt.lo CC libsox_la-ul-fmt.lo CC libsox_la-lu-fmt.lo CC libsox_la-8svx.lo CC libsox_la-aiff-fmt.lo CC libsox_la-aifc-fmt.lo CC libsox_la-au.lo CC libsox_la-avr.lo CC libsox_la-cdr.lo CC libsox_la-cvsd-fmt.lo CC libsox_la-dvms-fmt.lo CC libsox_la-dat.lo CC libsox_la-hcom.lo CC libsox_la-htk.lo CC libsox_la-maud.lo CC libsox_la-prc.lo CC libsox_la-sf.lo CC libsox_la-smp.lo CC libsox_la-sounder.lo CC libsox_la-soundtool.lo CC libsox_la-sphere.lo CC libsox_la-tx16w.lo CC libsox_la-voc.lo CC libsox_la-vox-fmt.lo CC libsox_la-ima-fmt.lo CC libsox_la-adpcm.lo CC libsox_la-ima_rw.lo CC libsox_la-wav.lo CC libsox_la-wve.lo CC libsox_la-xa.lo CC libsox_la-nulfile.lo CC libsox_la-f4-fmt.lo CC libsox_la-f8-fmt.lo CC libsox_la-gsrt.lo CC libsox_la-id3.lo CC libsox_la-alsa.lo CC libsox_la-lpc10.lo CC libsox_la-mp3.lo CC libsox_la-oss.lo CC libsox_la-wavpack.lo CCLD libsox.la CCLD sox /usr/bin/make all-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' for n in soxi play rec; do rm -f $n && ln -s sox $n; done make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' Making install in lpc10 make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/lpc10' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/lpc10' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/lpc10' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/lpc10' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' for n in soxi play rec; do rm -f $n && ln -s sox $n; done make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsox.la '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libsox.so.3.0.0 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libsox.so.3.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libsox.so.3.0.0 libsox.so.3 || { rm -f libsox.so.3 && ln -s libsox.so.3.0.0 libsox.so.3; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libsox.so.3.0.0 libsox.so || { rm -f libsox.so && ln -s libsox.so.3.0.0 libsox.so; }; }) libtool: install: /usr/bin/install -c .libs/libsox.lai /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libsox.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c sox '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c sox /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/sox /usr/bin/make install-exec-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin && for n in soxi play rec; do rm -f $n && ln -s sox $n; done make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/install -c -m 644 sox.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 sox.1 soxi.1 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 libsox.3 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man7' /usr/bin/install -c -m 644 soxformat.7 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man7' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/make install-data-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' Making install in lpc10 make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/lpc10' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/lpc10' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/lpc10' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/lpc10' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' for n in soxi play rec; do rm -f $n && ln -s sox $n; done make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsox.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libsox.so.3.0.0 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libsox.so.3.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libsox.so.3.0.0 libsox.so.3 || { rm -f libsox.so.3 && ln -s libsox.so.3.0.0 libsox.so.3; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libsox.so.3.0.0 libsox.so || { rm -f libsox.so && ln -s libsox.so.3.0.0 libsox.so; }; }) libtool: install: /usr/bin/install -c .libs/libsox.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libsox.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c sox '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c sox /nvmedata/autobuild/instance-27/output-1/target/usr/bin/sox /usr/bin/make install-exec-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' cd /nvmedata/autobuild/instance-27/output-1/target/usr/bin && for n in soxi play rec; do rm -f $n && ln -s sox $n; done make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include' /usr/bin/install -c -m 644 sox.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 sox.1 soxi.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 libsox.3 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man7' /usr/bin/install -c -m 644 soxformat.7 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man7' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.pc '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /usr/bin/make install-data-hook make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' cd /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/sox-7524160b29a476f7e87bc14fddf12d349f9a3c5e' >>> spandsp 3.0.0-6ec23e5a7e Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.spandsp-3.0.0-6ec23e5a7e.tar.gz.6YcJhW/output' 'https://files.freeswitch.org/downloads/libs/spandsp-3.0.0-6ec23e5a7e.tar.gz' --2022-06-04 14:25:00-- https://files.freeswitch.org/downloads/libs/spandsp-3.0.0-6ec23e5a7e.tar.gz Resolving files.freeswitch.org (files.freeswitch.org)... 190.102.98.174, 2803:d000:fffe::174 Connecting to files.freeswitch.org (files.freeswitch.org)|190.102.98.174|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10109820 (9.6M) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.spandsp-3.0.0-6ec23e5a7e.tar.gz.6YcJhW/output' 0K .......... .......... .......... .......... .......... 0% 1.31M 7s 50K .......... .......... .......... .......... .......... 1% 2.58M 5s 100K .......... .......... .......... .......... .......... 1% 74.8M 4s 150K .......... .......... .......... .......... .......... 2% 102M 3s 200K .......... .......... .......... .......... .......... 2% 2.56M 3s 250K .......... .......... .......... .......... .......... 3% 125M 2s 300K .......... .......... .......... .......... .......... 3% 157M 2s 350K .......... .......... .......... .......... .......... 4% 168M 2s 400K .......... .......... .......... .......... .......... 4% 3.15M 2s 450K .......... .......... .......... .......... .......... 5% 17.2M 2s 500K .......... .......... .......... .......... .......... 5% 104M 2s 550K .......... .......... .......... .......... .......... 6% 108M 1s 600K .......... .......... .......... .......... .......... 6% 110M 1s 650K .......... .......... .......... .......... .......... 7% 112M 1s 700K .......... .......... .......... .......... .......... 7% 126M 1s 750K .......... .......... .......... .......... .......... 8% 119M 1s 800K .......... .......... .......... .......... .......... 8% 3.48M 1s 850K .......... .......... .......... .......... .......... 9% 137M 1s 900K .......... .......... .......... .......... .......... 9% 175M 1s 950K .......... .......... .......... .......... .......... 10% 15.1M 1s 1000K .......... .......... .......... .......... .......... 10% 121M 1s 1050K .......... .......... .......... .......... .......... 11% 136M 1s 1100K .......... .......... .......... .......... .......... 11% 143M 1s 1150K .......... .......... .......... .......... .......... 12% 144M 1s 1200K .......... .......... .......... .......... .......... 12% 121M 1s 1250K .......... .......... .......... .......... .......... 13% 143M 1s 1300K .......... .......... .......... .......... .......... 13% 137M 1s 1350K .......... .......... .......... .......... .......... 14% 157M 1s 1400K .......... .......... .......... .......... .......... 14% 136M 1s 1450K .......... .......... .......... .......... .......... 15% 138M 1s 1500K .......... .......... .......... .......... .......... 15% 123M 1s 1550K .......... .......... .......... .......... .......... 16% 150M 1s 1600K .......... .......... .......... .......... .......... 16% 153M 1s 1650K .......... .......... .......... .......... .......... 17% 4.67M 1s 1700K .......... .......... .......... .......... .......... 17% 144M 1s 1750K .......... .......... .......... .......... .......... 18% 153M 1s 1800K .......... .......... .......... .......... .......... 18% 142M 1s 1850K .......... .......... .......... .......... .......... 19% 154M 1s 1900K .......... .......... .......... .......... .......... 19% 127M 1s 1950K .......... .......... .......... .......... .......... 20% 92.0M 1s 2000K .......... .......... .......... .......... .......... 20% 18.9M 1s 2050K .......... .......... .......... .......... .......... 21% 112M 1s 2100K .......... .......... .......... .......... .......... 21% 137M 0s 2150K .......... .......... .......... .......... .......... 22% 141M 0s 2200K .......... .......... .......... .......... .......... 22% 118M 0s 2250K .......... .......... .......... .......... .......... 23% 134M 0s 2300K .......... .......... .......... .......... .......... 23% 141M 0s 2350K .......... .......... .......... .......... .......... 24% 142M 0s 2400K .......... .......... .......... .......... .......... 24% 142M 0s 2450K .......... .......... .......... .......... .......... 25% 128M 0s 2500K .......... .......... .......... .......... .......... 25% 109M 0s 2550K .......... .......... .......... .......... .......... 26% 102M 0s 2600K .......... .......... .......... .......... .......... 26% 94.9M 0s 2650K .......... .......... .......... .......... .......... 27% 93.8M 0s 2700K .......... .......... .......... .......... .......... 27% 85.4M 0s 2750K .......... .......... .......... .......... .......... 28% 114M 0s 2800K .......... .......... .......... .......... .......... 28% 77.3M 0s 2850K .......... .......... .......... .......... .......... 29% 92.2M 0s 2900K .......... .......... .......... .......... .......... 29% 133M 0s 2950K .......... .......... .......... .......... .......... 30% 86.4M 0s 3000K .......... .......... .......... .......... .......... 30% 88.8M 0s 3050K .......... .......... .......... .......... .......... 31% 122M 0s 3100K .......... .......... .......... .......... .......... 31% 83.0M 0s 3150K .......... .......... .......... .......... .......... 32% 125M 0s 3200K .......... .......... .......... .......... .......... 32% 69.0M 0s 3250K .......... .......... .......... .......... .......... 33% 83.2M 0s 3300K .......... .......... .......... .......... .......... 33% 110M 0s 3350K .......... .......... .......... .......... .......... 34% 131M 0s 3400K .......... .......... .......... .......... .......... 34% 70.5M 0s 3450K .......... .......... .......... .......... .......... 35% 101M 0s 3500K .......... .......... .......... .......... .......... 35% 69.4M 0s 3550K .......... .......... .......... .......... .......... 36% 67.8M 0s 3600K .......... .......... .......... .......... .......... 36% 78.9M 0s 3650K .......... .......... .......... .......... .......... 37% 86.9M 0s 3700K .......... .......... .......... .......... .......... 37% 116M 0s 3750K .......... .......... .......... .......... .......... 38% 97.3M 0s 3800K .......... .......... .......... .......... .......... 38% 54.9M 0s 3850K .......... .......... .......... .......... .......... 39% 144M 0s 3900K .......... .......... .......... .......... .......... 40% 136M 0s 3950K .......... .......... .......... .......... .......... 40% 59.8M 0s 4000K .......... .......... .......... .......... .......... 41% 132M 0s 4050K .......... .......... .......... .......... .......... 41% 130M 0s 4100K .......... .......... .......... .......... .......... 42% 43.6M 0s 4150K .......... .......... .......... .......... .......... 42% 142M 0s 4200K .......... .......... .......... .......... .......... 43% 123M 0s 4250K .......... .......... .......... .......... .......... 43% 149M 0s 4300K .......... .......... .......... .......... .......... 44% 43.7M 0s 4350K .......... .......... .......... .......... .......... 44% 137M 0s 4400K .......... .......... .......... .......... .......... 45% 132M 0s 4450K .......... .......... .......... .......... .......... 45% 140M 0s 4500K .......... .......... .......... .......... .......... 46% 49.0M 0s 4550K .......... .......... .......... .......... .......... 46% 135M 0s 4600K .......... .......... .......... .......... .......... 47% 141M 0s 4650K .......... .......... .......... .......... .......... 47% 147M 0s 4700K .......... .......... .......... .......... .......... 48% 43.6M 0s 4750K .......... .......... .......... .......... .......... 48% 96.5M 0s 4800K .......... .......... .......... .......... .......... 49% 105M 0s 4850K .......... .......... .......... .......... .......... 49% 122M 0s 4900K .......... .......... .......... .......... .......... 50% 133M 0s 4950K .......... .......... .......... .......... .......... 50% 100M 0s 5000K .......... .......... .......... .......... .......... 51% 63.8M 0s 5050K .......... .......... .......... .......... .......... 51% 166M 0s 5100K .......... .......... .......... .......... .......... 52% 49.0M 0s 5150K .......... .......... .......... .......... .......... 52% 153M 0s 5200K .......... .......... .......... .......... .......... 53% 12.8M 0s 5250K .......... .......... .......... .......... .......... 53% 142M 0s 5300K .......... .......... .......... .......... .......... 54% 118M 0s 5350K .......... .......... .......... .......... .......... 54% 133M 0s 5400K .......... .......... .......... .......... .......... 55% 128M 0s 5450K .......... .......... .......... .......... .......... 55% 136M 0s 5500K .......... .......... .......... .......... .......... 56% 136M 0s 5550K .......... .......... .......... .......... .......... 56% 142M 0s 5600K .......... .......... .......... .......... .......... 57% 126M 0s 5650K .......... .......... .......... .......... .......... 57% 139M 0s 5700K .......... .......... .......... .......... .......... 58% 36.4M 0s 5750K .......... .......... .......... .......... .......... 58% 134M 0s 5800K .......... .......... .......... .......... .......... 59% 136M 0s 5850K .......... .......... .......... .......... .......... 59% 152M 0s 5900K .......... .......... .......... .......... .......... 60% 174M 0s 5950K .......... .......... .......... .......... .......... 60% 183M 0s 6000K .......... .......... .......... .......... .......... 61% 33.4M 0s 6050K .......... .......... .......... .......... .......... 61% 154M 0s 6100K .......... .......... .......... .......... .......... 62% 25.4M 0s 6150K .......... .......... .......... .......... .......... 62% 99.8M 0s 6200K .......... .......... .......... .......... .......... 63% 33.6M 0s 6250K .......... .......... .......... .......... .......... 63% 36.5M 0s 6300K .......... .......... .......... .......... .......... 64% 29.2M 0s 6350K .......... .......... .......... .......... .......... 64% 50.1M 0s 6400K .......... .......... .......... .......... .......... 65% 15.2M 0s 6450K .......... .......... .......... .......... .......... 65% 120M 0s 6500K .......... .......... .......... .......... .......... 66% 116M 0s 6550K .......... .......... .......... .......... .......... 66% 12.6M 0s 6600K .......... .......... .......... .......... .......... 67% 119M 0s 6650K .......... .......... .......... .......... .......... 67% 147M 0s 6700K .......... .......... .......... .......... .......... 68% 14.7M 0s 6750K .......... .......... .......... .......... .......... 68% 145M 0s 6800K .......... .......... .......... .......... .......... 69% 123M 0s 6850K .......... .......... .......... .......... .......... 69% 149M 0s 6900K .......... .......... .......... .......... .......... 70% 158M 0s 6950K .......... .......... .......... .......... .......... 70% 138M 0s 7000K .......... .......... .......... .......... .......... 71% 54.9M 0s 7050K .......... .......... .......... .......... .......... 71% 91.5M 0s 7100K .......... .......... .......... .......... .......... 72% 41.3M 0s 7150K .......... .......... .......... .......... .......... 72% 90.0M 0s 7200K .......... .......... .......... .......... .......... 73% 67.0M 0s 7250K .......... .......... .......... .......... .......... 73% 27.2M 0s 7300K .......... .......... .......... .......... .......... 74% 51.4M 0s 7350K .......... .......... .......... .......... .......... 74% 111M 0s 7400K .......... .......... .......... .......... .......... 75% 64.6M 0s 7450K .......... .......... .......... .......... .......... 75% 69.5M 0s 7500K .......... .......... .......... .......... .......... 76% 68.7M 0s 7550K .......... .......... .......... .......... .......... 76% 62.0M 0s 7600K .......... .......... .......... .......... .......... 77% 47.3M 0s 7650K .......... .......... .......... .......... .......... 77% 86.4M 0s 7700K .......... .......... .......... .......... .......... 78% 47.2M 0s 7750K .......... .......... .......... .......... .......... 79% 34.7M 0s 7800K .......... .......... .......... .......... .......... 79% 119M 0s 7850K .......... .......... .......... .......... .......... 80% 54.0M 0s 7900K .......... .......... .......... .......... .......... 80% 46.0M 0s 7950K .......... .......... .......... .......... .......... 81% 87.2M 0s 8000K .......... .......... .......... .......... .......... 81% 88.9M 0s 8050K .......... .......... .......... .......... .......... 82% 117M 0s 8100K .......... .......... .......... .......... .......... 82% 34.0M 0s 8150K .......... .......... .......... .......... .......... 83% 134M 0s 8200K .......... .......... .......... .......... .......... 83% 97.1M 0s 8250K .......... .......... .......... .......... .......... 84% 67.3M 0s 8300K .......... .......... .......... .......... .......... 84% 66.8M 0s 8350K .......... .......... .......... .......... .......... 85% 37.1M 0s 8400K .......... .......... .......... .......... .......... 85% 130M 0s 8450K .......... .......... .......... .......... .......... 86% 38.3M 0s 8500K .......... .......... .......... .......... .......... 86% 154M 0s 8550K .......... .......... .......... .......... .......... 87% 39.9M 0s 8600K .......... .......... .......... .......... .......... 87% 72.2M 0s 8650K .......... .......... .......... .......... .......... 88% 76.2M 0s 8700K .......... .......... .......... .......... .......... 88% 87.6M 0s 8750K .......... .......... .......... .......... .......... 89% 35.3M 0s 8800K .......... .......... .......... .......... .......... 89% 128M 0s 8850K .......... .......... .......... .......... .......... 90% 40.3M 0s 8900K .......... .......... .......... .......... .......... 90% 23.7M 0s 8950K .......... .......... .......... .......... .......... 91% 63.6M 0s 9000K .......... .......... .......... .......... .......... 91% 33.9M 0s 9050K .......... .......... .......... .......... .......... 92% 40.6M 0s 9100K .......... .......... .......... .......... .......... 92% 39.5M 0s 9150K .......... .......... .......... .......... .......... 93% 30.1M 0s 9200K .......... .......... .......... .......... .......... 93% 23.3M 0s 9250K .......... .......... .......... .......... .......... 94% 118M 0s 9300K .......... .......... .......... .......... .......... 94% 34.4M 0s 9350K .......... .......... .......... .......... .......... 95% 34.8M 0s 9400K .......... .......... .......... .......... .......... 95% 41.3M 0s 9450K .......... .......... .......... .......... .......... 96% 13.7M 0s 9500K .......... .......... .......... .......... .......... 96% 143M 0s 9550K .......... .......... .......... .......... .......... 97% 164M 0s 9600K .......... .......... .......... .......... .......... 97% 41.4M 0s 9650K .......... .......... .......... .......... .......... 98% 42.5M 0s 9700K .......... .......... .......... .......... .......... 98% 31.4M 0s 9750K .......... .......... .......... .......... .......... 99% 29.0M 0s 9800K .......... .......... .......... .......... .......... 99% 19.1M 0s 9850K .......... .......... .. 100% 153M=0.3s 2022-06-04 14:25:00 (37.0 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.spandsp-3.0.0-6ec23e5a7e.tar.gz.6YcJhW/output' saved [10109820/10109820] spandsp-3.0.0-6ec23e5a7e.tar.gz: OK (sha256: a11beed46b488a4cac3b0c42042ad28448bcee4c0027a82d5449180bbb178836) >>> spandsp 3.0.0-6ec23e5a7e Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/spandsp/spandsp-3.0.0-6ec23e5a7e.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e -xf - >>> spandsp 3.0.0-6ec23e5a7e Patching Applying 0001-configure.ac-fix-AVX-SSE-and-MMX-options.patch using patch: patching file configure.ac >>> spandsp 3.0.0-6ec23e5a7e Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e -name $file); do cp support/gnuconfig/$file $i; done; done >>> spandsp 3.0.0-6ec23e5a7e Configuring >>> spandsp 3.0.0-6ec23e5a7e Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/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:53: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:53: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:53: the top level configure.ac:130: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.ac:130: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.ac:130: the top level configure.ac:149: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:149: 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:149: the top level configure.ac:155: warning: The macro `AC_TRY_RUN' is obsolete. configure.ac:155: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN 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... m4/ac_func_memmove.m4:1: AC_FUNC_MEMMOVE is expanded from... configure.ac:155: the top level configure.ac:159: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:159: 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... m4/ax_c99_features.m4:46: AX_C99_FUNC_LRINT is expanded from... configure.ac:159: the top level configure.ac:160: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:160: 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... m4/ax_c99_features.m4:83: AX_C99_FUNC_LRINTF is expanded from... configure.ac:160: the top level configure.ac:161: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:161: 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... m4/ax_c99_features.m4:120: AX_C99_FUNC_LLRINT is expanded from... configure.ac:161: the top level configure.ac:162: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:162: 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... m4/ax_c99_features.m4:158: AX_C99_FUNC_LLRINTF is expanded from... configure.ac:162: the top level configure.ac:171: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:171: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... m4/ax_c99_features.m4:13: AX_C99_FLEXIBLE_ARRAY is expanded from... configure.ac:171: the top level configure.ac:188: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:188: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:188: the top level configure.ac:190: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:190: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:190: the top level configure.ac:238: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:238: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.ac:238: the top level configure.ac:248: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:248: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.ac:248: the top level configure.ac:338: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:338: 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:338: the top level configure.ac:50: installing 'config/compile' configure.ac:46: installing 'config/missing' spandsp-sim/Makefile.am: installing 'config/depcomp' >>> spandsp 3.0.0-6ec23e5a7e Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/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 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no LIBS="`/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config --libs libtiff-4`" CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-builtin-tiff --disable-mmx --disable-sse --disable-sse2 --disable-sse3 --disable-ssse3 --disable-sse4-1 --disable-sse4-2 ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /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... mips64el-buildroot-linux-uclibc checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... 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 how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc needs -traditional... no checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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/select.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... no checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 C compiler vendor... gnu checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for long long... yes checking for long double... yes checking return type of signal handlers... void checking for error_at_line... yes checking for vprintf... yes checking for working memcmp... (cached) yes checking for memmove... yes checking for working memmove... cross configure: WARNING: Replacing missing/broken memmove. checking types of arguments for select... int,fd_set *,struct timeval * checking for lrint... yes checking for lrintf... yes checking for llrint... yes checking for llrintf... yes checking if have C99 struct flexible array support... yes checking checking for aligned_alloc... no checking for memalign... yes checking for posix_memalign... yes checking for memmove... (cached) yes checking for memset... yes checking for select... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for strtol... yes checking for gettimeofday... yes checking for drand48... yes checking for egrep... (cached) /bin/grep -E checking for sys/wait.h that is POSIX.1 compatible... yes checking for socket.h... no checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdatomic.h... yes checking for stdbool.h... yes checking for stdfix.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for malloc.h... yes checking for math.h... yes checking for float.h... yes checking for fcntl.h... yes checking for sys/time.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/fcntl.h... yes checking for sndfile.h... no checking for fenv.h... no checking for fftw3.h... yes checking for pcap.h... yes checking for pthread.h... yes checking for tgmath.h... yes checking for libxml/xmlmemory.h... checking for libxml/xmlmemory.h... no checking for libxml/parser.h... no checking for libxml/xinclude.h... no checking for FL/Fl.H... no checking for FL/Fl_Overlay_Window.H... no checking for FL/Fl_Light_Button.H... no checking for FL/fl_draw.H... no checking for FL/Fl_Cartesian.H... no checking for FL/Fl_Audio_Meter.H... no checking for cos in -lm... yes checking for library containing sinf... none required checking for library containing cosf... none required checking for library containing tanf... none required checking for library containing asinf... none required checking for library containing acosf... none required checking for library containing atanf... none required checking for library containing atan2f... none required checking for library containing ceilf... none required checking for library containing floorf... none required checking for library containing powf... none required checking for library containing expf... none required checking for library containing logf... none required checking for library containing log10f... none required checking for library containing open_memstream... none required checking if mips64el-buildroot-linux-uclibc supports library symbol export... yes yes checking whether compiler supports -Wunused-but-set-variable... yes yes checking if mips64el-buildroot-linux-uclibc supports the ARM NEON instructions set... no no checking if mips64el-buildroot-linux-uclibc is fixed point only... no checking if mips64el-buildroot-linux-uclibc fails on misaligned memory access... no checking for tiffio.h... yes checking for TIFFOpen in -ltiff... yes checking for TIFFCreateCustomDirectory in -ltiff... yes checking for jpeglib.h... yes checking for jpeg_start_compress in -ljpeg... yes 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 doc/doxygen config.status: creating src/Makefile config.status: creating src/spandsp.h config.status: creating spandsp-sim/Makefile config.status: creating test-data/Makefile config.status: creating test-data/etsi/Makefile config.status: creating test-data/etsi/fax/Makefile config.status: creating test-data/itu/Makefile config.status: creating test-data/itu/fax/Makefile config.status: creating test-data/itu/tiff-fx/Makefile config.status: creating test-data/local/Makefile config.status: creating tests/Makefile config.status: creating spandsp.pc config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> spandsp 3.0.0-6ec23e5a7e Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' /usr/bin/make all-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o ademco_contactid.lo ademco_contactid.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c ademco_contactid.c -fPIC -DPIC -o .libs/ademco_contactid.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o adsi.lo adsi.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c adsi.c -fPIC -DPIC -o .libs/adsi.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o alloc.lo alloc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c alloc.c -fPIC -DPIC -o .libs/alloc.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o async.lo async.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c async.c -fPIC -DPIC -o .libs/async.o /usr/bin/gcc -o make_at_dictionary ../src/make_at_dictionary.c -DHAVE_CONFIG_H -I../src ./make_at_dictionary >at_interpreter_dictionary.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o at_interpreter.lo at_interpreter.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c at_interpreter.c -fPIC -DPIC -o .libs/at_interpreter.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o awgn.lo awgn.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c awgn.c -fPIC -DPIC -o .libs/awgn.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o bell_r2_mf.lo bell_r2_mf.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c bell_r2_mf.c -fPIC -DPIC -o .libs/bell_r2_mf.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o bert.lo bert.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c bert.c -fPIC -DPIC -o .libs/bert.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o bit_operations.lo bit_operations.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c bit_operations.c -fPIC -DPIC -o .libs/bit_operations.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o bitstream.lo bitstream.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c bitstream.c -fPIC -DPIC -o .libs/bitstream.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o complex_filters.lo complex_filters.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c complex_filters.c -fPIC -DPIC -o .libs/complex_filters.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o complex_vector_float.lo complex_vector_float.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c complex_vector_float.c -fPIC -DPIC -o .libs/complex_vector_float.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o complex_vector_int.lo complex_vector_int.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c complex_vector_int.c -fPIC -DPIC -o .libs/complex_vector_int.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o crc.lo crc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c crc.c -fPIC -DPIC -o .libs/crc.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o data_modems.lo data_modems.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c data_modems.c -fPIC -DPIC -o .libs/data_modems.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dds_float.lo dds_float.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c dds_float.c -fPIC -DPIC -o .libs/dds_float.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dds_int.lo dds_int.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c dds_int.c -fPIC -DPIC -o .libs/dds_int.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o dtmf.lo dtmf.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c dtmf.c -fPIC -DPIC -o .libs/dtmf.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o echo.lo echo.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c echo.c -fPIC -DPIC -o .libs/echo.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o fax.lo fax.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c fax.c -fPIC -DPIC -o .libs/fax.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o fax_modems.lo fax_modems.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c fax_modems.c -fPIC -DPIC -o .libs/fax_modems.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o fsk.lo fsk.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c fsk.c -fPIC -DPIC -o .libs/fsk.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o g711.lo g711.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c g711.c -fPIC -DPIC -o .libs/g711.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o g722.lo g722.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c g722.c -fPIC -DPIC -o .libs/g722.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o g726.lo g726.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c g726.c -fPIC -DPIC -o .libs/g726.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o gsm0610_decode.lo gsm0610_decode.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c gsm0610_decode.c -fPIC -DPIC -o .libs/gsm0610_decode.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o gsm0610_encode.lo gsm0610_encode.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c gsm0610_encode.c -fPIC -DPIC -o .libs/gsm0610_encode.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o gsm0610_long_term.lo gsm0610_long_term.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c gsm0610_long_term.c -fPIC -DPIC -o .libs/gsm0610_long_term.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o gsm0610_lpc.lo gsm0610_lpc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c gsm0610_lpc.c -fPIC -DPIC -o .libs/gsm0610_lpc.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o gsm0610_preprocess.lo gsm0610_preprocess.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c gsm0610_preprocess.c -fPIC -DPIC -o .libs/gsm0610_preprocess.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o gsm0610_rpe.lo gsm0610_rpe.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c gsm0610_rpe.c -fPIC -DPIC -o .libs/gsm0610_rpe.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o gsm0610_short_term.lo gsm0610_short_term.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c gsm0610_short_term.c -fPIC -DPIC -o .libs/gsm0610_short_term.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o hdlc.lo hdlc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c hdlc.c -fPIC -DPIC -o .libs/hdlc.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o ima_adpcm.lo ima_adpcm.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c ima_adpcm.c -fPIC -DPIC -o .libs/ima_adpcm.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o image_translate.lo image_translate.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c image_translate.c -fPIC -DPIC -o .libs/image_translate.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o logging.lo logging.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c logging.c -fPIC -DPIC -o .libs/logging.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o lpc10_analyse.lo lpc10_analyse.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c lpc10_analyse.c -fPIC -DPIC -o .libs/lpc10_analyse.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o lpc10_decode.lo lpc10_decode.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c lpc10_decode.c -fPIC -DPIC -o .libs/lpc10_decode.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o lpc10_encode.lo lpc10_encode.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c lpc10_encode.c -fPIC -DPIC -o .libs/lpc10_encode.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o lpc10_placev.lo lpc10_placev.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c lpc10_placev.c -fPIC -DPIC -o .libs/lpc10_placev.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o lpc10_voicing.lo lpc10_voicing.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c lpc10_voicing.c -fPIC -DPIC -o .libs/lpc10_voicing.o /usr/bin/gcc -o make_math_fixed_tables ../src/make_math_fixed_tables.c -DHAVE_CONFIG_H -I../src -lm ./make_math_fixed_tables >math_fixed_tables.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o math_fixed.lo math_fixed.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c math_fixed.c -fPIC -DPIC -o .libs/math_fixed.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o modem_echo.lo modem_echo.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c modem_echo.c -fPIC -DPIC -o .libs/modem_echo.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o modem_connect_tones.lo modem_connect_tones.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c modem_connect_tones.c -fPIC -DPIC -o .libs/modem_connect_tones.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o noise.lo noise.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c noise.c -fPIC -DPIC -o .libs/noise.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o oki_adpcm.lo oki_adpcm.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c oki_adpcm.c -fPIC -DPIC -o .libs/oki_adpcm.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o playout.lo playout.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c playout.c -fPIC -DPIC -o .libs/playout.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o plc.lo plc.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c plc.c -fPIC -DPIC -o .libs/plc.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o power_meter.lo power_meter.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c power_meter.c -fPIC -DPIC -o .libs/power_meter.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o queue.lo queue.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c queue.c -fPIC -DPIC -o .libs/queue.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o schedule.lo schedule.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c schedule.c -fPIC -DPIC -o .libs/schedule.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o sig_tone.lo sig_tone.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c sig_tone.c -fPIC -DPIC -o .libs/sig_tone.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o silence_gen.lo silence_gen.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c silence_gen.c -fPIC -DPIC -o .libs/silence_gen.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o super_tone_rx.lo super_tone_rx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c super_tone_rx.c -fPIC -DPIC -o .libs/super_tone_rx.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o super_tone_tx.lo super_tone_tx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c super_tone_tx.c -fPIC -DPIC -o .libs/super_tone_tx.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o swept_tone.lo swept_tone.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c swept_tone.c -fPIC -DPIC -o .libs/swept_tone.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t30.lo t30.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t30.c -fPIC -DPIC -o .libs/t30.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t30_api.lo t30_api.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t30_api.c -fPIC -DPIC -o .libs/t30_api.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t30_logging.lo t30_logging.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t30_logging.c -fPIC -DPIC -o .libs/t30_logging.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t31.lo t31.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t31.c -fPIC -DPIC -o .libs/t31.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t35.lo t35.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t35.c -fPIC -DPIC -o .libs/t35.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t38_core.lo t38_core.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t38_core.c -fPIC -DPIC -o .libs/t38_core.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t38_gateway.lo t38_gateway.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t38_gateway.c -fPIC -DPIC -o .libs/t38_gateway.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t38_non_ecm_buffer.lo t38_non_ecm_buffer.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t38_non_ecm_buffer.c -fPIC -DPIC -o .libs/t38_non_ecm_buffer.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t38_terminal.lo t38_terminal.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t38_terminal.c -fPIC -DPIC -o .libs/t38_terminal.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t4_t6_decode.lo t4_t6_decode.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t4_t6_decode.c -fPIC -DPIC -o .libs/t4_t6_decode.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t4_t6_encode.lo t4_t6_encode.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t4_t6_encode.c -fPIC -DPIC -o .libs/t4_t6_encode.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t4_rx.lo t4_rx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t4_rx.c -fPIC -DPIC -o .libs/t4_rx.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t4_tx.lo t4_tx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t4_tx.c -fPIC -DPIC -o .libs/t4_tx.o /usr/bin/gcc -o make_cielab_luts ../src/make_cielab_luts.c -DHAVE_CONFIG_H -I../src -lm ./make_cielab_luts >cielab_luts.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t42.lo t42.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t42.c -fPIC -DPIC -o .libs/t42.o /usr/bin/gcc -o make_t43_gray_code_tables ../src/make_t43_gray_code_tables.c -DHAVE_CONFIG_H -I../src -lm ./make_t43_gray_code_tables >t43_gray_code_tables.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t43.lo t43.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t43.c -fPIC -DPIC -o .libs/t43.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t81_t82_arith_coding.lo t81_t82_arith_coding.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t81_t82_arith_coding.c -fPIC -DPIC -o .libs/t81_t82_arith_coding.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t85_decode.lo t85_decode.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t85_decode.c -fPIC -DPIC -o .libs/t85_decode.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o t85_encode.lo t85_encode.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c t85_encode.c -fPIC -DPIC -o .libs/t85_encode.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o testcpuid.lo testcpuid.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c testcpuid.c -fPIC -DPIC -o .libs/testcpuid.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o time_scale.lo time_scale.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c time_scale.c -fPIC -DPIC -o .libs/time_scale.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o timezone.lo timezone.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c timezone.c -fPIC -DPIC -o .libs/timezone.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o tone_detect.lo tone_detect.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c tone_detect.c -fPIC -DPIC -o .libs/tone_detect.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o tone_generate.lo tone_generate.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c tone_generate.c -fPIC -DPIC -o .libs/tone_generate.o /usr/bin/gcc -o make_modem_filter ../src/make_modem_filter.c ../src/filter_tools.c -DHAVE_CONFIG_H -I../src -lm ./make_modem_filter -m V.17 -r >v17_v32bis_rx_rrc.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v17rx.lo v17rx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v17rx.c -fPIC -DPIC -o .libs/v17rx.o ./make_modem_filter -m V.17 -t >v17_v32bis_tx_rrc.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v17tx.lo v17tx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v17tx.c -fPIC -DPIC -o .libs/v17tx.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v18.lo v18.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v18.c -fPIC -DPIC -o .libs/v18.o ./make_modem_filter -m V.22bis1200 -r >v22bis_rx_1200_rrc.h ./make_modem_filter -m V.22bis2400 -r >v22bis_rx_2400_rrc.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v22bis_rx.lo v22bis_rx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v22bis_rx.c -fPIC -DPIC -o .libs/v22bis_rx.o ./make_modem_filter -m V.22bis -t >v22bis_tx_rrc.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v22bis_tx.lo v22bis_tx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v22bis_tx.c -fPIC -DPIC -o .libs/v22bis_tx.o ./make_modem_filter -m V.27ter2400 -r >v27ter_rx_2400_rrc.h ./make_modem_filter -m V.27ter4800 -r >v27ter_rx_4800_rrc.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v27ter_rx.lo v27ter_rx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v27ter_rx.c -fPIC -DPIC -o .libs/v27ter_rx.o ./make_modem_filter -m V.27ter2400 -t >v27ter_tx_2400_rrc.h ./make_modem_filter -m V.27ter4800 -t >v27ter_tx_4800_rrc.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v27ter_tx.lo v27ter_tx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v27ter_tx.c -fPIC -DPIC -o .libs/v27ter_tx.o ./make_modem_filter -m V.29 -r >v29rx_rrc.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v29rx.lo v29rx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v29rx.c -fPIC -DPIC -o .libs/v29rx.o ./make_modem_filter -m V.29 -t >v29tx_rrc.h /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v29tx.lo v29tx.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v29tx.c -fPIC -DPIC -o .libs/v29tx.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v42.lo v42.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v42.c -fPIC -DPIC -o .libs/v42.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v42bis.lo v42bis.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v42bis.c -fPIC -DPIC -o .libs/v42bis.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o v8.lo v8.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c v8.c -fPIC -DPIC -o .libs/v8.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o vector_float.lo vector_float.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c vector_float.c -fPIC -DPIC -o .libs/vector_float.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o vector_int.lo vector_int.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c vector_int.c -fPIC -DPIC -o .libs/vector_int.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DNDEBUG -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -version-info 3:0:0 -o libspandsp.la -rpath /usr/lib ademco_contactid.lo adsi.lo alloc.lo async.lo at_interpreter.lo awgn.lo bell_r2_mf.lo bert.lo bit_operations.lo bitstream.lo complex_filters.lo complex_vector_float.lo complex_vector_int.lo crc.lo data_modems.lo dds_float.lo dds_int.lo dtmf.lo echo.lo fax.lo fax_modems.lo fsk.lo g711.lo g722.lo g726.lo gsm0610_decode.lo gsm0610_encode.lo gsm0610_long_term.lo gsm0610_lpc.lo gsm0610_preprocess.lo gsm0610_rpe.lo gsm0610_short_term.lo hdlc.lo ima_adpcm.lo image_translate.lo logging.lo lpc10_analyse.lo lpc10_decode.lo lpc10_encode.lo lpc10_placev.lo lpc10_voicing.lo math_fixed.lo modem_echo.lo modem_connect_tones.lo noise.lo oki_adpcm.lo playout.lo plc.lo power_meter.lo queue.lo schedule.lo sig_tone.lo silence_gen.lo super_tone_rx.lo super_tone_tx.lo swept_tone.lo t30.lo t30_api.lo t30_logging.lo t31.lo t35.lo t38_core.lo t38_gateway.lo t38_non_ecm_buffer.lo t38_terminal.lo t4_t6_decode.lo t4_t6_encode.lo t4_rx.lo t4_tx.lo t42.lo t43.lo t81_t82_arith_coding.lo t85_decode.lo t85_encode.lo testcpuid.lo time_scale.lo timezone.lo tone_detect.lo tone_generate.lo v17rx.lo v17tx.lo v18.lo v22bis_rx.lo v22bis_tx.lo v27ter_rx.lo v27ter_tx.lo v29rx.lo v29tx.lo v42.lo v42bis.lo v8.lo vector_float.lo vector_int.lo -ltiff -lm -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -ltiff -ljpeg libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/ademco_contactid.o .libs/adsi.o .libs/alloc.o .libs/async.o .libs/at_interpreter.o .libs/awgn.o .libs/bell_r2_mf.o .libs/bert.o .libs/bit_operations.o .libs/bitstream.o .libs/complex_filters.o .libs/complex_vector_float.o .libs/complex_vector_int.o .libs/crc.o .libs/data_modems.o .libs/dds_float.o .libs/dds_int.o .libs/dtmf.o .libs/echo.o .libs/fax.o .libs/fax_modems.o .libs/fsk.o .libs/g711.o .libs/g722.o .libs/g726.o .libs/gsm0610_decode.o .libs/gsm0610_encode.o .libs/gsm0610_long_term.o .libs/gsm0610_lpc.o .libs/gsm0610_preprocess.o .libs/gsm0610_rpe.o .libs/gsm0610_short_term.o .libs/hdlc.o .libs/ima_adpcm.o .libs/image_translate.o .libs/logging.o .libs/lpc10_analyse.o .libs/lpc10_decode.o .libs/lpc10_encode.o .libs/lpc10_placev.o .libs/lpc10_voicing.o .libs/math_fixed.o .libs/modem_echo.o .libs/modem_connect_tones.o .libs/noise.o .libs/oki_adpcm.o .libs/playout.o .libs/plc.o .libs/power_meter.o .libs/queue.o .libs/schedule.o .libs/sig_tone.o .libs/silence_gen.o .libs/super_tone_rx.o .libs/super_tone_tx.o .libs/swept_tone.o .libs/t30.o .libs/t30_api.o .libs/t30_logging.o .libs/t31.o .libs/t35.o .libs/t38_core.o .libs/t38_gateway.o .libs/t38_non_ecm_buffer.o .libs/t38_terminal.o .libs/t4_t6_decode.o .libs/t4_t6_encode.o .libs/t4_rx.o .libs/t4_tx.o .libs/t42.o .libs/t43.o .libs/t81_t82_arith_coding.o .libs/t85_decode.o .libs/t85_encode.o .libs/testcpuid.o .libs/time_scale.o .libs/timezone.o .libs/tone_detect.o .libs/tone_generate.o .libs/v17rx.o .libs/v17tx.o .libs/v18.o .libs/v22bis_rx.o .libs/v22bis_tx.o .libs/v27ter_rx.o .libs/v27ter_tx.o .libs/v29rx.o .libs/v29tx.o .libs/v42.o .libs/v42bis.o .libs/v8.o .libs/vector_float.o .libs/vector_int.o -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -Wl,-rpath -Wl,/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libtiff.so -lz -lm /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libjpeg.so -O2 -g0 -Wl,-soname -Wl,libspandsp.so.3 -o .libs/libspandsp.so.3.0.0 libtool: link: (cd ".libs" && rm -f "libspandsp.so.3" && ln -s "libspandsp.so.3.0.0" "libspandsp.so.3") libtool: link: (cd ".libs" && rm -f "libspandsp.so" && ln -s "libspandsp.so.3.0.0" "libspandsp.so") libtool: link: ( cd ".libs" && rm -f "libspandsp.la" && ln -s "../libspandsp.la" "libspandsp.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' >>> spandsp 3.0.0-6ec23e5a7e Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libspandsp.la '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libspandsp.so.3.0.0 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libspandsp.so.3.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libspandsp.so.3.0.0 libspandsp.so.3 || { rm -f libspandsp.so.3 && ln -s libspandsp.so.3.0.0 libspandsp.so.3; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libspandsp.so.3.0.0 libspandsp.so || { rm -f libspandsp.so && ln -s libspandsp.so.3.0.0 libspandsp.so; }; }) libtool: install: /usr/bin/install -c .libs/libspandsp.lai /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libspandsp.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/ademco_contactid.h spandsp/adsi.h spandsp/alloc.h spandsp/async.h spandsp/arctan2.h spandsp/at_interpreter.h spandsp/awgn.h spandsp/bell_r2_mf.h spandsp/bert.h spandsp/biquad.h spandsp/bit_operations.h spandsp/bitstream.h spandsp/crc.h spandsp/complex.h spandsp/complex_filters.h spandsp/complex_vector_float.h spandsp/complex_vector_int.h spandsp/data_modems.h spandsp/dc_restore.h spandsp/dds.h spandsp/dtmf.h spandsp/echo.h spandsp/fast_convert.h spandsp/fax.h spandsp/fax_modems.h spandsp/fir.h spandsp/fsk.h spandsp/g168models.h spandsp/g711.h spandsp/g722.h spandsp/g726.h spandsp/gsm0610.h spandsp/hdlc.h spandsp/ima_adpcm.h spandsp/image_translate.h spandsp/logging.h spandsp/lpc10.h spandsp/math_fixed.h spandsp/modem_echo.h spandsp/modem_connect_tones.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/spandsp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/noise.h spandsp/oki_adpcm.h spandsp/playout.h spandsp/plc.h spandsp/power_meter.h spandsp/queue.h spandsp/saturated.h spandsp/schedule.h spandsp/stdbool.h spandsp/sig_tone.h spandsp/silence_gen.h spandsp/super_tone_rx.h spandsp/super_tone_tx.h spandsp/swept_tone.h spandsp/t30.h spandsp/t30_api.h spandsp/t30_fcf.h spandsp/t30_logging.h spandsp/t31.h spandsp/t35.h spandsp/t38_core.h spandsp/t38_gateway.h spandsp/t38_non_ecm_buffer.h spandsp/t38_terminal.h spandsp/t4_rx.h spandsp/t4_tx.h spandsp/t4_t6_decode.h spandsp/t4_t6_encode.h spandsp/t42.h spandsp/t43.h spandsp/t81_t82_arith_coding.h spandsp/t85.h spandsp/telephony.h spandsp/time_scale.h spandsp/timezone.h spandsp/timing.h spandsp/tone_detect.h spandsp/tone_generate.h spandsp/v17rx.h spandsp/v17tx.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/spandsp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/spandsp/private' /usr/bin/install -c -m 644 spandsp/private/ademco_contactid.h spandsp/private/adsi.h spandsp/private/async.h spandsp/private/at_interpreter.h spandsp/private/awgn.h spandsp/private/bell_r2_mf.h spandsp/private/bert.h spandsp/private/bitstream.h spandsp/private/data_modems.h spandsp/private/dtmf.h spandsp/private/echo.h spandsp/private/fax.h spandsp/private/fax_modems.h spandsp/private/fsk.h spandsp/private/g711.h spandsp/private/g722.h spandsp/private/g726.h spandsp/private/gsm0610.h spandsp/private/hdlc.h spandsp/private/ima_adpcm.h spandsp/private/image_translate.h spandsp/private/logging.h spandsp/private/lpc10.h spandsp/private/modem_connect_tones.h spandsp/private/modem_echo.h spandsp/private/noise.h spandsp/private/oki_adpcm.h spandsp/private/playout.h spandsp/private/plc.h spandsp/private/power_meter.h spandsp/private/queue.h spandsp/private/schedule.h spandsp/private/sig_tone.h spandsp/private/silence_gen.h spandsp/private/super_tone_rx.h spandsp/private/super_tone_tx.h spandsp/private/swept_tone.h spandsp/private/t30.h spandsp/private/t30_dis_dtc_dcs_bits.h spandsp/private/t31.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/spandsp/private' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/v18.h spandsp/v22bis.h spandsp/v27ter_rx.h spandsp/v27ter_tx.h spandsp/v29rx.h spandsp/v29tx.h spandsp/v42.h spandsp/v42bis.h spandsp/v8.h spandsp/vector_float.h spandsp/vector_int.h spandsp/version.h spandsp/expose.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/spandsp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/spandsp/private' /usr/bin/install -c -m 644 spandsp/private/t38_core.h spandsp/private/t38_gateway.h spandsp/private/t38_non_ecm_buffer.h spandsp/private/t38_terminal.h spandsp/private/t4_rx.h spandsp/private/t4_tx.h spandsp/private/t4_t6_decode.h spandsp/private/t4_t6_encode.h spandsp/private/t42.h spandsp/private/t43.h spandsp/private/t81_t82_arith_coding.h spandsp/private/t85.h spandsp/private/time_scale.h spandsp/private/timezone.h spandsp/private/tone_detect.h spandsp/private/tone_generate.h spandsp/private/v17rx.h spandsp/private/v17tx.h spandsp/private/v18.h spandsp/private/v22bis.h spandsp/private/v27ter_rx.h spandsp/private/v27ter_tx.h spandsp/private/v29rx.h spandsp/private/v29tx.h spandsp/private/v42.h spandsp/private/v42bis.h spandsp/private/v8.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/spandsp/private' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/install -c -m 644 spandsp.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 spandsp.pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' >>> spandsp 3.0.0-6ec23e5a7e Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> spandsp 3.0.0-6ec23e5a7e Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libspandsp.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libspandsp.so.3.0.0 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libspandsp.so.3.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libspandsp.so.3.0.0 libspandsp.so.3 || { rm -f libspandsp.so.3 && ln -s libspandsp.so.3.0.0 libspandsp.so.3; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libspandsp.so.3.0.0 libspandsp.so || { rm -f libspandsp.so && ln -s libspandsp.so.3.0.0 libspandsp.so; }; }) libtool: install: /usr/bin/install -c .libs/libspandsp.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libspandsp.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/ademco_contactid.h spandsp/adsi.h spandsp/alloc.h spandsp/async.h spandsp/arctan2.h spandsp/at_interpreter.h spandsp/awgn.h spandsp/bell_r2_mf.h spandsp/bert.h spandsp/biquad.h spandsp/bit_operations.h spandsp/bitstream.h spandsp/crc.h spandsp/complex.h spandsp/complex_filters.h spandsp/complex_vector_float.h spandsp/complex_vector_int.h spandsp/data_modems.h spandsp/dc_restore.h spandsp/dds.h spandsp/dtmf.h spandsp/echo.h spandsp/fast_convert.h spandsp/fax.h spandsp/fax_modems.h spandsp/fir.h spandsp/fsk.h spandsp/g168models.h spandsp/g711.h spandsp/g722.h spandsp/g726.h spandsp/gsm0610.h spandsp/hdlc.h spandsp/ima_adpcm.h spandsp/image_translate.h spandsp/logging.h spandsp/lpc10.h spandsp/math_fixed.h spandsp/modem_echo.h spandsp/modem_connect_tones.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/spandsp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/noise.h spandsp/oki_adpcm.h spandsp/playout.h spandsp/plc.h spandsp/power_meter.h spandsp/queue.h spandsp/saturated.h spandsp/schedule.h spandsp/stdbool.h spandsp/sig_tone.h spandsp/silence_gen.h spandsp/super_tone_rx.h spandsp/super_tone_tx.h spandsp/swept_tone.h spandsp/t30.h spandsp/t30_api.h spandsp/t30_fcf.h spandsp/t30_logging.h spandsp/t31.h spandsp/t35.h spandsp/t38_core.h spandsp/t38_gateway.h spandsp/t38_non_ecm_buffer.h spandsp/t38_terminal.h spandsp/t4_rx.h spandsp/t4_tx.h spandsp/t4_t6_decode.h spandsp/t4_t6_encode.h spandsp/t42.h spandsp/t43.h spandsp/t81_t82_arith_coding.h spandsp/t85.h spandsp/telephony.h spandsp/time_scale.h spandsp/timezone.h spandsp/timing.h spandsp/tone_detect.h spandsp/tone_generate.h spandsp/v17rx.h spandsp/v17tx.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/spandsp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/spandsp/private' /usr/bin/install -c -m 644 spandsp/private/ademco_contactid.h spandsp/private/adsi.h spandsp/private/async.h spandsp/private/at_interpreter.h spandsp/private/awgn.h spandsp/private/bell_r2_mf.h spandsp/private/bert.h spandsp/private/bitstream.h spandsp/private/data_modems.h spandsp/private/dtmf.h spandsp/private/echo.h spandsp/private/fax.h spandsp/private/fax_modems.h spandsp/private/fsk.h spandsp/private/g711.h spandsp/private/g722.h spandsp/private/g726.h spandsp/private/gsm0610.h spandsp/private/hdlc.h spandsp/private/ima_adpcm.h spandsp/private/image_translate.h spandsp/private/logging.h spandsp/private/lpc10.h spandsp/private/modem_connect_tones.h spandsp/private/modem_echo.h spandsp/private/noise.h spandsp/private/oki_adpcm.h spandsp/private/playout.h spandsp/private/plc.h spandsp/private/power_meter.h spandsp/private/queue.h spandsp/private/schedule.h spandsp/private/sig_tone.h spandsp/private/silence_gen.h spandsp/private/super_tone_rx.h spandsp/private/super_tone_tx.h spandsp/private/swept_tone.h spandsp/private/t30.h spandsp/private/t30_dis_dtc_dcs_bits.h spandsp/private/t31.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/spandsp/private' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/spandsp' /usr/bin/install -c -m 644 spandsp/v18.h spandsp/v22bis.h spandsp/v27ter_rx.h spandsp/v27ter_tx.h spandsp/v29rx.h spandsp/v29tx.h spandsp/v42.h spandsp/v42bis.h spandsp/v8.h spandsp/vector_float.h spandsp/vector_int.h spandsp/version.h spandsp/expose.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/spandsp' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/spandsp/private' /usr/bin/install -c -m 644 spandsp/private/t38_core.h spandsp/private/t38_gateway.h spandsp/private/t38_non_ecm_buffer.h spandsp/private/t38_terminal.h spandsp/private/t4_rx.h spandsp/private/t4_tx.h spandsp/private/t4_t6_decode.h spandsp/private/t4_t6_encode.h spandsp/private/t42.h spandsp/private/t43.h spandsp/private/t81_t82_arith_coding.h spandsp/private/t85.h spandsp/private/time_scale.h spandsp/private/timezone.h spandsp/private/tone_detect.h spandsp/private/tone_generate.h spandsp/private/v17rx.h spandsp/private/v17tx.h spandsp/private/v18.h spandsp/private/v22bis.h spandsp/private/v27ter_rx.h spandsp/private/v27ter_tx.h spandsp/private/v29rx.h spandsp/private/v29tx.h spandsp/private/v42.h spandsp/private/v42bis.h spandsp/private/v8.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/spandsp/private' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include' /usr/bin/install -c -m 644 spandsp.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 spandsp.pc '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spandsp-3.0.0-6ec23e5a7e' >>> spi-tools 1.0.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.spi-tools-1.0.1.tar.gz.pdD9iX/output' 'https://github.com/cpb-/spi-tools/archive/1.0.1/spi-tools-1.0.1.tar.gz' --2022-06-04 14:26:02-- https://github.com/cpb-/spi-tools/archive/1.0.1/spi-tools-1.0.1.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://codeload.github.com/cpb-/spi-tools/tar.gz/refs/tags/1.0.1 [following] --2022-06-04 14:26:03-- https://codeload.github.com/cpb-/spi-tools/tar.gz/refs/tags/1.0.1 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.spi-tools-1.0.1.tar.gz.pdD9iX/output' 0K .......... ... 264K=0.05s 2022-06-04 14:26:03 (264 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.spi-tools-1.0.1.tar.gz.pdD9iX/output' saved [13902] spi-tools-1.0.1.tar.gz: OK (sha256: 81bb9f7218123f86c3644d92ad2c427343758df2143ee5da38e6f743f18714fd) >>> spi-tools 1.0.1 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/spi-tools/spi-tools-1.0.1.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1 -xf - >>> spi-tools 1.0.1 Patching >>> spi-tools 1.0.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> spi-tools 1.0.1 Configuring >>> spi-tools 1.0.1 Autoreconfiguring configure.ac:14: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:14: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:14: the top level configure.ac:16: warning: The macro `AC_LANG_C' is obsolete. configure.ac:16: You should run autoupdate. ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... configure.ac:16: the top level configure.ac:13: installing './compile' configure.ac:7: installing './install-sh' configure.ac:7: installing './missing' src/Makefile.am: installing './depcomp' >>> spi-tools 1.0.1 Patching libtool (cd /nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /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 whether make sets $(MAKE)... (cached) yes checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for an ANSI C-conforming const... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for doxygen... no configure: WARNING: Doxygen not found - continuing without Doxygen support checking for fcntl.h... yes checking for limits.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 sys/time.h... yes checking for unistd.h... (cached) yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for inline... inline checking for size_t... (cached) yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for strftime... yes checking for working strtod... no checking for pow... yes checking for error_at_line... yes checking for memmove... yes checking for memset... yes checking whether to build with debug information... no configure: Debug Mode off. checking for help2man... echo No help2man 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 man/Makefile config.status: creating src/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 >>> spi-tools 1.0.1 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/src' /usr/bin/make all-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/src' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -c -o spi-config.o spi-config.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -c -o spi-tools.o spi-tools.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O0 -o spi-config spi-config.o spi-tools.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -c -o spi-pipe.o spi-pipe.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O0 -o spi-pipe spi-pipe.o spi-tools.o make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/src' Making all in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1' >>> spi-tools 1.0.1 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /usr/bin/install -c spi-config spi-pipe '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/src' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 spi-config.1 spi-pipe.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/spi-tools-1.0.1' >>> squashfs 4.5 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.squashfs-4.5.tar.gz.aZWIlx/output' 'https://github.com/plougher/squashfs-tools/archive/4.5/squashfs-4.5.tar.gz' --2022-06-04 14:26:10-- https://github.com/plougher/squashfs-tools/archive/4.5/squashfs-4.5.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://codeload.github.com/plougher/squashfs-tools/tar.gz/refs/tags/4.5 [following] --2022-06-04 14:26:11-- https://codeload.github.com/plougher/squashfs-tools/tar.gz/refs/tags/4.5 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.squashfs-4.5.tar.gz.aZWIlx/output' 0K .......... .......... .......... .......... .......... 323K 50K .......... .......... .......... .......... .......... 944K 100K .......... .......... .......... .......... .......... 971K 150K .......... .......... .......... .......... .......... 327K 200K .......... .......... .......... .......... .... 286K=0.6s 2022-06-04 14:26:11 (431 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.squashfs-4.5.tar.gz.aZWIlx/output' saved [250471] squashfs-4.5.tar.gz: OK (sha256: b9e16188e6dc1857fe312633920f7d71cc36b0162eb50f3ecb1f0040f02edddd) >>> squashfs 4.5 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/squashfs/squashfs-4.5.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/squashfs-4.5 -xf - >>> squashfs 4.5 Patching Applying 0001-Avoid-use-of-INSTALL_DIR-for-symlink-targets.patch using patch: patching file squashfs-tools/Makefile >>> squashfs 4.5 Configuring >>> squashfs 4.5 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline" EXTRA_LDFLAGS="" XATTR_SUPPORT=1 LZ4_SUPPORT=0 LZMA_XZ_SUPPORT=0 XZ_SUPPORT=0 LZO_SUPPORT=0 ZSTD_SUPPORT=0 GZIP_SUPPORT=1 COMP_DEFAULT=gzip -C /nvmedata/autobuild/instance-27/output-1/build/squashfs-4.5/squashfs-tools/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/squashfs-4.5/squashfs-tools' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o mksquashfs.o mksquashfs.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o read_fs.o read_fs.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o action.o action.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o swap.o swap.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o pseudo.o pseudo.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o compressor.o compressor.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o sort.o sort.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o progressbar.o progressbar.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o info.o info.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o restore.o restore.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o process_fragments.o process_fragments.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o caches-queues-lists.o caches-queues-lists.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o reader.o reader.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o tar.o tar.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o gzip_wrapper.o gzip_wrapper.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o xattr.o xattr.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o read_xattrs.o read_xattrs.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o tar_xattr.o tar_xattr.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc mksquashfs.o read_fs.o action.o swap.o pseudo.o compressor.o sort.o progressbar.o info.o restore.o process_fragments.o caches-queues-lists.o reader.o tar.o gzip_wrapper.o xattr.o read_xattrs.o tar_xattr.o -lpthread -lm -lz -o mksquashfs ln -sf mksquashfs sqfstar /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o unsquashfs.o unsquashfs.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o unsquash-1.o unsquash-1.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o unsquash-2.o unsquash-2.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o unsquash-3.o unsquash-3.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o unsquash-4.o unsquash-4.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o unsquash-123.o unsquash-123.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o unsquash-34.o unsquash-34.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o unsquash-1234.o unsquash-1234.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o unsquashfs_info.o unsquashfs_info.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.5\" -DDATE=\"2021/07/22\" -c -o unsquashfs_xattr.o unsquashfs_xattr.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o unsquash-4.o unsquash-123.o unsquash-34.o unsquash-1234.o swap.o compressor.o unsquashfs_info.o gzip_wrapper.o read_xattrs.o unsquashfs_xattr.o -lpthread -lm -lz -o unsquashfs ln -sf unsquashfs sqfscat make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/squashfs-4.5/squashfs-tools' >>> squashfs 4.5 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 XATTR_SUPPORT=1 LZ4_SUPPORT=0 LZMA_XZ_SUPPORT=0 XZ_SUPPORT=0 LZO_SUPPORT=0 ZSTD_SUPPORT=0 GZIP_SUPPORT=1 COMP_DEFAULT=gzip -C /nvmedata/autobuild/instance-27/output-1/build/squashfs-4.5/squashfs-tools/ INSTALL_DIR=/nvmedata/autobuild/instance-27/output-1/target/usr/bin install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/squashfs-4.5/squashfs-tools' mkdir -p /nvmedata/autobuild/instance-27/output-1/target/usr/bin cp mksquashfs /nvmedata/autobuild/instance-27/output-1/target/usr/bin cp unsquashfs /nvmedata/autobuild/instance-27/output-1/target/usr/bin ln -fs unsquashfs /nvmedata/autobuild/instance-27/output-1/target/usr/bin/sqfscat ln -fs mksquashfs /nvmedata/autobuild/instance-27/output-1/target/usr/bin/sqfstar make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/squashfs-4.5/squashfs-tools' >>> szip 2.1.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.szip-2.1.1.tar.gz.kjlFO1/output' 'http://www.hdfgroup.org/ftp/lib-external/szip/2.1.1/src/szip-2.1.1.tar.gz' --2022-06-04 14:26:27-- http://www.hdfgroup.org/ftp/lib-external/szip/2.1.1/src/szip-2.1.1.tar.gz Resolving www.hdfgroup.org (www.hdfgroup.org)... 162.214.184.54 Connecting to www.hdfgroup.org (www.hdfgroup.org)|162.214.184.54|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.hdfgroup.org/ftp/lib-external/szip/2.1.1/src/szip-2.1.1.tar.gz [following] --2022-06-04 14:26:27-- https://www.hdfgroup.org/ftp/lib-external/szip/2.1.1/src/szip-2.1.1.tar.gz Connecting to www.hdfgroup.org (www.hdfgroup.org)|162.214.184.54|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://support.hdfgroup.org/ftp/lib-external/szip/2.1.1/src/szip-2.1.1.tar.gz [following] --2022-06-04 14:26:28-- https://support.hdfgroup.org/ftp/lib-external/szip/2.1.1/src/szip-2.1.1.tar.gz Resolving support.hdfgroup.org (support.hdfgroup.org)... 50.28.50.143 Connecting to support.hdfgroup.org (support.hdfgroup.org)|50.28.50.143|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 415774 (406K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.szip-2.1.1.tar.gz.kjlFO1/output' 0K .......... .......... .......... .......... .......... 12% 477K 1s 50K .......... .......... .......... .......... .......... 24% 482K 1s 100K .......... .......... .......... .......... .......... 36% 963K 0s 150K .......... .......... .......... .......... .......... 49% 1.03M 0s 200K .......... .......... .......... .......... .......... 61% 5.93M 0s 250K .......... .......... .......... .......... .......... 73% 1001K 0s 300K .......... .......... .......... .......... .......... 86% 979K 0s 350K .......... .......... .......... .......... .......... 98% 976K 0s 400K ...... 100% 72.2M=0.5s 2022-06-04 14:26:29 (867 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.szip-2.1.1.tar.gz.kjlFO1/output' saved [415774/415774] szip-2.1.1.tar.gz: OK (sha256: 21ee958b4f2d4be2c9cabfa5e1a94877043609ce86fde5f286f105f7ff84d412) >>> szip 2.1.1 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/szip/szip-2.1.1.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1 -xf - >>> szip 2.1.1 Patching >>> szip 2.1.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> szip 2.1.1 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/bin/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). >>> szip 2.1.1 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /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... mips64el-buildroot-linux-uclibc checking for config mips64el-buildroot-linux-uclibc... no checking for config mips64el-buildroot-linux-uclibc... no checking for config buildroot-linux-uclibc... no checking for config buildroot-linux-uclibc... no checking for config mips64el-linux-uclibc... no checking for config mips64el-linux-uclibc... no checking for config mips64el-buildroot... no checking for config linux-uclibc... no checking for config linux-uclibc... no checking for config buildroot... no checking for config mips64el... no checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking whether make sets $(MAKE)... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... cross 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 build mode... production checking for math library support... no 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 stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for error_at_line... yes checking for working memcmp... (cached) yes checking for vprintf... yes checking for _doprnt... no checking for memset... yes checking if encoding enabled... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating src/SZconfig.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> szip 2.1.1 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' /usr/bin/make all-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -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 -O2 -g0 -c -o rice.lo rice.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -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 -O2 -g0 -c rice.c -fPIC -DPIC -o .libs/rice.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -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 -O2 -g0 -c -o sz_api.lo sz_api.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -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 -O2 -g0 -c sz_api.c -fPIC -DPIC -o .libs/sz_api.o /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -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 -O2 -g0 -c -o encoding.lo encoding.c libtool: compile: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -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 -O2 -g0 -c encoding.c -fPIC -DPIC -o .libs/encoding.o /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -version-info 2:0:0 -o libsz.la -rpath /usr/lib rice.lo sz_api.lo encoding.lo -lm libtool: link: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -shared -fPIC -DPIC .libs/rice.o .libs/sz_api.o .libs/encoding.o -lm -O2 -g0 -Wl,-soname -Wl,libsz.so.2 -o .libs/libsz.so.2.0.0 libtool: link: (cd ".libs" && rm -f "libsz.so.2" && ln -s "libsz.so.2.0.0" "libsz.so.2") libtool: link: (cd ".libs" && rm -f "libsz.so" && ln -s "libsz.so.2.0.0" "libsz.so") libtool: link: ( cd ".libs" && rm -f "libsz.la" && ln -s "../libsz.la" "libsz.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' Making all in test make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' >>> szip 2.1.1 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libsz.so.2.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/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 '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' >>> szip 2.1.1 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> szip 2.1.1 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libsz.so.2.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/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 '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/szip-2.1.1' >>> tinyssh 20210601 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.tinyssh-20210601.tar.gz.s1qZ4f/output' 'https://github.com/janmojzis/tinyssh/archive/20210601/tinyssh-20210601.tar.gz' --2022-06-04 14:26:39-- https://github.com/janmojzis/tinyssh/archive/20210601/tinyssh-20210601.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://codeload.github.com/janmojzis/tinyssh/tar.gz/refs/tags/20210601 [following] --2022-06-04 14:26:39-- https://codeload.github.com/janmojzis/tinyssh/tar.gz/refs/tags/20210601 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: '/nvmedata/autobuild/instance-27/output-1/build/.tinyssh-20210601.tar.gz.s1qZ4f/output' 0K .......... .......... .......... .......... .......... 498K 50K .......... .......... .......... .......... .......... 491K 100K .......... .......... .......... .......... .......... 74.3M 150K .......... .......... .......... .......... .......... 77.9M 200K .......... .......... .......... .......... .. 114K=0.6s 2022-06-04 14:26:40 (422 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.tinyssh-20210601.tar.gz.s1qZ4f/output' saved [248047] tinyssh-20210601.tar.gz: OK (sha256: 2a051437878998c7782d9d38ef13e5e7a76435ae6b9c3e9ec492c3a567bd6314) >>> tinyssh 20210601 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/tinyssh/tinyssh-20210601.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601 -xf - >>> tinyssh 20210601 Patching >>> tinyssh 20210601 Configuring >>> tinyssh 20210601 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601 cross-compile make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601' sh -e make-tinysshcc.sh === Sat Jun 4 14:26:41 MDT 2022 === obtaining compiler === Sat Jun 4 14:26:41 MDT 2022 === /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc ok === Sat Jun 4 14:26:41 MDT 2022 === finishing === Sat Jun 4 14:26:41 MDT 2022 === obtaining ar === Sat Jun 4 14:26:41 MDT 2022 === ar ok === Sat Jun 4 14:26:41 MDT 2022 === finishing === Sat Jun 4 14:26:41 MDT 2022 === checking compiler options === Sat Jun 4 14:26:41 MDT 2022 === -pedantic ok === Sat Jun 4 14:26:41 MDT 2022 === -Wall ok === Sat Jun 4 14:26:41 MDT 2022 === -Wno-long-long ok === Sat Jun 4 14:26:41 MDT 2022 === -Wno-overlength-strings ok === Sat Jun 4 14:26:41 MDT 2022 === -Wno-unused-function ok === Sat Jun 4 14:26:41 MDT 2022 === -Wshadow ok === Sat Jun 4 14:26:41 MDT 2022 === -Wdeclaration-after-statement ok === Sat Jun 4 14:26:41 MDT 2022 === -Wwrite-strings ok === Sat Jun 4 14:26:41 MDT 2022 === -Wmissing-declarations ok === Sat Jun 4 14:26:41 MDT 2022 === -Wmissing-prototypes ok === Sat Jun 4 14:26:41 MDT 2022 === -Wstrict-prototypes ok === Sat Jun 4 14:26:41 MDT 2022 === -Wunused-value ok === Sat Jun 4 14:26:41 MDT 2022 === -Wunused-parameter ok === Sat Jun 4 14:26:41 MDT 2022 === -Wundef ok === Sat Jun 4 14:26:41 MDT 2022 === -fstack-protector-strong failed === Sat Jun 4 14:26:41 MDT 2022 === -fwrapv ok === Sat Jun 4 14:26:41 MDT 2022 === -fno-strict-overflow ok === Sat Jun 4 14:26:41 MDT 2022 === -Os ok === Sat Jun 4 14:26:42 MDT 2022 === -fomit-frame-pointer ok === Sat Jun 4 14:26:42 MDT 2022 === -funroll-loops ok === Sat Jun 4 14:26:42 MDT 2022 === /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pedantic -Wall -Wno-long-long -Wno-overlength-strings -Wno-unused-function -Wshadow -Wdeclaration-after-statement -Wwrite-strings -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wunused-value -Wunused-parameter -Wundef -fwrapv -fno-strict-overflow -Os -fomit-frame-pointer -funroll-loops === Sat Jun 4 14:26:42 MDT 2022 === finishing === Sat Jun 4 14:26:42 MDT 2022 === checking libs === Sat Jun 4 14:26:42 MDT 2022 === -lutil ok === Sat Jun 4 14:26:42 MDT 2022 === -lsocket -lnsl failed === Sat Jun 4 14:26:42 MDT 2022 === finishing === Sat Jun 4 14:26:42 MDT 2022 === checking $LIBS === Sat Jun 4 14:26:42 MDT 2022 === finishing === Sat Jun 4 14:26:42 MDT 2022 === building sysdep headers === Sat Jun 4 14:26:42 MDT 2022 === hasasmvolatilememory.h hasasmvolatilememory.h-yes === Sat Jun 4 14:26:42 MDT 2022 === hasmlock.h hasmlock.h-yes === Sat Jun 4 14:26:42 MDT 2022 === haslibutilh.h default.h-no === Sat Jun 4 14:26:42 MDT 2022 === hasutilh.h default.h-no === Sat Jun 4 14:26:42 MDT 2022 === hasopenpty.h hasopenpty.h-yes === Sat Jun 4 14:26:42 MDT 2022 === haslogintty.h haslogintty.h-yes === Sat Jun 4 14:26:42 MDT 2022 === hasutmpx.h hasutmpx.h-yes === Sat Jun 4 14:26:42 MDT 2022 === hasutmpxupdwtmpx.h hasutmpxupdwtmpx.h-yes === Sat Jun 4 14:26:42 MDT 2022 === hasutmpxsyslen.h default.h-no === Sat Jun 4 14:26:42 MDT 2022 === hasutmp.h hasutmp.h-yes === Sat Jun 4 14:26:42 MDT 2022 === hasutmpname.h hasutmpname.h-yes === Sat Jun 4 14:26:42 MDT 2022 === hasutmpuser.h hasutmpuser.h-yes === Sat Jun 4 14:26:42 MDT 2022 === hasutmphost.h hasutmphost.h-yes === Sat Jun 4 14:26:42 MDT 2022 === hasutmptime.h hasutmptime.h-yes === Sat Jun 4 14:26:42 MDT 2022 === hasutmptv.h hasutmptv.h-yes === Sat Jun 4 14:26:43 MDT 2022 === hasutmppid.h hasutmppid.h-yes === Sat Jun 4 14:26:43 MDT 2022 === hasutmptype.h hasutmptype.h-yes === Sat Jun 4 14:26:43 MDT 2022 === hasutmplogwtmp.h hasutmplogwtmp.h-yes === Sat Jun 4 14:26:43 MDT 2022 === hasutmploginlogout.h hasutmploginlogout.h-yes === Sat Jun 4 14:26:43 MDT 2022 === haslimits.h haslimits.h-yes === Sat Jun 4 14:26:43 MDT 2022 === finishing === Sat Jun 4 14:26:43 MDT 2022 === starting crypto lib === Sat Jun 4 14:26:46 MDT 2022 === libtinynacl.a ok === Sat Jun 4 14:26:46 MDT 2022 === finishing === Sat Jun 4 14:26:46 MDT 2022 === starting crypto headers === Sat Jun 4 14:26:46 MDT 2022 === finishing === Sat Jun 4 14:26:46 MDT 2022 === starting tinyssh objects === Sat Jun 4 14:26:46 MDT 2022 === blocking.o ok === Sat Jun 4 14:26:46 MDT 2022 === buf.o ok === Sat Jun 4 14:26:46 MDT 2022 === byte.o ok === Sat Jun 4 14:26:47 MDT 2022 === channel.o ok === Sat Jun 4 14:26:47 MDT 2022 === channel_drop.o ok === Sat Jun 4 14:26:47 MDT 2022 === channel_fork.o ok === Sat Jun 4 14:26:47 MDT 2022 === channel_forkpty.o ok === Sat Jun 4 14:26:47 MDT 2022 === channel_subsystem.o ok === Sat Jun 4 14:26:47 MDT 2022 === coe.o ok === Sat Jun 4 14:26:47 MDT 2022 === connectioninfo.o ok === Sat Jun 4 14:26:47 MDT 2022 === die.o ok === Sat Jun 4 14:26:47 MDT 2022 === dropuidgid.o ok === Sat Jun 4 14:26:47 MDT 2022 === e.o ok === Sat Jun 4 14:26:47 MDT 2022 === env.o ok === Sat Jun 4 14:26:47 MDT 2022 === getln.o ok === Sat Jun 4 14:26:47 MDT 2022 === global.o ok === Sat Jun 4 14:26:47 MDT 2022 === iptostr.o ok === Sat Jun 4 14:26:47 MDT 2022 === load.o ok === Sat Jun 4 14:26:47 MDT 2022 === log.o ok === Sat Jun 4 14:26:47 MDT 2022 === loginshell.o ok === Sat Jun 4 14:26:47 MDT 2022 === logsys.o ok === Sat Jun 4 14:26:48 MDT 2022 === main_tinysshd.o ok === Sat Jun 4 14:26:48 MDT 2022 === main_tinysshd_makekey.o ok === Sat Jun 4 14:26:48 MDT 2022 === main_tinysshd_printkey.o ok === Sat Jun 4 14:26:48 MDT 2022 === newenv.o ok === Sat Jun 4 14:26:48 MDT 2022 === numtostr.o ok === Sat Jun 4 14:26:48 MDT 2022 === open.o ok === Sat Jun 4 14:26:48 MDT 2022 === packet.o ok === Sat Jun 4 14:26:48 MDT 2022 === packet_auth.o ok === Sat Jun 4 14:26:48 MDT 2022 === packet_channel_open.o ok === Sat Jun 4 14:26:48 MDT 2022 === packet_channel_recv.o ok === Sat Jun 4 14:26:49 MDT 2022 === packet_channel_request.o ok === Sat Jun 4 14:26:49 MDT 2022 === packet_channel_send.o ok === Sat Jun 4 14:26:49 MDT 2022 === packet_get.o ok === Sat Jun 4 14:26:49 MDT 2022 === packet_hello.o ok === Sat Jun 4 14:26:49 MDT 2022 === packet_kex.o ok === Sat Jun 4 14:26:49 MDT 2022 === packet_kexdh.o ok === Sat Jun 4 14:26:49 MDT 2022 === packet_put.o ok === Sat Jun 4 14:26:49 MDT 2022 === packet_recv.o ok === Sat Jun 4 14:26:49 MDT 2022 === packet_send.o ok === Sat Jun 4 14:26:49 MDT 2022 === packet_unimplemented.o ok === Sat Jun 4 14:26:49 MDT 2022 === packetparser.o ok === Sat Jun 4 14:26:49 MDT 2022 === porttostr.o ok === Sat Jun 4 14:26:49 MDT 2022 === randommod.o ok === Sat Jun 4 14:26:49 MDT 2022 === readall.o ok === Sat Jun 4 14:26:49 MDT 2022 === savesync.o ok === Sat Jun 4 14:26:49 MDT 2022 === ssh.o ok === Sat Jun 4 14:26:50 MDT 2022 === sshcrypto.o ok === Sat Jun 4 14:26:50 MDT 2022 === sshcrypto_cipher.o ok === Sat Jun 4 14:26:50 MDT 2022 === sshcrypto_cipher_chachapoly.o ok === Sat Jun 4 14:26:50 MDT 2022 === sshcrypto_kex.o ok === Sat Jun 4 14:26:50 MDT 2022 === sshcrypto_kex_curve25519.o ok === Sat Jun 4 14:26:50 MDT 2022 === sshcrypto_kex_sntrup761x25519.o ok === Sat Jun 4 14:26:50 MDT 2022 === sshcrypto_key.o ok === Sat Jun 4 14:26:50 MDT 2022 === sshcrypto_key_ed25519.o ok === Sat Jun 4 14:26:50 MDT 2022 === str.o ok === Sat Jun 4 14:26:50 MDT 2022 === stringparser.o ok === Sat Jun 4 14:26:50 MDT 2022 === subprocess_auth.o ok === Sat Jun 4 14:26:50 MDT 2022 === subprocess_sign.o ok === Sat Jun 4 14:26:50 MDT 2022 === tinysshd.o ok === Sat Jun 4 14:26:50 MDT 2022 === tinysshd-makekey.o ok === Sat Jun 4 14:26:50 MDT 2022 === tinysshd-printkey.o ok === Sat Jun 4 14:26:51 MDT 2022 === trymlock.o ok === Sat Jun 4 14:26:51 MDT 2022 === writeall.o ok === Sat Jun 4 14:26:51 MDT 2022 === tinysshd.o ok === Sat Jun 4 14:26:51 MDT 2022 === tinysshd-makekey.o ok === Sat Jun 4 14:26:51 MDT 2022 === tinysshd-printkey.o ok === Sat Jun 4 14:26:51 MDT 2022 === finishing === Sat Jun 4 14:26:51 MDT 2022 === starting tinyssh === Sat Jun 4 14:26:51 MDT 2022 === tinysshd ok === Sat Jun 4 14:26:51 MDT 2022 === tinysshd-makekey ok === Sat Jun 4 14:26:51 MDT 2022 === tinysshd-printkey ok === Sat Jun 4 14:26:51 MDT 2022 === finishing === Sat Jun 4 14:26:51 MDT 2022 === starting manpages === Sat Jun 4 14:26:51 MDT 2022 === finishing make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601' >>> tinyssh 20210601 Installing to target /usr/bin/make -j1 DESTDIR="/nvmedata/autobuild/instance-27/output-1/target" -C /nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601 install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601' sh -e make-install.sh /nvmedata/autobuild/instance-27/output-1/target === Sat Jun 4 14:26:51 MDT 2022 === installing bin directory /nvmedata/autobuild/instance-27/output-1/target/usr/sbin === Sat Jun 4 14:26:51 MDT 2022 === installing /nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601/build/bin/tinysshd -> /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/tinysshd === Sat Jun 4 14:26:51 MDT 2022 === installing /nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601/build/bin/tinysshd-makekey -> /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/tinysshd-makekey === Sat Jun 4 14:26:51 MDT 2022 === installing /nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601/build/bin/tinysshd-printkey -> /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/tinysshd-printkey === Sat Jun 4 14:26:51 MDT 2022 === finishing === Sat Jun 4 14:26:51 MDT 2022 === installing man directory /nvmedata/autobuild/instance-27/output-1/target/usr/share/man === Sat Jun 4 14:26:51 MDT 2022 === installing /nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601/build/man/tinysshd-makekey.1 -> /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1/tinysshd-makekey.1 === Sat Jun 4 14:26:51 MDT 2022 === installing /nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601/build/man/tinysshd-printkey.1 -> /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1/tinysshd-printkey.1 === Sat Jun 4 14:26:51 MDT 2022 === installing /nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601/build/man/tinysshd.8 -> /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8/tinysshd.8 === Sat Jun 4 14:26:51 MDT 2022 === finishing make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/tinyssh-20210601' >>> tor 0.4.7.7 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.tor-0.4.7.7.tar.gz.8hwpcs/output' 'https://dist.torproject.org/tor-0.4.7.7.tar.gz' --2022-06-04 14:26:52-- https://dist.torproject.org/tor-0.4.7.7.tar.gz Resolving dist.torproject.org (dist.torproject.org)... 38.229.82.25, 116.202.120.165, 116.202.120.166, ... Connecting to dist.torproject.org (dist.torproject.org)|38.229.82.25|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 7895089 (7.5M) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.tor-0.4.7.7.tar.gz.8hwpcs/output' 0K .......... .......... .......... .......... .......... 0% 1.15M 6s 50K .......... .......... .......... .......... .......... 1% 2.23M 5s 100K .......... .......... .......... .......... .......... 1% 2.91M 4s 150K .......... .......... .......... .......... .......... 2% 5.33M 3s 200K .......... .......... .......... .......... .......... 3% 5.40M 3s 250K .......... .......... .......... .......... .......... 3% 7.26M 3s 300K .......... .......... .......... .......... .......... 4% 10.0M 2s 350K .......... .......... .......... .......... .......... 5% 5.79M 2s 400K .......... .......... .......... .......... .......... 5% 22.5M 2s 450K .......... .......... .......... .......... .......... 6% 11.1M 2s 500K .......... .......... .......... .......... .......... 7% 19.9M 2s 550K .......... .......... .......... .......... .......... 7% 14.9M 2s 600K .......... .......... .......... .......... .......... 8% 10.6M 1s 650K .......... .......... .......... .......... .......... 9% 47.3M 1s 700K .......... .......... .......... .......... .......... 9% 7.23M 1s 750K .......... .......... .......... .......... .......... 10% 164M 1s 800K .......... .......... .......... .......... .......... 11% 32.6M 1s 850K .......... .......... .......... .......... .......... 11% 19.1M 1s 900K .......... .......... .......... .......... .......... 12% 24.4M 1s 950K .......... .......... .......... .......... .......... 12% 23.1M 1s 1000K .......... .......... .......... .......... .......... 13% 43.5M 1s 1050K .......... .......... .......... .......... .......... 14% 23.7M 1s 1100K .......... .......... .......... .......... .......... 14% 34.3M 1s 1150K .......... .......... .......... .......... .......... 15% 8.86M 1s 1200K .......... .......... .......... .......... .......... 16% 120M 1s 1250K .......... .......... .......... .......... .......... 16% 160M 1s 1300K .......... .......... .......... .......... .......... 17% 170M 1s 1350K .......... .......... .......... .......... .......... 18% 54.7M 1s 1400K .......... .......... .......... .......... .......... 18% 27.3M 1s 1450K .......... .......... .......... .......... .......... 19% 49.3M 1s 1500K .......... .......... .......... .......... .......... 20% 37.8M 1s 1550K .......... .......... .......... .......... .......... 20% 63.0M 1s 1600K .......... .......... .......... .......... .......... 21% 24.7M 1s 1650K .......... .......... .......... .......... .......... 22% 61.9M 1s 1700K .......... .......... .......... .......... .......... 22% 24.5M 1s 1750K .......... .......... .......... .......... .......... 23% 148M 1s 1800K .......... .......... .......... .......... .......... 23% 58.1M 1s 1850K .......... .......... .......... .......... .......... 24% 35.3M 1s 1900K .......... .......... .......... .......... .......... 25% 79.5M 1s 1950K .......... .......... .......... .......... .......... 25% 17.1M 1s 2000K .......... .......... .......... .......... .......... 26% 164M 0s 2050K .......... .......... .......... .......... .......... 27% 173M 0s 2100K .......... .......... .......... .......... .......... 27% 148M 0s 2150K .......... .......... .......... .......... .......... 28% 17.0M 0s 2200K .......... .......... .......... .......... .......... 29% 120M 0s 2250K .......... .......... .......... .......... .......... 29% 176M 0s 2300K .......... .......... .......... .......... .......... 30% 186M 0s 2350K .......... .......... .......... .......... .......... 31% 130M 0s 2400K .......... .......... .......... .......... .......... 31% 103M 0s 2450K .......... .......... .......... .......... .......... 32% 54.6M 0s 2500K .......... .......... .......... .......... .......... 33% 65.4M 0s 2550K .......... .......... .......... .......... .......... 33% 65.1M 0s 2600K .......... .......... .......... .......... .......... 34% 59.9M 0s 2650K .......... .......... .......... .......... .......... 35% 88.6M 0s 2700K .......... .......... .......... .......... .......... 35% 45.2M 0s 2750K .......... .......... .......... .......... .......... 36% 174M 0s 2800K .......... .......... .......... .......... .......... 36% 65.3M 0s 2850K .......... .......... .......... .......... .......... 37% 12.5M 0s 2900K .......... .......... .......... .......... .......... 38% 103M 0s 2950K .......... .......... .......... .......... .......... 38% 133M 0s 3000K .......... .......... .......... .......... .......... 39% 150M 0s 3050K .......... .......... .......... .......... .......... 40% 150M 0s 3100K .......... .......... .......... .......... .......... 40% 128M 0s 3150K .......... .......... .......... .......... .......... 41% 133M 0s 3200K .......... .......... .......... .......... .......... 42% 130M 0s 3250K .......... .......... .......... .......... .......... 42% 142M 0s 3300K .......... .......... .......... .......... .......... 43% 152M 0s 3350K .......... .......... .......... .......... .......... 44% 136M 0s 3400K .......... .......... .......... .......... .......... 44% 151M 0s 3450K .......... .......... .......... .......... .......... 45% 57.9M 0s 3500K .......... .......... .......... .......... .......... 46% 116M 0s 3550K .......... .......... .......... .......... .......... 46% 90.0M 0s 3600K .......... .......... .......... .......... .......... 47% 116M 0s 3650K .......... .......... .......... .......... .......... 47% 104M 0s 3700K .......... .......... .......... .......... .......... 48% 63.5M 0s 3750K .......... .......... .......... .......... .......... 49% 114M 0s 3800K .......... .......... .......... .......... .......... 49% 111M 0s 3850K .......... .......... .......... .......... .......... 50% 94.7M 0s 3900K .......... .......... .......... .......... .......... 51% 93.5M 0s 3950K .......... .......... .......... .......... .......... 51% 46.0M 0s 4000K .......... .......... .......... .......... .......... 52% 114M 0s 4050K .......... .......... .......... .......... .......... 53% 92.7M 0s 4100K .......... .......... .......... .......... .......... 53% 84.3M 0s 4150K .......... .......... .......... .......... .......... 54% 103M 0s 4200K .......... .......... .......... .......... .......... 55% 102M 0s 4250K .......... .......... .......... .......... .......... 55% 45.6M 0s 4300K .......... .......... .......... .......... .......... 56% 128M 0s 4350K .......... .......... .......... .......... .......... 57% 43.2M 0s 4400K .......... .......... .......... .......... .......... 57% 143M 0s 4450K .......... .......... .......... .......... .......... 58% 129M 0s 4500K .......... .......... .......... .......... .......... 59% 131M 0s 4550K .......... .......... .......... .......... .......... 59% 53.5M 0s 4600K .......... .......... .......... .......... .......... 60% 138M 0s 4650K .......... .......... .......... .......... .......... 60% 172M 0s 4700K .......... .......... .......... .......... .......... 61% 36.1M 0s 4750K .......... .......... .......... .......... .......... 62% 123M 0s 4800K .......... .......... .......... .......... .......... 62% 150M 0s 4850K .......... .......... .......... .......... .......... 63% 125M 0s 4900K .......... .......... .......... .......... .......... 64% 147M 0s 4950K .......... .......... .......... .......... .......... 64% 130M 0s 5000K .......... .......... .......... .......... .......... 65% 141M 0s 5050K .......... .......... .......... .......... .......... 66% 139M 0s 5100K .......... .......... .......... .......... .......... 66% 137M 0s 5150K .......... .......... .......... .......... .......... 67% 137M 0s 5200K .......... .......... .......... .......... .......... 68% 88.2M 0s 5250K .......... .......... .......... .......... .......... 68% 72.6M 0s 5300K .......... .......... .......... .......... .......... 69% 172M 0s 5350K .......... .......... .......... .......... .......... 70% 12.9M 0s 5400K .......... .......... .......... .......... .......... 70% 52.1M 0s 5450K .......... .......... .......... .......... .......... 71% 24.2M 0s 5500K .......... .......... .......... .......... .......... 71% 141M 0s 5550K .......... .......... .......... .......... .......... 72% 143M 0s 5600K .......... .......... .......... .......... .......... 73% 57.1M 0s 5650K .......... .......... .......... .......... .......... 73% 11.8M 0s 5700K .......... .......... .......... .......... .......... 74% 135M 0s 5750K .......... .......... .......... .......... .......... 75% 2.65M 0s 5800K .......... .......... .......... .......... .......... 75% 91.9M 0s 5850K .......... .......... .......... .......... .......... 76% 3.90M 0s 5900K .......... .......... .......... .......... .......... 77% 89.1M 0s 5950K .......... .......... .......... .......... .......... 77% 113M 0s 6000K .......... .......... .......... .......... .......... 78% 114M 0s 6050K .......... .......... .......... .......... .......... 79% 134M 0s 6100K .......... .......... .......... .......... .......... 79% 108M 0s 6150K .......... .......... .......... .......... .......... 80% 3.54M 0s 6200K .......... .......... .......... .......... .......... 81% 90.4M 0s 6250K .......... .......... .......... .......... .......... 81% 50.1M 0s 6300K .......... .......... .......... .......... .......... 82% 75.4M 0s 6350K .......... .......... .......... .......... .......... 83% 39.0M 0s 6400K .......... .......... .......... .......... .......... 83% 121M 0s 6450K .......... .......... .......... .......... .......... 84% 48.2M 0s 6500K .......... .......... .......... .......... .......... 84% 69.1M 0s 6550K .......... .......... .......... .......... .......... 85% 54.2M 0s 6600K .......... .......... .......... .......... .......... 86% 50.4M 0s 6650K .......... .......... .......... .......... .......... 86% 59.1M 0s 6700K .......... .......... .......... .......... .......... 87% 44.8M 0s 6750K .......... .......... .......... .......... .......... 88% 31.8M 0s 6800K .......... .......... .......... .......... .......... 88% 5.94M 0s 6850K .......... .......... .......... .......... .......... 89% 20.7M 0s 6900K .......... .......... .......... .......... .......... 90% 112M 0s 6950K .......... .......... .......... .......... .......... 90% 108M 0s 7000K .......... .......... .......... .......... .......... 91% 133M 0s 7050K .......... .......... .......... .......... .......... 92% 72.1M 0s 7100K .......... .......... .......... .......... .......... 92% 51.8M 0s 7150K .......... .......... .......... .......... .......... 93% 56.1M 0s 7200K .......... .......... .......... .......... .......... 94% 46.2M 0s 7250K .......... .......... .......... .......... .......... 94% 68.3M 0s 7300K .......... .......... .......... .......... .......... 95% 71.4M 0s 7350K .......... .......... .......... .......... .......... 95% 33.7M 0s 7400K .......... .......... .......... .......... .......... 96% 91.0M 0s 7450K .......... .......... .......... .......... .......... 97% 37.5M 0s 7500K .......... .......... .......... .......... .......... 97% 131M 0s 7550K .......... .......... .......... .......... .......... 98% 36.0M 0s 7600K .......... .......... .......... .......... .......... 99% 86.9M 0s 7650K .......... .......... .......... .......... .......... 99% 74.7M 0s 7700K .......... 100% 154M=0.3s 2022-06-04 14:26:52 (24.0 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.tor-0.4.7.7.tar.gz.8hwpcs/output' saved [7895089/7895089] tor-0.4.7.7.tar.gz: OK (sha256: 3e131158b52b9435d7e43d1c47ef288b96d005342cc44b8c950bb403851a5b44) >>> tor 0.4.7.7 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/tor/tor-0.4.7.7.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7 -xf - >>> tor 0.4.7.7 Patching >>> tor 0.4.7.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> tor 0.4.7.7 Patching libtool >>> tor 0.4.7.7 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no ac_cv_prog_cc_c99='-std=gnu99' LIBS="-latomic" CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-gcc-hardening --disable-unittests --with-libevent-dir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --with-openssl-dir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --with-zlib-dir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --disable-systemd --enable-lzma --enable-zstd --disable-seccomp ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /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 mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking pkg-config is at least version 0.9.0... yes configure: set PKG_CONFIG_PATH=/usr/lib/pkgconfig to support cross-compiling checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking the archiver (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar) interface... ar checking for mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... (cached) none checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking whether make sets $(MAKE)... (cached) yes checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking for a sed that does not truncate output... /bin/sed checking for C compiler vendor... gnu checking for C compiler version... 10.3.0 checking for C compiler vendor... (cached) gnu checking for perl... /usr/bin/perl checking for asciidoc... none checking for a2x... no checking for a2x.py... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C99... (cached) -std=gnu99 checking for Python 3... /nvmedata/autobuild/instance-27/output-1/host/bin/python3 checking for flexible array members... yes checking for working C99 mid-block declaration syntax... yes checking for working C99 designated initializers... yes checking for __attribute__((fallthrough))... yes checking for win32... cross checking for win32 (cross)... no checking for MIPSpro compiler... no checking whether byte ordering is bigendian... (cached) no checking for library containing socket... none required checking for library containing gethostbyname... none required checking for library containing dlopen... none required checking for library containing inet_aton... none required checking for library containing backtrace... -lexecinfo checking for library containing clock_gettime... none required checking for library containing pthread_create... none required checking for library containing pthread_detach... none required checking for _NSGetEnviron... no checking for RtlSecureZeroMemory... no checking for SecureZeroMemory... no checking for accept4... yes checking for backtrace... yes checking for backtrace_symbols_fd... yes checking for eventfd... yes checking for explicit_bzero... no checking for timingsafe_memcmp... no checking for flock... yes checking for fsync... yes checking for ftime... yes checking for get_current_dir_name... yes checking for getaddrinfo... yes checking for getdelim... yes checking for getifaddrs... yes checking for getline... yes checking for getrlimit... yes checking for gettimeofday... yes checking for gmtime_r... yes checking for gnu_get_libc_version... yes checking for inet_aton... yes checking for ioctl... yes checking for issetugid... yes checking for llround... yes checking for localtime_r... yes checking for lround... yes checking for madvise... yes checking for memmem... yes checking for memset_s... no checking for minherit... no checking for mmap... yes checking for pipe... yes checking for pipe2... yes checking for prctl... yes checking for readpassphrase... no checking for rint... yes checking for sigaction... yes checking for snprintf... yes checking for socketpair... yes checking for statvfs... yes checking for strncasecmp... yes checking for strcasecmp... yes checking for strlcat... yes checking for strlcpy... yes checking for strnlen... yes checking for strptime... yes checking for strtok_r... yes checking for strtoull... yes checking for sysconf... yes checking for sysctl... yes checking for timegm... yes checking for truncate... yes checking for uname... yes checking for usleep... yes checking for vasprintf... yes checking for _vscprintf... no checking for vsnprintf... yes checking for a pre-Yosemite OS X build target... no checking for mach_approximate_time... no checking for a pre-Sierra OSX build target... no checking for clock_gettime... yes checking for getentropy... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create... yes checking for pthread_condattr_setclock... yes checking for glob... yes checking whether free(NULL) works... cross checking for libevent directory... /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr checking event2/event.h usability... yes checking event2/event.h presence... yes checking for event2/event.h... yes checking event2/dns.h usability... yes checking event2/dns.h presence... yes checking for event2/dns.h... yes checking event2/bufferevent_ssl.h usability... yes checking event2/bufferevent_ssl.h presence... yes checking for event2/bufferevent_ssl.h... yes checking for library containing event_new... -levent checking for library containing evdns_base_new... none required checking for evutil_secure_rng_set_urandom_device_file... yes checking for evutil_secure_rng_add_bytes... yes checking for evdns_base_get_nameserver_addr... yes checking whether Libevent is new enough... yes checking for library containing pow... none required configure: Now, we'll look for OpenSSL >= 1.0.1 checking for openssl directory... /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr checking for OpenSSL >= 3.0.0... no checking for OpenSSL < 1.0.1... no checking whether LibreSSL TLS 1.3 APIs are busted... no checking for significant mismatch between openssl headers and libraries... cross checking for struct ssl_method_st.get_cipher_by_char... no checking for ERR_load_KDF_strings... yes checking for EVP_PBE_scrypt... yes checking for SSL_CIPHER_find... yes checking for SSL_CTX_set1_groups_list... no checking for SSL_CTX_set_security_level... yes checking for SSL_SESSION_get_master_key... yes checking for SSL_get_client_ciphers... yes checking for SSL_get_client_random... yes checking for SSL_get_server_random... yes checking for TLS_method... yes checking for SSL.state... no checking size of SHA_CTX... 96 checking for struct tcp_info.tcpi_unacked... yes checking for struct tcp_info.tcpi_snd_mss... yes checking for zlib directory... /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr checking for LZMA... yes checking for ZSTD... yes checking for ZSTD_estimateCStreamSize... yes checking for ZSTD_estimateDCtxSize... yes checking for cap_init in -lcap... yes checking for cap_set_proc... yes checking whether the linker accepts -z relro -z now... yes checking whether the linker accepts -rdynamic... yes checking whether the compiler accepts -fomit-frame-pointer... yes checking whether the compiler accepts -fasynchronous-unwind-tables... yes checking libscrypt.h usability... no checking libscrypt.h presence... no checking for libscrypt.h... no checking for library containing libscrypt_scrypt... no checking for libscrypt_scrypt... no checking whether we can use curve25519-donna-c64... cross checking crypto_scalarmult_curve25519.h usability... no checking crypto_scalarmult_curve25519.h presence... no checking for crypto_scalarmult_curve25519.h... no checking nacl/crypto_scalarmult_curve25519.h usability... no checking nacl/crypto_scalarmult_curve25519.h presence... no checking for nacl/crypto_scalarmult_curve25519.h... no checking for nacl compiled with a fast curve25519 implementation... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no 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 signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for string.h... (cached) yes checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking gnu/libc-version.h usability... yes checking gnu/libc-version.h presence... yes checking for gnu/libc-version.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking mach/vm_inherit.h usability... no checking mach/vm_inherit.h presence... no checking for mach/vm_inherit.h... no checking machine/limits.h usability... no checking machine/limits.h presence... no checking for machine/limits.h... no checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/in6.h usability... no checking netinet/in6.h presence... no checking for netinet/in6.h... no checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking readpassphrase.h usability... no checking readpassphrase.h presence... no checking for readpassphrase.h... no checking stdatomic.h usability... yes checking stdatomic.h presence... yes checking for stdatomic.h... yes checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/limits.h usability... no checking sys/limits.h presence... no checking for sys/limits.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/random.h usability... yes checking sys/random.h presence... yes checking for sys/random.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking for sys/time.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking for sys/param.h... (cached) yes checking for net/if.h... yes checking for net/pfvar.h... no checking for linux/if.h... yes checking for linux/netfilter_ipv4.h... yes checking for linux/netfilter_ipv6/ip6_tables.h... yes checking for struct timeval.tv_sec... yes checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of unsigned int... 4 checking size of long... 8 checking size of long long... 8 checking size of __int64... 0 checking size of void *... 8 checking size of time_t... 8 checking size of size_t... 8 checking size of pid_t... 4 checking for uint... yes checking for u_char... yes checking for ssize_t... yes checking ucontext.h usability... yes checking ucontext.h presence... yes checking for ucontext.h... yes checking sys/ucontext.h usability... yes checking sys/ucontext.h presence... yes checking for sys/ucontext.h... yes checking cygwin/signal.h usability... no checking cygwin/signal.h presence... no checking for cygwin/signal.h... no checking how to access the program counter from a struct ucontext... checking for struct in6_addr... yes checking for struct sockaddr_in6... yes checking for sa_family_t... yes checking for struct in6_addr.s6_addr32... yes checking for struct in6_addr.s6_addr16... yes checking for struct sockaddr_in.sin_len... no checking for struct sockaddr_in6.sin6_len... no checking for rlim_t... yes checking whether time_t is signed... yes checking whether size_t is signed... no checking whether enum always is signed... no checking size of socklen_t... 4 checking size of cell_t... 0 checking whether C11 stdatomic.h actually works... yes checking whether memset(0) sets pointers to NULL... cross configure: Cross-compiling: we'll assume that NULL is represented as a sequence of 0-valued bytes. checking whether memset(0) sets doubles to 0.0... cross configure: Cross-compiling: we'll assume that 0.0 can be represented as a sequence of 0-valued bytes. checking whether we can malloc(0) safely.... cross configure: Cross-compiling: we'll assume that we need to check malloc() arguments for 0. checking whether we are using 2s-complement arithmetic... cross configure: Cross-compiling: we'll assume that negative integers are represented with two's complement. checking whether right-shift on negative values does sign-extension... cross configure: Cross-compiling: we'll assume that right-shifting negative integers causes sign-extension checking whether uint8_t is the same type as unsigned char... yes checking for mlockall... yes checking whether mlockall is declared... yes checking for getresuid... yes checking for getresgid... yes checking for gethostbyname_r... yes checking how many arguments gethostbyname_r() wants... 6 checking whether the C compiler supports __func__... yes checking whether the C compiler supports __FUNC__... no checking whether the C compiler supports __FUNCTION__... yes checking whether we have extern char **environ already declared... yes checking whether the compiler accepts -Waddress... yes checking whether the compiler accepts -Waddress-of-array-temporary... no checking whether the compiler accepts -Waddress-of-temporary... no checking whether the compiler accepts -Wambiguous-macro... no checking whether the compiler accepts -Wanonymous-pack-parens... no checking whether the compiler accepts -Warc... no checking whether the compiler accepts -Warc-abi... no checking whether the compiler accepts -Warc-bridge-casts-disallowed-in-nonarc... no checking whether the compiler accepts -Warc-maybe-repeated-use-of-weak... no checking whether the compiler accepts -Warc-performSelector-leaks... no checking whether the compiler accepts -Warc-repeated-use-of-weak... no checking whether the compiler accepts -Warray-bounds... yes checking whether the compiler accepts -Warray-bounds-pointer-arithmetic... no checking whether the compiler accepts -Wasm... no checking whether the compiler accepts -Wasm-operand-widths... no checking whether the compiler accepts -Watomic-properties... no checking whether the compiler accepts -Watomic-property-with-user-defined-accessor... no checking whether the compiler accepts -Wauto-import... no checking whether the compiler accepts -Wauto-storage-class... no checking whether the compiler accepts -Wauto-var-id... no checking whether the compiler accepts -Wavailability... no checking whether the compiler accepts -Wbackslash-newline-escape... no checking whether the compiler accepts -Wbad-array-new-length... no checking whether the compiler accepts -Wbind-to-temporary-copy... no checking whether the compiler accepts -Wbitfield-constant-conversion... no checking whether the compiler accepts -Wbool-conversion... no checking whether the compiler accepts -Wbool-conversions... no checking whether the compiler accepts -Wbuiltin-requires-header... no checking whether the compiler accepts -Wchar-align... no checking whether the compiler accepts -Wcompare-distinct-pointer-types... no checking whether the compiler accepts -Wcomplex-component-init... no checking whether the compiler accepts -Wconditional-type-mismatch... no checking whether the compiler accepts -Wconfig-macros... no checking whether the compiler accepts -Wconstant-conversion... no checking whether the compiler accepts -Wconstant-logical-operand... no checking whether the compiler accepts -Wconstexpr-not-const... no checking whether the compiler accepts -Wcustom-atomic-properties... no checking whether the compiler accepts -Wdangling-field... no checking whether the compiler accepts -Wdangling-initializer-list... no checking whether the compiler accepts -Wdate-time... yes checking whether the compiler accepts -Wdelegating-ctor-cycles... no checking whether the compiler accepts -Wdeprecated-implementations... no checking whether the compiler accepts -Wdeprecated-register... no checking whether the compiler accepts -Wdirect-ivar-access... no checking whether the compiler accepts -Wdiscard-qual... no checking whether the compiler accepts -Wdistributed-object-modifiers... no checking whether the compiler accepts -Wdivision-by-zero... no checking whether the compiler accepts -Wdollar-in-identifier-extension... no checking whether the compiler accepts -Wdouble-promotion... yes checking whether the compiler accepts -Wduplicate-decl-specifier... yes checking whether the compiler accepts -Wduplicate-enum... no checking whether the compiler accepts -Wduplicate-method-arg... no checking whether the compiler accepts -Wduplicate-method-match... no checking whether the compiler accepts -Wduplicated-cond... yes checking whether the compiler accepts -Wdynamic-class-memaccess... no checking whether the compiler accepts -Wembedded-directive... no checking whether the compiler accepts -Wempty-translation-unit... no checking whether the compiler accepts -Wenum-conversion... yes checking whether the compiler accepts -Wexit-time-destructors... no checking whether the compiler accepts -Wexplicit-ownership-type... no checking whether the compiler accepts -Wextern-initializer... no checking whether the compiler accepts -Wextra... yes checking whether the compiler accepts -Wextra-semi... no checking whether the compiler accepts -Wextra-tokens... no checking whether the compiler accepts -Wflexible-array-extensions... no checking whether the compiler accepts -Wfloat-conversion... yes checking whether the compiler accepts -Wformat-non-iso... no checking whether the compiler accepts -Wfour-char-constants... no checking whether the compiler accepts -Wgcc-compat... no checking whether the compiler accepts -Wglobal-constructors... no checking whether the compiler accepts -Wgnu-array-member-paren-init... no checking whether the compiler accepts -Wgnu-designator... no checking whether the compiler accepts -Wgnu-static-float-init... no checking whether the compiler accepts -Wheader-guard... no checking whether the compiler accepts -Wheader-hygiene... no checking whether the compiler accepts -Widiomatic-parentheses... no checking whether the compiler accepts -Wignored-attributes... yes checking whether the compiler accepts -Wimplicit-atomic-properties... no checking whether the compiler accepts -Wimplicit-conversion-floating-point-to-bool... no checking whether the compiler accepts -Wimplicit-exception-spec-mismatch... no checking whether the compiler accepts -Wimplicit-fallthrough... yes checking whether the compiler accepts -Wimplicit-fallthrough-per-function... no checking whether the compiler accepts -Wimplicit-retain-self... no checking whether the compiler accepts -Wimport-preprocessor-directive-pedantic... no checking whether the compiler accepts -Wincompatible-library-redeclaration... no checking whether the compiler accepts -Wincompatible-pointer-types-discards-qualifiers... no checking whether the compiler accepts -Wincomplete-implementation... no checking whether the compiler accepts -Wincomplete-module... no checking whether the compiler accepts -Wincomplete-umbrella... no checking whether the compiler accepts -Winit-self... yes checking whether the compiler accepts -Wint-conversions... no checking whether the compiler accepts -Wint-to-void-pointer-cast... no checking whether the compiler accepts -Winteger-overflow... no checking whether the compiler accepts -Winvalid-constexpr... no checking whether the compiler accepts -Winvalid-iboutlet... no checking whether the compiler accepts -Winvalid-noreturn... no checking whether the compiler accepts -Winvalid-pp-token... no checking whether the compiler accepts -Winvalid-source-encoding... no checking whether the compiler accepts -Winvalid-token-paste... no checking whether the compiler accepts -Wknr-promoted-parameter... no checking whether the compiler accepts -Wlarge-by-value-copy... no checking whether the compiler accepts -Wliteral-conversion... no checking whether the compiler accepts -Wliteral-range... no checking whether the compiler accepts -Wlocal-type-template-args... no checking whether the compiler accepts -Wlogical-op... yes checking whether the compiler accepts -Wloop-analysis... no checking whether the compiler accepts -Wmain-return-type... no checking whether the compiler accepts -Wmalformed-warning-check... no checking whether the compiler accepts -Wmethod-signatures... no checking whether the compiler accepts -Wmicrosoft... no checking whether the compiler accepts -Wmicrosoft-exists... no checking whether the compiler accepts -Wmismatched-parameter-types... no checking whether the compiler accepts -Wmismatched-return-types... no checking whether the compiler accepts -Wmissing-field-initializers... yes checking whether the compiler accepts -Wmissing-format-attribute... yes checking whether the compiler accepts -Wmissing-noreturn... yes checking whether the compiler accepts -Wmissing-selector-name... no checking whether the compiler accepts -Wmissing-sysroot... no checking whether the compiler accepts -Wmissing-variable-declarations... no checking whether the compiler accepts -Wmodule-conflict... no checking whether the compiler accepts -Wnested-anon-types... no checking whether the compiler accepts -Wnewline-eof... no checking whether the compiler accepts -Wnon-literal-null-conversion... no checking whether the compiler accepts -Wnon-pod-varargs... no checking whether the compiler accepts -Wnonportable-cfstrings... no checking whether the compiler accepts -Wnormalized=nfkc... yes checking whether the compiler accepts -Wnull-arithmetic... no checking whether the compiler accepts -Wnull-character... no checking whether the compiler accepts -Wnull-conversion... no checking whether the compiler accepts -Wnull-dereference... yes checking whether the compiler accepts -Wout-of-line-declaration... no checking whether the compiler accepts -Wover-aligned... no checking whether the compiler accepts -Woverlength-strings... yes checking whether the compiler accepts -Woverride-init... yes checking whether the compiler accepts -Woverriding-method-mismatch... no checking whether the compiler accepts -Wpointer-type-mismatch... no checking whether the compiler accepts -Wpredefined-identifier-outside-function... no checking whether the compiler accepts -Wprotocol-property-synthesis-ambiguity... no checking whether the compiler accepts -Wreadonly-iboutlet-property... no checking whether the compiler accepts -Wreadonly-setter-attrs... no checking whether the compiler accepts -Wreceiver-expr... no checking whether the compiler accepts -Wreceiver-forward-class... no checking whether the compiler accepts -Wreceiver-is-weak... no checking whether the compiler accepts -Wreinterpret-base-class... no checking whether the compiler accepts -Wrequires-super-attribute... no checking whether the compiler accepts -Wreserved-user-defined-literal... no checking whether the compiler accepts -Wreturn-stack-address... no checking whether the compiler accepts -Wsection... no checking whether the compiler accepts -Wselector-type-mismatch... no checking whether the compiler accepts -Wsentinel... no checking whether the compiler accepts -Wserialized-diagnostics... no checking whether the compiler accepts -Wshadow... yes checking whether the compiler accepts -Wshift-count-negative... yes checking whether the compiler accepts -Wshift-count-overflow... yes checking whether the compiler accepts -Wshift-negative-value... yes checking whether the compiler accepts -Wshift-overflow=2... yes checking whether the compiler accepts -Wshift-sign-overflow... no checking whether the compiler accepts -Wshorten-64-to-32... no checking whether the compiler accepts -Wsizeof-array-argument... yes checking whether the compiler accepts -Wsource-uses-openmp... no checking whether the compiler accepts -Wstatic-float-init... no checking whether the compiler accepts -Wstatic-in-inline... no checking whether the compiler accepts -Wstatic-local-in-inline... no checking whether the compiler accepts -Wstrict-overflow=1... yes checking whether the compiler accepts -Wstring-compare... yes checking whether the compiler accepts -Wstring-conversion... no checking whether the compiler accepts -Wstrlcpy-strlcat-size... no checking whether the compiler accepts -Wstrncat-size... no checking whether the compiler accepts -Wsuggest-attribute=format... yes checking whether the compiler accepts -Wsuggest-attribute=noreturn... yes checking whether the compiler accepts -Wsuper-class-method-mismatch... no checking whether the compiler accepts -Wswitch-bool... yes checking whether the compiler accepts -Wsync-nand... yes checking whether the compiler accepts -Wtautological-constant-out-of-range-compare... no checking whether the compiler accepts -Wtentative-definition-incomplete-type... no checking whether the compiler accepts -Wtrampolines... yes checking whether the compiler accepts -Wtype-safety... no checking whether the compiler accepts -Wtypedef-redefinition... no checking whether the compiler accepts -Wtypename-missing... no checking whether the compiler accepts -Wundefined-inline... no checking whether the compiler accepts -Wundefined-internal... no checking whether the compiler accepts -Wundefined-reinterpret-cast... no checking whether the compiler accepts -Wunicode... no checking whether the compiler accepts -Wunicode-whitespace... no checking whether the compiler accepts -Wunknown-warning-option... no checking whether the compiler accepts -Wunnamed-type-template-args... no checking whether the compiler accepts -Wunneeded-member-function... no checking whether the compiler accepts -Wunsequenced... no checking whether the compiler accepts -Wunsupported-visibility... no checking whether the compiler accepts -Wunused-but-set-parameter... yes checking whether the compiler accepts -Wunused-but-set-variable... yes checking whether the compiler accepts -Wunused-command-line-argument... no checking whether the compiler accepts -Wunused-const-variable=2... yes checking whether the compiler accepts -Wunused-exception-parameter... no checking whether the compiler accepts -Wunused-local-typedefs... yes checking whether the compiler accepts -Wunused-member-function... no checking whether the compiler accepts -Wunused-sanitize-argument... no checking whether the compiler accepts -Wunused-volatile-lvalue... no checking whether the compiler accepts -Wuser-defined-literals... no checking whether the compiler accepts -Wvariadic-macros... yes checking whether the compiler accepts -Wvector-conversion... no checking whether the compiler accepts -Wvector-conversions... no checking whether the compiler accepts -Wvexing-parse... no checking whether the compiler accepts -Wvisibility... no checking whether the compiler accepts -Wvla-extension... no checking whether the compiler accepts -Wzero-length-array... no checking whether the compiler accepts @warning_flags... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Doxyfile config.status: creating Makefile config.status: creating contrib/operator-tools/tor.logrotate config.status: creating src/config/torrc.sample config.status: creating src/config/torrc.minimal config.status: creating scripts/maint/checkOptionDocs.pl config.status: creating warning_flags config.status: creating orconfig.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 checking for tput... /nvmedata/autobuild/instance-27/output-1/host/bin/tput tput: No value for $TERM and no -T specified ./configure: line 30626: test: -ge: unary operator expected Tor Version: Tor 0.4.7.7 Build Features Compiler: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -std=gnu99 Host OS: linux-uclibc Warnings are fatal (--enable-fatal-warnings): no Android support (--enable-android): no Static Build tor (--enable-static-tor): no libevent (--enable-static-libevent): no libssl (--enable-static-openssl): no zlib1g (--enable-static-zlib): no Optional Libraries libnss (--enable-nss): no libseccomp (--disable-seccomp): no libscrypt (--disable-libscrypt): yes Systemd support (--enable-systemd): no liblzma (--enable-lzma): yes libzstd (--enable-zstd): yes Hardening Compiler Hardening (--disable-gcc-hardening): no Linker Hardening (--disable-linker-hardening): yes Fragile Hardening (--enable-fragile-hardening, dev only): no Modules relay (--disable-module-relay): yes dirauth (--disable-module-dirauth): yes dircache: yes Documentation AsciiDoc (--disable-asciidoc): yes Man Pages (--disable-manpage): yes HTML Manual (--disable-html-manual): yes Tests Unit tests (--disable-unittests): no assert()s enabled (--enable-asserts-in-tests, dev only): no Code Coverage (--enable-coverage): no libFuzzer support (--enable-libfuzzer): no OSS-Fuzz support (--enable-oss-fuzz): no Tracing (--enable-tracing-instrumentation-) Tracepoints to log_debug() (log-debug): no USDT Instrumentation (usdt): no LTTng Instrumentation (lttng): no Install Directories Binaries: /usr/bin Configuration: /etc/tor Man Pages: /usr/share/man Configure Line: ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-gcc-hardening --disable-unittests --with-libevent-dir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --with-openssl-dir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --with-zlib-dir=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr --disable-systemd --enable-lzma --enable-zstd --disable-seccomp >>> tor 0.4.7.7 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7' /usr/bin/make all-am make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7' CC src/app/main/tor_main.o CC src/core/crypto/hs_ntor.o CC src/core/crypto/onion_crypto.o CC src/core/crypto/onion_fast.o CC src/core/crypto/onion_ntor.o CC src/core/crypto/onion_ntor_v3.o CC src/core/crypto/onion_tap.o CC src/core/crypto/relay_crypto.o CC src/core/mainloop/connection.o CC src/core/mainloop/cpuworker.o CC src/core/mainloop/mainloop.o CC src/core/mainloop/mainloop_pubsub.o CC src/core/mainloop/mainloop_sys.o CC src/core/mainloop/netstatus.o CC src/core/mainloop/periodic.o CC src/core/or/address_set.o CC src/core/or/channel.o CC src/core/or/channelpadding.o CC src/core/or/channeltls.o CC src/core/or/circuitbuild.o CC src/core/or/circuitlist.o CC src/core/or/circuitmux.o CC src/core/or/circuitmux_ewma.o CC src/core/or/circuitpadding.o CC src/core/or/circuitpadding_machines.o CC src/core/or/circuitstats.o CC src/core/or/circuituse.o CC src/core/or/crypt_path.o CC src/core/or/command.o CC src/core/or/connection_edge.o CC src/core/or/connection_or.o CC src/core/or/dos.o CC src/core/or/dos_config.o CC src/core/or/dos_sys.o CC src/core/or/extendinfo.o CC src/core/or/onion.o CC src/core/or/ocirc_event.o CC src/core/or/or_periodic.o CC src/core/or/or_sys.o CC src/core/or/orconn_event.o CC src/core/or/policies.o CC src/core/or/protover.o CC src/core/or/reasons.o CC src/core/or/relay.o CC src/core/or/scheduler.o CC src/core/or/scheduler_kist.o CC src/core/or/scheduler_vanilla.o CC src/core/or/sendme.o CC src/core/or/congestion_control_common.o CC src/core/or/congestion_control_vegas.o CC src/core/or/congestion_control_nola.o CC src/core/or/congestion_control_westwood.o CC src/core/or/congestion_control_flow.o CC src/core/or/status.o CC src/core/or/versions.o CC src/core/proto/proto_cell.o CC src/core/proto/proto_control0.o CC src/core/proto/proto_ext_or.o CC src/core/proto/proto_haproxy.o CC src/core/proto/proto_http.o CC src/core/proto/proto_socks.o CC src/feature/api/tor_api.o CC src/feature/client/addressmap.o CC src/feature/client/bridges.o CC src/feature/client/circpathbias.o CC src/feature/client/dnsserv.o CC src/feature/client/entrynodes.o CC src/feature/client/proxymode.o CC src/feature/client/transports.o CC src/feature/control/btrack.o CC src/feature/control/btrack_circuit.o CC src/feature/control/btrack_orconn.o CC src/feature/control/btrack_orconn_cevent.o CC src/feature/control/btrack_orconn_maps.o CC src/feature/control/control.o CC src/feature/control/control_auth.o CC src/feature/control/control_bootstrap.o CC src/feature/control/control_cmd.o CC src/feature/control/control_hs.o CC src/feature/control/control_events.o CC src/feature/control/control_fmt.o CC src/feature/control/control_getinfo.o CC src/feature/control/control_proto.o CC src/feature/control/getinfo_geoip.o CC src/feature/dirauth/authmode.o CC src/feature/dirauth/bridgeauth.o CC src/feature/dirauth/bwauth.o CC src/feature/dirauth/dirauth_config.o CC src/feature/dirauth/dirauth_periodic.o CC src/feature/dirauth/dirauth_sys.o CC src/feature/dirauth/dircollate.o CC src/feature/dirauth/dirvote.o CC src/feature/dirauth/dsigs_parse.o CC src/feature/dirauth/guardfraction.o CC src/feature/dirauth/keypin.o CC src/feature/dirauth/process_descs.o CC src/feature/dirauth/reachability.o CC src/feature/dirauth/recommend_pkg.o CC src/feature/dirauth/shared_random.o CC src/feature/dirauth/shared_random_state.o CC src/feature/dirauth/voteflags.o CC src/feature/dirauth/voting_schedule.o CC src/feature/dircache/conscache.o CC src/feature/dircache/consdiffmgr.o CC src/feature/dircache/dircache.o CC src/feature/dircache/dirserv.o CC src/feature/dirclient/dirclient.o CC src/feature/dirclient/dirclient_modes.o CC src/feature/dirclient/dlstatus.o CC src/feature/dircommon/consdiff.o CC src/feature/dircommon/directory.o CC src/feature/dircommon/fp_pair.o CC src/feature/dirparse/authcert_parse.o CC src/feature/dirparse/microdesc_parse.o CC src/feature/dirparse/ns_parse.o CC src/feature/dirparse/parsecommon.o CC src/feature/dirparse/policy_parse.o CC src/feature/dirparse/routerparse.o CC src/feature/dirparse/sigcommon.o CC src/feature/dirparse/signing.o CC src/feature/dirparse/unparseable.o CC src/feature/hibernate/hibernate.o CC src/feature/hs_common/replaycache.o CC src/feature/hs_common/shared_random_client.o CC src/feature/hs/hs_cache.o CC src/feature/hs/hs_cell.o CC src/feature/hs/hs_circuit.o CC src/feature/hs/hs_circuitmap.o CC src/feature/hs/hs_client.o CC src/feature/hs/hs_common.o CC src/feature/hs/hs_config.o CC src/feature/hs/hs_control.o CC src/feature/hs/hs_descriptor.o CC src/feature/hs/hs_dos.o CC src/feature/hs/hs_ident.o CC src/feature/hs/hs_intropoint.o CC src/feature/hs/hs_metrics.o CC src/feature/hs/hs_ob.o CC src/feature/hs/hs_service.o CC src/feature/hs/hs_stats.o CC src/feature/hs/hs_sys.o CC src/feature/hs/hs_metrics_entry.o CC src/feature/keymgt/loadkey.o CC src/feature/metrics/metrics.o CC src/feature/metrics/metrics_sys.o CC src/feature/nodelist/authcert.o CC src/feature/nodelist/describe.o CC src/feature/nodelist/dirlist.o CC src/feature/nodelist/microdesc.o CC src/feature/nodelist/networkstatus.o CC src/feature/nodelist/nickname.o CC src/feature/nodelist/nodefamily.o CC src/feature/nodelist/nodelist.o CC src/feature/nodelist/node_select.o CC src/feature/nodelist/routerinfo.o CC src/feature/nodelist/routerlist.o CC src/feature/nodelist/routerset.o CC src/feature/nodelist/fmt_routerstatus.o CC src/feature/nodelist/torcert.o CC src/feature/relay/onion_queue.o CC src/feature/relay/relay_find_addr.o CC src/feature/relay/router.o CC src/feature/relay/circuitbuild_relay.o CC src/feature/relay/dns.o CC src/feature/relay/ext_orport.o src/feature/relay/ext_orport.c: In function 'connection_or_set_ext_or_identifier': src/feature/relay/ext_orport.c:669:3: warning: 'random_id' is used uninitialized in this function [-Wuninitialized] 669 | memcpy(conn->ext_or_conn_id, random_id, EXT_OR_CONN_ID_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/feature/relay/routermode.o CC src/feature/relay/relay_config.o CC src/feature/relay/relay_handshake.o CC src/feature/relay/relay_metrics.o CC src/feature/relay/relay_periodic.o CC src/feature/relay/relay_sys.o CC src/feature/relay/routerkeys.o CC src/feature/relay/selftest.o CC src/feature/relay/transport_config.o CC src/feature/rend/rendcommon.o CC src/feature/rend/rendmid.o CC src/feature/stats/bwhist.o CC src/feature/stats/connstats.o CC src/feature/stats/geoip_stats.o CC src/feature/stats/rephist.o CC src/feature/stats/predict_ports.o CC src/app/config/config.o CC src/app/config/quiet_level.o CC src/app/config/resolve_addr.o CC src/app/config/statefile.o CC src/app/main/main.o CC src/app/main/risky_options.o CC src/app/main/shutdown.o CC src/app/main/subsystem_list.o CC src/app/main/subsysmgr.o AR src/core/libtor-app.a CC src/lib/compress/compress.o CC src/lib/compress/compress_buf.o CC src/lib/compress/compress_lzma.o CC src/lib/compress/compress_none.o CC src/lib/compress/compress_zlib.o CC src/lib/compress/compress_zstd.o AR src/lib/libtor-compress.a CC src/lib/evloop/compat_libevent.o CC src/lib/evloop/evloop_sys.o CC src/lib/evloop/procmon.o CC src/lib/evloop/timers.o CC src/lib/evloop/token_bucket.o CC src/lib/evloop/workqueue.o AR src/lib/libtor-evloop.a CC src/lib/tls/libtor_tls_a-buffers_tls.o CC src/lib/tls/libtor_tls_a-tortls.o CC src/lib/tls/libtor_tls_a-x509.o CC src/lib/tls/libtor_tls_a-tortls_openssl.o CC src/lib/tls/libtor_tls_a-x509_openssl.o AR src/lib/libtor-tls.a CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_cipher.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_curve25519.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_dh.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_digest.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_ed25519.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_format.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_hkdf.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_init.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_ope.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_pwbox.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand_fast.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand_numeric.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rsa.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_s2k.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_util.o CC src/lib/crypt_ops/libtor_crypt_ops_a-digestset.o CC src/lib/crypt_ops/libtor_crypt_ops_a-aes_openssl.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_digest_openssl.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rsa_openssl.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_dh_openssl.o CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_openssl_mgt.o AR src/lib/libtor-crypt-ops.a CC src/ext/keccak-tiny/libkeccak_tiny_a-keccak-tiny-unrolled.o AR src/ext/keccak-tiny/libkeccak-tiny.a CC src/ext/curve25519_donna/lib_libcurve25519_donna_a-curve25519-donna-c64.o AR src/lib/libcurve25519_donna.a CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_0.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_1.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_add.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_cmov.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_copy.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_frombytes.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_invert.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_isnegative.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_isnonzero.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_mul.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_neg.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_pow22523.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_sq.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_sq2.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_sub.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_tobytes.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_add.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_double_scalarmult.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_frombytes.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_madd.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_msub.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_p1p1_to_p2.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_p1p1_to_p3.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_0.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_dbl.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_0.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_dbl.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_to_cached.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_to_p2.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_tobytes.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_precomp_0.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_scalarmult_base.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_sub.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_tobytes.o CC src/ext/ed25519/ref10/libed25519_ref10_a-keypair.o CC src/ext/ed25519/ref10/libed25519_ref10_a-open.o CC src/ext/ed25519/ref10/libed25519_ref10_a-sc_muladd.o CC src/ext/ed25519/ref10/libed25519_ref10_a-sc_reduce.o CC src/ext/ed25519/ref10/libed25519_ref10_a-sign.o CC src/ext/ed25519/ref10/libed25519_ref10_a-keyconv.o CC src/ext/ed25519/ref10/libed25519_ref10_a-blinding.o AR src/ext/ed25519/ref10/libed25519_ref10.a CC src/ext/ed25519/donna/libed25519_donna_a-ed25519_tor.o AR src/ext/ed25519/donna/libed25519_donna.a CC src/lib/geoip/geoip.o AR src/lib/libtor-geoip.a CC src/lib/process/daemon.o CC src/lib/process/env.o CC src/lib/process/pidfile.o CC src/lib/process/process.o CC src/lib/process/process_sys.o CC src/lib/process/process_unix.o CC src/lib/process/process_win32.o CC src/lib/process/restrict.o CC src/lib/process/setuid.o CC src/lib/process/waitpid.o AR src/lib/libtor-process.a CC src/lib/buf/buffers.o AR src/lib/libtor-buf.a CC src/lib/confmgt/confmgt.o CC src/lib/confmgt/structvar.o CC src/lib/confmgt/type_defs.o CC src/lib/confmgt/typedvar.o CC src/lib/confmgt/unitparse.o AR src/lib/libtor-confmgt.a CC src/lib/pubsub/pubsub_build.o CC src/lib/pubsub/pubsub_check.o CC src/lib/pubsub/pubsub_publish.o AR src/lib/libtor-pubsub.a CC src/lib/dispatch/dispatch_cfg.o CC src/lib/dispatch/dispatch_core.o CC src/lib/dispatch/dispatch_naming.o CC src/lib/dispatch/dispatch_new.o AR src/lib/libtor-dispatch.a CC src/lib/time/compat_time.o CC src/lib/time/time_sys.o CC src/lib/time/tvdiff.o AR src/lib/libtor-time.a CC src/lib/fs/conffile.o CC src/lib/fs/dir.o CC src/lib/fs/files.o CC src/lib/fs/freespace.o CC src/lib/fs/lockfile.o CC src/lib/fs/mmap.o CC src/lib/fs/path.o CC src/lib/fs/storagedir.o CC src/lib/fs/userdb.o AR src/lib/libtor-fs.a CC src/lib/encoding/binascii.o CC src/lib/encoding/confline.o CC src/lib/encoding/cstring.o CC src/lib/encoding/keyval.o CC src/lib/encoding/kvline.o CC src/lib/encoding/pem.o CC src/lib/encoding/qstring.o CC src/lib/encoding/time_fmt.o AR src/lib/libtor-encoding.a CC src/lib/sandbox/sandbox.o AR src/lib/libtor-sandbox.a CC src/lib/container/bloomfilt.o CC src/lib/container/map.o CC src/lib/container/namemap.o CC src/lib/container/order.o CC src/lib/container/smartlist.o AR src/lib/libtor-container.a CC src/lib/net/address.o CC src/lib/net/alertsock.o CC src/lib/net/buffers_net.o CC src/lib/net/gethostname.o CC src/lib/net/inaddr.o CC src/lib/net/network_sys.o CC src/lib/net/resolve.o CC src/lib/net/socket.o CC src/lib/net/socketpair.o AR src/lib/libtor-net.a CC src/lib/thread/compat_threads.o CC src/lib/thread/numcpus.o CC src/lib/thread/compat_pthreads.o AR src/lib/libtor-thread.a CC src/lib/memarea/memarea.o AR src/lib/libtor-memarea.a CC src/lib/math/fp.o CC src/lib/math/laplace.o CC src/lib/math/prob_distr.o AR src/lib/libtor-math.a CC src/lib/meminfo/meminfo.o AR src/lib/libtor-meminfo.a CC src/lib/osinfo/uname.o CC src/lib/osinfo/libc.o AR src/lib/libtor-osinfo.a CC src/lib/log/escape.o CC src/lib/log/ratelim.o CC src/lib/log/log.o CC src/lib/log/log_sys.o CC src/lib/log/util_bug.o AR src/lib/libtor-log.a CC src/lib/lock/compat_mutex.o CC src/lib/lock/compat_mutex_pthreads.o AR src/lib/libtor-lock.a CC src/lib/fdio/fdio.o AR src/lib/libtor-fdio.a CC src/lib/string/compat_ctype.o CC src/lib/string/compat_string.o CC src/lib/string/util_string.o CC src/lib/string/parse_int.o CC src/lib/string/printf.o CC src/lib/string/scanf.o AR src/lib/libtor-string.a CC src/lib/term/getpass.o CC src/ext/readpassphrase.o AR src/lib/libtor-term.a CC src/lib/smartlist_core/smartlist_core.o CC src/lib/smartlist_core/smartlist_split.o AR src/lib/libtor-smartlist-core.a CC src/lib/malloc/malloc.o CC src/lib/malloc/map_anon.o AR src/lib/libtor-malloc.a CC src/lib/wallclock/approx_time.o CC src/lib/wallclock/time_to_tm.o CC src/lib/wallclock/tor_gettimeofday.o AR src/lib/libtor-wallclock.a CC src/lib/err/backtrace.o CC src/lib/err/torerr.o CC src/lib/err/torerr_sys.o AR src/lib/libtor-err.a CC src/lib/version/git_revision.o CC src/lib/version/version.o AR src/lib/libtor-version.a CC src/lib/llharden/winprocess_sys.o AR src/lib/libtor-llharden.a CC src/lib/intmath/addsub.o CC src/lib/intmath/bits.o CC src/lib/intmath/muldiv.o CC src/lib/intmath/weakrng.o AR src/lib/libtor-intmath.a CC src/ext/lib_libtor_ctime_a-csiphash.o CC src/lib/ctime/libtor_ctime_a-di_ops.o AR src/lib/libtor-ctime.a CC src/lib/metrics/metrics_store.o CC src/lib/metrics/metrics_store_entry.o CC src/lib/metrics/metrics_common.o CC src/lib/metrics/prometheus.o AR src/lib/libtor-metrics.a CC src/ext/trunnel/trunnel_libor_trunnel_a-trunnel.o CC src/trunnel/libor_trunnel_a-ed25519_cert.o CC src/trunnel/libor_trunnel_a-extension.o CC src/trunnel/libor_trunnel_a-link_handshake.o CC src/trunnel/libor_trunnel_a-pwbox.o CC src/trunnel/hs/libor_trunnel_a-cell_establish_intro.o CC src/trunnel/hs/libor_trunnel_a-cell_introduce1.o CC src/trunnel/hs/libor_trunnel_a-cell_rendezvous.o CC src/trunnel/libor_trunnel_a-channelpadding_negotiation.o CC src/trunnel/libor_trunnel_a-sendme_cell.o CC src/trunnel/libor_trunnel_a-flow_control_cells.o CC src/trunnel/libor_trunnel_a-congestion_control.o CC src/trunnel/libor_trunnel_a-socks5.o CC src/trunnel/libor_trunnel_a-netinfo.o CC src/trunnel/libor_trunnel_a-circpad_negotiation.o AR src/trunnel/libor-trunnel.a CC src/lib/trace/trace_stub.o AR src/lib/libtor-trace.a AR libtor.a CCLD src/app/tor CC src/tools/tor-resolve.o CCLD src/tools/tor-resolve CC src/tools/tor-print-ed-signing-cert.o CCLD src/tools/tor-print-ed-signing-cert CC src/tools/tor-gencert.o CCLD src/tools/tor-gencert CC src/test/bench.o CCLD src/test/bench CC src/test/test_ntor_cl.o CCLD src/test/test-ntor-cl CC src/test/test_hs_ntor_cl.o CCLD src/test/test-hs-ntor-cl CC src/tools/tor_runner.o AR src/tools/libtorrunner.a GEN doc/man/tor.1 GEN doc/man/tor-gencert.1 GEN doc/man/tor-resolve.1 GEN doc/man/torify.1 GEN doc/man/tor-print-ed-signing-cert.1 GEN doc/man/tor.html GEN doc/man/tor-gencert.html GEN doc/man/tor-resolve.html GEN doc/man/torify.html GEN doc/man/tor-print-ed-signing-cert.html make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7' >>> tor 0.4.7.7 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /usr/bin/install -c src/app/tor src/tools/tor-resolve src/tools/tor-print-ed-signing-cert src/tools/tor-gencert '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /usr/bin/install -c contrib/client-tools/torify '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/etc/tor' /usr/bin/install -c -m 644 src/config/torrc.sample '/nvmedata/autobuild/instance-27/output-1/target/etc/tor' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/tor' /usr/bin/install -c -m 644 doc/man/tor.html doc/man/tor-gencert.html doc/man/tor-resolve.html doc/man/torify.html doc/man/tor-print-ed-signing-cert.html '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/tor' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/man/tor.1 doc/man/tor-gencert.1 doc/man/tor-resolve.1 doc/man/torify.1 doc/man/tor-print-ed-signing-cert.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/tor' /usr/bin/install -c -m 644 src/config/geoip src/config/geoip6 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/tor' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7' /usr/bin/install -D -m 644 /nvmedata/autobuild/instance-27/output-1/build/tor-0.4.7.7/src/config/torrc.minimal /nvmedata/autobuild/instance-27/output-1/target/etc/tor/torrc >>> transmission 3.00 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.transmission-3.00.tar.xz.7iFYA1/output' 'https://github.com/transmission/transmission-releases/raw/master/transmission-3.00.tar.xz' --2022-06-04 14:30:15-- https://github.com/transmission/transmission-releases/raw/master/transmission-3.00.tar.xz 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://raw.githubusercontent.com/transmission/transmission-releases/master/transmission-3.00.tar.xz [following] --2022-06-04 14:30:15-- https://raw.githubusercontent.com/transmission/transmission-releases/master/transmission-3.00.tar.xz Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3329220 (3.2M) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.transmission-3.00.tar.xz.7iFYA1/output' 0K .......... .......... .......... .......... .......... 1% 3.10M 1s 50K .......... .......... .......... .......... .......... 3% 32.3M 1s 100K .......... .......... .......... .......... .......... 4% 5.09M 1s 150K .......... .......... .......... .......... .......... 6% 1.82M 1s 200K .......... .......... .......... .......... .......... 7% 1.29M 1s 250K .......... .......... .......... .......... .......... 9% 1.77M 1s 300K .......... .......... .......... .......... .......... 10% 1.09M 1s 350K .......... .......... .......... .......... .......... 12% 884K 2s 400K .......... .......... .......... .......... .......... 13% 99.5K 4s 450K .......... .......... .......... .......... .......... 15% 1.63M 4s 500K .......... .......... .......... .......... .......... 16% 1.36M 4s 550K .......... .......... .......... .......... .......... 18% 190K 5s 600K .......... .......... .......... .......... .......... 19% 1.63M 4s 650K .......... .......... .......... .......... .......... 21% 1.46M 4s 700K .......... .......... .......... .......... .......... 23% 685K 4s 750K .......... .......... .......... .......... .......... 24% 567K 4s 800K .......... .......... .......... .......... .......... 26% 3.13M 4s 850K .......... .......... .......... .......... .......... 27% 2.76M 3s 900K .......... .......... .......... .......... .......... 29% 854K 3s 950K .......... .......... .......... .......... .......... 30% 1.08M 3s 1000K .......... .......... .......... .......... .......... 32% 1.82M 3s 1050K .......... .......... .......... .......... .......... 33% 1.74M 3s 1100K .......... .......... .......... .......... .......... 35% 902K 3s 1150K .......... .......... .......... .......... .......... 36% 694K 3s 1200K .......... .......... .......... .......... .......... 38% 1.67M 3s 1250K .......... .......... .......... .......... .......... 39% 1.03M 3s 1300K .......... .......... .......... .......... .......... 41% 872K 2s 1350K .......... .......... .......... .......... .......... 43% 425K 2s 1400K .......... .......... .......... .......... .......... 44% 594K 2s 1450K .......... .......... .......... .......... .......... 46% 1.06M 2s 1500K .......... .......... .......... .......... .......... 47% 858K 2s 1550K .......... .......... .......... .......... .......... 49% 405K 2s 1600K .......... .......... .......... .......... .......... 50% 1.61M 2s 1650K .......... .......... .......... .......... .......... 52% 2.30M 2s 1700K .......... .......... .......... .......... .......... 53% 1.51M 2s 1750K .......... .......... .......... .......... .......... 55% 746K 2s 1800K .......... .......... .......... .......... .......... 56% 969K 2s 1850K .......... .......... .......... .......... .......... 58% 904K 2s 1900K .......... .......... .......... .......... .......... 59% 749K 2s 1950K .......... .......... .......... .......... .......... 61% 482K 2s 2000K .......... .......... .......... .......... .......... 63% 1.41M 2s 2050K .......... .......... .......... .......... .......... 64% 905K 1s 2100K .......... .......... .......... .......... .......... 66% 70.6K 2s 2150K .......... .......... .......... .......... .......... 67% 651K 2s 2200K .......... .......... .......... .......... .......... 69% 537K 2s 2250K .......... .......... .......... .......... .......... 70% 1.69M 1s 2300K .......... .......... .......... .......... .......... 72% 834K 1s 2350K .......... .......... .......... .......... .......... 73% 1.27M 1s 2400K .......... .......... .......... .......... .......... 75% 1.05M 1s 2450K .......... .......... .......... .......... .......... 76% 1.07M 1s 2500K .......... .......... .......... .......... .......... 78% 722K 1s 2550K .......... .......... .......... .......... .......... 79% 162K 1s 2600K .......... .......... .......... .......... .......... 81% 626K 1s 2650K .......... .......... .......... .......... .......... 83% 925K 1s 2700K .......... .......... .......... .......... .......... 84% 864K 1s 2750K .......... .......... .......... .......... .......... 86% 658K 1s 2800K .......... .......... .......... .......... .......... 87% 419K 1s 2850K .......... .......... .......... .......... .......... 89% 916K 1s 2900K .......... .......... .......... .......... .......... 90% 96.5K 1s 2950K .......... .......... .......... .......... .......... 92% 767K 0s 3000K .......... .......... .......... .......... .......... 93% 809K 0s 3050K .......... .......... .......... .......... .......... 95% 1.18M 0s 3100K .......... .......... .......... .......... .......... 96% 788K 0s 3150K .......... .......... .......... .......... .......... 98% 1.39M 0s 3200K .......... .......... .......... .......... .......... 99% 1022K 0s 3250K . 100% 2272G=5.4s 2022-06-04 14:30:21 (599 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.transmission-3.00.tar.xz.7iFYA1/output' saved [3329220/3329220] transmission-3.00.tar.xz: OK (sha256: 9144652fe742f7f7dd6657716e378da60b751aaeda8bef8344b3eefc4db255f2) >>> transmission 3.00 Extracting xzcat /nvmedata/autobuild/instance-27/dl/transmission/transmission-3.00.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/transmission-3.00 -xf - >>> transmission 3.00 Patching Applying 0001-fix-utypes.patch using patch: patching file third-party/libutp/utypes.h Applying 0002-fix-utp-include.patch using patch: patching file configure.ac Hunk #1 succeeded at 366 (offset 8 lines). Hunk #2 succeeded at 467 with fuzz 1 (offset 6 lines). Applying 0003-configure.ac-fix-autoreconf-with-autoconf-2.70.patch using patch: patching file configure.ac Hunk #1 succeeded at 559 (offset 4 lines). >>> transmission 3.00 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/transmission-3.00 -name $file); do cp support/gnuconfig/$file $i; done; done >>> transmission 3.00 Configuring >>> transmission 3.00 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:109: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:109: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:109: the top level configure.ac:110: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:110: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:110: the top level configure.ac:116: warning: The macro `AC_LANG_C' is obsolete. configure.ac:116: You should run autoupdate. ./lib/autoconf/c.m4:72: AC_LANG_C is expanded from... m4/acx-pthread.m4:13: ACX_PTHREAD is expanded from... configure.ac:116: the top level configure.ac:116: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:116: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... m4/acx-pthread.m4:13: ACX_PTHREAD is expanded from... configure.ac:116: the top level configure.ac:567: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:567: 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... m4/glib-gettext.m4:48: GLIB_LC_MESSAGES is expanded from... m4/glib-gettext.m4:298: GLIB_GNU_GETTEXT is expanded from... m4/glib-gettext.m4:395: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:567: the top level configure.ac:567: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:567: 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... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from... ./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from... m4/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from... m4/glib-gettext.m4:298: GLIB_GNU_GETTEXT is expanded from... m4/glib-gettext.m4:395: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:567: the top level configure.ac:567: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:567: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from... ./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from... m4/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from... m4/glib-gettext.m4:298: GLIB_GNU_GETTEXT is expanded from... m4/glib-gettext.m4:395: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:567: the top level configure.ac:567: warning: The macro `AC_OUTPUT_COMMANDS' is obsolete. configure.ac:567: You should run autoupdate. ./lib/autoconf/status.m4:1025: AC_OUTPUT_COMMANDS is expanded from... m4/glib-gettext.m4:102: GLIB_WITH_NLS is expanded from... m4/glib-gettext.m4:298: GLIB_GNU_GETTEXT is expanded from... m4/glib-gettext.m4:395: AM_GLIB_GNU_GETTEXT is expanded from... configure.ac:567: the top level configure.ac:20: installing './compile' configure.ac:19: installing './missing' cli/Makefile.am: installing './depcomp' third-party/libb64/Makefile.am:3: warning: source file 'src/cdecode.c' is in a subdirectory, third-party/libb64/Makefile.am:3: 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. third-party/libb64/Makefile.am:3: warning: source file 'src/cencode.c' is in a subdirectory, third-party/libb64/Makefile.am:3: but option 'subdir-objects' is disabled >>> transmission 3.00 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/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 /nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-inotify --enable-lightweight --disable-external-natpmp --disable-utp --disable-cli --disable-daemon --without-gtk ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 checking whether make supports nested variables... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 cos in -lm... yes checking for mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... (cached) none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 inline... inline checking gcc version... 10.3.0 checking whether ln -s works... yes checking for egrep... (cached) /bin/grep -E checking for xlocale.h... no checking for iconv... no checking for pread... yes checking for pwrite... yes checking for lrintf... yes checking for strlcpy... yes checking for daemon... yes checking for dirname... yes checking for basename... yes checking for canonicalize_file_name... yes checking for strcasecmp... yes checking for localtime_r... yes checking for fallocate64... yes checking for posix_fallocate... yes checking for memmem... yes checking for strsep... yes checking for strtold... yes checking for syslog... yes checking for valloc... yes checking for getpagesize... yes checking for posix_memalign... yes checking for statvfs... yes checking for htonll... no checking for ntohll... no checking for mkdtemp... yes checking for uselocale... no checking for _configthreadlocale... no checking for strcasestr... yes checking whether make sets $(MAKE)... (cached) yes 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 library containing cos... none required checking for library containing socket... none required checking for library containing gethostbyname... none required checking for library containing quotacursor_skipidtype... no checking pkg-config is at least version 0.9.0... yes checking for LIBCURL... yes checking for LIBEVENT... yes checking for ZLIB... yes checking for OPENSSL... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp 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 getmntent... none required checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc options needed to detect all undeclared functions... none needed checking whether posix_fadvise is declared... yes checking for posix_fadvise... yes checking for sys/event.h... no checking for sys/statvfs.h... yes checking for xfs/xfs.h... no checking for SYSTEMD... no checking for clock_gettime in -lrt... yes checking µTP... no checking system miniupnpc library... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating transmission-gtk.spec config.status: creating cli/Makefile config.status: creating daemon/Makefile config.status: creating extras/Makefile config.status: creating libtransmission/Makefile config.status: creating utils/Makefile config.status: creating third-party/Makefile config.status: creating third-party/dht/Makefile config.status: creating third-party/libb64/Makefile config.status: creating third-party/libutp/Makefile config.status: creating third-party/libnatpmp/Makefile config.status: creating third-party/miniupnpc/Makefile config.status: creating macosx/Makefile config.status: creating gtk/Makefile config.status: creating gtk/icons/Makefile config.status: creating qt/config.pri config.status: creating web/Makefile config.status: creating web/images/Makefile config.status: creating web/style/Makefile config.status: creating web/style/jqueryui/Makefile config.status: creating web/style/jqueryui/images/Makefile config.status: creating web/style/transmission/Makefile config.status: creating web/style/transmission/images/Makefile config.status: creating web/style/transmission/images/buttons/Makefile config.status: creating web/javascript/Makefile config.status: creating web/javascript/jquery/Makefile config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 Configuration: Source code location: . Compiler: no Build libtransmission: yes * optimized for low-resource systems: yes * µTP enabled: no * crypto library: openssl Build Command-Line client: no Build GTK+ client: no * libappindicator for an Ubuntu-style tray: no Build Daemon: no Build Mac client: no >>> transmission 3.00 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00' Making all in extras make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/extras' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/extras' Making all in third-party make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party' Making all in dht make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/dht' CC dht.o dht.c: In function 'is_martian': dht.c:367:35: warning: cast increases required alignment of target type [-Wcast-align] 367 | struct sockaddr_in *sin = (struct sockaddr_in*)sa; | ^ dht.c:375:37: warning: cast increases required alignment of target type [-Wcast-align] 375 | struct sockaddr_in6 *sin6 = (struct sockaddr_in6*)sa; | ^ dht.c: In function 'storage_store': dht.c:1432:35: warning: cast increases required alignment of target type [-Wcast-align] 1432 | struct sockaddr_in *sin = (struct sockaddr_in*)sa; | ^ dht.c:1436:37: warning: cast increases required alignment of target type [-Wcast-align] 1436 | struct sockaddr_in6 *sin6 = (struct sockaddr_in6*)sa; | ^ dht.c: In function 'make_token': dht.c:1559:35: warning: cast increases required alignment of target type [-Wcast-align] 1559 | struct sockaddr_in *sin = (struct sockaddr_in*)sa; | ^ dht.c:1564:37: warning: cast increases required alignment of target type [-Wcast-align] 1564 | struct sockaddr_in6 *sin6 = (struct sockaddr_in6*)sa; | ^ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/bits/byteswap-common.h:34, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/bits/byteswap.h:1, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/byteswap.h:22, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/endian.h:59, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/bits/pthreadtypes.h:22, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/bits/uClibc_stdio.h:92, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/stdio.h:71, from dht.c:34: dht.c: In function 'dht_periodic': dht.c:2251:35: warning: cast increases required alignment of target type [-Wcast-align] 2251 | port = htons(((struct sockaddr_in*)from)->sin_port); | ^ dht.c:2254:35: warning: cast increases required alignment of target type [-Wcast-align] 2254 | port = htons(((struct sockaddr_in6*)from)->sin6_port); | ^ /bin/mkdir -p ./include (cd ./include && ln -s /nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/dht dht) AR libdht.a make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/dht' Making all in libb64 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libb64' CC cdecode.o src/cdecode.c: In function 'base64_decode_block': src/cdecode.c:47:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 47 | *plainchar = (fragment & 0x03f) << 2; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ src/cdecode.c:48:2: note: here 48 | case step_b: | ^~~~ src/cdecode.c:59:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 59 | *plainchar = (fragment & 0x00f) << 4; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ src/cdecode.c:60:2: note: here 60 | case step_c: | ^~~~ src/cdecode.c:71:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 71 | *plainchar = (fragment & 0x003) << 6; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ src/cdecode.c:72:2: note: here 72 | case step_d: | ^~~~ CC cencode.o src/cencode.c: In function 'base64_encode_block': src/cencode.c:52:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 52 | result = (fragment & 0x003) << 4; | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ src/cencode.c:53:2: note: here 53 | case step_B: | ^~~~ src/cencode.c:63:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 63 | result = (fragment & 0x00f) << 2; | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ src/cencode.c:64:2: note: here 64 | case step_C: | ^~~~ AR libb64.a make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libb64' Making all in libnatpmp make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libnatpmp' CC getgateway.o CC natpmp.o natpmp.c:107:5: warning: no previous declaration for 'sendpendingrequest' [-Wmissing-declarations] 107 | int sendpendingrequest(natpmp_t * p) | ^~~~~~~~~~~~~~~~~~ natpmp.c:123:5: warning: no previous declaration for 'sendnatpmprequest' [-Wmissing-declarations] 123 | int sendnatpmprequest(natpmp_t * p) | ^~~~~~~~~~~~~~~~~ natpmp.c:199:20: warning: no previous declaration for 'readnatpmpresponse' [-Wmissing-declarations] 199 | NATPMP_LIBSPEC int readnatpmpresponse(natpmp_t * p, natpmpresp_t * response) | ^~~~~~~~~~~~~~~~~~ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/bits/byteswap-common.h:34, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/bits/byteswap.h:1, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/byteswap.h:22, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/endian.h:59, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/sys/types.h:216, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/bits/fcntl.h:25, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/fcntl.h:33, from natpmp.c:49: natpmp.c: In function 'readnatpmpresponse': natpmp.c:229:34: warning: cast increases required alignment of target type [-Wcast-align] 229 | response->resultcode = ntohs(*((uint16_t *)(buf + 2))); | ^ In file included from natpmp.h:50, from natpmp.c:54: natpmp.c:230:29: warning: cast increases required alignment of target type [-Wcast-align] 230 | response->epoch = ntohl(*((uint32_t *)(buf + 4))); | ^ natpmp.c:259:49: warning: cast increases required alignment of target type [-Wcast-align] 259 | response->pnu.publicaddress.addr.s_addr = *((uint32_t *)(buf + 8)); | ^ In file included from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/bits/byteswap-common.h:34, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/bits/byteswap.h:1, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/byteswap.h:22, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/endian.h:59, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/sys/types.h:216, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/bits/fcntl.h:25, from /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/fcntl.h:33, from natpmp.c:49: natpmp.c:261:56: warning: cast increases required alignment of target type [-Wcast-align] 261 | response->pnu.newportmapping.privateport = ntohs(*((uint16_t *)(buf + 8))); | ^ natpmp.c:262:61: warning: cast increases required alignment of target type [-Wcast-align] 262 | response->pnu.newportmapping.mappedpublicport = ntohs(*((uint16_t *)(buf + 10))); | ^ In file included from natpmp.h:50, from natpmp.c:54: natpmp.c:263:53: warning: cast increases required alignment of target type [-Wcast-align] 263 | response->pnu.newportmapping.lifetime = ntohl(*((uint32_t *)(buf + 12))); | ^ CC wingettimeofday.o AR libnatpmp.a make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libnatpmp' Making all in miniupnpc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc' ./updateminiupnpcstrings.sh ./VERSION ./miniupnpcstrings.h.in miniupnpcstrings.h Detected OS [Ubuntu] version [20.04] MiniUPnPc version [2.0] setting OS_STRING macro value to Ubuntu/20.04 in miniupnpcstrings.h. setting MINIUPNPC_VERSION_STRING macro value to 2.0 in miniupnpcstrings.h. /usr/bin/make all-am make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc' CC connecthostport.o connecthostport.c: In function 'connecthostport': connecthostport.c:191:34: warning: cast increases required alignment of target type [-Wcast-align] 191 | struct sockaddr_in6 * addr6 = (struct sockaddr_in6 *)p->ai_addr; | ^ CC igd_desc_parse.o CC minisoap.o CC minissdpc.o CC miniupnpc.o miniupnpc.c:117:8: warning: no previous declaration for 'simpleUPnPcommand2' [-Wmissing-declarations] 117 | char * simpleUPnPcommand2(int s, const char * url, const char * service, | ^~~~~~~~~~~~~~~~~~ CC miniwget.o CC minixml.o CC portlistingparse.o CC receivedata.o receivedata.c: In function 'receivedata': receivedata.c:41:41: warning: unused parameter 'scope_id' [-Wunused-parameter] 41 | int timeout, unsigned int * scope_id) | ~~~~~~~~~~~~~~~^~~~~~~~ CC upnpcommands.o CC upnpdev.o CC upnperrors.o CC upnpreplyparse.o /bin/mkdir -p ./include (cd ./include && ln -s /nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc miniupnp) AR libminiupnp.a make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party' Making all in libtransmission make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/libtransmission' CC bitfield-test.o CC libtransmission-test.o CC announcer.o CC announcer-http.o CC announcer-udp.o CC bandwidth.o CC bitfield.o CC blocklist.o CC cache.o CC clients.o CC completion.o CC ConvertUTF.o ConvertUTF.c: In function 'ConvertUTF16toUTF8': ConvertUTF.c:274:65: warning: this statement may fall through [-Wimplicit-fallthrough=] 274 | case 4: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; | ~~~^~~~~ ConvertUTF.c:275:6: note: here 275 | case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; | ^~~~ ConvertUTF.c:275:65: warning: this statement may fall through [-Wimplicit-fallthrough=] 275 | case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; | ~~~^~~~~ ConvertUTF.c:276:6: note: here 276 | case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; | ^~~~ ConvertUTF.c:276:65: warning: this statement may fall through [-Wimplicit-fallthrough=] 276 | case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; | ~~~^~~~~ ConvertUTF.c:277:6: note: here 277 | case 1: *--target = (UTF8)(ch | firstByteMark[bytesToWrite]); | ^~~~ ConvertUTF.c: In function 'isLegalUTF8': ConvertUTF.c:305:42: warning: this statement may fall through [-Wimplicit-fallthrough=] 305 | case 4: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false; | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ConvertUTF.c:306:5: note: here 306 | case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false; | ^~~~ ConvertUTF.c:306:42: warning: this statement may fall through [-Wimplicit-fallthrough=] 306 | case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false; | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ConvertUTF.c:307:5: note: here 307 | case 2: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false; | ^~~~ ConvertUTF.c:309:2: warning: this statement may fall through [-Wimplicit-fallthrough=] 309 | switch (*source) { | ^~~~~~ ConvertUTF.c:318:5: note: here 318 | case 1: if (*source >= 0x80 && *source < 0xC2) return false; | ^~~~ ConvertUTF.c: In function 'ConvertUTF8toUTF16': ConvertUTF.c:422:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 422 | case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */ | ~~~^~~~~ ConvertUTF.c:423:6: note: here 423 | case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */ | ^~~~ ConvertUTF.c:423:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 423 | case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */ | ~~~^~~~~ ConvertUTF.c:424:6: note: here 424 | case 3: ch += *source++; ch <<= 6; | ^~~~ ConvertUTF.c:424:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 424 | case 3: ch += *source++; ch <<= 6; | ~~~^~~~~ ConvertUTF.c:425:6: note: here 425 | case 2: ch += *source++; ch <<= 6; | ^~~~ ConvertUTF.c:425:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 425 | case 2: ch += *source++; ch <<= 6; | ~~~^~~~~ ConvertUTF.c:426:6: note: here 426 | case 1: ch += *source++; ch <<= 6; | ^~~~ ConvertUTF.c:426:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 426 | case 1: ch += *source++; ch <<= 6; | ~~~^~~~~ ConvertUTF.c:427:6: note: here 427 | case 0: ch += *source++; | ^~~~ ConvertUTF.c: In function 'ConvertUTF32toUTF8': ConvertUTF.c:513:65: warning: this statement may fall through [-Wimplicit-fallthrough=] 513 | case 4: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; | ~~~^~~~~ ConvertUTF.c:514:6: note: here 514 | case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; | ^~~~ ConvertUTF.c:514:65: warning: this statement may fall through [-Wimplicit-fallthrough=] 514 | case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; | ~~~^~~~~ ConvertUTF.c:515:6: note: here 515 | case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; | ^~~~ ConvertUTF.c:515:65: warning: this statement may fall through [-Wimplicit-fallthrough=] 515 | case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; | ~~~^~~~~ ConvertUTF.c:516:6: note: here 516 | case 1: *--target = (UTF8)(ch | firstByteMark[bytesToWrite]); | ^~~~ ConvertUTF.c: In function 'ConvertUTF8toUTF32': ConvertUTF.c:548:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 548 | case 5: ch += *source++; ch <<= 6; | ~~~^~~~~ ConvertUTF.c:549:6: note: here 549 | case 4: ch += *source++; ch <<= 6; | ^~~~ ConvertUTF.c:549:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 549 | case 4: ch += *source++; ch <<= 6; | ~~~^~~~~ ConvertUTF.c:550:6: note: here 550 | case 3: ch += *source++; ch <<= 6; | ^~~~ ConvertUTF.c:550:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 550 | case 3: ch += *source++; ch <<= 6; | ~~~^~~~~ ConvertUTF.c:551:6: note: here 551 | case 2: ch += *source++; ch <<= 6; | ^~~~ ConvertUTF.c:551:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 551 | case 2: ch += *source++; ch <<= 6; | ~~~^~~~~ ConvertUTF.c:552:6: note: here 552 | case 1: ch += *source++; ch <<= 6; | ^~~~ ConvertUTF.c:552:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 552 | case 1: ch += *source++; ch <<= 6; | ~~~^~~~~ ConvertUTF.c:553:6: note: here 553 | case 0: ch += *source++; | ^~~~ CC crypto.o CC crypto-utils.o CC crypto-utils-fallback.o CC error.o CC fdlimit.o CC file.o CC handshake.o CC history.o CC inout.o CC list.o CC log.o CC magnet.o CC makemeta.o CC metainfo.o CC natpmp.o CC net.o CC peer-io.o CC peer-mgr.o CC peer-msgs.o CC platform.o CC platform-quota.o CC port-forwarding.o CC ptrarray.o CC quark.o CC resume.o CC rpcimpl.o CC rpc-server.o CC session.o session.c: In function 'tr_sessionIsUTPEnabled': session.c:2256:47: warning: unused parameter 'session' [-Wunused-parameter] 2256 | bool tr_sessionIsUTPEnabled(tr_session const* session) | ~~~~~~~~~~~~~~~~~~^~~~~~~ CC session-id.o CC stats.o CC torrent.o CC torrent-ctor.o CC torrent-magnet.o CC tr-assert.o CC tr-dht.o CC tr-lpd.o CC tr-udp.o CC tr-utp.o CC tr-getopt.o CC trevent.o CC upnp.o CC utils.o CC variant.o CC variant-benc.o CC variant-json.o CC verify.o CC watchdir.o CC watchdir-generic.o CC web.o CC webseed.o CC wildmat.o CC file-posix.o CC subprocess-posix.o CC crypto-utils-openssl.o AR libtransmission.a CCLD bitfield-test CC blocklist-test.o CCLD blocklist-test CC clients-test.o CCLD clients-test CC crypto-test.o CCLD crypto-test CC error-test.o CCLD error-test CC file-test.o CCLD file-test CC history-test.o CCLD history-test CC json-test.o CCLD json-test CC magnet-test.o CCLD magnet-test CC makemeta-test.o CCLD makemeta-test CC metainfo-test.o CCLD metainfo-test CC move-test.o CCLD move-test CC peer-msgs-test.o CCLD peer-msgs-test CC quark-test.o CCLD quark-test CC rename-test.o CCLD rename-test CC rpc-test.o CCLD rpc-test CC session-test.o CCLD session-test CC subprocess-test.o CCLD subprocess-test CC tr-getopt-test.o CCLD tr-getopt-test CC utils-test.o utils-test.c: In function 'test_strjoin': utils-test.c:108:11: warning: 'in5' may be used uninitialized in this function [-Wmaybe-uninitialized] 108 | out = tr_strjoin(in5, 0, "a"); | ^~~~~~~~~~~~~~~~~~~~~~~ CCLD utils-test CC variant-test.o CCLD variant-test CC watchdir-test.o CCLD watchdir-test CC watchdir_generic_test-watchdir-test.o CC watchdir_generic_test-libtransmission-test.o CCLD watchdir-generic-test make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/libtransmission' Making all in utils make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/utils' CC create.o CCLD transmission-create CC edit.o CCLD transmission-edit CC remote.o CCLD transmission-remote CC show.o CCLD transmission-show make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/utils' Making all in web make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web' Making all in images make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/images' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/images' Making all in style make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style' Making all in jqueryui make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui' Making all in images make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui/images' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui/images' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui' Making all in transmission make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission' Making all in images make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images' Making all in buttons make[6]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images/buttons' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images/buttons' make[6]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style' Making all in javascript make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript' Making all in jquery make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript/jquery' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript/jquery' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00' >>> transmission 3.00 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00' Making install in extras make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/extras' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/extras' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/extras' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/extras' Making install in third-party make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party' Making install in dht make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/dht' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/dht' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/dht' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/dht' Making install in libb64 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libb64' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libb64' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libb64' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libb64' Making install in libnatpmp make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libnatpmp' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libnatpmp' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libnatpmp' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/libnatpmp' Making install in miniupnpc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc' /usr/bin/make install-am make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party/miniupnpc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/third-party' Making install in libtransmission make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/libtransmission' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/libtransmission' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/libtransmission' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/libtransmission' Making install in utils make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/utils' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/utils' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c transmission-create transmission-edit transmission-remote transmission-show '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c transmission-create /nvmedata/autobuild/instance-27/output-1/target/usr/bin/transmission-create libtool: install: /usr/bin/install -c transmission-edit /nvmedata/autobuild/instance-27/output-1/target/usr/bin/transmission-edit libtool: install: /usr/bin/install -c transmission-remote /nvmedata/autobuild/instance-27/output-1/target/usr/bin/transmission-remote libtool: install: /usr/bin/install -c transmission-show /nvmedata/autobuild/instance-27/output-1/target/usr/bin/transmission-show /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 transmission-create.1 transmission-edit.1 transmission-remote.1 transmission-show.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/utils' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/utils' Making install in web make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web' Making install in images make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/images' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/images' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/images' /usr/bin/install -c -m 644 favicon.ico favicon.png webclip-icon.png '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/images' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/images' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/images' Making install in style make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style' Making install in jqueryui make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui' Making install in images make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui/images' make[6]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui/images' make[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/style/jqueryui/images' /usr/bin/install -c -m 644 ui-bg_flat_0_aaaaaa_40x100.png ui-bg_flat_75_ffffff_40x100.png ui-bg_glass_55_fbf9ee_1x400.png ui-bg_glass_65_ffffff_1x400.png ui-bg_glass_75_dadada_1x400.png ui-bg_glass_75_e6e6e6_1x400.png ui-bg_glass_95_fef1ec_1x400.png ui-bg_highlight-soft_75_cccccc_1x100.png ui-icons_222222_256x240.png ui-icons_2e83ff_256x240.png ui-icons_454545_256x240.png ui-icons_888888_256x240.png ui-icons_cd0a0a_256x240.png '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/style/jqueryui/images' make[6]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui/images' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui/images' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui' make[6]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui' make[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/style/jqueryui' /usr/bin/install -c -m 644 jquery-ui.min.css '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/style/jqueryui' make[6]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/jqueryui' Making install in transmission make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission' Making install in images make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images' Making install in buttons make[6]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images/buttons' make[7]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images/buttons' make[7]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/style/transmission/images/buttons' /usr/bin/install -c -m 644 torrent_buttons.png '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/style/transmission/images/buttons' make[7]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images/buttons' make[6]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images/buttons' make[6]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images' make[7]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images' make[7]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/style/transmission/images' /usr/bin/install -c -m 644 arrow-down.png arrow-up.png blue-turtle.png compact.png file-priority-high.png file-priority-low.png file-priority-normal.png filter_bar.png filter_icon.png inspector-files.png inspector-info.png inspector-peers.png inspector-trackers.png lock_icon.png logo.png progress.png settings.png toolbar-close.png toolbar-folder.png toolbar-info.png toolbar-pause.png toolbar-start.png toolbar-pause-all.png toolbar-start-all.png turtle.png wrench.png '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/style/transmission/images' make[7]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images' make[6]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission/images' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission' make[6]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission' make[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/style/transmission' /usr/bin/install -c -m 644 common.css mobile.css '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/style/transmission' make[6]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style/transmission' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/style' Making install in javascript make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript' Making install in jquery make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript/jquery' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript/jquery' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/javascript/jquery' /usr/bin/install -c -m 644 jquery-ui.min.js jquery-migrate.min.js jquery.min.js jquery.ui-contextmenu.min.js jquery.transmenu.min.js json2.min.js '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/javascript/jquery' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript/jquery' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript/jquery' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/javascript' /usr/bin/install -c -m 644 common.js dialog.js file-row.js formatter.js inspector.js main.js notifications.js polyfill.js prefs-dialog.js remote.js torrent.js torrent-row.js transmission.js '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web/javascript' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web/javascript' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web' /usr/bin/install -c -m 644 index.html LICENSE '/nvmedata/autobuild/instance-27/output-1/target/usr/share/transmission/web' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00/web' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/transmission-3.00' >>> host-uboot-tools 2021.07 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.u-boot-2021.07.tar.bz2.VDTYvt/output' 'ftp://ftp.denx.de/pub/u-boot/u-boot-2021.07.tar.bz2' --2022-06-04 14:31:53-- ftp://ftp.denx.de/pub/u-boot/u-boot-2021.07.tar.bz2 => '/nvmedata/autobuild/instance-27/output-1/build/.u-boot-2021.07.tar.bz2.VDTYvt/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% 188K 90s 50K .......... .......... .......... .......... .......... 0% 371K 67s 100K .......... .......... .......... .......... .......... 0% 150M 45s 150K .......... .......... .......... .......... .......... 1% 380K 44s 200K .......... .......... .......... .......... .......... 1% 81.0M 35s 250K .......... .......... .......... .......... .......... 1% 67.7M 30s 300K .......... .......... .......... .......... .......... 2% 383K 31s 350K .......... .......... .......... .......... .......... 2% 171M 27s 400K .......... .......... .......... .......... .......... 2% 166M 24s 450K .......... .......... .......... .......... .......... 2% 26.0M 22s 500K .......... .......... .......... .......... .......... 3% 137M 20s 550K .......... .......... .......... .......... .......... 3% 159M 18s 600K .......... .......... .......... .......... .......... 3% 387K 20s 650K .......... .......... .......... .......... .......... 4% 122M 18s 700K .......... .......... .......... .......... .......... 4% 71.6M 17s 750K .......... .......... .......... .......... .......... 4% 145M 16s 800K .......... .......... .......... .......... .......... 5% 24.2M 15s 850K .......... .......... .......... .......... .......... 5% 115M 14s 900K .......... .......... .......... .......... .......... 5% 148M 13s 950K .......... .......... .......... .......... .......... 5% 390K 15s 1000K .......... .......... .......... .......... .......... 6% 139M 14s 1050K .......... .......... .......... .......... .......... 6% 82.0M 13s 1100K .......... .......... .......... .......... .......... 6% 38.6M 13s 1150K .......... .......... .......... .......... .......... 7% 62.2M 12s 1200K .......... .......... .......... .......... .......... 7% 70.8M 12s 1250K .......... .......... .......... .......... .......... 7% 382K 13s 1300K .......... .......... .......... .......... .......... 8% 149M 12s 1350K .......... .......... .......... .......... .......... 8% 84.5M 12s 1400K .......... .......... .......... .......... .......... 8% 125M 11s 1450K .......... .......... .......... .......... .......... 8% 150M 11s 1500K .......... .......... .......... .......... .......... 9% 142M 11s 1550K .......... .......... .......... .......... .......... 9% 151M 10s 1600K .......... .......... .......... .......... .......... 9% 372K 11s 1650K .......... .......... .......... .......... .......... 10% 153M 11s 1700K .......... .......... .......... .......... .......... 10% 198M 10s 1750K .......... .......... .......... .......... .......... 10% 186M 10s 1800K .......... .......... .......... .......... .......... 10% 88.3M 10s 1850K .......... .......... .......... .......... .......... 11% 100M 9s 1900K .......... .......... .......... .......... .......... 11% 127M 9s 1950K .......... .......... .......... .......... .......... 11% 378K 10s 2000K .......... .......... .......... .......... .......... 12% 170M 10s 2050K .......... .......... .......... .......... .......... 12% 170M 9s 2100K .......... .......... .......... .......... .......... 12% 186M 9s 2150K .......... .......... .......... .......... .......... 13% 160M 9s 2200K .......... .......... .......... .......... .......... 13% 126M 9s 2250K .......... .......... .......... .......... .......... 13% 124M 8s 2300K .......... .......... .......... .......... .......... 13% 381K 9s 2350K .......... .......... .......... .......... .......... 14% 32.5M 9s 2400K .......... .......... .......... .......... .......... 14% 117M 9s 2450K .......... .......... .......... .......... .......... 14% 179M 8s 2500K .......... .......... .......... .......... .......... 15% 191M 8s 2550K .......... .......... .......... .......... .......... 15% 137M 8s 2600K .......... .......... .......... .......... .......... 15% 84.8M 8s 2650K .......... .......... .......... .......... .......... 16% 382K 8s 2700K .......... .......... .......... .......... .......... 16% 192M 8s 2750K .......... .......... .......... .......... .......... 16% 22.5M 8s 2800K .......... .......... .......... .......... .......... 16% 136M 8s 2850K .......... .......... .......... .......... .......... 17% 159M 8s 2900K .......... .......... .......... .......... .......... 17% 144M 8s 2950K .......... .......... .......... .......... .......... 17% 177M 7s 3000K .......... .......... .......... .......... .......... 18% 385K 8s 3050K .......... .......... .......... .......... .......... 18% 178M 8s 3100K .......... .......... .......... .......... .......... 18% 13.9M 8s 3150K .......... .......... .......... .......... .......... 18% 132M 7s 3200K .......... .......... .......... .......... .......... 19% 131M 7s 3250K .......... .......... .......... .......... .......... 19% 171M 7s 3300K .......... .......... .......... .......... .......... 19% 180M 7s 3350K .......... .......... .......... .......... .......... 20% 401K 7s 3400K .......... .......... .......... .......... .......... 20% 14.6M 7s 3450K .......... .......... .......... .......... .......... 20% 12.9M 7s 3500K .......... .......... .......... .......... .......... 21% 165M 7s 3550K .......... .......... .......... .......... .......... 21% 150M 7s 3600K .......... .......... .......... .......... .......... 21% 190M 7s 3650K .......... .......... .......... .......... .......... 21% 32.1M 7s 3700K .......... .......... .......... .......... .......... 22% 189M 7s 3750K .......... .......... .......... .......... .......... 22% 394K 7s 3800K .......... .......... .......... .......... .......... 22% 200M 7s 3850K .......... .......... .......... .......... .......... 23% 7.60M 7s 3900K .......... .......... .......... .......... .......... 23% 141M 7s 3950K .......... .......... .......... .......... .......... 23% 191M 6s 4000K .......... .......... .......... .......... .......... 24% 181M 6s 4050K .......... .......... .......... .......... .......... 24% 132M 6s 4100K .......... .......... .......... .......... .......... 24% 408K 7s 4150K .......... .......... .......... .......... .......... 24% 14.3M 6s 4200K .......... .......... .......... .......... .......... 25% 10.6M 6s 4250K .......... .......... .......... .......... .......... 25% 17.8M 6s 4300K .......... .......... .......... .......... .......... 25% 174M 6s 4350K .......... .......... .......... .......... .......... 26% 177M 6s 4400K .......... .......... .......... .......... .......... 26% 177M 6s 4450K .......... .......... .......... .......... .......... 26% 126M 6s 4500K .......... .......... .......... .......... .......... 26% 403K 6s 4550K .......... .......... .......... .......... .......... 27% 169M 6s 4600K .......... .......... .......... .......... .......... 27% 6.26M 6s 4650K .......... .......... .......... .......... .......... 27% 149M 6s 4700K .......... .......... .......... .......... .......... 28% 152M 6s 4750K .......... .......... .......... .......... .......... 28% 162M 6s 4800K .......... .......... .......... .......... .......... 28% 162M 6s 4850K .......... .......... .......... .......... .......... 29% 32.7M 6s 4900K .......... .......... .......... .......... .......... 29% 399K 6s 4950K .......... .......... .......... .......... .......... 29% 173M 6s 5000K .......... .......... .......... .......... .......... 29% 6.34M 6s 5050K .......... .......... .......... .......... .......... 30% 199M 6s 5100K .......... .......... .......... .......... .......... 30% 190M 5s 5150K .......... .......... .......... .......... .......... 30% 194M 5s 5200K .......... .......... .......... .......... .......... 31% 179M 5s 5250K .......... .......... .......... .......... .......... 31% 407K 6s 5300K .......... .......... .......... .......... .......... 31% 12.0M 5s 5350K .......... .......... .......... .......... .......... 32% 188M 5s 5400K .......... .......... .......... .......... .......... 32% 8.39M 5s 5450K .......... .......... .......... .......... .......... 32% 172M 5s 5500K .......... .......... .......... .......... .......... 32% 215M 5s 5550K .......... .......... .......... .......... .......... 33% 175M 5s 5600K .......... .......... .......... .......... .......... 33% 159M 5s 5650K .......... .......... .......... .......... .......... 33% 417K 5s 5700K .......... .......... .......... .......... .......... 34% 7.94M 5s 5750K .......... .......... .......... .......... .......... 34% 18.4M 5s 5800K .......... .......... .......... .......... .......... 34% 9.62M 5s 5850K .......... .......... .......... .......... .......... 34% 299M 5s 5900K .......... .......... .......... .......... .......... 35% 280M 5s 5950K .......... .......... .......... .......... .......... 35% 284M 5s 6000K .......... .......... .......... .......... .......... 35% 114M 5s 6050K .......... .......... .......... .......... .......... 36% 392K 5s 6100K .......... .......... .......... .......... .......... 36% 161M 5s 6150K .......... .......... .......... .......... .......... 36% 187M 5s 6200K .......... .......... .......... .......... .......... 37% 20.1M 5s 6250K .......... .......... .......... .......... .......... 37% 21.5M 5s 6300K .......... .......... .......... .......... .......... 37% 134M 5s 6350K .......... .......... .......... .......... .......... 37% 78.3M 5s 6400K .......... .......... .......... .......... .......... 38% 23.1M 5s 6450K .......... .......... .......... .......... .......... 38% 195K 5s 6500K .......... .......... .......... .......... .......... 38% 119M 5s 6550K .......... .......... .......... .......... .......... 39% 173M 5s 6600K .......... .......... .......... .......... .......... 39% 192M 5s 6650K .......... .......... .......... .......... .......... 39% 163M 5s 6700K .......... .......... .......... .......... .......... 40% 162M 5s 6750K .......... .......... .......... .......... .......... 40% 179M 5s 6800K .......... .......... .......... .......... .......... 40% 142M 5s 6850K .......... .......... .......... .......... .......... 40% 133M 4s 6900K .......... .......... .......... .......... .......... 41% 164M 4s 6950K .......... .......... .......... .......... .......... 41% 34.3M 4s 7000K .......... .......... .......... .......... .......... 41% 9.46M 4s 7050K .......... .......... .......... .......... .......... 42% 158M 4s 7100K .......... .......... .......... .......... .......... 42% 186M 4s 7150K .......... .......... .......... .......... .......... 42% 400K 4s 7200K .......... .......... .......... .......... .......... 42% 44.6M 4s 7250K .......... .......... .......... .......... .......... 43% 24.0M 4s 7300K .......... .......... .......... .......... .......... 43% 6.04M 4s 7350K .......... .......... .......... .......... .......... 43% 214M 4s 7400K .......... .......... .......... .......... .......... 44% 189M 4s 7450K .......... .......... .......... .......... .......... 44% 411K 4s 7500K .......... .......... .......... .......... .......... 44% 172M 4s 7550K .......... .......... .......... .......... .......... 45% 24.2M 4s 7600K .......... .......... .......... .......... .......... 45% 5.59M 4s 7650K .......... .......... .......... .......... .......... 45% 64.9M 4s 7700K .......... .......... .......... .......... .......... 45% 192M 4s 7750K .......... .......... .......... .......... .......... 46% 414K 4s 7800K .......... .......... .......... .......... .......... 46% 162M 4s 7850K .......... .......... .......... .......... .......... 46% 57.1M 4s 7900K .......... .......... .......... .......... .......... 47% 4.48M 4s 7950K .......... .......... .......... .......... .......... 47% 193M 4s 8000K .......... .......... .......... .......... .......... 47% 212M 4s 8050K .......... .......... .......... .......... .......... 48% 426K 4s 8100K .......... .......... .......... .......... .......... 48% 13.8M 4s 8150K .......... .......... .......... .......... .......... 48% 47.7M 4s 8200K .......... .......... .......... .......... .......... 48% 4.51M 4s 8250K .......... .......... .......... .......... .......... 49% 153M 4s 8300K .......... .......... .......... .......... .......... 49% 202M 4s 8350K .......... .......... .......... .......... .......... 49% 430K 4s 8400K .......... .......... .......... .......... .......... 50% 6.83M 4s 8450K .......... .......... .......... .......... .......... 50% 193M 4s 8500K .......... .......... .......... .......... .......... 50% 5.08M 4s 8550K .......... .......... .......... .......... .......... 50% 129M 4s 8600K .......... .......... .......... .......... .......... 51% 165M 4s 8650K .......... .......... .......... .......... .......... 51% 179M 4s 8700K .......... .......... .......... .......... .......... 51% 409K 4s 8750K .......... .......... .......... .......... .......... 52% 16.5M 4s 8800K .......... .......... .......... .......... .......... 52% 168M 4s 8850K .......... .......... .......... .......... .......... 52% 6.31M 3s 8900K .......... .......... .......... .......... .......... 53% 134M 3s 8950K .......... .......... .......... .......... .......... 53% 187M 3s 9000K .......... .......... .......... .......... .......... 53% 434K 3s 9050K .......... .......... .......... .......... .......... 53% 7.77M 3s 9100K .......... .......... .......... .......... .......... 54% 15.9M 3s 9150K .......... .......... .......... .......... .......... 54% 7.95M 3s 9200K .......... .......... .......... .......... .......... 54% 20.7M 3s 9250K .......... .......... .......... .......... .......... 55% 142M 3s 9300K .......... .......... .......... .......... .......... 55% 165M 3s 9350K .......... .......... .......... .......... .......... 55% 411K 3s 9400K .......... .......... .......... .......... .......... 56% 133M 3s 9450K .......... .......... .......... .......... .......... 56% 21.7M 3s 9500K .......... .......... .......... .......... .......... 56% 6.03M 3s 9550K .......... .......... .......... .......... .......... 56% 134M 3s 9600K .......... .......... .......... .......... .......... 57% 178M 3s 9650K .......... .......... .......... .......... .......... 57% 61.6M 3s 9700K .......... .......... .......... .......... .......... 57% 403K 3s 9750K .......... .......... .......... .......... .......... 58% 187M 3s 9800K .......... .......... .......... .......... .......... 58% 169M 3s 9850K .......... .......... .......... .......... .......... 58% 6.86M 3s 9900K .......... .......... .......... .......... .......... 58% 134M 3s 9950K .......... .......... .......... .......... .......... 59% 185M 3s 10000K .......... .......... .......... .......... .......... 59% 1.17M 3s 10050K .......... .......... .......... .......... .......... 59% 602K 3s 10100K .......... .......... .......... .......... .......... 60% 206M 3s 10150K .......... .......... .......... .......... .......... 60% 34.8M 3s 10200K .......... .......... .......... .......... .......... 60% 8.54M 3s 10250K .......... .......... .......... .......... .......... 61% 375K 3s 10300K .......... .......... .......... .......... .......... 61% 24.5M 3s 10350K .......... .......... .......... .......... .......... 61% 218M 3s 10400K .......... .......... .......... .......... .......... 61% 209M 3s 10450K .......... .......... .......... .......... .......... 62% 207M 3s 10500K .......... .......... .......... .......... .......... 62% 192M 3s 10550K .......... .......... .......... .......... .......... 62% 218M 3s 10600K .......... .......... .......... .......... .......... 63% 224M 3s 10650K .......... .......... .......... .......... .......... 63% 437K 3s 10700K .......... .......... .......... .......... .......... 63% 3.99M 3s 10750K .......... .......... .......... .......... .......... 64% 211M 3s 10800K .......... .......... .......... .......... .......... 64% 13.1M 3s 10850K .......... .......... .......... .......... .......... 64% 204M 3s 10900K .......... .......... .......... .......... .......... 64% 429K 3s 10950K .......... .......... .......... .......... .......... 65% 3.84M 3s 11000K .......... .......... .......... .......... .......... 65% 185M 3s 11050K .......... .......... .......... .......... .......... 65% 14.7M 3s 11100K .......... .......... .......... .......... .......... 66% 55.7M 2s 11150K .......... .......... .......... .......... .......... 66% 432K 3s 11200K .......... .......... .......... .......... .......... 66% 3.46M 2s 11250K .......... .......... .......... .......... .......... 66% 200M 2s 11300K .......... .......... .......... .......... .......... 67% 27.5M 2s 11350K .......... .......... .......... .......... .......... 67% 203M 2s 11400K .......... .......... .......... .......... .......... 67% 556K 2s 11450K .......... .......... .......... .......... .......... 68% 1.20M 2s 11500K .......... .......... .......... .......... .......... 68% 68.9M 2s 11550K .......... .......... .......... .......... .......... 68% 46.2M 2s 11600K .......... .......... .......... .......... .......... 69% 122M 2s 11650K .......... .......... .......... .......... .......... 69% 12.7M 2s 11700K .......... .......... .......... .......... .......... 69% 394K 2s 11750K .......... .......... .......... .......... .......... 69% 80.4M 2s 11800K .......... .......... .......... .......... .......... 70% 32.0M 2s 11850K .......... .......... .......... .......... .......... 70% 139M 2s 11900K .......... .......... .......... .......... .......... 70% 197M 2s 11950K .......... .......... .......... .......... .......... 71% 408K 2s 12000K .......... .......... .......... .......... .......... 71% 6.27M 2s 12050K .......... .......... .......... .......... .......... 71% 27.8M 2s 12100K .......... .......... .......... .......... .......... 72% 15.5M 2s 12150K .......... .......... .......... .......... .......... 72% 373K 2s 12200K .......... .......... .......... .......... .......... 72% 170M 2s 12250K .......... .......... .......... .......... .......... 72% 175M 2s 12300K .......... .......... .......... .......... .......... 73% 180M 2s 12350K .......... .......... .......... .......... .......... 73% 153M 2s 12400K .......... .......... .......... .......... .......... 73% 395K 2s 12450K .......... .......... .......... .......... .......... 74% 56.6M 2s 12500K .......... .......... .......... .......... .......... 74% 77.9M 2s 12550K .......... .......... .......... .......... .......... 74% 1.24M 2s 12600K .......... .......... .......... .......... .......... 74% 535K 2s 12650K .......... .......... .......... .......... .......... 75% 185M 2s 12700K .......... .......... .......... .......... .......... 75% 173M 2s 12750K .......... .......... .......... .......... .......... 75% 593K 2s 12800K .......... .......... .......... .......... .......... 76% 1.01M 2s 12850K .......... .......... .......... .......... .......... 76% 17.3M 2s 12900K .......... .......... .......... .......... .......... 76% 190M 2s 12950K .......... .......... .......... .......... .......... 77% 564K 2s 13000K .......... .......... .......... .......... .......... 77% 1.03M 2s 13050K .......... .......... .......... .......... .......... 77% 37.0M 2s 13100K .......... .......... .......... .......... .......... 77% 40.4M 2s 13150K .......... .......... .......... .......... .......... 78% 605K 2s 13200K .......... .......... .......... .......... .......... 78% 989K 2s 13250K .......... .......... .......... .......... .......... 78% 165M 2s 13300K .......... .......... .......... .......... .......... 79% 199M 2s 13350K .......... .......... .......... .......... .......... 79% 1.59M 2s 13400K .......... .......... .......... .......... .......... 79% 492K 2s 13450K .......... .......... .......... .......... .......... 80% 19.6M 2s 13500K .......... .......... .......... .......... .......... 80% 202M 2s 13550K .......... .......... .......... .......... .......... 80% 1.82M 2s 13600K .......... .......... .......... .......... .......... 80% 484K 2s 13650K .......... .......... .......... .......... .......... 81% 14.2M 1s 13700K .......... .......... .......... .......... .......... 81% 204M 1s 13750K .......... .......... .......... .......... .......... 81% 210M 1s 13800K .......... .......... .......... .......... .......... 82% 384K 1s 13850K .......... .......... .......... .......... .......... 82% 23.4M 1s 13900K .......... .......... .......... .......... .......... 82% 23.4M 1s 13950K .......... .......... .......... .......... .......... 82% 201M 1s 14000K .......... .......... .......... .......... .......... 83% 418K 1s 14050K .......... .......... .......... .......... .......... 83% 3.97M 1s 14100K .......... .......... .......... .......... .......... 83% 12.7M 1s 14150K .......... .......... .......... .......... .......... 84% 168M 1s 14200K .......... .......... .......... .......... .......... 84% 454K 1s 14250K .......... .......... .......... .......... .......... 84% 2.28M 1s 14300K .......... .......... .......... .......... .......... 85% 189M 1s 14350K .......... .......... .......... .......... .......... 85% 17.9M 1s 14400K .......... .......... .......... .......... .......... 85% 685K 1s 14450K .......... .......... .......... .......... .......... 85% 831K 1s 14500K .......... .......... .......... .......... .......... 86% 160M 1s 14550K .......... .......... .......... .......... .......... 86% 223M 1s 14600K .......... .......... .......... .......... .......... 86% 195M 1s 14650K .......... .......... .......... .......... .......... 87% 378K 1s 14700K .......... .......... .......... .......... .......... 87% 158M 1s 14750K .......... .......... .......... .......... .......... 87% 24.1M 1s 14800K .......... .......... .......... .......... .......... 88% 195M 1s 14850K .......... .......... .......... .......... .......... 88% 504K 1s 14900K .......... .......... .......... .......... .......... 88% 1.54M 1s 14950K .......... .......... .......... .......... .......... 88% 84.9M 1s 15000K .......... .......... .......... .......... .......... 89% 33.5M 1s 15050K .......... .......... .......... .......... .......... 89% 3.30M 1s 15100K .......... .......... .......... .......... .......... 89% 429K 1s 15150K .......... .......... .......... .......... .......... 90% 108M 1s 15200K .......... .......... .......... .......... .......... 90% 13.7M 1s 15250K .......... .......... .......... .......... .......... 90% 134M 1s 15300K .......... .......... .......... .......... .......... 90% 498K 1s 15350K .......... .......... .......... .......... .......... 91% 1.74M 1s 15400K .......... .......... .......... .......... .......... 91% 63.8M 1s 15450K .......... .......... .......... .......... .......... 91% 13.9M 1s 15500K .......... .......... .......... .......... .......... 92% 3.29M 1s 15550K .......... .......... .......... .......... .......... 92% 438K 1s 15600K .......... .......... .......... .......... .......... 92% 165M 1s 15650K .......... .......... .......... .......... .......... 93% 59.7M 1s 15700K .......... .......... .......... .......... .......... 93% 9.43M 1s 15750K .......... .......... .......... .......... .......... 93% 526K 1s 15800K .......... .......... .......... .......... .......... 93% 1.48M 1s 15850K .......... .......... .......... .......... .......... 94% 191M 0s 15900K .......... .......... .......... .......... .......... 94% 18.5M 0s 15950K .......... .......... .......... .......... .......... 94% 18.8M 0s 16000K .......... .......... .......... .......... .......... 95% 398K 0s 16050K .......... .......... .......... .......... .......... 95% 14.5M 0s 16100K .......... .......... .......... .......... .......... 95% 168M 0s 16150K .......... .......... .......... .......... .......... 96% 15.9M 0s 16200K .......... .......... .......... .......... .......... 96% 715K 0s 16250K .......... .......... .......... .......... .......... 96% 830K 0s 16300K .......... .......... .......... .......... .......... 96% 161M 0s 16350K .......... .......... .......... .......... .......... 97% 204M 0s 16400K .......... .......... .......... .......... .......... 97% 6.78M 0s 16450K .......... .......... .......... .......... .......... 97% 482K 0s 16500K .......... .......... .......... .......... .......... 98% 2.27M 0s 16550K .......... .......... .......... .......... .......... 98% 179M 0s 16600K .......... .......... .......... .......... .......... 98% 7.25M 0s 16650K .......... .......... .......... .......... .......... 98% 4.09M 0s 16700K .......... .......... .......... .......... .......... 99% 441K 0s 16750K .......... .......... .......... .......... .......... 99% 14.2M 0s 16800K .......... .......... .......... .......... .......... 99% 209M 0s 16850K .......... .......... 100% 80.1M=8.3s 2022-06-04 14:32:02 (1.98 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.u-boot-2021.07.tar.bz2.VDTYvt/output' saved [17275746] u-boot-2021.07.tar.bz2: OK (sha256: 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e) >>> host-uboot-tools 2021.07 Extracting bzcat /nvmedata/autobuild/instance-27/dl/uboot-tools/u-boot-2021.07.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/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 /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07/include/config touch /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07/include/config/auto.conf mkdir -p /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07/include/generated touch /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h mkdir -p /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07/include/asm touch /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07/include/asm/linkage.h >>> host-uboot-tools 2021.07 Building /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" HOSTLDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y tools-only make[1]: Entering directory '/nvmedata/autobuild/instance-27/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 HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o WRAP tools/common/fdt_region.c HOSTCC tools/common/fdt_region.o WRAP tools/common/bootm.c HOSTCC tools/common/bootm.o HOSTCC tools/default_image.o WRAP tools/lib/fdtdec_common.c HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c HOSTCC tools/lib/fdtdec.o WRAP tools/common/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 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 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 HOSTCC tools/lib/crc16.o WRAP tools/lib/hash-checksum.c HOSTCC tools/lib/hash-checksum.o WRAP tools/lib/sha1.c HOSTCC tools/lib/sha1.o WRAP tools/lib/sha256.c HOSTCC tools/lib/sha256.o WRAP tools/lib/sha512.c HOSTCC tools/lib/sha512.o WRAP tools/common/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 '/nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07' >>> host-uboot-tools 2021.07 Installing to host directory /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07/tools/mkimage /nvmedata/autobuild/instance-27/output-1/host/bin/mkimage /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07/tools/mkeficapsule /nvmedata/autobuild/instance-27/output-1/host/bin/mkeficapsule /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage /nvmedata/autobuild/instance-27/output-1/host/bin/mkenvimage /usr/bin/install -m 0755 -D /nvmedata/autobuild/instance-27/output-1/build/host-uboot-tools-2021.07/tools/dumpimage /nvmedata/autobuild/instance-27/output-1/host/bin/dumpimage >>> udpxy 1.0.23-9-prod Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.udpxy.1.0.23-9-prod.tar.gz.NdH0MF/output' 'http://www.udpxy.com/download/1_23/udpxy.1.0.23-9-prod.tar.gz' --2022-06-04 14:32:28-- http://www.udpxy.com/download/1_23/udpxy.1.0.23-9-prod.tar.gz Resolving www.udpxy.com (www.udpxy.com)... failed: Name or service not known. wget: unable to resolve host address 'www.udpxy.com' wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.udpxy.1.0.23-9-prod.tar.gz.CZTUUr/output' 'http://sources.buildroot.net/udpxy/udpxy.1.0.23-9-prod.tar.gz' --2022-06-04 14:32:28-- http://sources.buildroot.net/udpxy/udpxy.1.0.23-9-prod.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.0.37, 104.26.1.37, 172.67.72.56, ... Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.0.37|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 77875 (76K) [application/x-gtar-compressed] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.udpxy.1.0.23-9-prod.tar.gz.CZTUUr/output' 0K .......... .......... .......... .......... .......... 65% 22.0M 0s 50K .......... .......... ...... 100% 1.38M=0.02s 2022-06-04 14:32:29 (3.61 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.udpxy.1.0.23-9-prod.tar.gz.CZTUUr/output' saved [77875/77875] udpxy.1.0.23-9-prod.tar.gz: OK (sha256: 6ce33b1d14a1aeab4bd2566aca112e41943df4d002a7678d9a715108e6b714bd) >>> udpxy 1.0.23-9-prod Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/udpxy/udpxy.1.0.23-9-prod.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/udpxy-1.0.23-9-prod -xf - >>> udpxy 1.0.23-9-prod Patching >>> udpxy 1.0.23-9-prod Configuring >>> udpxy 1.0.23-9-prod Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /nvmedata/autobuild/instance-27/output-1/build/udpxy-1.0.23-9-prod make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/udpxy-1.0.23-9-prod' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DUDPXREC_MOD -MM udpxy.c sloop.c rparse.c util.c prbuf.c ifaddr.c ctx.c mkpg.c rtp.c uopt.c dpkt.c netop.c extrn.c main.c udpxrec.c > udpxy.dep -e Making a [release] version (use 'debug' target as an alternative) make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/udpxy-1.0.23-9-prod' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c udpxy.c -o udpxy.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c sloop.c -o sloop.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c rparse.c -o rparse.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c util.c -o util.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c prbuf.c -o prbuf.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c ifaddr.c -o ifaddr.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c ctx.c -o ctx.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c mkpg.c -o mkpg.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c rtp.c -o rtp.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c uopt.c -o uopt.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c dpkt.c -o dpkt.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c netop.c -o netop.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c extrn.c -o extrn.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c main.c -o main.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c udpxrec.c -o udpxrec.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DNDEBUG -DTRACE_MODULE -o udpxy udpxy.o sloop.o rparse.o util.o prbuf.o ifaddr.o ctx.o mkpg.o rtp.o uopt.o dpkt.o netop.o extrn.o main.o udpxrec.o -rwxr-xr-x 1 autobuild autobuild 146192 Jun 4 14:32 udpxy ln -s udpxy udpxrec make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/udpxy-1.0.23-9-prod' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/udpxy-1.0.23-9-prod' >>> udpxy 1.0.23-9-prod Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target PREFIX=/usr -C /nvmedata/autobuild/instance-27/output-1/build/udpxy-1.0.23-9-prod install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/udpxy-1.0.23-9-prod' -rwxr-xr-x 1 autobuild autobuild 146192 Jun 4 14:32 /nvmedata/autobuild/instance-27/output-1/target/usr/bin/udpxy -rwxr-xr-x 1 autobuild autobuild 146192 Jun 4 14:32 /nvmedata/autobuild/instance-27/output-1/target/usr/bin/udpxrec Installation of udpxy is complete make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/udpxy-1.0.23-9-prod' >>> ux500-firmware 1.1.3-6 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.ux500-firmware_1.1.3-6linaro1.tar.gz.a1hJqR/output' 'https://launchpad.net/~igloocommunity-maintainers/+archive/snowball/+files/ux500-firmware_1.1.3-6linaro1.tar.gz' --2022-06-04 14:32:31-- https://launchpad.net/~igloocommunity-maintainers/+archive/snowball/+files/ux500-firmware_1.1.3-6linaro1.tar.gz Resolving launchpad.net (launchpad.net)... 185.125.189.222, 185.125.189.223, 2620:2d:4000:1001::8003, ... Connecting to launchpad.net (launchpad.net)|185.125.189.222|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://launchpad.net/~igloocommunity-maintainers/+archive/ubuntu/snowball/+files/ux500-firmware_1.1.3-6linaro1.tar.gz [following] --2022-06-04 14:32:32-- https://launchpad.net/~igloocommunity-maintainers/+archive/ubuntu/snowball/+files/ux500-firmware_1.1.3-6linaro1.tar.gz Reusing existing connection to launchpad.net:443. HTTP request sent, awaiting response... 303 See Other Location: https://launchpadlibrarian.net/108036422/ux500-firmware_1.1.3-6linaro1.tar.gz [following] --2022-06-04 14:32:32-- https://launchpadlibrarian.net/108036422/ux500-firmware_1.1.3-6linaro1.tar.gz Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 185.125.189.229, 185.125.189.228, 2620:2d:4000:1001::8008, ... Connecting to launchpadlibrarian.net (launchpadlibrarian.net)|185.125.189.229|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 567553 (554K) [application/gzipped-tar] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.ux500-firmware_1.1.3-6linaro1.tar.gz.a1hJqR/output' 0K .......... .......... .......... .......... .......... 9% 214K 2s 50K .......... .......... .......... .......... .......... 18% 216K 2s 100K .......... .......... .......... .......... .......... 27% 2.28M 1s 150K .......... .......... .......... .......... .......... 36% 361K 1s 200K .......... .......... .......... .......... .......... 45% 559K 1s 250K .......... .......... .......... .......... .......... 54% 1.08M 1s 300K .......... .......... .......... .......... .......... 63% 690K 0s 350K .......... .......... .......... .......... .......... 72% 995K 0s 400K .......... .......... .......... .......... .......... 81% 297K 0s 450K .......... .......... .......... .......... .......... 90% 802K 0s 500K .......... .......... .......... .......... .......... 99% 141M 0s 550K .... 100% 64.5M=1.1s 2022-06-04 14:32:34 (497 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.ux500-firmware_1.1.3-6linaro1.tar.gz.a1hJqR/output' saved [567553/567553] ux500-firmware_1.1.3-6linaro1.tar.gz: OK (sha256: 81633274a9157c076e5e09b5addd81fbcef504b829fc801041cea50eea774bcd) >>> ux500-firmware 1.1.3-6 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/ux500-firmware/ux500-firmware_1.1.3-6linaro1.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/ux500-firmware-1.1.3-6 -xf - >>> ux500-firmware 1.1.3-6 Patching >>> ux500-firmware 1.1.3-6 Configuring >>> ux500-firmware 1.1.3-6 Building >>> ux500-firmware 1.1.3-6 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/ux500-firmware-1.1.3-6 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/ux500-firmware-1.1.3-6' install -d /nvmedata/autobuild/instance-27/output-1/target/lib/firmware/cw1200 install -m 0666 *.bin *.fw /nvmedata/autobuild/instance-27/output-1/target/lib/firmware install -m 0666 cw1200/*.bin /nvmedata/autobuild/instance-27/output-1/target/lib/firmware/cw1200 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/ux500-firmware-1.1.3-6' for f in /nvmedata/autobuild/instance-27/output-1/target/lib/firmware/CG2900* ; do mv $f ${f/CG2900/CG29XX}; done >>> watchdog 5.16 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.watchdog-5.16.tar.gz.qCniXp/output' 'http://downloads.sourceforge.net/sourceforge/watchdog/watchdog-5.16.tar.gz' --2022-06-04 14:32:35-- http://downloads.sourceforge.net/sourceforge/watchdog/watchdog-5.16.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... 301 Moved Permanently Location: http://downloads.sourceforge.net/project/watchdog/watchdog/5.16/watchdog-5.16.tar.gz [following] --2022-06-04 14:32:35-- http://downloads.sourceforge.net/project/watchdog/watchdog/5.16/watchdog-5.16.tar.gz Reusing existing connection to downloads.sourceforge.net:80. HTTP request sent, awaiting response... 302 Found Location: http://cytranet.dl.sourceforge.net/project/watchdog/watchdog/5.16/watchdog-5.16.tar.gz [following] --2022-06-04 14:32:35-- http://cytranet.dl.sourceforge.net/project/watchdog/watchdog/5.16/watchdog-5.16.tar.gz Resolving cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)... 162.251.237.20 Connecting to cytranet.dl.sourceforge.net (cytranet.dl.sourceforge.net)|162.251.237.20|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 203910 (199K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.watchdog-5.16.tar.gz.qCniXp/output' 0K .......... .......... .......... .......... .......... 25% 480K 0s 50K .......... .......... .......... .......... .......... 50% 452K 0s 100K .......... .......... .......... .......... .......... 75% 477K 0s 150K .......... .......... .......... .......... ......... 100% 688K=0.4s 2022-06-04 14:32:36 (509 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.watchdog-5.16.tar.gz.qCniXp/output' saved [203910/203910] watchdog-5.16.tar.gz: OK (sha256: b8e7c070e1b72aee2663bdc13b5cc39f76c9232669cfbb1ac0adc7275a3b019d) >>> watchdog 5.16 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/watchdog/watchdog-5.16.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16 -xf - >>> watchdog 5.16 Patching >>> watchdog 5.16 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16 -name $file); do cp support/gnuconfig/$file $i; done; done >>> watchdog 5.16 Patching libtool >>> watchdog 5.16 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 --sbindir=/sbin ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether build environment is sane... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gawk... (cached) gawk checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for sendmail... /usr/lib/sendmail checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for pid_t... yes checking for size_t... yes checking for struct stat.st_rdev... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... yes checking for alloca... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc needs -traditional... no checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for gethostname... yes checking for select... yes checking for socket... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for strtoul... yes checking for uname... yes checking whether to log via syslog... yes checking whether to include NFS support... yes checking for minimum value accepted as reboot cause... 2 checking for timer margin used by kernel... 60 checking for config filename... /etc/watchdog.conf checking for test binary directory... /etc/watchdog.d checking for pid filename... "/var/run/watchdog.pid" checking for keepalive pid filename... "/var/run/wd_keepalive.pid" checking for random seed filename... "/var/run/random-seed" 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 src/Makefile config.status: creating include/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 >>> watchdog 5.16 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16/src' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o file_stat.o file_stat.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o file_table.o file_table.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o iface.o iface.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o gettime.o gettime.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o keep_alive.o keep_alive.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o load.o load.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o memory.o memory.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o net.o net.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o pidfile.o pidfile.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o shutdown.o shutdown.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o temp.o temp.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o test_binary.o test_binary.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o watchdog.o watchdog.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o logmessage.o logmessage.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o xmalloc.o xmalloc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o heartbeat.o heartbeat.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o lock_mem.o lock_mem.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o daemon-pid.o daemon-pid.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o configfile.o configfile.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o errorcodes.o errorcodes.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o read-conf.o read-conf.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o sigterm.o sigterm.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o reopenstd.o reopenstd.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o killall5.o killall5.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o send-email.o send-email.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o run-as-child.o run-as-child.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o watchdog file_stat.o file_table.o iface.o gettime.o keep_alive.o load.o memory.o net.o pidfile.o shutdown.o temp.o test_binary.o watchdog.o logmessage.o xmalloc.o heartbeat.o lock_mem.o daemon-pid.o configfile.o errorcodes.o read-conf.o sigterm.o reopenstd.o killall5.o send-email.o run-as-child.o -lrt /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wd_keepalive.o wd_keepalive.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o wd_keepalive wd_keepalive.o logmessage.o lock_mem.o daemon-pid.o xmalloc.o configfile.o keep_alive.o read-conf.o sigterm.o -lrt /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -c -o wd_identify.o wd_identify.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o wd_identify wd_identify.o logmessage.o xmalloc.o configfile.o read-conf.o -lrt make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16' >>> watchdog 5.16 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/sbin' /usr/bin/install -c watchdog wd_keepalive wd_identify '/nvmedata/autobuild/instance-27/output-1/target/sbin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16' make[3]: Nothing to be done for 'install-exec-am'. installing /etc/watchdog.conf /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 watchdog.conf.5 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 watchdog.8 wd_keepalive.8 wd_identify.8 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdog-5.16' watchdogd-3.5.tar.gz: OK (sha256: 33ec4edc8cb4ada7a4d8324a27d897d33aae5e83257ed64d3d37508825c11237) >>> watchdogd 3.5 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/watchdogd/watchdogd-3.5.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5 -xf - >>> watchdogd 3.5 Patching >>> watchdogd 3.5 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5 -name $file); do cp support/gnuconfig/$file $i; done; done >>> watchdogd 3.5 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/aux/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). >>> watchdogd 3.5 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-compat --disable-examples --disable-test-mode --disable-builtin-tests --with-generic=300 --with-loadavg=300 --with-filenr=300 --with-meminfo=300 ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /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... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 supports nested variables... (cached) yes checking for mips64el-buildroot-linux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... (cached) none checking whether ln -s works... yes checking for ANSI C header files... (cached) yes checking finit/finit.h usability... no checking finit/finit.h presence... no checking for finit/finit.h... no checking pkg-config is at least version 0.9.0... yes checking for uev... yes checking for lite... yes checking for confuse... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating watchdogd.service config.status: creating src/libwdog.pc config.status: creating src/Makefile config.status: creating examples/Makefile config.status: creating man/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, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls ------------------ Summary ------------------ watchdogd version 3.5 Prefix..............: /usr Sysconfdir..........: /etc Runstatedir.........: /var/run C Compiler..........: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Optional features: compat mode.........: no client examples.....: no test mode...........: no built-in tests......: no systemd.............: no Plugins: generic script (sec): 300 loadavg poll (sec)..: 300 filenr poll (sec)...: 300 meminfo poll (sec)..: 300 ------------- Compiler version -------------- mips64el-buildroot-linux-uclibc-gcc.br_real (Buildroot 2022.05-rc2-40-gf255a32211) 10.3.0 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --------------------------------------------- Check the above options and compile with: make >>> watchdogd 3.5 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/src' CC watchdogctl-watchdogctl.o CC libwdog_la-wdog.lo CCLD libwdog.la CCLD watchdogctl CC watchdogd-watchdogd.o CC watchdogd-wdt.o CC watchdogd-api.o CC watchdogd-conf.o CC watchdogd-rrfile.o CC watchdogd-script.o CC watchdogd-supervisor.o CC watchdogd-filenr.o CC watchdogd-loadavg.o CC watchdogd-meminfo.o CC watchdogd-generic.o CCLD watchdogd make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/src' Making all in man make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' >>> watchdogd 3.5 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libwdog.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libwdog.so.2.0.0 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libwdog.so.2.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libwdog.so.2.0.0 libwdog.so.2 || { rm -f libwdog.so.2 && ln -s libwdog.so.2.0.0 libwdog.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libwdog.so.2.0.0 libwdog.so || { rm -f libwdog.so && ln -s libwdog.so.2.0.0 libwdog.so; }; }) libtool: install: /usr/bin/install -c .libs/libwdog.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libwdog.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c watchdogctl '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c watchdogctl /nvmedata/autobuild/instance-27/output-1/target/usr/bin/watchdogctl /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c watchdogd '/nvmedata/autobuild/instance-27/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c watchdogd /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/watchdogd /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libwdog.pc '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wdog' /usr/bin/install -c -m 644 wdog.h compat.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wdog' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/src' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 watchdogctl.1 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 watchdogd.conf.5 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 watchdogd.8 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/etc' /usr/bin/install -c -m 644 watchdogd.conf '/nvmedata/autobuild/instance-27/output-1/target/etc' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/watchdogd' /usr/bin/install -c -m 644 README.md LICENSE '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/watchdogd' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/watchdogd-3.5' >>> wavemon 0.9.4 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.wavemon-0.9.4.tar.gz.XVUVXY/output' 'https://github.com/uoaerg/wavemon/archive/v0.9.4/wavemon-0.9.4.tar.gz' --2022-06-04 14:32:52-- https://github.com/uoaerg/wavemon/archive/v0.9.4/wavemon-0.9.4.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/uoaerg/wavemon/tar.gz/refs/tags/v0.9.4 [following] --2022-06-04 14:32:53-- https://codeload.github.com/uoaerg/wavemon/tar.gz/refs/tags/v0.9.4 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: '/nvmedata/autobuild/instance-27/output-1/build/.wavemon-0.9.4.tar.gz.XVUVXY/output' 0K .......... .......... .......... .......... .......... 481K 50K .......... .......... .......... .......... .......... 975K 100K .......... .......... .......... .......... .......... 1.01M 150K .......... .......... .......... .......... .......... 9.45M 200K .......... ..... 87.1M=0.2s 2022-06-04 14:32:53 (1.01 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.wavemon-0.9.4.tar.gz.XVUVXY/output' saved [221133] wavemon-0.9.4.tar.gz: OK (sha256: e7e4167292136ca7ff12ddeb880904c10f33e97620ea6aa5f7838e859fdb40ed) >>> wavemon 0.9.4 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/wavemon/wavemon-0.9.4.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/wavemon-0.9.4 -xf - >>> wavemon 0.9.4 Patching >>> wavemon 0.9.4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/wavemon-0.9.4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wavemon 0.9.4 Patching libtool >>> wavemon 0.9.4 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/wavemon-0.9.4/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-libcap ) 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 build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for a BSD-compatible install... /usr/bin/install -c checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... 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 ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... 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 net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking netinet/ether.h usability... yes checking netinet/ether.h presence... yes checking for netinet/ether.h... yes checking net/ethernet.h usability... yes checking net/ethernet.h presence... yes checking for net/ethernet.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking ncursesw/curses.h usability... no checking ncursesw/curses.h presence... no checking for ncursesw/curses.h... no checking for sys/socket.h... yes checking for linux/if.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for pow in -lm... yes checking for pthread_create in -lpthread... yes checking for addnwstr in -lncursesw6... no checking for addnwstr in -lncursesw... no checking for addnwstr in -lncursesw... (cached) no checking for addnwstr in -lncurses... no checking for addnwstr in -lncursesw... (cached) no checking for waddstr in -lncurses... yes checking for cap_get_flag in -lcap... yes checking for gettimeofday... yes checking for ether_ntohost... yes checking pkg-config is at least version 0.9.0... yes checking for LIBNL3_CLI... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for inline... inline configure: creating ./config.status config.status: creating Makefile 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 >>> wavemon 0.9.4 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" -C /nvmedata/autobuild/instance-27/output-1/build/wavemon-0.9.4/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavemon-0.9.4' CC about_scr.c CC conf.c CC conf_scr.c CC error.c CC help_scr.c CC info_scr.c CC iw_if.c CC iw_nl80211.c CC iw_scan.c CC lhist_scr.c CC llist.c CC rfkill.c CC scan_scr.c CC ui.c CC utils.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -pthread -I/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wavemon.c about_scr.o conf.o conf_scr.o error.o help_scr.o info_scr.o iw_if.o iw_nl80211.o iw_scan.o lhist_scr.o llist.o rfkill.o scan_scr.o ui.o utils.o -lcap -lncurses -lm -L/nvmedata/autobuild/instance-27/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib -lnl-cli-3 -lnl-genl-3 -lnl-nf-3 -lnl-route-3 -lnl-3 -o wavemon make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavemon-0.9.4' >>> wavemon 0.9.4 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/wavemon-0.9.4/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wavemon-0.9.4' /usr/bin/install -c -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin /usr/bin/install -c -m 0755 wavemon /nvmedata/autobuild/instance-27/output-1/target/usr/bin /usr/bin/install -c -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 /usr/bin/install -c -m 0644 wavemon.1 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 /usr/bin/install -c -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 0644 wavemonrc.5 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 0755 -d /nvmedata/autobuild/instance-27/output-1/target/usr/share/wavemon /usr/bin/install -c -m 0644 README.md LICENSE /nvmedata/autobuild/instance-27/output-1/target/usr/share/wavemon make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wavemon-0.9.4' wipe-2.3.1.tar.bz2: OK (sha256: 463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0) >>> wipe 2.3.1 Extracting bzcat /nvmedata/autobuild/instance-27/dl/wipe/wipe-2.3.1.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/wipe-2.3.1 -xf - >>> wipe 2.3.1 Patching Applying 0001-musl.patch using patch: patching file rand.h >>> wipe 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/wipe-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wipe 2.3.1 Patching libtool >>> wipe 2.3.1 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/wipe-2.3.1/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 ) loading site script /dev/null creating cache ./config.cache checking host system type... mips64el-buildroot-linux-uclibc checking target system type... mips64el-buildroot-linux-uclibc checking build system type... x86_64-pc-linux-gnu checking for gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 ) works... yes checking whether the C compiler (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for POSIXized ISC... no checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc needs -traditional... no checking for a BSD compatible install... /usr/bin/install -c checking whether the C compiler accepts -pipe... yes checking whether the C compiler accepts -g... yes checking whether the C compiler accepts -O0... yes checking whether the C compiler accepts -O2... yes checking whether the C compiler accepts -ansi... yes checking whether the C compiler accepts -pedantic... yes checking whether the C compiler accepts -Wall... yes checking whether the C compiler accepts -Werror... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for stdint.h... yes checking for fcntl.h... yes checking for memory.h... yes checking for linux/fs.h... yes checking for sys/mount.h... yes checking for sys/disklabel.h... no checking for sys/ioctl.h... yes checking for sys/file.h... yes checking for sys/stat.h... yes checking for sys/time.h... yes checking for sys/types.h... yes checking for getopt.h... yes checking for errno.h... yes checking for termio.h... yes checking for termios.h... yes checking for linux/mtio.h... yes checking for working const... yes checking for inline... __inline__ checking for off_t... yes checking for size_t... yes checking whether stat file-mode macros are broken... no checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for getopt... yes checking for strnlen... yes checking for bzero... yes checking for memset... yes checking for memcpy... yes checking for realloc... yes checking for fchmod... yes checking for ioctl... yes checking for fcntl... yes checking for lockf... yes checking for flock... yes checking for fsync... yes checking for fdatasync... yes checking for unlink... yes checking for rmdir... yes checking for remove... yes checking for rename... yes checking for dirfd... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h >>> wipe 2.3.1 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/wipe-2.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wipe-2.3.1' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o main.o main.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o wipe.o wipe.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o rand.o rand.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o dir.o dir.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o file.o file.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o blkdev.o blkdev.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o lock.o lock.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o text.o text.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o str.o str.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o percent.o percent.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o prompt.o prompt.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o io.o io.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o mt.o mt.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc *.o -o wipe make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wipe-2.3.1' >>> wipe 2.3.1 Installing to target /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-27/output-1/build/wipe-2.3.1/wipe /nvmedata/autobuild/instance-27/output-1/target/usr/bin/wipe >>> wolfssl 5.2.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.wolfssl-5.2.0.tar.gz.a8TCel/output' 'https://github.com/wolfSSL/wolfssl/archive/v5.2.0-stable/wolfssl-5.2.0.tar.gz' --2022-06-04 14:33:07-- https://github.com/wolfSSL/wolfssl/archive/v5.2.0-stable/wolfssl-5.2.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/wolfSSL/wolfssl/tar.gz/refs/tags/v5.2.0-stable [following] --2022-06-04 14:33:07-- https://codeload.github.com/wolfSSL/wolfssl/tar.gz/refs/tags/v5.2.0-stable 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: '/nvmedata/autobuild/instance-27/output-1/build/.wolfssl-5.2.0.tar.gz.a8TCel/output' 0K .......... .......... .......... .......... .......... 483K 50K .......... .......... .......... .......... .......... 963K 100K .......... .......... .......... .......... .......... 957K 150K .......... .......... .......... .......... .......... 38.8M 200K .......... .......... .......... .......... .......... 88.2M 250K .......... .......... .......... .......... .......... 976K 300K .......... .......... .......... .......... .......... 96.9M 350K .......... .......... .......... .......... .......... 930K 400K .......... .......... .......... .......... .......... 147M 450K .......... .......... .......... .......... .......... 203M 500K .......... .......... .......... .......... .......... 987K 550K .......... .......... .......... .......... .......... 152M 600K .......... .......... .......... .......... .......... 179M 650K .......... .......... .......... .......... .......... 153M 700K .......... .......... .......... .......... .......... 169M 750K .......... .......... .......... .......... .......... 151M 800K .......... .......... .......... .......... .......... 178M 850K .......... .......... .......... .......... .......... 185M 900K .......... .......... .......... .......... .......... 172M 950K .......... .......... .......... .......... .......... 169M 1000K .......... .......... .......... .......... .......... 190M 1050K .......... .......... .......... .......... .......... 196M 1100K .......... .......... .......... .......... .......... 1.04M 1150K .......... .......... .......... .......... .......... 22.6M 1200K .......... .......... .......... .......... .......... 93.0M 1250K .......... .......... .......... .......... .......... 26.8M 1300K .......... .......... .......... .......... .......... 970K 1350K .......... .......... .......... .......... .......... 99.1M 1400K .......... .......... .......... .......... .......... 160M 1450K .......... .......... .......... .......... .......... 137M 1500K .......... .......... .......... .......... .......... 147M 1550K .......... .......... .......... .......... .......... 119M 1600K .......... .......... .......... .......... .......... 148M 1650K .......... .......... .......... .......... .......... 1.05M 1700K .......... .......... .......... .......... .......... 40.4M 1750K .......... .......... .......... .......... .......... 17.5M 1800K .......... .......... .......... .......... .......... 157M 1850K .......... .......... .......... .......... .......... 163M 1900K .......... .......... .......... .......... .......... 1.01M 1950K .......... .......... .......... .......... .......... 63.8M 2000K .......... .......... .......... .......... .......... 23.7M 2050K .......... .......... .......... .......... .......... 136M 2100K .......... .......... .......... .......... .......... 1.00M 2150K .......... .......... .......... .......... .......... 76.7M 2200K .......... .......... .......... .......... .......... 143M 2250K .......... .......... .......... .......... .......... 21.1M 2300K .......... .......... .......... .......... .......... 1.05M 2350K .......... .......... .......... .......... .......... 18.0M 2400K .......... .......... .......... .......... .......... 175M 2450K .......... .......... .......... .......... .......... 13.5M 2500K .......... .......... .......... .......... .......... 156M 2550K .......... .......... .......... .......... .......... 1.03M 2600K .......... .......... .......... .......... .......... 130M 2650K .......... .......... .......... .......... .......... 176M 2700K .......... .......... .......... .......... .......... 12.2M 2750K .......... .......... .......... .......... .......... 1.07M 2800K .......... .......... .......... .......... .......... 20.5M 2850K .......... .......... .......... .......... .......... 35.5M 2900K .......... .......... .......... .......... .......... 19.0M 2950K .......... .......... .......... .......... .......... 39.1M 3000K .......... .......... .......... .......... .......... 1.06M 3050K .......... .......... .......... .......... .......... 34.3M 3100K .......... .......... .......... .......... .......... 16.7M 3150K .......... .......... .......... .......... .......... 48.1M 3200K .......... .......... .......... .......... .......... 1.08M 3250K .......... .......... .......... .......... .......... 22.5M 3300K .......... .......... .......... .......... .......... 178M 3350K .......... .......... .......... .......... .......... 14.1M 3400K .......... .......... .......... .......... .......... 18.9M 3450K .......... .......... .......... .......... .......... 1.07M 3500K .......... .......... .......... .......... .......... 150M 3550K .......... .......... .......... .......... .......... 15.4M 3600K .......... .......... .......... .......... .......... 115M 3650K .......... .......... .......... .......... .......... 1.07M 3700K .......... .......... .......... .......... .......... 22.1M 3750K .......... .......... .......... .......... .......... 56.6M 3800K .......... .......... .......... .......... .......... 17.6M 3850K .......... .......... .......... .......... .......... 10.6M 3900K .......... .......... .......... .......... .......... 1.02M 3950K .......... .......... .......... .......... .......... 177M 4000K .......... .......... .......... .......... .......... 186M 4050K .......... .......... .......... .......... .......... 9.48M 4100K .......... .......... .......... .......... .......... 1.33M 4150K .......... .......... .......... .......... .......... 3.62M 4200K .......... .......... .......... .......... .......... 164M 4250K .......... .......... .......... .......... .......... 906K 4300K .......... .......... .......... .......... .......... 141M 4350K .......... .......... .......... .......... .......... 158M 4400K .......... .......... .......... .......... .......... 165M 4450K .......... .......... .......... .......... .......... 46.2M 4500K .......... .......... .......... .......... .......... 178M 4550K .......... .......... .......... .......... .......... 1.01M 4600K .......... .......... .......... .......... .......... 144M 4650K .......... .......... .......... .......... .......... 167M 4700K .......... .......... .......... .......... .......... 964K 4750K .......... .......... .......... .......... .......... 144M 4800K .......... .......... .......... .......... .......... 159M 4850K .......... .......... .......... .......... .......... 55.1M 4900K .......... .......... .......... .......... .......... 963K 4950K .......... .......... .......... .......... .......... 162M 5000K .......... .......... .......... .......... .......... 133M 5050K .......... .......... .......... .......... .......... 466K 5100K .......... .......... .......... .......... .......... 161M 5150K .......... .......... .......... .......... .......... 171M 5200K .......... .......... .......... .......... .......... 167M 5250K .......... .......... .......... .......... .......... 135M 5300K .......... .......... .......... .......... .......... 1.40M 5350K .......... .......... .......... .......... .......... 3.09M 5400K .......... .......... .......... .......... .......... 482K 5450K .......... .......... .......... .......... .......... 143M 5500K .......... .......... .......... .......... .......... 165M 5550K .......... .......... .......... .......... .......... 1.04M 5600K .......... .......... .......... .......... .......... 11.9M 5650K .......... .......... .......... .......... .......... 973K 5700K .......... .......... .......... .......... .......... 97.0M 5750K .......... .......... .......... .......... .......... 952K 5800K .......... .......... .......... .......... .......... 989K 5850K .......... .......... .......... .......... .......... 31.4M 5900K .......... .......... .......... .......... .......... 897K 5950K .......... .......... .......... .......... .......... 127M 6000K .......... .......... .......... .......... .......... 968K 6050K .......... .......... .......... .......... .......... 109M 6100K .......... .......... .......... .......... .......... 949K 6150K .......... .......... .......... .......... .......... 944K 6200K .......... .......... .......... .......... .......... 146M 6250K .......... .......... .......... .......... .......... 963K 6300K .......... .......... .......... .......... .......... 142M 6350K .......... .......... .......... .......... .......... 948K 6400K .......... .......... .......... .......... .......... 167M 6450K .......... .......... .......... .......... .......... 978K 6500K .......... .......... .......... .......... .......... 167M 6550K .......... .......... .......... .......... .......... 962K 6600K .......... .......... .......... .......... .......... 948K 6650K .......... .......... .......... .......... .......... 130M 6700K .......... .......... .......... .......... .......... 969K 6750K .......... .......... .......... .......... .......... 101M 6800K .......... .......... .......... .......... .......... 972K 6850K .......... .......... .......... .......... .......... 130M 6900K .......... .......... .......... .......... .......... 978K 6950K .......... .......... .......... .......... .......... 22.9M 7000K .......... .......... .......... .......... .......... 986K 7050K .......... .......... .......... .......... .......... 33.6M 7100K .......... .......... .......... .......... .......... 988K 7150K .......... .......... .......... .......... .......... 2.25M 7200K .......... .......... .......... .......... .......... 1.62M 7250K .......... .......... .......... .......... .......... 1.80M 7300K .......... .......... .......... .......... .......... 1.95M 7350K .......... .......... .......... .......... .......... 967K 7400K .......... .......... .......... .......... .......... 94.5M 7450K .......... .......... .......... .......... .......... 974K 7500K .......... .......... .......... .......... .......... 94.1M 7550K .......... .......... .......... .......... .......... 976K 7600K .......... .......... .......... .......... .......... 122M 7650K .......... .......... .......... .......... .......... 977K 7700K .......... .......... .......... .......... .......... 10.4M 7750K .......... .......... .......... .......... .......... 1.01M 7800K .......... .......... .......... .......... .......... 15.7M 7850K .......... .......... .......... .......... .......... 1.00M 7900K .......... .......... .......... .......... .......... 12.0M 7950K .......... .......... .......... .......... .......... 1.02M 8000K .......... .......... .......... .......... .......... 13.1M 8050K .......... .......... .......... .......... .......... 1.01M 8100K .......... .......... .......... .......... .......... 12.5M 8150K .......... .......... .......... .......... .......... 1.01M 8200K .......... .......... .......... .......... .......... 12.9M 8250K .......... .......... .......... .......... .......... 1023K 8300K .......... .......... .......... .......... .......... 15.3M 8350K .......... .......... .......... .......... .......... 1007K 8400K .......... .......... .......... .......... .......... 169M 8450K .......... .......... .......... .......... .......... 1.06M 8500K .......... .......... .......... .......... .......... 6.25M 8550K .......... .......... .......... .......... .......... 989K 8600K .......... .......... .......... .......... .......... 134M 8650K .......... .......... .......... .......... .......... 1.08M 8700K .......... .......... .......... .......... .......... 7.06M 8750K .......... .......... .......... .......... .......... 1.93M 8800K .......... .......... .......... .......... .......... 1.73M 8850K .......... .......... .......... .......... .......... 1.05M 8900K .......... .......... .......... .......... .......... 9.02M 8950K .......... .......... .......... .......... .......... 2.07M 9000K .......... .......... .......... .......... .......... 1.51M 9050K .......... .......... .......... .......... .......... 154M 9100K .......... .......... .......... .......... .......... 973K 9150K .......... .......... .......... .......... .......... 41.8M 9200K .......... .......... .......... .......... .......... 985K 9250K .......... .......... .......... .......... .......... 34.9M 9300K .......... .......... .......... .......... .......... 984K 9350K .......... .......... .......... .......... .......... 26.6M 9400K .......... .......... .......... .......... .......... 1.06M 9450K .......... .......... .......... .......... .......... 10.0M 9500K .......... .......... .......... .......... .......... 2.56M 9550K .......... .......... .......... .......... .......... 1.47M 9600K .......... .......... .......... .......... .......... 27.5M 9650K .......... .......... .......... .......... .......... 935K 9700K .......... .......... .......... .......... .......... 173M 9750K .......... .......... .......... .......... .......... 973K 9800K .......... .......... .......... .......... .......... 98.9M 9850K .......... .......... .......... .......... .......... 1.15M 9900K .......... .......... .......... .......... .......... 4.57M 9950K .......... .......... .......... .......... .......... 3.52M 10000K .......... .......... .......... .......... .......... 1.32M 10050K .......... .......... .......... .......... .......... 4.15M 10100K .......... .......... .......... .......... .......... 1.22M 10150K .......... .......... .......... .......... .......... 34.0M 10200K .......... .......... .......... .......... .......... 991K 10250K .......... .......... .......... .......... .......... 127M 10300K .......... .......... .......... .......... .......... 3.13M 10350K .......... .......... .......... .......... .......... 1.30M 10400K .......... .......... .......... .......... .......... 3.38M 10450K .......... .......... .......... .......... .......... 1.30M 10500K .......... .......... .......... .......... .......... 69.9M 10550K .......... .......... .......... .......... .......... 959K 10600K .......... .......... .......... .......... .......... 110M 10650K .......... .......... .......... .......... .......... 1.49M 10700K .......... .......... .......... .......... .......... 2.44M 10750K .......... .......... .......... .......... .......... 155M 10800K .......... .......... .......... .......... .......... 960K 10850K .......... .......... .......... .......... .......... 149M 10900K .......... .......... .......... .......... .......... 997K 10950K .......... .......... .......... .......... .......... 27.0M 11000K .......... .......... .......... .......... .......... 4.26M 11050K .......... .......... .......... .......... .......... 1.21M 11100K .......... .......... .......... .......... .......... 121M 11150K .......... .......... .......... .......... .......... 1008K 11200K .......... .......... .......... .......... .......... 16.0M 11250K .......... .......... .......... .......... .......... 1.16M 11300K .......... .......... .......... .......... .......... 4.37M 11350K .......... .......... .......... .......... .......... 5.11M 11400K .......... .......... .......... .......... .......... 1.14M 11450K .......... .......... .......... .......... .......... 158M 11500K .......... .......... .......... .......... .......... 1.49M 11550K .......... .......... .......... .......... .......... 2.43M 11600K .......... .......... .......... .......... .......... 6.28M 11650K .......... .......... .......... .......... .......... 1.11M 11700K .......... .......... .......... .......... .......... 23.7M 11750K .......... .......... .......... .......... .......... 1.30M 11800K .......... .......... .......... .......... .......... 4.00M 11850K .......... .......... .......... .......... .......... 6.36M 11900K .......... .......... .......... .......... .......... 1.01M 11950K .......... .......... .......... .......... .......... 120M 12000K .......... .......... .......... .......... .......... 1.22M 12050K .......... .......... .......... .......... .......... 3.83M 12100K .......... .......... .......... .......... .......... 20.8M 12150K .......... .......... .......... .......... .......... 1011K 12200K .......... .......... .......... .......... .......... 158M 12250K .......... .......... .......... .......... .......... 2.30M 12300K .......... .......... .......... .......... .......... 1.59M 12350K .......... .......... .......... .......... .......... 28.1M 12400K .......... .......... .......... .......... .......... 1005K 12450K .......... .......... .......... .......... .......... 62.8M 12500K .......... .......... .......... .......... .......... 2.23M 12550K .......... .......... .......... .......... .......... 1.65M 12600K .......... .......... .......... .......... .......... 80.1M 12650K .......... .......... .......... .......... .......... 1.20M 12700K .......... .......... .......... .......... .......... 4.53M 12750K .......... .......... .......... .......... .......... 2.20M 12800K .......... .......... .......... .......... .......... 1.63M 12850K .......... .......... .......... .......... .......... 86.8M 12900K .......... .......... .......... .......... .......... 1.44M 12950K .......... .......... .......... .......... .......... 2.73M 13000K .......... .......... .......... .......... .......... 27.7M 13050K .......... .......... .......... .......... .......... 997K 13100K .......... .......... .......... .......... .......... 113M 13150K .......... .......... .......... .......... .......... 2.03M 13200K .......... .......... .......... .......... .......... 1.79M 13250K .......... .......... .......... .......... .......... 140M 13300K .......... .......... .......... .......... .......... 1.44M 13350K .......... .......... .......... .......... .......... 2.73M 13400K .......... .......... .......... .......... .......... 32.3M 13450K .......... .......... .......... .......... .......... 1.00M 13500K .......... .......... .......... .......... .......... 23.7M 13550K .......... .......... .......... .......... .......... 2.02M 13600K .......... .......... .......... .......... .......... 1.70M 13650K .......... .......... .......... ... 171M=5.5s 2022-06-04 14:33:13 (2.42 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.wolfssl-5.2.0.tar.gz.a8TCel/output' saved [14012066] wolfssl-5.2.0.tar.gz: OK (sha256: 409b4646c5f54f642de0e9f3544c3b83de7238134f5b1ff93fb44527bf119d05) >>> wolfssl 5.2.0 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/wolfssl/wolfssl-5.2.0.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0 -xf - >>> wolfssl 5.2.0 Patching >>> wolfssl 5.2.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wolfssl 5.2.0 Configuring >>> wolfssl 5.2.0 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/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:22: installing 'build-aux/compile' configure.ac:24: installing 'build-aux/config.guess' configure.ac:24: installing 'build-aux/config.sub' configure.ac:28: installing 'build-aux/install-sh' configure.ac:28: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' >>> wolfssl 5.2.0 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0/build-aux/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 /nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-examples --disable-crypttests --enable-all --disable-sslv3 --disable-armasm ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking target system type... mips64el-buildroot-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking whether UID '1002' is supported by ustar format... yes checking whether GID '1002' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 dlfcn.h... yes checking for objdir... .libs checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 the -Werror option is usable... yes checking for simple visibility declarations... yes checking size of long long... 8 checking size of long... 8 checking size of time_t... 8 checking for __uint128_t... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for stddef.h... yes checking for time.h... yes checking for sys/ioctl.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for errno.h... yes checking for socket in -lnetwork... no checking whether byte ordering is bigendian... (cached) no checking for gethostbyname... yes checking for getaddrinfo... yes checking for gettimeofday... yes checking for gmtime_r... yes checking for inet_ntoa... yes checking for memset... yes checking for socket... yes checking for strftime... yes checking for atexit... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc options needed to detect all undeclared functions... none needed checking whether gethostbyname is declared... yes checking whether getaddrinfo is declared... yes checking whether gettimeofday is declared... yes checking whether gmtime_r is declared... yes checking whether inet_ntoa is declared... yes checking whether memset is declared... yes checking whether socket is declared... yes checking whether strftime is declared... yes checking for size_t... yes checking for uint8_t... yes checking for uintptr_t... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for cos in -lm... yes checking for thread local storage (TLS) class... _Thread_local checking for debug... no checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... no checking for openssl... yes checking for fast RSA... no checking for library containing gethostbyname... none required checking for library containing socket... none required checking for vcs system... none checking for vcs checkout... no checking whether the linker accepts -Werror... yes checking whether the linker accepts -z relro -z now... yes checking whether the linker accepts -pie... yes checking whether C compiler accepts -Werror... yes checking whether C compiler accepts -Wno-pragmas... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wno-strict-aliasing... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wunknown-pragmas... yes checking whether C compiler accepts -Wthis-test-should-fail... no checking whether C compiler accepts --param=ssp-buffer-size=1... yes checking whether C compiler accepts -Waddress... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wbad-function-cast... yes checking whether C compiler accepts -Wchar-subscripts... yes checking whether C compiler accepts -Wcomment... yes checking whether C compiler accepts -Wfloat-equal... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wmaybe-uninitialized... yes checking whether C compiler accepts -Wmissing-field-initializers... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wnormalized=id... yes checking whether C compiler accepts -Woverride-init... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wpointer-sign... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wshorten-64-to-32... no checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-overflow=1... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wunused... yes checking whether C compiler accepts -Wunused-result... yes checking whether C compiler accepts -Wunused-variable... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -fwrapv... yes creating wolfssl-config - generic 5.2.0 for -lwolfssl -lpthread checking the number of available CPUs... 32 configure: adding automake macro support configure: creating aminclude.am configure: added jobserver support to make for 33 jobs checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating stamp-h config.status: creating Makefile config.status: creating wolfssl/version.h config.status: creating wolfssl/options.h config.status: creating cyassl/options.h config.status: creating support/wolfssl.pc config.status: creating rpm/spec config.status: creating wolfcrypt/test/test_paths.h config.status: creating scripts/unit.test config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing wolfssl/wolfcrypt/async.h commands config.status: executing wolfssl/wolfcrypt/fips.h commands config.status: executing wolfssl/wolfcrypt/port/cavium/cavium_nitrox.h commands config.status: executing wolfssl/wolfcrypt/port/intel/quickassist.h commands config.status: executing wolfssl/wolfcrypt/port/intel/quickassist_mem.h commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls configure: --- configure: Running make clean... configure: --- configure: Generating user options header... --- Configuration summary for wolfssl version 5.2.0 * Installation prefix: /usr * System type: buildroot-linux-uclibc * Host CPU: mips64el * C Compiler: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc * C Flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -Wno-pragmas -Wall -Wno-strict-aliasing -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmaybe-uninitialized -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnormalized=id -Woverride-init -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -fwrapv * C++ Compiler: no * C++ Flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 * CPP Flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 * CCAS Flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 * LIB Flags: -pie -z relro -z now * Debug enabled: no * Coverage enabled: * Warnings as failure: no * make -j: 33 * VCS checkout: no Features * FIPS: no * Single threaded: no * Filesystem: yes * OpenSSH Build: yes * OpenSSL Extra API: yes * OpenSSL Coexist: no * Old Names: no * Max Strength Build: no * Distro Build: no * Reproducible Build: no * fastmath: no * Assembly Allowed: yes * sniffer: no * snifftest: no * ARC4: yes * AES: yes * AES-NI: no * AES-CBC: yes * AES-CBC length checks: yes * AES-GCM: yes * AES-GCM streaming: yes * AES-CCM: yes * AES-CTR: yes * AES-CFB: yes * AES-OFB: yes * AES-SIV: yes * DES3: yes * Camellia: yes * NULL Cipher: yes * MD2: yes * MD4: yes * MD5: yes * RIPEMD: yes * SHA: yes * SHA-224: yes * SHA-384: yes * SHA-512: yes * SHA3: yes * SHAKE256: yes * BLAKE2: yes * BLAKE2S: yes * SipHash: no * CMAC: yes * keygen: yes * certgen: yes * certreq: yes * certext: yes * certgencache: no * CHACHA: yes * XCHACHA: yes * Hash DRBG: yes * PWDBASED: yes * scrypt: yes * wolfCrypt Only: no * HKDF: yes * X9.63 KDF: yes * MD4: yes * PSK: yes * Poly1305: yes * LEANPSK: no * LEANTLS: no * RSA: yes * RSA-PSS: yes * DSA: yes * DH: yes * DH Default Parameters: yes * ECC: yes * ECC Custom Curves: yes * ECC Minimum Bits: 224 * CURVE25519: yes * ED25519: yes * ED25519 streaming: yes * CURVE448: yes * ED448: yes * ED448 streaming: yes * FPECC: yes * ECC_ENCRYPT: yes * ECCSI yes * SAKKE yes * ASN: yes * Anonymous cipher: yes * CODING: yes * MEMORY: yes * I/O POOL: no * wolfSentry: no * LIGHTY: yes * WPA Supplicant: no * HAPROXY: no * STUNNEL: yes * tcpdump: yes * libssh2: no * ntp: no * rsyslog: no * Apache httpd: no * NGINX: yes * OpenResty: no * ASIO: yes * LIBWEBSOCKETS: yes * Qt: yes * Qt Unit Testing: no * SIGNAL: no * chrony: no * ERROR_STRINGS: yes * DTLS: yes * SCTP: no * SRTP: no * Indefinite Length: yes * Multicast: yes * SSL v3.0 (Old): no * TLS v1.0 (Old): no * TLS v1.1 (Old): yes * TLS v1.2: yes * TLS v1.3: yes * Post-handshake Auth: yes * Early Data: no * Send State in HRR Cookie: yes * OCSP: yes * OCSP Stapling: yes * OCSP Stapling v2: yes * CRL: yes * CRL-MONITOR: yes * Persistent session cache: yes * Persistent cert cache: yes * Atomic User Record Layer: yes * Public Key Callbacks: yes * liboqs: no * Whitewood netRandom: no * Server Name Indication: yes * ALPN: yes * Maximum Fragment Length: yes * Trusted CA Indication: yes * Truncated HMAC: yes * Supported Elliptic Curves: yes * FFDHE only in client: no * Session Ticket: yes * Extended Master Secret: yes * Renegotiation Indication: no * Secure Renegotiation: no * Fallback SCSV: yes * Keying Material Exporter: no * All TLS Extensions: yes * PKCS#7: yes * S/MIME: yes * wolfSSH: yes * wolfTPM: no * wolfCLU: no * wolfSCEP: yes * Secure Remote Password: yes * Small Stack: no * Linux Kernel Module: no * valgrind unit tests: no * LIBZ: no * Examples: no * Crypt tests: no * Stack sizes in tests: no * Heap stats in tests: no * User Crypto: no * Fast RSA: no * Single Precision: no * SP math implementation: no * Async Crypto: no * PKCS#8: yes * PKCS#11: no * PKCS#12: yes * Cavium Nitrox: no * Cavium Octeon (Sync): no * Intel Quick Assist: no * ARM ASM: no * ARM ASM SHA512/SHA3 Crypto no * AES Key Wrap: yes * Write duplicate: no * Xilinx Hardware Acc.: no * Inline Code: yes * Linux AF_ALG: no * Linux KCAPI: no * Linux devcrypto: no * Crypto callbacks: yes * i.MX6 CAAM: no * IoT-Safe: no * IoT-Safe HWRNG: no * NXP SE050: no * PSA: no --- >>> wolfssl 5.2.0 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' /usr/bin/make -j33 all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[3]: warning: -j33 forced in submake: resetting jobserver mode. CC wolfcrypt/src/src_libwolfssl_la-cryptocb.lo CC wolfcrypt/src/src_libwolfssl_la-hmac.lo CC wolfcrypt/src/src_libwolfssl_la-hash.lo CC wolfcrypt/src/src_libwolfssl_la-cpuid.lo CC wolfcrypt/src/src_libwolfssl_la-kdf.lo CC wolfcrypt/src/src_libwolfssl_la-random.lo CC wolfcrypt/src/src_libwolfssl_la-sha256.lo CC wolfcrypt/src/src_libwolfssl_la-rsa.lo CC wolfcrypt/src/src_libwolfssl_la-aes.lo CC wolfcrypt/src/src_libwolfssl_la-cmac.lo CC wolfcrypt/src/src_libwolfssl_la-des3.lo CC wolfcrypt/src/src_libwolfssl_la-sha.lo CC wolfcrypt/src/src_libwolfssl_la-sha512.lo CC wolfcrypt/src/src_libwolfssl_la-sha3.lo CC wolfcrypt/src/src_libwolfssl_la-logging.lo CC wolfcrypt/src/src_libwolfssl_la-wc_port.lo CC wolfcrypt/src/src_libwolfssl_la-error.lo CC wolfcrypt/src/src_libwolfssl_la-wc_encrypt.lo CC wolfcrypt/src/src_libwolfssl_la-signature.lo CC wolfcrypt/src/src_libwolfssl_la-wolfmath.lo CC wolfcrypt/src/src_libwolfssl_la-memory.lo CC wolfcrypt/src/src_libwolfssl_la-dh.lo CC wolfcrypt/src/src_libwolfssl_la-asn.lo CC wolfcrypt/src/src_libwolfssl_la-coding.lo CC wolfcrypt/src/src_libwolfssl_la-poly1305.lo CC wolfcrypt/src/src_libwolfssl_la-arc4.lo CC wolfcrypt/src/src_libwolfssl_la-md4.lo CC wolfcrypt/src/src_libwolfssl_la-pwdbased.lo CC wolfcrypt/src/src_libwolfssl_la-md5.lo CC wolfcrypt/src/src_libwolfssl_la-pkcs12.lo CC wolfcrypt/src/src_libwolfssl_la-dsa.lo CC wolfcrypt/src/src_libwolfssl_la-camellia.lo CC wolfcrypt/src/src_libwolfssl_la-md2.lo CC wolfcrypt/src/src_libwolfssl_la-ripemd.lo CC wolfcrypt/src/src_libwolfssl_la-blake2b.lo CC wolfcrypt/src/src_libwolfssl_la-blake2s.lo CC wolfcrypt/src/src_libwolfssl_la-chacha.lo CC wolfcrypt/src/src_libwolfssl_la-chacha20_poly1305.lo CC wolfcrypt/src/src_libwolfssl_la-integer.lo CC wolfcrypt/src/src_libwolfssl_la-ecc.lo CC wolfcrypt/src/src_libwolfssl_la-eccsi.lo CC wolfcrypt/src/src_libwolfssl_la-sakke.lo CC wolfcrypt/src/src_libwolfssl_la-curve25519.lo CC wolfcrypt/src/src_libwolfssl_la-ed25519.lo CC wolfcrypt/src/src_libwolfssl_la-fe_operations.lo CC wolfcrypt/src/src_libwolfssl_la-ge_operations.lo CC wolfcrypt/src/src_libwolfssl_la-curve448.lo CC wolfcrypt/src/src_libwolfssl_la-ed448.lo CC wolfcrypt/src/src_libwolfssl_la-fe_448.lo CC wolfcrypt/src/src_libwolfssl_la-ge_448.lo CC wolfcrypt/src/src_libwolfssl_la-pkcs7.lo CC wolfcrypt/src/src_libwolfssl_la-srp.lo CC src/libwolfssl_la-internal.lo CC src/libwolfssl_la-wolfio.lo CC src/libwolfssl_la-keys.lo CC src/libwolfssl_la-ssl.lo CC src/libwolfssl_la-tls.lo CC src/libwolfssl_la-tls13.lo CC src/libwolfssl_la-ocsp.lo CC src/libwolfssl_la-crl.lo CCLD src/libwolfssl.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' >>> wolfssl 5.2.0 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' /usr/bin/make -j33 install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[3]: warning: -j33 forced in submake: resetting jobserver mode. make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[4]: warning: -j33 forced in submake: resetting jobserver mode. /bin/bash /nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0/build-aux/install-sh -d /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libwolfssl.la '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/wolfssl' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/wolfssl/example' /usr/bin/install -c wolfssl-config /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin /usr/bin/install -c -m 644 examples/benchmark/tls_bench.c examples/client/client.c examples/echoclient/echoclient.c examples/echoserver/echoserver.c examples/server/server.c examples/sctp/sctp-server.c examples/sctp/sctp-server-dtls.c examples/sctp/sctp-client.c examples/sctp/sctp-client-dtls.c '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/wolfssl/example' /usr/bin/install -c -m 644 certs/taoCert.txt doc/README.txt '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/doc/wolfssl' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 support/wolfssl.pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/cyassl/ctaocrypt' /usr/bin/install -c -m 644 cyassl/ctaocrypt/aes.h cyassl/ctaocrypt/arc4.h cyassl/ctaocrypt/asn.h cyassl/ctaocrypt/asn_public.h cyassl/ctaocrypt/poly1305.h cyassl/ctaocrypt/camellia.h cyassl/ctaocrypt/coding.h cyassl/ctaocrypt/compress.h cyassl/ctaocrypt/des3.h cyassl/ctaocrypt/dh.h cyassl/ctaocrypt/dsa.h cyassl/ctaocrypt/ecc.h cyassl/ctaocrypt/error-crypt.h cyassl/ctaocrypt/fips_test.h cyassl/ctaocrypt/hmac.h cyassl/ctaocrypt/integer.h cyassl/ctaocrypt/md2.h cyassl/ctaocrypt/md4.h cyassl/ctaocrypt/md5.h cyassl/ctaocrypt/misc.h cyassl/ctaocrypt/pkcs7.h cyassl/ctaocrypt/wc_port.h cyassl/ctaocrypt/pwdbased.h cyassl/ctaocrypt/chacha.h cyassl/ctaocrypt/random.h cyassl/ctaocrypt/ripemd.h cyassl/ctaocrypt/rsa.h cyassl/ctaocrypt/settings.h cyassl/ctaocrypt/settings_comp.h cyassl/ctaocrypt/sha256.h cyassl/ctaocrypt/sha512.h cyassl/ctaocrypt/sha.h cyassl/ctaocrypt/blake2.h cyassl/ctaocrypt/blake2-int.h cyassl/ctaocrypt/blake2-impl.h cyassl/ctaocrypt/tfm.h cyassl/ctaocrypt/types.h cyassl/ctaocrypt/visibility.h cyassl/ctaocrypt/logging.h cyassl/ctaocrypt/memory.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/cyassl/ctaocrypt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wolfssl/wolfcrypt' /usr/bin/install -c -m 644 wolfssl/wolfcrypt/aes.h wolfssl/wolfcrypt/arc4.h wolfssl/wolfcrypt/asn.h wolfssl/wolfcrypt/asn_public.h wolfssl/wolfcrypt/poly1305.h wolfssl/wolfcrypt/camellia.h wolfssl/wolfcrypt/cmac.h wolfssl/wolfcrypt/coding.h wolfssl/wolfcrypt/compress.h wolfssl/wolfcrypt/des3.h wolfssl/wolfcrypt/dh.h wolfssl/wolfcrypt/dsa.h wolfssl/wolfcrypt/ecc.h wolfssl/wolfcrypt/curve25519.h wolfssl/wolfcrypt/ed25519.h wolfssl/wolfcrypt/fe_operations.h wolfssl/wolfcrypt/ge_operations.h wolfssl/wolfcrypt/curve448.h wolfssl/wolfcrypt/ed448.h wolfssl/wolfcrypt/falcon.h wolfssl/wolfcrypt/fe_448.h wolfssl/wolfcrypt/ge_448.h wolfssl/wolfcrypt/eccsi.h wolfssl/wolfcrypt/sakke.h wolfssl/wolfcrypt/error-crypt.h wolfssl/wolfcrypt/fips_test.h wolfssl/wolfcrypt/hash.h wolfssl/wolfcrypt/hmac.h wolfssl/wolfcrypt/kdf.h wolfssl/wolfcrypt/integer.h wolfssl/wolfcrypt/md2.h wolfssl/wolfcrypt/md4.h wolfssl/wolfcrypt/md5.h wolfssl/wolfcrypt/misc.h wolfssl/wolfcrypt/pkcs7.h wolfssl/wolfcrypt/wc_encrypt.h wolfssl/wolfcrypt/wc_port.h wolfssl/wolfcrypt/pwdbased.h wolfssl/wolfcrypt/chacha.h wolfssl/wolfcrypt/chacha20_poly1305.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wolfssl/wolfcrypt' libtool: install: /usr/bin/install -c src/.libs/libwolfssl.so.32.0.0 /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libwolfssl.so.32.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libwolfssl.so.32.0.0 libwolfssl.so.32 || { rm -f libwolfssl.so.32 && ln -s libwolfssl.so.32.0.0 libwolfssl.so.32; }; }) /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wolfssl/openssl' /usr/bin/install -c -m 644 wolfssl/openssl/asn1.h wolfssl/openssl/asn1t.h wolfssl/openssl/aes.h wolfssl/openssl/bio.h wolfssl/openssl/bn.h wolfssl/openssl/buffer.h wolfssl/openssl/camellia.h wolfssl/openssl/cmac.h wolfssl/openssl/cms.h wolfssl/openssl/compat_types.h wolfssl/openssl/conf.h wolfssl/openssl/crypto.h wolfssl/openssl/des.h wolfssl/openssl/dh.h wolfssl/openssl/dsa.h wolfssl/openssl/ecdsa.h wolfssl/openssl/ecdh.h wolfssl/openssl/ec.h wolfssl/openssl/ec25519.h wolfssl/openssl/ed25519.h wolfssl/openssl/ec448.h wolfssl/openssl/ed448.h wolfssl/openssl/engine.h wolfssl/openssl/err.h wolfssl/openssl/evp.h wolfssl/openssl/fips_rand.h wolfssl/openssl/hmac.h wolfssl/openssl/lhash.h wolfssl/openssl/md4.h wolfssl/openssl/md5.h wolfssl/openssl/modes.h wolfssl/openssl/ripemd.h wolfssl/openssl/obj_mac.h wolfssl/openssl/objects.h wolfssl/openssl/ocsp.h wolfssl/openssl/opensslconf.h wolfssl/openssl/opensslv.h wolfssl/openssl/ossl_typ.h wolfssl/openssl/pem.h wolfssl/openssl/pkcs12.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wolfssl/openssl' libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libwolfssl.so.32.0.0 libwolfssl.so || { rm -f libwolfssl.so && ln -s libwolfssl.so.32.0.0 libwolfssl.so; }; }) /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/cyassl/openssl' libtool: install: /usr/bin/install -c src/.libs/libwolfssl.lai /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libwolfssl.la /usr/bin/install -c -m 644 cyassl/openssl/asn1.h cyassl/openssl/bio.h cyassl/openssl/bn.h cyassl/openssl/conf.h cyassl/openssl/crypto.h cyassl/openssl/des.h cyassl/openssl/dh.h cyassl/openssl/dsa.h cyassl/openssl/ecdsa.h cyassl/openssl/ecdh.h cyassl/openssl/ec.h cyassl/openssl/ec25519.h cyassl/openssl/ed25519.h cyassl/openssl/ec448.h cyassl/openssl/ed448.h cyassl/openssl/engine.h cyassl/openssl/err.h cyassl/openssl/evp.h cyassl/openssl/hmac.h cyassl/openssl/lhash.h cyassl/openssl/md4.h cyassl/openssl/md5.h cyassl/openssl/ripemd.h cyassl/openssl/ocsp.h cyassl/openssl/opensslconf.h cyassl/openssl/opensslv.h cyassl/openssl/ossl_typ.h cyassl/openssl/pem.h cyassl/openssl/pkcs12.h cyassl/openssl/rand.h cyassl/openssl/rsa.h cyassl/openssl/sha.h cyassl/openssl/ssl23.h cyassl/openssl/ssl.h cyassl/openssl/stack.h cyassl/openssl/ui.h cyassl/openssl/x509.h cyassl/openssl/x509v3.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/cyassl/openssl' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/cyassl/ctaocrypt' libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/install -c -m 644 cyassl/ctaocrypt/mpi_class.h cyassl/ctaocrypt/mpi_superclass.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/cyassl/ctaocrypt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wolfssl/wolfcrypt' /usr/bin/install -c -m 644 wolfssl/wolfcrypt/random.h wolfssl/wolfcrypt/ripemd.h wolfssl/wolfcrypt/rsa.h wolfssl/wolfcrypt/rc2.h wolfssl/wolfcrypt/settings.h wolfssl/wolfcrypt/sha256.h wolfssl/wolfcrypt/sha512.h wolfssl/wolfcrypt/sha.h wolfssl/wolfcrypt/signature.h wolfssl/wolfcrypt/blake2.h wolfssl/wolfcrypt/blake2-int.h wolfssl/wolfcrypt/blake2-impl.h wolfssl/wolfcrypt/tfm.h wolfssl/wolfcrypt/srp.h wolfssl/wolfcrypt/types.h wolfssl/wolfcrypt/visibility.h wolfssl/wolfcrypt/logging.h wolfssl/wolfcrypt/memory.h wolfssl/wolfcrypt/mpi_class.h wolfssl/wolfcrypt/mpi_superclass.h wolfssl/wolfcrypt/mem_track.h wolfssl/wolfcrypt/wolfevent.h wolfssl/wolfcrypt/pkcs12.h wolfssl/wolfcrypt/wolfmath.h wolfssl/wolfcrypt/sha3.h wolfssl/wolfcrypt/siphash.h wolfssl/wolfcrypt/cpuid.h wolfssl/wolfcrypt/cryptocb.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wolfssl/wolfcrypt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wolfssl' /usr/bin/install -c -m 644 wolfssl/error-ssl.h wolfssl/ssl.h wolfssl/sniffer_error.h wolfssl/sniffer.h wolfssl/callbacks.h wolfssl/certs_test.h wolfssl/test.h wolfssl/version.h wolfssl/ocsp.h wolfssl/crl.h wolfssl/wolfio.h wolfssl/options.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wolfssl' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/cyassl' /usr/bin/install -c -m 644 cyassl/error-ssl.h cyassl/ssl.h cyassl/sniffer_error.h cyassl/sniffer.h cyassl/callbacks.h cyassl/certs_test.h cyassl/test.h cyassl/version.h cyassl/ocsp.h cyassl/crl.h cyassl/options.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/cyassl' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wolfssl/openssl' /usr/bin/install -c -m 644 wolfssl/openssl/pkcs7.h wolfssl/openssl/rand.h wolfssl/openssl/rsa.h wolfssl/openssl/sha.h wolfssl/openssl/sha3.h wolfssl/openssl/srp.h wolfssl/openssl/ssl23.h wolfssl/openssl/ssl.h wolfssl/openssl/stack.h wolfssl/openssl/tls1.h wolfssl/openssl/txt_db.h wolfssl/openssl/ui.h wolfssl/openssl/x509.h wolfssl/openssl/x509_vfy.h wolfssl/openssl/x509v3.h wolfssl/openssl/rc4.h '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/wolfssl/openssl' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' >>> wolfssl 5.2.0 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> wolfssl 5.2.0 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' /usr/bin/make -j33 install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[3]: warning: -j33 forced in submake: resetting jobserver mode. make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[4]: warning: -j33 forced in submake: resetting jobserver mode. /bin/bash /nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0/build-aux/install-sh -d /nvmedata/autobuild/instance-27/output-1/target/usr/bin /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/wolfssl' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libwolfssl.la '/nvmedata/autobuild/instance-27/output-1/target/usr/lib' /usr/bin/install -c wolfssl-config /nvmedata/autobuild/instance-27/output-1/target/usr/bin /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/wolfssl/example' /usr/bin/install -c -m 644 examples/benchmark/tls_bench.c examples/client/client.c examples/echoclient/echoclient.c examples/echoserver/echoserver.c examples/server/server.c examples/sctp/sctp-server.c examples/sctp/sctp-server-dtls.c examples/sctp/sctp-client.c examples/sctp/sctp-client-dtls.c '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/wolfssl/example' /usr/bin/install -c -m 644 certs/taoCert.txt doc/README.txt '/nvmedata/autobuild/instance-27/output-1/target/usr/share/doc/wolfssl' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 support/wolfssl.pc '/nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/cyassl/ctaocrypt' /usr/bin/install -c -m 644 cyassl/ctaocrypt/aes.h cyassl/ctaocrypt/arc4.h cyassl/ctaocrypt/asn.h cyassl/ctaocrypt/asn_public.h cyassl/ctaocrypt/poly1305.h cyassl/ctaocrypt/camellia.h cyassl/ctaocrypt/coding.h cyassl/ctaocrypt/compress.h cyassl/ctaocrypt/des3.h cyassl/ctaocrypt/dh.h cyassl/ctaocrypt/dsa.h cyassl/ctaocrypt/ecc.h cyassl/ctaocrypt/error-crypt.h cyassl/ctaocrypt/fips_test.h cyassl/ctaocrypt/hmac.h cyassl/ctaocrypt/integer.h cyassl/ctaocrypt/md2.h cyassl/ctaocrypt/md4.h cyassl/ctaocrypt/md5.h cyassl/ctaocrypt/misc.h cyassl/ctaocrypt/pkcs7.h cyassl/ctaocrypt/wc_port.h cyassl/ctaocrypt/pwdbased.h cyassl/ctaocrypt/chacha.h cyassl/ctaocrypt/random.h cyassl/ctaocrypt/ripemd.h cyassl/ctaocrypt/rsa.h cyassl/ctaocrypt/settings.h cyassl/ctaocrypt/settings_comp.h cyassl/ctaocrypt/sha256.h cyassl/ctaocrypt/sha512.h cyassl/ctaocrypt/sha.h cyassl/ctaocrypt/blake2.h cyassl/ctaocrypt/blake2-int.h cyassl/ctaocrypt/blake2-impl.h cyassl/ctaocrypt/tfm.h cyassl/ctaocrypt/types.h cyassl/ctaocrypt/visibility.h cyassl/ctaocrypt/logging.h cyassl/ctaocrypt/memory.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/cyassl/ctaocrypt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wolfssl/wolfcrypt' /usr/bin/install -c -m 644 wolfssl/wolfcrypt/aes.h wolfssl/wolfcrypt/arc4.h wolfssl/wolfcrypt/asn.h wolfssl/wolfcrypt/asn_public.h wolfssl/wolfcrypt/poly1305.h wolfssl/wolfcrypt/camellia.h wolfssl/wolfcrypt/cmac.h wolfssl/wolfcrypt/coding.h wolfssl/wolfcrypt/compress.h wolfssl/wolfcrypt/des3.h wolfssl/wolfcrypt/dh.h wolfssl/wolfcrypt/dsa.h wolfssl/wolfcrypt/ecc.h wolfssl/wolfcrypt/curve25519.h wolfssl/wolfcrypt/ed25519.h wolfssl/wolfcrypt/fe_operations.h wolfssl/wolfcrypt/ge_operations.h wolfssl/wolfcrypt/curve448.h wolfssl/wolfcrypt/ed448.h wolfssl/wolfcrypt/falcon.h wolfssl/wolfcrypt/fe_448.h wolfssl/wolfcrypt/ge_448.h wolfssl/wolfcrypt/eccsi.h wolfssl/wolfcrypt/sakke.h wolfssl/wolfcrypt/error-crypt.h wolfssl/wolfcrypt/fips_test.h wolfssl/wolfcrypt/hash.h wolfssl/wolfcrypt/hmac.h wolfssl/wolfcrypt/kdf.h wolfssl/wolfcrypt/integer.h wolfssl/wolfcrypt/md2.h wolfssl/wolfcrypt/md4.h wolfssl/wolfcrypt/md5.h wolfssl/wolfcrypt/misc.h wolfssl/wolfcrypt/pkcs7.h wolfssl/wolfcrypt/wc_encrypt.h wolfssl/wolfcrypt/wc_port.h wolfssl/wolfcrypt/pwdbased.h wolfssl/wolfcrypt/chacha.h wolfssl/wolfcrypt/chacha20_poly1305.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wolfssl/wolfcrypt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wolfssl/openssl' libtool: install: /usr/bin/install -c src/.libs/libwolfssl.so.32.0.0 /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libwolfssl.so.32.0.0 /usr/bin/install -c -m 644 wolfssl/openssl/asn1.h wolfssl/openssl/asn1t.h wolfssl/openssl/aes.h wolfssl/openssl/bio.h wolfssl/openssl/bn.h wolfssl/openssl/buffer.h wolfssl/openssl/camellia.h wolfssl/openssl/cmac.h wolfssl/openssl/cms.h wolfssl/openssl/compat_types.h wolfssl/openssl/conf.h wolfssl/openssl/crypto.h wolfssl/openssl/des.h wolfssl/openssl/dh.h wolfssl/openssl/dsa.h wolfssl/openssl/ecdsa.h wolfssl/openssl/ecdh.h wolfssl/openssl/ec.h wolfssl/openssl/ec25519.h wolfssl/openssl/ed25519.h wolfssl/openssl/ec448.h wolfssl/openssl/ed448.h wolfssl/openssl/engine.h wolfssl/openssl/err.h wolfssl/openssl/evp.h wolfssl/openssl/fips_rand.h wolfssl/openssl/hmac.h wolfssl/openssl/lhash.h wolfssl/openssl/md4.h wolfssl/openssl/md5.h wolfssl/openssl/modes.h wolfssl/openssl/ripemd.h wolfssl/openssl/obj_mac.h wolfssl/openssl/objects.h wolfssl/openssl/ocsp.h wolfssl/openssl/opensslconf.h wolfssl/openssl/opensslv.h wolfssl/openssl/ossl_typ.h wolfssl/openssl/pem.h wolfssl/openssl/pkcs12.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wolfssl/openssl' libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libwolfssl.so.32.0.0 libwolfssl.so.32 || { rm -f libwolfssl.so.32 && ln -s libwolfssl.so.32.0.0 libwolfssl.so.32; }; }) /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/cyassl/openssl' /usr/bin/install -c -m 644 cyassl/openssl/asn1.h cyassl/openssl/bio.h cyassl/openssl/bn.h cyassl/openssl/conf.h cyassl/openssl/crypto.h cyassl/openssl/des.h cyassl/openssl/dh.h cyassl/openssl/dsa.h cyassl/openssl/ecdsa.h cyassl/openssl/ecdh.h cyassl/openssl/ec.h cyassl/openssl/ec25519.h cyassl/openssl/ed25519.h cyassl/openssl/ec448.h cyassl/openssl/ed448.h cyassl/openssl/engine.h cyassl/openssl/err.h cyassl/openssl/evp.h cyassl/openssl/hmac.h cyassl/openssl/lhash.h cyassl/openssl/md4.h cyassl/openssl/md5.h cyassl/openssl/ripemd.h cyassl/openssl/ocsp.h cyassl/openssl/opensslconf.h cyassl/openssl/opensslv.h cyassl/openssl/ossl_typ.h cyassl/openssl/pem.h cyassl/openssl/pkcs12.h cyassl/openssl/rand.h cyassl/openssl/rsa.h cyassl/openssl/sha.h cyassl/openssl/ssl23.h cyassl/openssl/ssl.h cyassl/openssl/stack.h cyassl/openssl/ui.h cyassl/openssl/x509.h cyassl/openssl/x509v3.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/cyassl/openssl' libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/target/usr/lib && { ln -s -f libwolfssl.so.32.0.0 libwolfssl.so || { rm -f libwolfssl.so && ln -s libwolfssl.so.32.0.0 libwolfssl.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libwolfssl.lai /nvmedata/autobuild/instance-27/output-1/target/usr/lib/libwolfssl.la /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/cyassl/ctaocrypt' /usr/bin/install -c -m 644 cyassl/ctaocrypt/mpi_class.h cyassl/ctaocrypt/mpi_superclass.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/cyassl/ctaocrypt' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wolfssl/wolfcrypt' /usr/bin/install -c -m 644 wolfssl/wolfcrypt/random.h wolfssl/wolfcrypt/ripemd.h wolfssl/wolfcrypt/rsa.h wolfssl/wolfcrypt/rc2.h wolfssl/wolfcrypt/settings.h wolfssl/wolfcrypt/sha256.h wolfssl/wolfcrypt/sha512.h wolfssl/wolfcrypt/sha.h wolfssl/wolfcrypt/signature.h wolfssl/wolfcrypt/blake2.h wolfssl/wolfcrypt/blake2-int.h wolfssl/wolfcrypt/blake2-impl.h wolfssl/wolfcrypt/tfm.h wolfssl/wolfcrypt/srp.h wolfssl/wolfcrypt/types.h wolfssl/wolfcrypt/visibility.h wolfssl/wolfcrypt/logging.h wolfssl/wolfcrypt/memory.h wolfssl/wolfcrypt/mpi_class.h wolfssl/wolfcrypt/mpi_superclass.h wolfssl/wolfcrypt/mem_track.h wolfssl/wolfcrypt/wolfevent.h wolfssl/wolfcrypt/pkcs12.h wolfssl/wolfcrypt/wolfmath.h wolfssl/wolfcrypt/sha3.h wolfssl/wolfcrypt/siphash.h wolfssl/wolfcrypt/cpuid.h wolfssl/wolfcrypt/cryptocb.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wolfssl/wolfcrypt' libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wolfssl' /usr/bin/install -c -m 644 wolfssl/error-ssl.h wolfssl/ssl.h wolfssl/sniffer_error.h wolfssl/sniffer.h wolfssl/callbacks.h wolfssl/certs_test.h wolfssl/test.h wolfssl/version.h wolfssl/ocsp.h wolfssl/crl.h wolfssl/wolfio.h wolfssl/options.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wolfssl' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/cyassl' /usr/bin/install -c -m 644 cyassl/error-ssl.h cyassl/ssl.h cyassl/sniffer_error.h cyassl/sniffer.h cyassl/callbacks.h cyassl/certs_test.h cyassl/test.h cyassl/version.h cyassl/ocsp.h cyassl/crl.h cyassl/options.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/cyassl' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wolfssl/openssl' /usr/bin/install -c -m 644 wolfssl/openssl/pkcs7.h wolfssl/openssl/rand.h wolfssl/openssl/rsa.h wolfssl/openssl/sha.h wolfssl/openssl/sha3.h wolfssl/openssl/srp.h wolfssl/openssl/ssl23.h wolfssl/openssl/ssl.h wolfssl/openssl/stack.h wolfssl/openssl/tls1.h wolfssl/openssl/txt_db.h wolfssl/openssl/ui.h wolfssl/openssl/x509.h wolfssl/openssl/x509_vfy.h wolfssl/openssl/x509v3.h wolfssl/openssl/rc4.h '/nvmedata/autobuild/instance-27/output-1/target/usr/include/wolfssl/openssl' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wolfssl-5.2.0' >>> wpan-tools 0.9 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.wpan-tools-0.9.tar.gz.tMxLyj/output' 'https://github.com/linux-wpan/wpan-tools/archive/wpan-tools-0.9/wpan-tools-0.9.tar.gz' --2022-06-04 14:34:11-- https://github.com/linux-wpan/wpan-tools/archive/wpan-tools-0.9/wpan-tools-0.9.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://codeload.github.com/linux-wpan/wpan-tools/tar.gz/refs/tags/wpan-tools-0.9 [following] --2022-06-04 14:34:12-- https://codeload.github.com/linux-wpan/wpan-tools/tar.gz/refs/tags/wpan-tools-0.9 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: '/nvmedata/autobuild/instance-27/output-1/build/.wpan-tools-0.9.tar.gz.tMxLyj/output' 0K .......... .......... ...... 522K=0.05s 2022-06-04 14:34:12 (522 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.wpan-tools-0.9.tar.gz.tMxLyj/output' saved [27647] wpan-tools-0.9.tar.gz: OK (sha256: 3e509d9ed838df1247cc9a0c6ca483cb356ae778851817bd7410044687b655e2) >>> wpan-tools 0.9 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/wpan-tools/wpan-tools-0.9.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/wpan-tools-0.9 -xf - >>> wpan-tools 0.9 Patching >>> wpan-tools 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/wpan-tools-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wpan-tools 0.9 Configuring >>> wpan-tools 0.9 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/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:18: warning: The macro `AC_PROG_CC_STDC' is obsolete. configure.ac:18: You should run autoupdate. ./lib/autoconf/c.m4:1666: AC_PROG_CC_STDC is expanded from... configure.ac:18: the top level configure.ac:18: installing 'build-aux/compile' configure.ac:23: installing 'build-aux/config.guess' configure.ac:23: installing 'build-aux/config.sub' configure.ac:7: installing 'build-aux/install-sh' configure.ac:7: installing 'build-aux/missing' examples/Makefile.am: installing 'build-aux/depcomp' >>> wpan-tools 0.9 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/wpan-tools-0.9/build-aux/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 /nvmedata/autobuild/instance-27/output-1/build/wpan-tools-0.9/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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 for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a race-free mkdir -p... /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 the include directive... yes (GNU style) checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to enable C11 features... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... mips64el-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 mips64el-buildroot-linux-uclibc 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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld option to reload object files... -r checking for mips64el-buildroot-linux-uclibc-objdump... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for mips64el-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips64el-buildroot-linux-uclibc-ar... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for mips64el-buildroot-linux-uclibc-strip... (cached) /bin/true checking for mips64el-buildroot-linux-uclibc-ranlib... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mips64el-buildroot-linux-uclibc-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 /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld -m elf64ltsmip) 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 a sed that does not truncate output... (cached) /bin/sed checking pkg-config is at least version 0.9.0... yes checking for LIBNL3... yes checking for __secure_getenv... no checking for secure_getenv... 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 wpan-ping/Makefile config.status: creating wpan-hwsim/Makefile config.status: creating examples/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, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls wpan-tools 0.9 ===== prefix: /usr sysconfdir: /etc compiler: /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc cflags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 ldflags: >>> wpan-tools 0.9 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/wpan-tools-0.9/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wpan-tools-0.9' /usr/bin/make --no-print-directory all-recursive Making all in src CC iwpan-iwpan.o CC iwpan-sections.o CC iwpan-info.o CC iwpan-interface.o CC iwpan-phy.o CC iwpan-mac.o CCLD iwpan Making all in wpan-ping CC wpan_ping-wpan-ping.o CCLD wpan-ping Making all in wpan-hwsim CC wpan_hwsim-wpan-hwsim.o CCLD wpan-hwsim Making all in examples CC af_ieee802154_tx.o CCLD af_ieee802154_tx CC af_ieee802154_rx.o CCLD af_ieee802154_rx CC af_packet_tx.o CCLD af_packet_tx CC af_packet_rx.o CCLD af_packet_rx CC af_inet6_tx.o CCLD af_inet6_tx CC af_inet6_rx.o CCLD af_inet6_rx make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wpan-tools-0.9' >>> wpan-tools 0.9 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/wpan-tools-0.9/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/wpan-tools-0.9' Making install in src /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c iwpan '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c iwpan /nvmedata/autobuild/instance-27/output-1/target/usr/bin/iwpan make[3]: Nothing to be done for 'install-data-am'. Making install in wpan-ping /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c wpan-ping '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c wpan-ping /nvmedata/autobuild/instance-27/output-1/target/usr/bin/wpan-ping make[3]: Nothing to be done for 'install-data-am'. Making install in wpan-hwsim /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c wpan-hwsim '/nvmedata/autobuild/instance-27/output-1/target/usr/bin' libtool: install: /usr/bin/install -c wpan-hwsim /nvmedata/autobuild/instance-27/output-1/target/usr/bin/wpan-hwsim make[3]: Nothing to be done for 'install-data-am'. Making install in examples make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/wpan-tools-0.9' >>> host-xcb-proto 1.15 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.xcb-proto-1.15.tar.xz.NLzAw7/output' 'https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.15.tar.xz' --2022-06-04 14:34:27-- https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.15.tar.xz Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 146628 (143K) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.xcb-proto-1.15.tar.xz.NLzAw7/output' 0K .......... .......... .......... .......... .......... 34% 586K 0s 50K .......... .......... .......... .......... .......... 69% 1.12M 0s 100K .......... .......... .......... .......... ... 100% 1.04M=0.2s 2022-06-04 14:34:28 (845 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.xcb-proto-1.15.tar.xz.NLzAw7/output' saved [146628/146628] xcb-proto-1.15.tar.xz: OK (sha256: d34c3b264e8365d16fa9db49179cfa3e9952baaf9275badda0f413966b65955f) xcb-proto-1.15.tar.xz: OK (sha512: a333ac7c39f17ff2567419d09a9a77210c943a4e88d79eb152d416ae26bf6fb14e2446f9817abc806edd7aa3733bd4de5852b5ae90a25cbcc9d40e59c211aa36) >>> host-xcb-proto 1.15 Extracting xzcat /nvmedata/autobuild/instance-27/dl/xcb-proto/xcb-proto-1.15.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15 -xf - >>> host-xcb-proto 1.15 Patching >>> host-xcb-proto 1.15 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xcb-proto 1.15 Patching libtool >>> host-xcb-proto 1.15 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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 ac_cv_path_PYTHON=/nvmedata/autobuild/instance-27/output-1/host/bin/python3 ) 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, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for xmllint... /nvmedata/autobuild/instance-27/output-1/host/bin/xmllint checking for a Python interpreter with version >= 2.5... python checking for python... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/python3 checking for python version... 3.10 checking for python platform... linux checking for GNU default python prefix... ${prefix} checking for GNU default python exec_prefix... ${exec_prefix} checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.10/site-packages checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.10/site-packages 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 xcbgen/Makefile config.status: creating xcb-proto.pc 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, --disable-dependency-tracking >>> host-xcb-proto 1.15 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/src' Making all in xcbgen make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/xcbgen' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/xcbgen' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15' >>> host-xcb-proto 1.15 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/src' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/xcb' /usr/bin/install -c -m 644 xcb.xsd xproto.xml bigreq.xml composite.xml damage.xml dpms.xml dri2.xml dri3.xml ge.xml glx.xml present.xml randr.xml record.xml render.xml res.xml screensaver.xml shape.xml shm.xml sync.xml xc_misc.xml xevie.xml xf86dri.xml xf86vidmode.xml xfixes.xml xinerama.xml xinput.xml xkb.xml xprint.xml xselinux.xml xtest.xml xv.xml xvmc.xml '/nvmedata/autobuild/instance-27/output-1/host/share/xcb' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/src' Making install in xcbgen make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/xcbgen' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/xcbgen' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/xcbgen' /usr/bin/install -c -m 644 __init__.py error.py expr.py align.py matcher.py state.py xtypes.py '/nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages/xcbgen' Byte-compiling python modules... __init__.pyerror.pyexpr.pyalign.pymatcher.pystate.pyxtypes.py Byte-compiling python modules (optimized versions) ... __init__.pyerror.pyexpr.pyalign.pymatcher.pystate.pyxtypes.py Byte-compiling python modules (optimized versions) ... __init__.pyerror.pyexpr.pyalign.pymatcher.pystate.pyxtypes.py make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/xcbgen' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15/xcbgen' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 xcb-proto.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xcb-proto-1.15' >>> host-xorgproto 2022.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.xorgproto-2022.1.tar.bz2.GGamsK/output' 'https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2022.1.tar.bz2' --2022-06-04 14:34:36-- https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2022.1.tar.bz2 Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 870526 (850K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.xorgproto-2022.1.tar.bz2.GGamsK/output' 0K .......... .......... .......... .......... .......... 5% 593K 1s 50K .......... .......... .......... .......... .......... 11% 1.19M 1s 100K .......... .......... .......... .......... .......... 17% 53.5M 1s 150K .......... .......... .......... .......... .......... 23% 1.13M 1s 200K .......... .......... .......... .......... .......... 29% 159M 0s 250K .......... .......... .......... .......... .......... 35% 180M 0s 300K .......... .......... .......... .......... .......... 41% 1.27M 0s 350K .......... .......... .......... .......... .......... 47% 75.4M 0s 400K .......... .......... .......... .......... .......... 52% 41.7M 0s 450K .......... .......... .......... .......... .......... 58% 139M 0s 500K .......... .......... .......... .......... .......... 64% 152M 0s 550K .......... .......... .......... .......... .......... 70% 125M 0s 600K .......... .......... .......... .......... .......... 76% 78.9M 0s 650K .......... .......... .......... .......... .......... 82% 78.2M 0s 700K .......... .......... .......... .......... .......... 88% 1.26M 0s 750K .......... .......... .......... .......... .......... 94% 173M 0s 800K .......... .......... .......... .......... .......... 99% 28.0M 0s 850K 100% 235G=0.3s 2022-06-04 14:34:36 (3.28 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.xorgproto-2022.1.tar.bz2.GGamsK/output' saved [870526/870526] xorgproto-2022.1.tar.bz2: OK (sha256: 1d2dcc66963f234d2c1e1f8d98a0d3e8725149cdac0a263df4097593c48bc2a6) xorgproto-2022.1.tar.bz2: OK (sha512: add275a9c0d005053f31fdca6da009142792a3c7e2cd4b56da93eed3a397adf52d91c441ff6455959b87559f402eb9f46fdd8932e951c7d2d96623975391202a) >>> host-xorgproto 2022.1 Extracting bzcat /nvmedata/autobuild/instance-27/dl/xorgproto/xorgproto-2022.1.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1 -xf - >>> host-xorgproto 2022.1 Patching >>> host-xorgproto 2022.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xorgproto 2022.1 Patching libtool >>> host-xorgproto 2022.1 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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, --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... /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... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking for /usr/bin/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 __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking pkg-config is at least version 0.9.0... 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... /bin/sed checking if /usr/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/bin/gcc supports -Wall... yes checking if /usr/bin/gcc supports -Wpointer-arith... yes checking if /usr/bin/gcc supports -Wmissing-declarations... yes checking if /usr/bin/gcc supports -Wformat=2... yes checking if /usr/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/bin/gcc supports -Wnested-externs... yes checking if /usr/bin/gcc supports -Wbad-function-cast... yes checking if /usr/bin/gcc supports -Wold-style-definition... yes checking if /usr/bin/gcc supports -Wdeclaration-after-statement... yes checking if /usr/bin/gcc supports -Wunused... yes checking if /usr/bin/gcc supports -Wuninitialized... yes checking if /usr/bin/gcc supports -Wshadow... yes checking if /usr/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/bin/gcc supports -Wredundant-decls... yes checking if /usr/bin/gcc supports -Wlogical-op... yes checking if /usr/bin/gcc supports -Werror=implicit... yes checking if /usr/bin/gcc supports -Werror=nonnull... yes checking if /usr/bin/gcc supports -Werror=init-self... yes checking if /usr/bin/gcc supports -Werror=main... yes checking if /usr/bin/gcc supports -Werror=missing-braces... yes checking if /usr/bin/gcc supports -Werror=sequence-point... yes checking if /usr/bin/gcc supports -Werror=return-type... yes checking if /usr/bin/gcc supports -Werror=trigraphs... yes checking if /usr/bin/gcc supports -Werror=array-bounds... yes checking if /usr/bin/gcc supports -Werror=write-strings... yes checking if /usr/bin/gcc supports -Werror=address... yes checking if /usr/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/bin/gcc supports -pedantic... yes checking if /usr/bin/gcc supports -Werror... yes checking if /usr/bin/gcc supports -Werror=attributes... yes Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking whether to build functional specifications... yes checking for xsltproc... /nvmedata/autobuild/instance-27/output-1/host/bin/xsltproc checking for X.Org SGML entities >= 1.8... no checking for a Python interpreter with version >= 3.6... python checking for python... /nvmedata/autobuild/instance-27/output-1/host/bin/python checking for python version... 3.10 checking for python platform... linux checking for GNU default python prefix... ${prefix} checking for GNU default python exec_prefix... ${exec_prefix} checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.10/site-packages checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.10/site-packages checking for sys/select.h... yes checking for sys/param.h... yes checking for sys/types.h... (cached) yes checking for sys/time.h... yes checking for fd_set.fds_bits... no checking for fd_set.__fds_bits... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating applewmproto.pc config.status: creating bigreqsproto.pc config.status: creating compositeproto.pc config.status: creating damageproto.pc config.status: creating dmxproto.pc config.status: creating dpmsproto.pc config.status: creating dri2proto.pc config.status: creating dri3proto.pc config.status: creating evieproto.pc config.status: creating fixesproto.pc config.status: creating fontcacheproto.pc config.status: creating fontsproto.pc config.status: creating glproto.pc config.status: creating include/X11/Xpoll.h config.status: creating inputproto.pc config.status: creating kbproto.pc config.status: creating lg3dproto.pc config.status: creating Makefile config.status: creating presentproto.pc config.status: creating printproto.pc config.status: creating randrproto.pc config.status: creating recordproto.pc config.status: creating renderproto.pc config.status: creating resourceproto.pc config.status: creating scrnsaverproto.pc config.status: creating specs/Makefile config.status: creating specs/bigreqsproto/Makefile config.status: creating specs/fontsproto/Makefile config.status: creating specs/kbproto/Makefile config.status: creating specs/recordproto/Makefile config.status: creating specs/scrnsaverproto/Makefile config.status: creating specs/xcmiscproto/Makefile config.status: creating specs/xextproto/Makefile config.status: creating specs/xproto/Makefile config.status: creating trapproto.pc config.status: creating videoproto.pc config.status: creating windowswmproto.pc config.status: creating xcalibrateproto.pc config.status: creating xcmiscproto.pc config.status: creating xextproto.pc config.status: creating xf86bigfontproto.pc config.status: creating xf86dgaproto.pc config.status: creating xf86driproto.pc config.status: creating xf86miscproto.pc config.status: creating xf86rushproto.pc config.status: creating xf86vidmodeproto.pc config.status: creating xineramaproto.pc config.status: creating xproto.pc config.status: creating xproxymngproto.pc 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, --disable-nls >>> host-xorgproto 2022.1 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1' Making all in specs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs' Making all in bigreqsproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/bigreqsproto' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/bigreqsproto' Making all in fontsproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/fontsproto' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/fontsproto' Making all in kbproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/kbproto' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/kbproto' Making all in recordproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/recordproto' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/recordproto' Making all in scrnsaverproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/scrnsaverproto' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/scrnsaverproto' Making all in xcmiscproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xcmiscproto' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xcmiscproto' Making all in xextproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xextproto' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xextproto' Making all in xproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xproto' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xproto' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1' >>> host-xorgproto 2022.1 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1' Making install in specs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs' Making install in bigreqsproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/bigreqsproto' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/bigreqsproto' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/bigreqsproto' /usr/bin/install -c -m 644 bigreq.xml '/nvmedata/autobuild/instance-27/output-1/host/share/doc/bigreqsproto' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/bigreqsproto' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/bigreqsproto' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/bigreqsproto' Making install in fontsproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/fontsproto' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/fontsproto' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/fontsproto' /usr/bin/install -c -m 644 fsproto.xml '/nvmedata/autobuild/instance-27/output-1/host/share/doc/fontsproto' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/fontsproto' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/fontsproto' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/fontsproto' Making install in kbproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/kbproto' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/kbproto' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/kbproto' /usr/bin/install -c -m 644 xkbproto.xml acknowledgements.xml appA.xml appB.xml appC.xml appD.xml ch01.xml ch02.xml ch03.xml ch04.xml ch05.xml ch06.xml ch07.xml ch08.xml ch09.xml ch10.xml ch11.xml ch12.xml ch13.xml ch14.xml ch15.xml ch16.xml XKBproto-1.svg XKBproto-2.svg XKBproto-3.svg XKBproto-4.svg XKBproto-5.svg XKBproto-6.svg XKBproto-7.svg XKBproto-8.svg XKBproto-9.svg XKBproto-10.svg XKBproto-11.svg '/nvmedata/autobuild/instance-27/output-1/host/share/doc/kbproto' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/kbproto' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/kbproto' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/kbproto' Making install in recordproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/recordproto' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/recordproto' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/recordproto' /usr/bin/install -c -m 644 record.xml '/nvmedata/autobuild/instance-27/output-1/host/share/doc/recordproto' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/recordproto' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/recordproto' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/recordproto' Making install in scrnsaverproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/scrnsaverproto' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/scrnsaverproto' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/scrnsaverproto' /usr/bin/install -c -m 644 saver.xml '/nvmedata/autobuild/instance-27/output-1/host/share/doc/scrnsaverproto' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/scrnsaverproto' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/scrnsaverproto' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/scrnsaverproto' Making install in xcmiscproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xcmiscproto' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xcmiscproto' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xcmiscproto' /usr/bin/install -c -m 644 xc-misc.xml '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xcmiscproto' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xcmiscproto' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xcmiscproto' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xcmiscproto' Making install in xextproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xextproto' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xextproto' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xextproto' /usr/bin/install -c -m 644 appgrp.xml dbe.xml dpms.xml evi.xml geproto.xml lbx.xml multibuf.xml security.xml shape.xml shm.xml sync.xml tog-cup.xml xtest.xml appendix.xml '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xextproto' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xextproto' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xextproto' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xextproto' Making install in xproto make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xproto' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xproto' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xproto' /usr/bin/install -c -m 644 x11protocol.xml encoding.xml glossary.xml keysyms.xml sect1-9.xml '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xproto' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xproto' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xproto' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs/xproto' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1/specs' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/applewmconst.h include/X11/extensions/applewmproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 applewmproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/bigreqsproto.h include/X11/extensions/bigreqstr.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 bigreqsproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/shapestr.h include/X11/extensions/shmstr.h include/X11/extensions/syncstr.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/composite.h include/X11/extensions/compositeproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 compositeproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/damageproto.h include/X11/extensions/damagewire.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 damageproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xorgproto' /usr/bin/install -c -m 644 compositeproto.txt damageproto.txt dri2proto.txt dri3proto.txt fixesproto.txt PM_spec presentproto.txt randrproto.txt renderproto.txt resproto.txt xv-protocol-v2.txt '/nvmedata/autobuild/instance-27/output-1/host/share/doc/xorgproto' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/dmx.h include/X11/extensions/dmxproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 dmxproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 dpmsproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/dri2proto.h include/X11/extensions/dri2tokens.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 dri2proto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/dri3proto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 dri3proto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/xfixesproto.h include/X11/extensions/xfixeswire.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 fixesproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/fonts' /usr/bin/install -c -m 644 include/X11/fonts/font.h include/X11/fonts/fontproto.h include/X11/fonts/fontstruct.h include/X11/fonts/FS.h include/X11/fonts/fsmasks.h include/X11/fonts/FSproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/fonts' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 fontsproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/GL' /usr/bin/install -c -m 644 include/GL/glxint.h include/GL/glxmd.h include/GL/glxproto.h include/GL/glxtokens.h '/nvmedata/autobuild/instance-27/output-1/host/include/GL' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/GL/internal' /usr/bin/install -c -m 644 include/GL/internal/glcore.h '/nvmedata/autobuild/instance-27/output-1/host/include/GL/internal' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 glproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/XI.h include/X11/extensions/XIproto.h include/X11/extensions/XI2.h include/X11/extensions/XI2proto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 inputproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/XKB.h include/X11/extensions/XKBproto.h include/X11/extensions/XKBsrv.h include/X11/extensions/XKBstr.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 kbproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11' /usr/bin/install -c -m 644 include/X11/Xpoll.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/presentproto.h include/X11/extensions/presenttokens.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 presentproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/randr.h include/X11/extensions/randrproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 randrproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/recordconst.h include/X11/extensions/recordproto.h include/X11/extensions/recordstr.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 recordproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/render.h include/X11/extensions/renderproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 renderproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/XResproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 resourceproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/saver.h include/X11/extensions/saverproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 scrnsaverproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/Xv.h include/X11/extensions/XvMC.h include/X11/extensions/XvMCproto.h include/X11/extensions/Xvproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 videoproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 xproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/xcmiscproto.h include/X11/extensions/xcmiscstr.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 xcmiscproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/dpmsconst.h include/X11/extensions/dpmsproto.h include/X11/extensions/ge.h include/X11/extensions/geproto.h include/X11/extensions/lbx.h include/X11/extensions/lbxproto.h include/X11/extensions/mitmiscconst.h include/X11/extensions/mitmiscproto.h include/X11/extensions/multibufconst.h include/X11/extensions/multibufproto.h include/X11/extensions/secur.h include/X11/extensions/securproto.h include/X11/extensions/shapeconst.h include/X11/extensions/shapeproto.h include/X11/extensions/shm.h include/X11/extensions/shmproto.h include/X11/extensions/syncconst.h include/X11/extensions/syncproto.h include/X11/extensions/ag.h include/X11/extensions/agproto.h include/X11/extensions/cup.h include/X11/extensions/cupproto.h include/X11/extensions/dbe.h include/X11/extensions/dbeproto.h include/X11/extensions/EVI.h include/X11/extensions/EVIproto.h include/X11/extensions/xtestext1proto.h include/X11/extensions/xtestext1const.h include/X11/extensions/xtestconst.h include/X11/extensions/xtestproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 xextproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/xf86bigfont.h include/X11/extensions/xf86bigfproto.h include/X11/extensions/xf86bigfstr.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 xf86bigfontproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/xf86dga.h include/X11/extensions/xf86dga1const.h include/X11/extensions/xf86dga1str.h include/X11/extensions/xf86dga1proto.h include/X11/extensions/xf86dgaconst.h include/X11/extensions/xf86dgaproto.h include/X11/extensions/xf86dgastr.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 xf86dgaproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/dri' /usr/bin/install -c -m 644 include/X11/dri/xf86dri.h include/X11/dri/xf86dristr.h include/X11/dri/xf86driproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/dri' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 xf86driproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/xf86vm.h include/X11/extensions/xf86vmproto.h include/X11/extensions/xf86vmstr.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 xf86vidmodeproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 include/X11/extensions/panoramiXproto.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 xineramaproto.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11' /usr/bin/install -c -m 644 include/X11/ap_keysym.h include/X11/DECkeysym.h include/X11/HPkeysym.h include/X11/keysymdef.h include/X11/keysym.h include/X11/Sunkeysym.h include/X11/Xalloca.h include/X11/Xarch.h include/X11/Xatom.h include/X11/Xdefs.h include/X11/XF86keysym.h include/X11/Xfuncproto.h include/X11/Xfuncs.h include/X11/X.h include/X11/Xmd.h include/X11/Xosdefs.h include/X11/Xos.h include/X11/Xos_r.h include/X11/Xproto.h include/X11/Xprotostr.h include/X11/Xthreads.h include/X11/Xw32defs.h include/X11/XWDFile.h include/X11/Xwindows.h include/X11/Xwinsock.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xorgproto-2022.1' >>> host-xutil_util-macros 1.19.3 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.util-macros-1.19.3.tar.bz2.fYEv1Z/output' 'http://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.3.tar.bz2' --2022-06-04 14:34:48-- http://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.3.tar.bz2 Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/releases/individual/util/util-macros-1.19.3.tar.bz2 [following] --2022-06-04 14:34:48-- https://www.x.org/releases/individual/util/util-macros-1.19.3.tar.bz2 Resolving www.x.org (www.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.x.org (www.x.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 84690 (83K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.util-macros-1.19.3.tar.bz2.fYEv1Z/output' 0K .......... .......... .......... .......... .......... 60% 571K 0s 50K .......... .......... .......... .. 100% 192M=0.09s 2022-06-04 14:34:48 (943 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.util-macros-1.19.3.tar.bz2.fYEv1Z/output' saved [84690/84690] util-macros-1.19.3.tar.bz2: OK (sha256: 0f812e6e9d2786ba8f54b960ee563c0663ddbe2434bf24ff193f5feab1f31971) util-macros-1.19.3.tar.bz2: OK (sha512: b9c7398a912c688a782eab5b1e0f6da2df11a430775c5c98fc3269f73a665de6eeb60d300a849e38d345714a6e51f74e9334cb6039767304cca4b93d823a53a2) >>> host-xutil_util-macros 1.19.3 Extracting bzcat /nvmedata/autobuild/instance-27/dl/xutil_util-macros/util-macros-1.19.3.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3 -xf - >>> host-xutil_util-macros 1.19.3 Patching >>> host-xutil_util-macros 1.19.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xutil_util-macros 1.19.3 Patching libtool >>> host-xutil_util-macros 1.19.3 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xorg-macros.pc config.status: creating Makefile config.status: creating xorg-macros.m4 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, --disable-dependency-tracking >>> host-xutil_util-macros 1.19.3 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3' >>> host-xutil_util-macros 1.19.3 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /usr/bin/install -c -m 644 xorg-macros.m4 '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/util-macros' /usr/bin/install -c -m 644 INSTALL '/nvmedata/autobuild/instance-27/output-1/host/share/util-macros' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 xorg-macros.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/make install-data-hook make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3' rm -f /nvmedata/autobuild/instance-27/output-1/host/share/aclocal/xorgversion.m4 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xutil_util-macros-1.19.3' >>> host-xlib_libXau 1.0.9 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.libXau-1.0.9.tar.bz2.y0wt5o/output' 'http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.9.tar.bz2' --2022-06-04 14:34:56-- http://xorg.freedesktop.org/releases/individual/lib/libXau-1.0.9.tar.bz2 Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/releases/individual/lib/libXau-1.0.9.tar.bz2 [following] --2022-06-04 14:34:56-- https://www.x.org/releases/individual/lib/libXau-1.0.9.tar.bz2 Resolving www.x.org (www.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.x.org (www.x.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 322650 (315K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.libXau-1.0.9.tar.bz2.y0wt5o/output' 0K .......... .......... .......... .......... .......... 15% 587K 0s 50K .......... .......... .......... .......... .......... 31% 1.16M 0s 100K .......... .......... .......... .......... .......... 47% 1.20M 0s 150K .......... .......... .......... .......... .......... 63% 98.5M 0s 200K .......... .......... .......... .......... .......... 79% 32.0M 0s 250K .......... .......... .......... .......... .......... 95% 1.15M 0s 300K .......... ..... 100% 142M=0.2s 2022-06-04 14:34:56 (1.45 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.libXau-1.0.9.tar.bz2.y0wt5o/output' saved [322650/322650] libXau-1.0.9.tar.bz2: OK (md5: c5f16288f2da9f071b29111d68797480) libXau-1.0.9.tar.bz2: OK (sha1: ef9b1ad00f958c8b6e30a1bbc11fdfac311c9733) libXau-1.0.9.tar.bz2: OK (sha256: ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec) libXau-1.0.9.tar.bz2: OK (sha512: 3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562) >>> host-xlib_libXau 1.0.9 Extracting bzcat /nvmedata/autobuild/instance-27/dl/xlib_libXau/libXau-1.0.9.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9 -xf - >>> host-xlib_libXau 1.0.9 Patching >>> host-xlib_libXau 1.0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xlib_libXau 1.0.9 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.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 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). >>> host-xlib_libXau 1.0.9 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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 gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /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 /usr/bin/gcc... none 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... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 /usr/bin/gcc option to accept ISO C99... none needed checking whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking pkg-config is at least version 0.9.0... yes checking if /usr/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/bin/gcc supports -Wall... yes checking if /usr/bin/gcc supports -Wpointer-arith... yes checking if /usr/bin/gcc supports -Wmissing-declarations... yes checking if /usr/bin/gcc supports -Wformat=2... yes checking if /usr/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/bin/gcc supports -Wnested-externs... yes checking if /usr/bin/gcc supports -Wbad-function-cast... yes checking if /usr/bin/gcc supports -Wold-style-definition... yes checking if /usr/bin/gcc supports -Wdeclaration-after-statement... yes checking if /usr/bin/gcc supports -Wunused... yes checking if /usr/bin/gcc supports -Wuninitialized... yes checking if /usr/bin/gcc supports -Wshadow... yes checking if /usr/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/bin/gcc supports -Wredundant-decls... yes checking if /usr/bin/gcc supports -Wlogical-op... yes checking if /usr/bin/gcc supports -Werror=implicit... yes checking if /usr/bin/gcc supports -Werror=nonnull... yes checking if /usr/bin/gcc supports -Werror=init-self... yes checking if /usr/bin/gcc supports -Werror=main... yes checking if /usr/bin/gcc supports -Werror=missing-braces... yes checking if /usr/bin/gcc supports -Werror=sequence-point... yes checking if /usr/bin/gcc supports -Werror=return-type... yes checking if /usr/bin/gcc supports -Werror=trigraphs... yes checking if /usr/bin/gcc supports -Werror=array-bounds... yes checking if /usr/bin/gcc supports -Werror=write-strings... yes checking if /usr/bin/gcc supports -Werror=address... yes checking if /usr/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/bin/gcc supports -pedantic... yes checking if /usr/bin/gcc supports -Werror... yes checking if /usr/bin/gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking whether ln -s works... yes checking for pathconf... yes checking for XAU... yes checking for gethostbyname_r in -lc... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating xau.pc 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-xlib_libXau 1.0.9 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' Making all in man make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9/man' GEN Xau.3 GEN XauDisposeAuth.3 GEN XauFileName.3 GEN XauGetAuthByAddr.3 GEN XauGetBestAuthByAddr.3 GEN XauLockAuth.3 GEN XauReadAuth.3 GEN XauUnlockAuth.3 GEN XauWriteAuth.3 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' CC AuDispose.lo CC AuFileName.lo CC AuGetAddr.lo CC AuGetBest.lo CC AuLock.lo CC AuRead.lo CC AuUnlock.lo CC AuWrite.lo CCLD libXau.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' >>> host-xlib_libXau 1.0.9 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 Xau.3 XauDisposeAuth.3 XauFileName.3 XauGetAuthByAddr.3 XauGetBestAuthByAddr.3 XauLockAuth.3 XauReadAuth.3 XauUnlockAuth.3 XauWriteAuth.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libXau.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libXau.so.6.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libXau.so.6.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libXau.so.6.0.0 libXau.so.6 || { rm -f libXau.so.6 && ln -s libXau.so.6.0.0 libXau.so.6; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libXau.so.6.0.0 libXau.so || { rm -f libXau.so && ln -s libXau.so.6.0.0 libXau.so; }; }) libtool: install: /usr/bin/install -c .libs/libXau.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libXau.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 xau.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11' /usr/bin/install -c -m 644 include/X11/Xauth.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXau-1.0.9' >>> host-xlib_libXdmcp 1.1.3 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.libXdmcp-1.1.3.tar.bz2.4ykI1G/output' 'http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-1.1.3.tar.bz2' --2022-06-04 14:35:09-- http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-1.1.3.tar.bz2 Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/releases/individual/lib/libXdmcp-1.1.3.tar.bz2 [following] --2022-06-04 14:35:09-- https://www.x.org/releases/individual/lib/libXdmcp-1.1.3.tar.bz2 Resolving www.x.org (www.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.x.org (www.x.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 332795 (325K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.libXdmcp-1.1.3.tar.bz2.4ykI1G/output' 0K .......... .......... .......... .......... .......... 15% 592K 0s 50K .......... .......... .......... .......... .......... 30% 1.16M 0s 100K .......... .......... .......... .......... .......... 46% 101M 0s 150K .......... .......... .......... .......... .......... 61% 1.20M 0s 200K .......... .......... .......... .......... .......... 76% 41.8M 0s 250K .......... .......... .......... .......... .......... 92% 85.8M 0s 300K .......... .......... .... 100% 112M=0.2s 2022-06-04 14:35:09 (1.87 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.libXdmcp-1.1.3.tar.bz2.4ykI1G/output' saved [332795/332795] libXdmcp-1.1.3.tar.bz2: OK (md5: 115c5c12ecce0e749cd91d999a5fd160) libXdmcp-1.1.3.tar.bz2: OK (sha1: 0a8f8a274f829331efb1e8e2027c38631b204dd0) libXdmcp-1.1.3.tar.bz2: OK (sha256: 20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529) libXdmcp-1.1.3.tar.bz2: OK (sha512: cb1d4650f97d66e73acd2465ec7d757b9b797cce2f85e301860a44997a461837eea845ec9bd5b639ec5ca34c804f8bdd870697a5ce3f4e270b687c9ef74f25ec) >>> host-xlib_libXdmcp 1.1.3 Extracting bzcat /nvmedata/autobuild/instance-27/dl/xlib_libXdmcp/libXdmcp-1.1.3.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3 -xf - >>> host-xlib_libXdmcp 1.1.3 Patching >>> host-xlib_libXdmcp 1.1.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xlib_libXdmcp 1.1.3 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/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). >>> host-xlib_libXdmcp 1.1.3 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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-documentation, --disable-debug, --disable-nls checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /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 /usr/bin/gcc... none 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... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 /usr/bin/gcc option to accept ISO C99... none needed checking whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking pkg-config is at least version 0.9.0... yes checking if /usr/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/bin/gcc supports -Wall... yes checking if /usr/bin/gcc supports -Wpointer-arith... yes checking if /usr/bin/gcc supports -Wmissing-declarations... yes checking if /usr/bin/gcc supports -Wformat=2... yes checking if /usr/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/bin/gcc supports -Wnested-externs... yes checking if /usr/bin/gcc supports -Wbad-function-cast... yes checking if /usr/bin/gcc supports -Wold-style-definition... yes checking if /usr/bin/gcc supports -Wdeclaration-after-statement... yes checking if /usr/bin/gcc supports -Wunused... yes checking if /usr/bin/gcc supports -Wuninitialized... yes checking if /usr/bin/gcc supports -Wshadow... yes checking if /usr/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/bin/gcc supports -Wredundant-decls... yes checking if /usr/bin/gcc supports -Wlogical-op... yes checking if /usr/bin/gcc supports -Werror=implicit... yes checking if /usr/bin/gcc supports -Werror=nonnull... yes checking if /usr/bin/gcc supports -Werror=init-self... yes checking if /usr/bin/gcc supports -Werror=main... yes checking if /usr/bin/gcc supports -Werror=missing-braces... yes checking if /usr/bin/gcc supports -Werror=sequence-point... yes checking if /usr/bin/gcc supports -Werror=return-type... yes checking if /usr/bin/gcc supports -Werror=trigraphs... yes checking if /usr/bin/gcc supports -Werror=array-bounds... yes checking if /usr/bin/gcc supports -Werror=write-strings... yes checking if /usr/bin/gcc supports -Werror=address... yes checking if /usr/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/bin/gcc supports -pedantic... yes checking if /usr/bin/gcc supports -Werror... yes checking if /usr/bin/gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking whether to build documentation... no checking for xsltproc... /nvmedata/autobuild/instance-27/output-1/host/bin/xsltproc checking for X.Org SGML entities >= 1.8... no checking whether ln -s works... yes checking for library containing recvfrom... none required checking for arc4random_buf in -lbsd... yes checking for srand48... yes checking for lrand48... yes checking for arc4random_buf... yes checking for getentropy... yes checking for XDMCP... yes checking whether to build unit test cases... yes 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 test/Makefile config.status: creating xdmcp.pc 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-documentation, --disable-debug, --disable-nls >>> host-xlib_libXdmcp 1.1.3 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' Making all in doc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/doc' Making all in . make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' CC Array.lo CC Fill.lo CC Flush.lo CC Key.lo CC Read.lo CC Unwrap.lo CC Wrap.lo CC Write.lo CC Wraphelp.lo CCLD libXdmcp.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' Making all in test make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/test' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' >>> host-xlib_libXdmcp 1.1.3 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/doc' Making install in . make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libXdmcp.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libXdmcp.so.6.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libXdmcp.so.6.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libXdmcp.so.6.0.0 libXdmcp.so.6 || { rm -f libXdmcp.so.6 && ln -s libXdmcp.so.6.0.0 libXdmcp.so.6; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libXdmcp.so.6.0.0 libXdmcp.so || { rm -f libXdmcp.so && ln -s libXdmcp.so.6.0.0 libXdmcp.so; }; }) libtool: install: /usr/bin/install -c .libs/libXdmcp.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libXdmcp.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 xdmcp.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11' /usr/bin/install -c -m 644 include/X11/Xdmcp.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' Making install in test make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/test' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/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 '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/test' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3/test' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libXdmcp-1.1.3' >>> host-libxcb 1.15 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.libxcb-1.15.tar.xz.xJOprW/output' 'http://xcb.freedesktop.org/dist/libxcb-1.15.tar.xz' --2022-06-04 14:35:22-- http://xcb.freedesktop.org/dist/libxcb-1.15.tar.xz Resolving xcb.freedesktop.org (xcb.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xcb.freedesktop.org (xcb.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://xcb.freedesktop.org/dist/libxcb-1.15.tar.xz [following] --2022-06-04 14:35:23-- https://xcb.freedesktop.org/dist/libxcb-1.15.tar.xz Connecting to xcb.freedesktop.org (xcb.freedesktop.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 446492 (436K) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.libxcb-1.15.tar.xz.xJOprW/output' 0K .......... .......... .......... .......... .......... 11% 592K 1s 50K .......... .......... .......... .......... .......... 22% 1.15M 0s 100K .......... .......... .......... .......... .......... 34% 117M 0s 150K .......... .......... .......... .......... .......... 45% 1.19M 0s 200K .......... .......... .......... .......... .......... 57% 116M 0s 250K .......... .......... .......... .......... .......... 68% 99.6M 0s 300K .......... .......... .......... .......... .......... 80% 57.0M 0s 350K .......... .......... .......... .......... .......... 91% 1.20M 0s 400K .......... .......... .......... ...... 100% 186M=0.2s 2022-06-04 14:35:23 (2.02 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.libxcb-1.15.tar.xz.xJOprW/output' saved [446492/446492] libxcb-1.15.tar.xz: OK (sha256: cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059) libxcb-1.15.tar.xz: OK (sha512: f6c7d766b7cf9cab6abe948ee424cbae6951dbfe2f76fa58a109cdc05b0f0919dcc4e38176a22ff4b95fc1e38596115317e32ba33b24cae0035a4e30dbcbdad9) >>> host-libxcb 1.15 Extracting xzcat /nvmedata/autobuild/instance-27/dl/libxcb/libxcb-1.15.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15 -xf - >>> host-libxcb 1.15 Patching >>> host-libxcb 1.15 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libxcb 1.15 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/build-aux/ltmain.sh Hunk #1 succeeded at 2741 (offset 54 lines). Hunk #2 succeeded at 4331 (offset 54 lines). Hunk #3 succeeded at 6627 (offset 73 lines). Hunk #4 succeeded at 6637 (offset 73 lines). Hunk #5 succeeded at 6930 (offset 73 lines). Hunk #6 succeeded at 7232 (offset 83 lines). Hunk #7 succeeded at 8202 (offset 90 lines). Hunk #8 succeeded at 10832 (offset 122 lines). >>> host-libxcb 1.15 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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 --with-doxygen=no ac_cv_path_PYTHON=/nvmedata/autobuild/instance-27/output-1/host/bin/python3 ) 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... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for a Python interpreter with version >= 2.6... python checking for python... (cached) /nvmedata/autobuild/instance-27/output-1/host/bin/python3 checking for python version... 3.10 checking for python platform... linux checking for GNU default python prefix... ${prefix} checking for GNU default python exec_prefix... ${exec_prefix} checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.10/site-packages checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.10/site-packages checking whether make supports the include directive... yes (GNU style) checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/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 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... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 /usr/bin/gcc options needed to detect all undeclared functions... none needed checking whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking pkg-config is at least version 0.9.0... yes checking if /usr/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/bin/gcc supports -Wall... yes checking if /usr/bin/gcc supports -Wpointer-arith... yes checking if /usr/bin/gcc supports -Wmissing-declarations... yes checking if /usr/bin/gcc supports -Wformat=2... yes checking if /usr/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/bin/gcc supports -Wnested-externs... yes checking if /usr/bin/gcc supports -Wbad-function-cast... yes checking if /usr/bin/gcc supports -Wold-style-definition... yes checking if /usr/bin/gcc supports -Wdeclaration-after-statement... yes checking if /usr/bin/gcc supports -Wunused... yes checking if /usr/bin/gcc supports -Wuninitialized... yes checking if /usr/bin/gcc supports -Wshadow... yes checking if /usr/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/bin/gcc supports -Wredundant-decls... yes checking if /usr/bin/gcc supports -Wlogical-op... yes checking if /usr/bin/gcc supports -Werror=implicit... yes checking if /usr/bin/gcc supports -Werror=nonnull... yes checking if /usr/bin/gcc supports -Werror=init-self... yes checking if /usr/bin/gcc supports -Werror=main... yes checking if /usr/bin/gcc supports -Werror=missing-braces... yes checking if /usr/bin/gcc supports -Werror=sequence-point... yes checking if /usr/bin/gcc supports -Werror=return-type... yes checking if /usr/bin/gcc supports -Werror=trigraphs... yes checking if /usr/bin/gcc supports -Werror=array-bounds... yes checking if /usr/bin/gcc supports -Werror=write-strings... yes checking if /usr/bin/gcc supports -Werror=address... yes checking if /usr/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/bin/gcc supports -pedantic... yes checking if /usr/bin/gcc supports -Werror... yes checking if /usr/bin/gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking whether to build developer documentation... yes configure: WARNING: dot not found - doxygen targets will be skipped checking for CHECK... no checking for XCBPROTO... yes checking for NEEDED... yes checking for XDMCP... yes checking for XdmcpWrap in -lXdmcp... yes checking XCBPROTO_XCBINCLUDEDIR... //nvmedata/autobuild/instance-27/output-1/host/share/xcb checking XCBPROTO_XCBPYTHONDIR... //nvmedata/autobuild/instance-27/output-1/host/lib/python3.10/site-packages checking for egrep... (cached) /bin/grep -E checking for library containing getaddrinfo... none required checking for library containing connect... none required checking for library containing sendmsg... none required checking for struct msghdr.msg_control... yes checking for struct sockaddr_un.sun_len... no checking for tsol/label.h... no checking for is_system_labeled... no checking whether IOV_MAX is declared... yes checking whether /usr/bin/gcc supports symbol visibility... yes checking for getaddrinfo... yes checking for poll... yes checking for launchd... no 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 man/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating xcb.pc config.status: creating xcb-composite.pc config.status: creating xcb-damage.pc config.status: creating xcb-dpms.pc config.status: creating xcb-dri2.pc config.status: creating xcb-dri3.pc config.status: creating xcb-ge.pc config.status: creating xcb-glx.pc config.status: creating xcb-present.pc config.status: creating xcb-randr.pc config.status: creating xcb-record.pc config.status: creating xcb-render.pc config.status: creating xcb-res.pc config.status: creating xcb-screensaver.pc config.status: creating xcb-shape.pc config.status: creating xcb-shm.pc config.status: creating xcb-sync.pc config.status: creating xcb-xevie.pc config.status: creating xcb-xf86dri.pc config.status: creating xcb-xfixes.pc config.status: creating xcb-xinerama.pc config.status: creating xcb-xinput.pc config.status: creating xcb-xkb.pc config.status: creating xcb-xprint.pc config.status: creating xcb-xselinux.pc config.status: creating xcb-xtest.pc config.status: creating xcb-xv.pc config.status: creating xcb-xvmc.pc config.status: creating doc/xcb.doxygen config.status: creating src/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 Package: libxcb 1.15 Configuration XDM support.........: yes sendmsg fd passing..: yes Build unit tests....: no with html results.: no XCB buffer size.....: 16384 X11 extensions Composite...........: yes Damage..............: yes Dpms................: yes Dri2................: yes Dri3................: yes GenericEvent........: no Glx.................: yes Randr...............: yes Record..............: yes Render..............: yes Resource............: yes Screensaver.........: yes selinux.............: no Shape...............: yes Shm.................: yes Sync................: yes Xevie...............: no Xfixes..............: yes Xfree86-dri.........: yes xinerama............: yes xinput..............: yes xkb.................: yes xprint..............: no xtest...............: yes xv..................: yes xvmc................: yes Used CFLAGS: CPPFLAGS............: -I/nvmedata/autobuild/instance-27/output-1/host/include CFLAGS..............: -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include Installation: Prefix..............: /nvmedata/autobuild/instance-27/output-1/host >>> host-libxcb 1.15 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/src' GEN xproto.c GEN bigreq.c GEN xc_misc.c GEN composite.c GEN damage.c GEN dpms.c GEN dri2.c GEN dri3.c GEN present.c GEN glx.c GEN randr.c GEN record.c GEN render.c GEN res.c GEN screensaver.c GEN shape.c GEN shm.c GEN sync.c GEN xevie.c GEN xf86dri.c GEN xfixes.c GEN xinerama.c GEN xinput.c GEN xkb.c GEN xprint.c GEN xselinux.c GEN xtest.c GEN xv.c GEN xvmc.c GEN ge.c /usr/bin/make all-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/src' CC xcb_conn.lo xcb_conn.c: In function 'read_setup': xcb_conn.c:199:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 199 | write(STDERR_FILENO, xcb_setup_failed_reason(setup), xcb_setup_failed_reason_length(setup)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xcb_conn.c:200:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 200 | write(STDERR_FILENO, &newline, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xcb_conn.c:207:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 207 | write(STDERR_FILENO, xcb_setup_authenticate_reason(setup), xcb_setup_authenticate_reason_length(setup)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xcb_conn.c:208:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 208 | write(STDERR_FILENO, &newline, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC xcb_out.lo CC xcb_in.lo CC xcb_ext.lo CC xcb_xid.lo CC xcb_list.lo CC xcb_util.lo CC xcb_auth.lo xcb_auth.c:73:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 73 | #define AUTH_PROTO_XDM_AUTHORIZATION "XDM-AUTHORIZATION-1" | ^~~~~~~~~~~~~~~~~~~~~ xcb_auth.c:78:5: note: in expansion of macro 'AUTH_PROTO_XDM_AUTHORIZATION' 78 | AUTH_PROTO_XDM_AUTHORIZATION, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ xcb_auth.c:74:37: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 74 | #define AUTH_PROTO_MIT_MAGIC_COOKIE "MIT-MAGIC-COOKIE-1" | ^~~~~~~~~~~~~~~~~~~~ xcb_auth.c:80:5: note: in expansion of macro 'AUTH_PROTO_MIT_MAGIC_COOKIE' 80 | AUTH_PROTO_MIT_MAGIC_COOKIE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CC xproto.lo CC bigreq.lo CC xc_misc.lo CCLD libxcb.la CC composite.lo CCLD libxcb-composite.la CC damage.lo CCLD libxcb-damage.la CC dpms.lo CCLD libxcb-dpms.la CC dri2.lo CCLD libxcb-dri2.la CC dri3.lo CCLD libxcb-dri3.la CC present.lo CCLD libxcb-present.la CC glx.lo CCLD libxcb-glx.la CC randr.lo CCLD libxcb-randr.la CC record.lo CCLD libxcb-record.la CC render.lo CCLD libxcb-render.la CC res.lo CCLD libxcb-res.la CC screensaver.lo CCLD libxcb-screensaver.la CC shape.lo CCLD libxcb-shape.la CC shm.lo CCLD libxcb-shm.la CC sync.lo CCLD libxcb-sync.la CC xf86dri.lo CCLD libxcb-xf86dri.la CC xfixes.lo CCLD libxcb-xfixes.la CC xinerama.lo CCLD libxcb-xinerama.la CC xinput.lo CCLD libxcb-xinput.la CC xkb.lo CCLD libxcb-xkb.la CC xtest.lo CCLD libxcb-xtest.la CC xv.lo CCLD libxcb-xv.la CC xvmc.lo CCLD libxcb-xvmc.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/src' Making all in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/tests' Making all in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/doc' Making all in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/man' GEN xcb-examples.3 GEN xcb-requests.3 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15' >>> host-libxcb 1.15 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/src' /usr/bin/make install-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/src' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libxcb.la libxcb-composite.la libxcb-damage.la libxcb-dpms.la libxcb-dri2.la libxcb-dri3.la libxcb-present.la libxcb-glx.la libxcb-randr.la libxcb-record.la libxcb-render.la libxcb-res.la libxcb-screensaver.la libxcb-shape.la libxcb-shm.la libxcb-sync.la libxcb-xf86dri.la libxcb-xfixes.la libxcb-xinerama.la libxcb-xinput.la libxcb-xkb.la libxcb-xtest.la libxcb-xv.la libxcb-xvmc.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libxcb.so.1.1.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb.so.1.1.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb.so.1.1.0 libxcb.so.1 || { rm -f libxcb.so.1 && ln -s libxcb.so.1.1.0 libxcb.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb.so.1.1.0 libxcb.so || { rm -f libxcb.so && ln -s libxcb.so.1.1.0 libxcb.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb.la libtool: install: /usr/bin/install -c .libs/libxcb-composite.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-composite.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-composite.so.0.0.0 libxcb-composite.so.0 || { rm -f libxcb-composite.so.0 && ln -s libxcb-composite.so.0.0.0 libxcb-composite.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-composite.so.0.0.0 libxcb-composite.so || { rm -f libxcb-composite.so && ln -s libxcb-composite.so.0.0.0 libxcb-composite.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-composite.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-composite.la libtool: install: /usr/bin/install -c .libs/libxcb-damage.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-damage.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-damage.so.0.0.0 libxcb-damage.so.0 || { rm -f libxcb-damage.so.0 && ln -s libxcb-damage.so.0.0.0 libxcb-damage.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-damage.so.0.0.0 libxcb-damage.so || { rm -f libxcb-damage.so && ln -s libxcb-damage.so.0.0.0 libxcb-damage.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-damage.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-damage.la libtool: install: /usr/bin/install -c .libs/libxcb-dpms.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-dpms.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-dpms.so.0.0.0 libxcb-dpms.so.0 || { rm -f libxcb-dpms.so.0 && ln -s libxcb-dpms.so.0.0.0 libxcb-dpms.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-dpms.so.0.0.0 libxcb-dpms.so || { rm -f libxcb-dpms.so && ln -s libxcb-dpms.so.0.0.0 libxcb-dpms.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-dpms.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-dpms.la libtool: install: /usr/bin/install -c .libs/libxcb-dri2.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-dri2.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-dri2.so.0.0.0 libxcb-dri2.so.0 || { rm -f libxcb-dri2.so.0 && ln -s libxcb-dri2.so.0.0.0 libxcb-dri2.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-dri2.so.0.0.0 libxcb-dri2.so || { rm -f libxcb-dri2.so && ln -s libxcb-dri2.so.0.0.0 libxcb-dri2.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-dri2.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-dri2.la libtool: install: /usr/bin/install -c .libs/libxcb-dri3.so.0.1.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-dri3.so.0.1.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-dri3.so.0.1.0 libxcb-dri3.so.0 || { rm -f libxcb-dri3.so.0 && ln -s libxcb-dri3.so.0.1.0 libxcb-dri3.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-dri3.so.0.1.0 libxcb-dri3.so || { rm -f libxcb-dri3.so && ln -s libxcb-dri3.so.0.1.0 libxcb-dri3.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-dri3.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-dri3.la libtool: install: /usr/bin/install -c .libs/libxcb-present.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-present.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-present.so.0.0.0 libxcb-present.so.0 || { rm -f libxcb-present.so.0 && ln -s libxcb-present.so.0.0.0 libxcb-present.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-present.so.0.0.0 libxcb-present.so || { rm -f libxcb-present.so && ln -s libxcb-present.so.0.0.0 libxcb-present.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-present.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-present.la libtool: install: /usr/bin/install -c .libs/libxcb-glx.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-glx.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-glx.so.0.0.0 libxcb-glx.so.0 || { rm -f libxcb-glx.so.0 && ln -s libxcb-glx.so.0.0.0 libxcb-glx.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-glx.so.0.0.0 libxcb-glx.so || { rm -f libxcb-glx.so && ln -s libxcb-glx.so.0.0.0 libxcb-glx.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-glx.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-glx.la libtool: install: /usr/bin/install -c .libs/libxcb-randr.so.0.1.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-randr.so.0.1.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-randr.so.0.1.0 libxcb-randr.so.0 || { rm -f libxcb-randr.so.0 && ln -s libxcb-randr.so.0.1.0 libxcb-randr.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-randr.so.0.1.0 libxcb-randr.so || { rm -f libxcb-randr.so && ln -s libxcb-randr.so.0.1.0 libxcb-randr.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-randr.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-randr.la libtool: install: /usr/bin/install -c .libs/libxcb-record.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-record.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-record.so.0.0.0 libxcb-record.so.0 || { rm -f libxcb-record.so.0 && ln -s libxcb-record.so.0.0.0 libxcb-record.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-record.so.0.0.0 libxcb-record.so || { rm -f libxcb-record.so && ln -s libxcb-record.so.0.0.0 libxcb-record.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-record.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-record.la libtool: install: /usr/bin/install -c .libs/libxcb-render.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-render.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-render.so.0.0.0 libxcb-render.so.0 || { rm -f libxcb-render.so.0 && ln -s libxcb-render.so.0.0.0 libxcb-render.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-render.so.0.0.0 libxcb-render.so || { rm -f libxcb-render.so && ln -s libxcb-render.so.0.0.0 libxcb-render.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-render.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-render.la libtool: install: /usr/bin/install -c .libs/libxcb-res.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-res.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-res.so.0.0.0 libxcb-res.so.0 || { rm -f libxcb-res.so.0 && ln -s libxcb-res.so.0.0.0 libxcb-res.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-res.so.0.0.0 libxcb-res.so || { rm -f libxcb-res.so && ln -s libxcb-res.so.0.0.0 libxcb-res.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-res.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-res.la libtool: install: /usr/bin/install -c .libs/libxcb-screensaver.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-screensaver.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-screensaver.so.0.0.0 libxcb-screensaver.so.0 || { rm -f libxcb-screensaver.so.0 && ln -s libxcb-screensaver.so.0.0.0 libxcb-screensaver.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-screensaver.so.0.0.0 libxcb-screensaver.so || { rm -f libxcb-screensaver.so && ln -s libxcb-screensaver.so.0.0.0 libxcb-screensaver.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-screensaver.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-screensaver.la libtool: install: /usr/bin/install -c .libs/libxcb-shape.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-shape.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-shape.so.0.0.0 libxcb-shape.so.0 || { rm -f libxcb-shape.so.0 && ln -s libxcb-shape.so.0.0.0 libxcb-shape.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-shape.so.0.0.0 libxcb-shape.so || { rm -f libxcb-shape.so && ln -s libxcb-shape.so.0.0.0 libxcb-shape.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-shape.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-shape.la libtool: install: /usr/bin/install -c .libs/libxcb-shm.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-shm.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-shm.so.0.0.0 libxcb-shm.so.0 || { rm -f libxcb-shm.so.0 && ln -s libxcb-shm.so.0.0.0 libxcb-shm.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-shm.so.0.0.0 libxcb-shm.so || { rm -f libxcb-shm.so && ln -s libxcb-shm.so.0.0.0 libxcb-shm.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-shm.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-shm.la libtool: install: /usr/bin/install -c .libs/libxcb-sync.so.1.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-sync.so.1.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-sync.so.1.0.0 libxcb-sync.so.1 || { rm -f libxcb-sync.so.1 && ln -s libxcb-sync.so.1.0.0 libxcb-sync.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-sync.so.1.0.0 libxcb-sync.so || { rm -f libxcb-sync.so && ln -s libxcb-sync.so.1.0.0 libxcb-sync.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-sync.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-sync.la libtool: install: /usr/bin/install -c .libs/libxcb-xf86dri.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xf86dri.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xf86dri.so.0.0.0 libxcb-xf86dri.so.0 || { rm -f libxcb-xf86dri.so.0 && ln -s libxcb-xf86dri.so.0.0.0 libxcb-xf86dri.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xf86dri.so.0.0.0 libxcb-xf86dri.so || { rm -f libxcb-xf86dri.so && ln -s libxcb-xf86dri.so.0.0.0 libxcb-xf86dri.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-xf86dri.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xf86dri.la libtool: install: /usr/bin/install -c .libs/libxcb-xfixes.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xfixes.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xfixes.so.0.0.0 libxcb-xfixes.so.0 || { rm -f libxcb-xfixes.so.0 && ln -s libxcb-xfixes.so.0.0.0 libxcb-xfixes.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xfixes.so.0.0.0 libxcb-xfixes.so || { rm -f libxcb-xfixes.so && ln -s libxcb-xfixes.so.0.0.0 libxcb-xfixes.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-xfixes.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xfixes.la libtool: install: /usr/bin/install -c .libs/libxcb-xinerama.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xinerama.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xinerama.so.0.0.0 libxcb-xinerama.so.0 || { rm -f libxcb-xinerama.so.0 && ln -s libxcb-xinerama.so.0.0.0 libxcb-xinerama.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xinerama.so.0.0.0 libxcb-xinerama.so || { rm -f libxcb-xinerama.so && ln -s libxcb-xinerama.so.0.0.0 libxcb-xinerama.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-xinerama.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xinerama.la libtool: install: /usr/bin/install -c .libs/libxcb-xinput.so.0.1.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xinput.so.0.1.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xinput.so.0.1.0 libxcb-xinput.so.0 || { rm -f libxcb-xinput.so.0 && ln -s libxcb-xinput.so.0.1.0 libxcb-xinput.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xinput.so.0.1.0 libxcb-xinput.so || { rm -f libxcb-xinput.so && ln -s libxcb-xinput.so.0.1.0 libxcb-xinput.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-xinput.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xinput.la libtool: install: /usr/bin/install -c .libs/libxcb-xkb.so.1.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xkb.so.1.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xkb.so.1.0.0 libxcb-xkb.so.1 || { rm -f libxcb-xkb.so.1 && ln -s libxcb-xkb.so.1.0.0 libxcb-xkb.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xkb.so.1.0.0 libxcb-xkb.so || { rm -f libxcb-xkb.so && ln -s libxcb-xkb.so.1.0.0 libxcb-xkb.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-xkb.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xkb.la libtool: install: /usr/bin/install -c .libs/libxcb-xtest.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xtest.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xtest.so.0.0.0 libxcb-xtest.so.0 || { rm -f libxcb-xtest.so.0 && ln -s libxcb-xtest.so.0.0.0 libxcb-xtest.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xtest.so.0.0.0 libxcb-xtest.so || { rm -f libxcb-xtest.so && ln -s libxcb-xtest.so.0.0.0 libxcb-xtest.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-xtest.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xtest.la libtool: install: /usr/bin/install -c .libs/libxcb-xv.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xv.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xv.so.0.0.0 libxcb-xv.so.0 || { rm -f libxcb-xv.so.0 && ln -s libxcb-xv.so.0.0.0 libxcb-xv.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xv.so.0.0.0 libxcb-xv.so || { rm -f libxcb-xv.so && ln -s libxcb-xv.so.0.0.0 libxcb-xv.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-xv.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xv.la libtool: install: /usr/bin/install -c .libs/libxcb-xvmc.so.0.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xvmc.so.0.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xvmc.so.0.0.0 libxcb-xvmc.so.0 || { rm -f libxcb-xvmc.so.0 && ln -s libxcb-xvmc.so.0.0.0 libxcb-xvmc.so.0; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxcb-xvmc.so.0.0.0 libxcb-xvmc.so || { rm -f libxcb-xvmc.so && ln -s libxcb-xvmc.so.0.0.0 libxcb-xvmc.so; }; }) libtool: install: /usr/bin/install -c .libs/libxcb-xvmc.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxcb-xvmc.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_alloc_color.3 man/xcb_alloc_color_cells.3 man/xcb_alloc_color_cells_masks.3 man/xcb_alloc_color_cells_masks_end.3 man/xcb_alloc_color_cells_masks_length.3 man/xcb_alloc_color_cells_pixels.3 man/xcb_alloc_color_cells_pixels_end.3 man/xcb_alloc_color_cells_pixels_length.3 man/xcb_alloc_color_cells_reply.3 man/xcb_alloc_color_cells_unchecked.3 man/xcb_alloc_color_planes.3 man/xcb_alloc_color_planes_pixels.3 man/xcb_alloc_color_planes_pixels_end.3 man/xcb_alloc_color_planes_pixels_length.3 man/xcb_alloc_color_planes_reply.3 man/xcb_alloc_color_planes_unchecked.3 man/xcb_alloc_color_reply.3 man/xcb_alloc_color_unchecked.3 man/xcb_alloc_named_color.3 man/xcb_alloc_named_color_reply.3 man/xcb_alloc_named_color_unchecked.3 man/xcb_allow_events.3 man/xcb_allow_events_checked.3 man/xcb_bell.3 man/xcb_bell_checked.3 man/xcb_big_requests_enable.3 man/xcb_big_requests_enable_reply.3 man/xcb_big_requests_enable_unchecked.3 man/xcb_button_press_event_t.3 man/xcb_change_active_pointer_grab.3 man/xcb_change_active_pointer_grab_checked.3 man/xcb_change_gc.3 man/xcb_change_gc_checked.3 man/xcb_change_hosts.3 man/xcb_change_hosts_checked.3 man/xcb_change_keyboard_control.3 man/xcb_change_keyboard_control_checked.3 man/xcb_change_keyboard_mapping.3 man/xcb_change_keyboard_mapping_checked.3 man/xcb_change_pointer_control.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_change_pointer_control_checked.3 man/xcb_change_property.3 man/xcb_change_property_checked.3 man/xcb_change_save_set.3 man/xcb_change_save_set_checked.3 man/xcb_change_window_attributes.3 man/xcb_change_window_attributes_checked.3 man/xcb_circulate_notify_event_t.3 man/xcb_circulate_window.3 man/xcb_circulate_window_checked.3 man/xcb_clear_area.3 man/xcb_clear_area_checked.3 man/xcb_client_message_event_t.3 man/xcb_close_font.3 man/xcb_close_font_checked.3 man/xcb_colormap_notify_event_t.3 man/xcb_composite_create_region_from_border_clip.3 man/xcb_composite_create_region_from_border_clip_checked.3 man/xcb_composite_get_overlay_window.3 man/xcb_composite_get_overlay_window_reply.3 man/xcb_composite_get_overlay_window_unchecked.3 man/xcb_composite_name_window_pixmap.3 man/xcb_composite_name_window_pixmap_checked.3 man/xcb_composite_query_version.3 man/xcb_composite_query_version_reply.3 man/xcb_composite_query_version_unchecked.3 man/xcb_composite_redirect_subwindows.3 man/xcb_composite_redirect_subwindows_checked.3 man/xcb_composite_redirect_window.3 man/xcb_composite_redirect_window_checked.3 man/xcb_composite_release_overlay_window.3 man/xcb_composite_release_overlay_window_checked.3 man/xcb_composite_unredirect_subwindows.3 man/xcb_composite_unredirect_subwindows_checked.3 man/xcb_composite_unredirect_window.3 man/xcb_composite_unredirect_window_checked.3 man/xcb_configure_notify_event_t.3 man/xcb_configure_request_event_t.3 man/xcb_configure_window.3 man/xcb_configure_window_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_convert_selection.3 man/xcb_convert_selection_checked.3 man/xcb_copy_area.3 man/xcb_copy_area_checked.3 man/xcb_copy_colormap_and_free.3 man/xcb_copy_colormap_and_free_checked.3 man/xcb_copy_gc.3 man/xcb_copy_gc_checked.3 man/xcb_copy_plane.3 man/xcb_copy_plane_checked.3 man/xcb_create_colormap.3 man/xcb_create_colormap_checked.3 man/xcb_create_cursor.3 man/xcb_create_cursor_checked.3 man/xcb_create_gc.3 man/xcb_create_gc_checked.3 man/xcb_create_glyph_cursor.3 man/xcb_create_glyph_cursor_checked.3 man/xcb_create_notify_event_t.3 man/xcb_create_pixmap.3 man/xcb_create_pixmap_checked.3 man/xcb_create_window.3 man/xcb_create_window_checked.3 man/xcb_damage_add.3 man/xcb_damage_add_checked.3 man/xcb_damage_create.3 man/xcb_damage_create_checked.3 man/xcb_damage_destroy.3 man/xcb_damage_destroy_checked.3 man/xcb_damage_notify_event_t.3 man/xcb_damage_query_version.3 man/xcb_damage_query_version_reply.3 man/xcb_damage_query_version_unchecked.3 man/xcb_damage_subtract.3 man/xcb_damage_subtract_checked.3 man/xcb_delete_property.3 man/xcb_delete_property_checked.3 man/xcb_destroy_notify_event_t.3 man/xcb_destroy_subwindows.3 man/xcb_destroy_subwindows_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_destroy_window.3 man/xcb_destroy_window_checked.3 man/xcb_dpms_capable.3 man/xcb_dpms_capable_reply.3 man/xcb_dpms_capable_unchecked.3 man/xcb_dpms_disable.3 man/xcb_dpms_disable_checked.3 man/xcb_dpms_enable.3 man/xcb_dpms_enable_checked.3 man/xcb_dpms_force_level.3 man/xcb_dpms_force_level_checked.3 man/xcb_dpms_get_timeouts.3 man/xcb_dpms_get_timeouts_reply.3 man/xcb_dpms_get_timeouts_unchecked.3 man/xcb_dpms_get_version.3 man/xcb_dpms_get_version_reply.3 man/xcb_dpms_get_version_unchecked.3 man/xcb_dpms_info.3 man/xcb_dpms_info_reply.3 man/xcb_dpms_info_unchecked.3 man/xcb_dpms_set_timeouts.3 man/xcb_dpms_set_timeouts_checked.3 man/xcb_dri2_authenticate.3 man/xcb_dri2_authenticate_reply.3 man/xcb_dri2_authenticate_unchecked.3 man/xcb_dri2_buffer_swap_complete_event_t.3 man/xcb_dri2_connect.3 man/xcb_dri2_connect_alignment_pad.3 man/xcb_dri2_connect_alignment_pad_end.3 man/xcb_dri2_connect_alignment_pad_length.3 man/xcb_dri2_connect_device_name.3 man/xcb_dri2_connect_device_name_end.3 man/xcb_dri2_connect_device_name_length.3 man/xcb_dri2_connect_driver_name.3 man/xcb_dri2_connect_driver_name_end.3 man/xcb_dri2_connect_driver_name_length.3 man/xcb_dri2_connect_reply.3 man/xcb_dri2_connect_unchecked.3 man/xcb_dri2_copy_region.3 man/xcb_dri2_copy_region_reply.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_dri2_copy_region_unchecked.3 man/xcb_dri2_create_drawable.3 man/xcb_dri2_create_drawable_checked.3 man/xcb_dri2_destroy_drawable.3 man/xcb_dri2_destroy_drawable_checked.3 man/xcb_dri2_get_buffers.3 man/xcb_dri2_get_buffers_buffers.3 man/xcb_dri2_get_buffers_buffers_iterator.3 man/xcb_dri2_get_buffers_buffers_length.3 man/xcb_dri2_get_buffers_reply.3 man/xcb_dri2_get_buffers_unchecked.3 man/xcb_dri2_get_buffers_with_format.3 man/xcb_dri2_get_buffers_with_format_buffers.3 man/xcb_dri2_get_buffers_with_format_buffers_iterator.3 man/xcb_dri2_get_buffers_with_format_buffers_length.3 man/xcb_dri2_get_buffers_with_format_reply.3 man/xcb_dri2_get_buffers_with_format_unchecked.3 man/xcb_dri2_get_msc.3 man/xcb_dri2_get_msc_reply.3 man/xcb_dri2_get_msc_unchecked.3 man/xcb_dri2_get_param.3 man/xcb_dri2_get_param_reply.3 man/xcb_dri2_get_param_unchecked.3 man/xcb_dri2_invalidate_buffers_event_t.3 man/xcb_dri2_query_version.3 man/xcb_dri2_query_version_reply.3 man/xcb_dri2_query_version_unchecked.3 man/xcb_dri2_swap_buffers.3 man/xcb_dri2_swap_buffers_reply.3 man/xcb_dri2_swap_buffers_unchecked.3 man/xcb_dri2_swap_interval.3 man/xcb_dri2_swap_interval_checked.3 man/xcb_dri2_wait_msc.3 man/xcb_dri2_wait_msc_reply.3 man/xcb_dri2_wait_msc_unchecked.3 man/xcb_dri2_wait_sbc.3 man/xcb_dri2_wait_sbc_reply.3 man/xcb_dri2_wait_sbc_unchecked.3 man/xcb_dri3_buffer_from_pixmap.3 man/xcb_dri3_buffer_from_pixmap_reply.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_dri3_buffer_from_pixmap_unchecked.3 man/xcb_dri3_buffers_from_pixmap.3 man/xcb_dri3_buffers_from_pixmap_buffers.3 man/xcb_dri3_buffers_from_pixmap_buffers_end.3 man/xcb_dri3_buffers_from_pixmap_buffers_length.3 man/xcb_dri3_buffers_from_pixmap_offsets.3 man/xcb_dri3_buffers_from_pixmap_offsets_end.3 man/xcb_dri3_buffers_from_pixmap_offsets_length.3 man/xcb_dri3_buffers_from_pixmap_reply.3 man/xcb_dri3_buffers_from_pixmap_strides.3 man/xcb_dri3_buffers_from_pixmap_strides_end.3 man/xcb_dri3_buffers_from_pixmap_strides_length.3 man/xcb_dri3_buffers_from_pixmap_unchecked.3 man/xcb_dri3_fd_from_fence.3 man/xcb_dri3_fd_from_fence_reply.3 man/xcb_dri3_fd_from_fence_unchecked.3 man/xcb_dri3_fence_from_fd.3 man/xcb_dri3_fence_from_fd_checked.3 man/xcb_dri3_get_supported_modifiers.3 man/xcb_dri3_get_supported_modifiers_reply.3 man/xcb_dri3_get_supported_modifiers_screen_modifiers.3 man/xcb_dri3_get_supported_modifiers_screen_modifiers_end.3 man/xcb_dri3_get_supported_modifiers_screen_modifiers_length.3 man/xcb_dri3_get_supported_modifiers_unchecked.3 man/xcb_dri3_get_supported_modifiers_window_modifiers.3 man/xcb_dri3_get_supported_modifiers_window_modifiers_end.3 man/xcb_dri3_get_supported_modifiers_window_modifiers_length.3 man/xcb_dri3_open.3 man/xcb_dri3_open_reply.3 man/xcb_dri3_open_unchecked.3 man/xcb_dri3_pixmap_from_buffer.3 man/xcb_dri3_pixmap_from_buffer_checked.3 man/xcb_dri3_pixmap_from_buffers.3 man/xcb_dri3_pixmap_from_buffers_checked.3 man/xcb_dri3_query_version.3 man/xcb_dri3_query_version_reply.3 man/xcb_dri3_query_version_unchecked.3 man/xcb_enter_notify_event_t.3 man/xcb_expose_event_t.3 man/xcb_fill_poly.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_fill_poly_checked.3 man/xcb_focus_in_event_t.3 man/xcb_force_screen_saver.3 man/xcb_force_screen_saver_checked.3 man/xcb_free_colormap.3 man/xcb_free_colormap_checked.3 man/xcb_free_colors.3 man/xcb_free_colors_checked.3 man/xcb_free_cursor.3 man/xcb_free_cursor_checked.3 man/xcb_free_gc.3 man/xcb_free_gc_checked.3 man/xcb_free_pixmap.3 man/xcb_free_pixmap_checked.3 man/xcb_ge_generic_event_t.3 man/xcb_genericevent_query_version.3 man/xcb_genericevent_query_version_reply.3 man/xcb_genericevent_query_version_unchecked.3 man/xcb_get_atom_name.3 man/xcb_get_atom_name_name.3 man/xcb_get_atom_name_name_end.3 man/xcb_get_atom_name_name_length.3 man/xcb_get_atom_name_reply.3 man/xcb_get_atom_name_unchecked.3 man/xcb_get_font_path.3 man/xcb_get_font_path_path_iterator.3 man/xcb_get_font_path_path_length.3 man/xcb_get_font_path_reply.3 man/xcb_get_font_path_unchecked.3 man/xcb_get_geometry.3 man/xcb_get_geometry_reply.3 man/xcb_get_geometry_unchecked.3 man/xcb_get_image.3 man/xcb_get_image_data.3 man/xcb_get_image_data_end.3 man/xcb_get_image_data_length.3 man/xcb_get_image_reply.3 man/xcb_get_image_unchecked.3 man/xcb_get_input_focus.3 man/xcb_get_input_focus_reply.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_get_input_focus_unchecked.3 man/xcb_get_keyboard_control.3 man/xcb_get_keyboard_control_reply.3 man/xcb_get_keyboard_control_unchecked.3 man/xcb_get_keyboard_mapping.3 man/xcb_get_keyboard_mapping_keysyms.3 man/xcb_get_keyboard_mapping_keysyms_end.3 man/xcb_get_keyboard_mapping_keysyms_length.3 man/xcb_get_keyboard_mapping_reply.3 man/xcb_get_keyboard_mapping_unchecked.3 man/xcb_get_modifier_mapping.3 man/xcb_get_modifier_mapping_keycodes.3 man/xcb_get_modifier_mapping_keycodes_end.3 man/xcb_get_modifier_mapping_keycodes_length.3 man/xcb_get_modifier_mapping_reply.3 man/xcb_get_modifier_mapping_unchecked.3 man/xcb_get_motion_events.3 man/xcb_get_motion_events_events.3 man/xcb_get_motion_events_events_iterator.3 man/xcb_get_motion_events_events_length.3 man/xcb_get_motion_events_reply.3 man/xcb_get_motion_events_unchecked.3 man/xcb_get_pointer_control.3 man/xcb_get_pointer_control_reply.3 man/xcb_get_pointer_control_unchecked.3 man/xcb_get_pointer_mapping.3 man/xcb_get_pointer_mapping_map.3 man/xcb_get_pointer_mapping_map_end.3 man/xcb_get_pointer_mapping_map_length.3 man/xcb_get_pointer_mapping_reply.3 man/xcb_get_pointer_mapping_unchecked.3 man/xcb_get_property.3 man/xcb_get_property_reply.3 man/xcb_get_property_unchecked.3 man/xcb_get_property_value.3 man/xcb_get_property_value_end.3 man/xcb_get_property_value_length.3 man/xcb_get_screen_saver.3 man/xcb_get_screen_saver_reply.3 man/xcb_get_screen_saver_unchecked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_get_selection_owner.3 man/xcb_get_selection_owner_reply.3 man/xcb_get_selection_owner_unchecked.3 man/xcb_get_window_attributes.3 man/xcb_get_window_attributes_reply.3 man/xcb_get_window_attributes_unchecked.3 man/xcb_glx_are_textures_resident.3 man/xcb_glx_are_textures_resident_data.3 man/xcb_glx_are_textures_resident_data_end.3 man/xcb_glx_are_textures_resident_data_length.3 man/xcb_glx_are_textures_resident_reply.3 man/xcb_glx_are_textures_resident_unchecked.3 man/xcb_glx_buffer_swap_complete_event_t.3 man/xcb_glx_change_drawable_attributes.3 man/xcb_glx_change_drawable_attributes_checked.3 man/xcb_glx_client_info.3 man/xcb_glx_client_info_checked.3 man/xcb_glx_copy_context.3 man/xcb_glx_copy_context_checked.3 man/xcb_glx_create_context.3 man/xcb_glx_create_context_attribs_arb.3 man/xcb_glx_create_context_attribs_arb_checked.3 man/xcb_glx_create_context_checked.3 man/xcb_glx_create_glx_pixmap.3 man/xcb_glx_create_glx_pixmap_checked.3 man/xcb_glx_create_new_context.3 man/xcb_glx_create_new_context_checked.3 man/xcb_glx_create_pbuffer.3 man/xcb_glx_create_pbuffer_checked.3 man/xcb_glx_create_pixmap.3 man/xcb_glx_create_pixmap_checked.3 man/xcb_glx_create_window.3 man/xcb_glx_create_window_checked.3 man/xcb_glx_delete_lists.3 man/xcb_glx_delete_lists_checked.3 man/xcb_glx_delete_queries_arb.3 man/xcb_glx_delete_queries_arb_checked.3 man/xcb_glx_delete_textures.3 man/xcb_glx_delete_textures_checked.3 man/xcb_glx_delete_window.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_delete_window_checked.3 man/xcb_glx_destroy_context.3 man/xcb_glx_destroy_context_checked.3 man/xcb_glx_destroy_glx_pixmap.3 man/xcb_glx_destroy_glx_pixmap_checked.3 man/xcb_glx_destroy_pbuffer.3 man/xcb_glx_destroy_pbuffer_checked.3 man/xcb_glx_destroy_pixmap.3 man/xcb_glx_destroy_pixmap_checked.3 man/xcb_glx_end_list.3 man/xcb_glx_end_list_checked.3 man/xcb_glx_feedback_buffer.3 man/xcb_glx_feedback_buffer_checked.3 man/xcb_glx_finish.3 man/xcb_glx_finish_reply.3 man/xcb_glx_finish_unchecked.3 man/xcb_glx_flush.3 man/xcb_glx_flush_checked.3 man/xcb_glx_gen_lists.3 man/xcb_glx_gen_lists_reply.3 man/xcb_glx_gen_lists_unchecked.3 man/xcb_glx_gen_queries_arb.3 man/xcb_glx_gen_queries_arb_data.3 man/xcb_glx_gen_queries_arb_data_end.3 man/xcb_glx_gen_queries_arb_data_length.3 man/xcb_glx_gen_queries_arb_reply.3 man/xcb_glx_gen_queries_arb_unchecked.3 man/xcb_glx_gen_textures.3 man/xcb_glx_gen_textures_data.3 man/xcb_glx_gen_textures_data_end.3 man/xcb_glx_gen_textures_data_length.3 man/xcb_glx_gen_textures_reply.3 man/xcb_glx_gen_textures_unchecked.3 man/xcb_glx_get_booleanv.3 man/xcb_glx_get_booleanv_data.3 man/xcb_glx_get_booleanv_data_end.3 man/xcb_glx_get_booleanv_data_length.3 man/xcb_glx_get_booleanv_reply.3 man/xcb_glx_get_booleanv_unchecked.3 man/xcb_glx_get_clip_plane.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_get_clip_plane_data.3 man/xcb_glx_get_clip_plane_data_end.3 man/xcb_glx_get_clip_plane_data_length.3 man/xcb_glx_get_clip_plane_reply.3 man/xcb_glx_get_clip_plane_unchecked.3 man/xcb_glx_get_color_table.3 man/xcb_glx_get_color_table_data.3 man/xcb_glx_get_color_table_data_end.3 man/xcb_glx_get_color_table_data_length.3 man/xcb_glx_get_color_table_parameterfv.3 man/xcb_glx_get_color_table_parameterfv_data.3 man/xcb_glx_get_color_table_parameterfv_data_end.3 man/xcb_glx_get_color_table_parameterfv_data_length.3 man/xcb_glx_get_color_table_parameterfv_reply.3 man/xcb_glx_get_color_table_parameterfv_unchecked.3 man/xcb_glx_get_color_table_parameteriv.3 man/xcb_glx_get_color_table_parameteriv_data.3 man/xcb_glx_get_color_table_parameteriv_data_end.3 man/xcb_glx_get_color_table_parameteriv_data_length.3 man/xcb_glx_get_color_table_parameteriv_reply.3 man/xcb_glx_get_color_table_parameteriv_unchecked.3 man/xcb_glx_get_color_table_reply.3 man/xcb_glx_get_color_table_unchecked.3 man/xcb_glx_get_compressed_tex_image_arb.3 man/xcb_glx_get_compressed_tex_image_arb_data.3 man/xcb_glx_get_compressed_tex_image_arb_data_end.3 man/xcb_glx_get_compressed_tex_image_arb_data_length.3 man/xcb_glx_get_compressed_tex_image_arb_reply.3 man/xcb_glx_get_compressed_tex_image_arb_unchecked.3 man/xcb_glx_get_convolution_filter.3 man/xcb_glx_get_convolution_filter_data.3 man/xcb_glx_get_convolution_filter_data_end.3 man/xcb_glx_get_convolution_filter_data_length.3 man/xcb_glx_get_convolution_filter_reply.3 man/xcb_glx_get_convolution_filter_unchecked.3 man/xcb_glx_get_convolution_parameterfv.3 man/xcb_glx_get_convolution_parameterfv_data.3 man/xcb_glx_get_convolution_parameterfv_data_end.3 man/xcb_glx_get_convolution_parameterfv_data_length.3 man/xcb_glx_get_convolution_parameterfv_reply.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_get_convolution_parameterfv_unchecked.3 man/xcb_glx_get_convolution_parameteriv.3 man/xcb_glx_get_convolution_parameteriv_data.3 man/xcb_glx_get_convolution_parameteriv_data_end.3 man/xcb_glx_get_convolution_parameteriv_data_length.3 man/xcb_glx_get_convolution_parameteriv_reply.3 man/xcb_glx_get_convolution_parameteriv_unchecked.3 man/xcb_glx_get_doublev.3 man/xcb_glx_get_doublev_data.3 man/xcb_glx_get_doublev_data_end.3 man/xcb_glx_get_doublev_data_length.3 man/xcb_glx_get_doublev_reply.3 man/xcb_glx_get_doublev_unchecked.3 man/xcb_glx_get_drawable_attributes.3 man/xcb_glx_get_drawable_attributes_attribs.3 man/xcb_glx_get_drawable_attributes_attribs_end.3 man/xcb_glx_get_drawable_attributes_attribs_length.3 man/xcb_glx_get_drawable_attributes_reply.3 man/xcb_glx_get_drawable_attributes_unchecked.3 man/xcb_glx_get_error.3 man/xcb_glx_get_error_reply.3 man/xcb_glx_get_error_unchecked.3 man/xcb_glx_get_fb_configs.3 man/xcb_glx_get_fb_configs_property_list.3 man/xcb_glx_get_fb_configs_property_list_end.3 man/xcb_glx_get_fb_configs_property_list_length.3 man/xcb_glx_get_fb_configs_reply.3 man/xcb_glx_get_fb_configs_unchecked.3 man/xcb_glx_get_floatv.3 man/xcb_glx_get_floatv_data.3 man/xcb_glx_get_floatv_data_end.3 man/xcb_glx_get_floatv_data_length.3 man/xcb_glx_get_floatv_reply.3 man/xcb_glx_get_floatv_unchecked.3 man/xcb_glx_get_histogram.3 man/xcb_glx_get_histogram_data.3 man/xcb_glx_get_histogram_data_end.3 man/xcb_glx_get_histogram_data_length.3 man/xcb_glx_get_histogram_parameterfv.3 man/xcb_glx_get_histogram_parameterfv_data.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_get_histogram_parameterfv_data_end.3 man/xcb_glx_get_histogram_parameterfv_data_length.3 man/xcb_glx_get_histogram_parameterfv_reply.3 man/xcb_glx_get_histogram_parameterfv_unchecked.3 man/xcb_glx_get_histogram_parameteriv.3 man/xcb_glx_get_histogram_parameteriv_data.3 man/xcb_glx_get_histogram_parameteriv_data_end.3 man/xcb_glx_get_histogram_parameteriv_data_length.3 man/xcb_glx_get_histogram_parameteriv_reply.3 man/xcb_glx_get_histogram_parameteriv_unchecked.3 man/xcb_glx_get_histogram_reply.3 man/xcb_glx_get_histogram_unchecked.3 man/xcb_glx_get_integerv.3 man/xcb_glx_get_integerv_data.3 man/xcb_glx_get_integerv_data_end.3 man/xcb_glx_get_integerv_data_length.3 man/xcb_glx_get_integerv_reply.3 man/xcb_glx_get_integerv_unchecked.3 man/xcb_glx_get_lightfv.3 man/xcb_glx_get_lightfv_data.3 man/xcb_glx_get_lightfv_data_end.3 man/xcb_glx_get_lightfv_data_length.3 man/xcb_glx_get_lightfv_reply.3 man/xcb_glx_get_lightfv_unchecked.3 man/xcb_glx_get_lightiv.3 man/xcb_glx_get_lightiv_data.3 man/xcb_glx_get_lightiv_data_end.3 man/xcb_glx_get_lightiv_data_length.3 man/xcb_glx_get_lightiv_reply.3 man/xcb_glx_get_lightiv_unchecked.3 man/xcb_glx_get_mapdv.3 man/xcb_glx_get_mapdv_data.3 man/xcb_glx_get_mapdv_data_end.3 man/xcb_glx_get_mapdv_data_length.3 man/xcb_glx_get_mapdv_reply.3 man/xcb_glx_get_mapdv_unchecked.3 man/xcb_glx_get_mapfv.3 man/xcb_glx_get_mapfv_data.3 man/xcb_glx_get_mapfv_data_end.3 man/xcb_glx_get_mapfv_data_length.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_get_mapfv_reply.3 man/xcb_glx_get_mapfv_unchecked.3 man/xcb_glx_get_mapiv.3 man/xcb_glx_get_mapiv_data.3 man/xcb_glx_get_mapiv_data_end.3 man/xcb_glx_get_mapiv_data_length.3 man/xcb_glx_get_mapiv_reply.3 man/xcb_glx_get_mapiv_unchecked.3 man/xcb_glx_get_materialfv.3 man/xcb_glx_get_materialfv_data.3 man/xcb_glx_get_materialfv_data_end.3 man/xcb_glx_get_materialfv_data_length.3 man/xcb_glx_get_materialfv_reply.3 man/xcb_glx_get_materialfv_unchecked.3 man/xcb_glx_get_materialiv.3 man/xcb_glx_get_materialiv_data.3 man/xcb_glx_get_materialiv_data_end.3 man/xcb_glx_get_materialiv_data_length.3 man/xcb_glx_get_materialiv_reply.3 man/xcb_glx_get_materialiv_unchecked.3 man/xcb_glx_get_minmax.3 man/xcb_glx_get_minmax_data.3 man/xcb_glx_get_minmax_data_end.3 man/xcb_glx_get_minmax_data_length.3 man/xcb_glx_get_minmax_parameterfv.3 man/xcb_glx_get_minmax_parameterfv_data.3 man/xcb_glx_get_minmax_parameterfv_data_end.3 man/xcb_glx_get_minmax_parameterfv_data_length.3 man/xcb_glx_get_minmax_parameterfv_reply.3 man/xcb_glx_get_minmax_parameterfv_unchecked.3 man/xcb_glx_get_minmax_parameteriv.3 man/xcb_glx_get_minmax_parameteriv_data.3 man/xcb_glx_get_minmax_parameteriv_data_end.3 man/xcb_glx_get_minmax_parameteriv_data_length.3 man/xcb_glx_get_minmax_parameteriv_reply.3 man/xcb_glx_get_minmax_parameteriv_unchecked.3 man/xcb_glx_get_minmax_reply.3 man/xcb_glx_get_minmax_unchecked.3 man/xcb_glx_get_pixel_mapfv.3 man/xcb_glx_get_pixel_mapfv_data.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_get_pixel_mapfv_data_end.3 man/xcb_glx_get_pixel_mapfv_data_length.3 man/xcb_glx_get_pixel_mapfv_reply.3 man/xcb_glx_get_pixel_mapfv_unchecked.3 man/xcb_glx_get_pixel_mapuiv.3 man/xcb_glx_get_pixel_mapuiv_data.3 man/xcb_glx_get_pixel_mapuiv_data_end.3 man/xcb_glx_get_pixel_mapuiv_data_length.3 man/xcb_glx_get_pixel_mapuiv_reply.3 man/xcb_glx_get_pixel_mapuiv_unchecked.3 man/xcb_glx_get_pixel_mapusv.3 man/xcb_glx_get_pixel_mapusv_data.3 man/xcb_glx_get_pixel_mapusv_data_end.3 man/xcb_glx_get_pixel_mapusv_data_length.3 man/xcb_glx_get_pixel_mapusv_reply.3 man/xcb_glx_get_pixel_mapusv_unchecked.3 man/xcb_glx_get_polygon_stipple.3 man/xcb_glx_get_polygon_stipple_data.3 man/xcb_glx_get_polygon_stipple_data_end.3 man/xcb_glx_get_polygon_stipple_data_length.3 man/xcb_glx_get_polygon_stipple_reply.3 man/xcb_glx_get_polygon_stipple_unchecked.3 man/xcb_glx_get_query_objectiv_arb.3 man/xcb_glx_get_query_objectiv_arb_data.3 man/xcb_glx_get_query_objectiv_arb_data_end.3 man/xcb_glx_get_query_objectiv_arb_data_length.3 man/xcb_glx_get_query_objectiv_arb_reply.3 man/xcb_glx_get_query_objectiv_arb_unchecked.3 man/xcb_glx_get_query_objectuiv_arb.3 man/xcb_glx_get_query_objectuiv_arb_data.3 man/xcb_glx_get_query_objectuiv_arb_data_end.3 man/xcb_glx_get_query_objectuiv_arb_data_length.3 man/xcb_glx_get_query_objectuiv_arb_reply.3 man/xcb_glx_get_query_objectuiv_arb_unchecked.3 man/xcb_glx_get_queryiv_arb.3 man/xcb_glx_get_queryiv_arb_data.3 man/xcb_glx_get_queryiv_arb_data_end.3 man/xcb_glx_get_queryiv_arb_data_length.3 man/xcb_glx_get_queryiv_arb_reply.3 man/xcb_glx_get_queryiv_arb_unchecked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_get_separable_filter.3 man/xcb_glx_get_separable_filter_reply.3 man/xcb_glx_get_separable_filter_rows_and_cols.3 man/xcb_glx_get_separable_filter_rows_and_cols_end.3 man/xcb_glx_get_separable_filter_rows_and_cols_length.3 man/xcb_glx_get_separable_filter_unchecked.3 man/xcb_glx_get_string.3 man/xcb_glx_get_string_reply.3 man/xcb_glx_get_string_string.3 man/xcb_glx_get_string_string_end.3 man/xcb_glx_get_string_string_length.3 man/xcb_glx_get_string_unchecked.3 man/xcb_glx_get_tex_envfv.3 man/xcb_glx_get_tex_envfv_data.3 man/xcb_glx_get_tex_envfv_data_end.3 man/xcb_glx_get_tex_envfv_data_length.3 man/xcb_glx_get_tex_envfv_reply.3 man/xcb_glx_get_tex_envfv_unchecked.3 man/xcb_glx_get_tex_enviv.3 man/xcb_glx_get_tex_enviv_data.3 man/xcb_glx_get_tex_enviv_data_end.3 man/xcb_glx_get_tex_enviv_data_length.3 man/xcb_glx_get_tex_enviv_reply.3 man/xcb_glx_get_tex_enviv_unchecked.3 man/xcb_glx_get_tex_gendv.3 man/xcb_glx_get_tex_gendv_data.3 man/xcb_glx_get_tex_gendv_data_end.3 man/xcb_glx_get_tex_gendv_data_length.3 man/xcb_glx_get_tex_gendv_reply.3 man/xcb_glx_get_tex_gendv_unchecked.3 man/xcb_glx_get_tex_genfv.3 man/xcb_glx_get_tex_genfv_data.3 man/xcb_glx_get_tex_genfv_data_end.3 man/xcb_glx_get_tex_genfv_data_length.3 man/xcb_glx_get_tex_genfv_reply.3 man/xcb_glx_get_tex_genfv_unchecked.3 man/xcb_glx_get_tex_geniv.3 man/xcb_glx_get_tex_geniv_data.3 man/xcb_glx_get_tex_geniv_data_end.3 man/xcb_glx_get_tex_geniv_data_length.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_get_tex_geniv_reply.3 man/xcb_glx_get_tex_geniv_unchecked.3 man/xcb_glx_get_tex_image.3 man/xcb_glx_get_tex_image_data.3 man/xcb_glx_get_tex_image_data_end.3 man/xcb_glx_get_tex_image_data_length.3 man/xcb_glx_get_tex_image_reply.3 man/xcb_glx_get_tex_image_unchecked.3 man/xcb_glx_get_tex_level_parameterfv.3 man/xcb_glx_get_tex_level_parameterfv_data.3 man/xcb_glx_get_tex_level_parameterfv_data_end.3 man/xcb_glx_get_tex_level_parameterfv_data_length.3 man/xcb_glx_get_tex_level_parameterfv_reply.3 man/xcb_glx_get_tex_level_parameterfv_unchecked.3 man/xcb_glx_get_tex_level_parameteriv.3 man/xcb_glx_get_tex_level_parameteriv_data.3 man/xcb_glx_get_tex_level_parameteriv_data_end.3 man/xcb_glx_get_tex_level_parameteriv_data_length.3 man/xcb_glx_get_tex_level_parameteriv_reply.3 man/xcb_glx_get_tex_level_parameteriv_unchecked.3 man/xcb_glx_get_tex_parameterfv.3 man/xcb_glx_get_tex_parameterfv_data.3 man/xcb_glx_get_tex_parameterfv_data_end.3 man/xcb_glx_get_tex_parameterfv_data_length.3 man/xcb_glx_get_tex_parameterfv_reply.3 man/xcb_glx_get_tex_parameterfv_unchecked.3 man/xcb_glx_get_tex_parameteriv.3 man/xcb_glx_get_tex_parameteriv_data.3 man/xcb_glx_get_tex_parameteriv_data_end.3 man/xcb_glx_get_tex_parameteriv_data_length.3 man/xcb_glx_get_tex_parameteriv_reply.3 man/xcb_glx_get_tex_parameteriv_unchecked.3 man/xcb_glx_get_visual_configs.3 man/xcb_glx_get_visual_configs_property_list.3 man/xcb_glx_get_visual_configs_property_list_end.3 man/xcb_glx_get_visual_configs_property_list_length.3 man/xcb_glx_get_visual_configs_reply.3 man/xcb_glx_get_visual_configs_unchecked.3 man/xcb_glx_is_direct.3 man/xcb_glx_is_direct_reply.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_is_direct_unchecked.3 man/xcb_glx_is_enabled.3 man/xcb_glx_is_enabled_reply.3 man/xcb_glx_is_enabled_unchecked.3 man/xcb_glx_is_list.3 man/xcb_glx_is_list_reply.3 man/xcb_glx_is_list_unchecked.3 man/xcb_glx_is_query_arb.3 man/xcb_glx_is_query_arb_reply.3 man/xcb_glx_is_query_arb_unchecked.3 man/xcb_glx_is_texture.3 man/xcb_glx_is_texture_reply.3 man/xcb_glx_is_texture_unchecked.3 man/xcb_glx_make_context_current.3 man/xcb_glx_make_context_current_reply.3 man/xcb_glx_make_context_current_unchecked.3 man/xcb_glx_make_current.3 man/xcb_glx_make_current_reply.3 man/xcb_glx_make_current_unchecked.3 man/xcb_glx_new_list.3 man/xcb_glx_new_list_checked.3 man/xcb_glx_pbuffer_clobber_event_t.3 man/xcb_glx_pixel_storef.3 man/xcb_glx_pixel_storef_checked.3 man/xcb_glx_pixel_storei.3 man/xcb_glx_pixel_storei_checked.3 man/xcb_glx_query_context.3 man/xcb_glx_query_context_attribs.3 man/xcb_glx_query_context_attribs_end.3 man/xcb_glx_query_context_attribs_length.3 man/xcb_glx_query_context_reply.3 man/xcb_glx_query_context_unchecked.3 man/xcb_glx_query_extensions_string.3 man/xcb_glx_query_extensions_string_reply.3 man/xcb_glx_query_extensions_string_unchecked.3 man/xcb_glx_query_server_string.3 man/xcb_glx_query_server_string_reply.3 man/xcb_glx_query_server_string_string.3 man/xcb_glx_query_server_string_string_end.3 man/xcb_glx_query_server_string_string_length.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_query_server_string_unchecked.3 man/xcb_glx_query_version.3 man/xcb_glx_query_version_reply.3 man/xcb_glx_query_version_unchecked.3 man/xcb_glx_read_pixels.3 man/xcb_glx_read_pixels_data.3 man/xcb_glx_read_pixels_data_end.3 man/xcb_glx_read_pixels_data_length.3 man/xcb_glx_read_pixels_reply.3 man/xcb_glx_read_pixels_unchecked.3 man/xcb_glx_render.3 man/xcb_glx_render_checked.3 man/xcb_glx_render_large.3 man/xcb_glx_render_large_checked.3 man/xcb_glx_render_mode.3 man/xcb_glx_render_mode_data.3 man/xcb_glx_render_mode_data_end.3 man/xcb_glx_render_mode_data_length.3 man/xcb_glx_render_mode_reply.3 man/xcb_glx_render_mode_unchecked.3 man/xcb_glx_select_buffer.3 man/xcb_glx_select_buffer_checked.3 man/xcb_glx_set_client_info_2arb.3 man/xcb_glx_set_client_info_2arb_checked.3 man/xcb_glx_set_client_info_arb.3 man/xcb_glx_set_client_info_arb_checked.3 man/xcb_glx_swap_buffers.3 man/xcb_glx_swap_buffers_checked.3 man/xcb_glx_use_x_font.3 man/xcb_glx_use_x_font_checked.3 man/xcb_glx_vendor_private.3 man/xcb_glx_vendor_private_checked.3 man/xcb_glx_vendor_private_with_reply.3 man/xcb_glx_vendor_private_with_reply_data_2.3 man/xcb_glx_vendor_private_with_reply_data_2_end.3 man/xcb_glx_vendor_private_with_reply_data_2_length.3 man/xcb_glx_vendor_private_with_reply_reply.3 man/xcb_glx_vendor_private_with_reply_unchecked.3 man/xcb_glx_wait_gl.3 man/xcb_glx_wait_gl_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_glx_wait_x.3 man/xcb_glx_wait_x_checked.3 man/xcb_grab_button.3 man/xcb_grab_button_checked.3 man/xcb_grab_key.3 man/xcb_grab_key_checked.3 man/xcb_grab_keyboard.3 man/xcb_grab_keyboard_reply.3 man/xcb_grab_keyboard_unchecked.3 man/xcb_grab_pointer.3 man/xcb_grab_pointer_reply.3 man/xcb_grab_pointer_unchecked.3 man/xcb_grab_server.3 man/xcb_grab_server_checked.3 man/xcb_graphics_exposure_event_t.3 man/xcb_gravity_notify_event_t.3 man/xcb_image_text_16.3 man/xcb_image_text_16_checked.3 man/xcb_image_text_8.3 man/xcb_image_text_8_checked.3 man/xcb_input_allow_device_events.3 man/xcb_input_allow_device_events_checked.3 man/xcb_input_barrier_hit_event_t.3 man/xcb_input_button_press_event_t.3 man/xcb_input_change_device_control.3 man/xcb_input_change_device_control_reply.3 man/xcb_input_change_device_control_unchecked.3 man/xcb_input_change_device_dont_propagate_list.3 man/xcb_input_change_device_dont_propagate_list_checked.3 man/xcb_input_change_device_key_mapping.3 man/xcb_input_change_device_key_mapping_checked.3 man/xcb_input_change_device_notify_event_t.3 man/xcb_input_change_device_property.3 man/xcb_input_change_device_property_checked.3 man/xcb_input_change_feedback_control.3 man/xcb_input_change_feedback_control_checked.3 man/xcb_input_change_keyboard_device.3 man/xcb_input_change_keyboard_device_reply.3 man/xcb_input_change_keyboard_device_unchecked.3 man/xcb_input_change_pointer_device.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_input_change_pointer_device_reply.3 man/xcb_input_change_pointer_device_unchecked.3 man/xcb_input_close_device.3 man/xcb_input_close_device_checked.3 man/xcb_input_delete_device_property.3 man/xcb_input_delete_device_property_checked.3 man/xcb_input_device_bell.3 man/xcb_input_device_bell_checked.3 man/xcb_input_device_button_state_notify_event_t.3 man/xcb_input_device_changed_event_t.3 man/xcb_input_device_focus_in_event_t.3 man/xcb_input_device_key_press_event_t.3 man/xcb_input_device_key_state_notify_event_t.3 man/xcb_input_device_mapping_notify_event_t.3 man/xcb_input_device_presence_notify_event_t.3 man/xcb_input_device_property_notify_event_t.3 man/xcb_input_device_state_notify_event_t.3 man/xcb_input_device_valuator_event_t.3 man/xcb_input_enter_event_t.3 man/xcb_input_gesture_pinch_begin_event_t.3 man/xcb_input_gesture_swipe_begin_event_t.3 man/xcb_input_get_device_button_mapping.3 man/xcb_input_get_device_button_mapping_map.3 man/xcb_input_get_device_button_mapping_map_end.3 man/xcb_input_get_device_button_mapping_map_length.3 man/xcb_input_get_device_button_mapping_pad_1.3 man/xcb_input_get_device_button_mapping_reply.3 man/xcb_input_get_device_button_mapping_unchecked.3 man/xcb_input_get_device_control.3 man/xcb_input_get_device_control_control.3 man/xcb_input_get_device_control_reply.3 man/xcb_input_get_device_control_unchecked.3 man/xcb_input_get_device_dont_propagate_list.3 man/xcb_input_get_device_dont_propagate_list_classes.3 man/xcb_input_get_device_dont_propagate_list_classes_end.3 man/xcb_input_get_device_dont_propagate_list_classes_length.3 man/xcb_input_get_device_dont_propagate_list_reply.3 man/xcb_input_get_device_dont_propagate_list_unchecked.3 man/xcb_input_get_device_focus.3 man/xcb_input_get_device_focus_reply.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_input_get_device_focus_unchecked.3 man/xcb_input_get_device_key_mapping.3 man/xcb_input_get_device_key_mapping_keysyms.3 man/xcb_input_get_device_key_mapping_keysyms_end.3 man/xcb_input_get_device_key_mapping_keysyms_length.3 man/xcb_input_get_device_key_mapping_reply.3 man/xcb_input_get_device_key_mapping_unchecked.3 man/xcb_input_get_device_modifier_mapping.3 man/xcb_input_get_device_modifier_mapping_keymaps.3 man/xcb_input_get_device_modifier_mapping_keymaps_end.3 man/xcb_input_get_device_modifier_mapping_keymaps_length.3 man/xcb_input_get_device_modifier_mapping_reply.3 man/xcb_input_get_device_modifier_mapping_unchecked.3 man/xcb_input_get_device_motion_events.3 man/xcb_input_get_device_motion_events_events_iterator.3 man/xcb_input_get_device_motion_events_events_length.3 man/xcb_input_get_device_motion_events_reply.3 man/xcb_input_get_device_motion_events_unchecked.3 man/xcb_input_get_device_property.3 man/xcb_input_get_device_property_items.3 man/xcb_input_get_device_property_reply.3 man/xcb_input_get_device_property_unchecked.3 man/xcb_input_get_extension_version.3 man/xcb_input_get_extension_version_reply.3 man/xcb_input_get_extension_version_unchecked.3 man/xcb_input_get_feedback_control.3 man/xcb_input_get_feedback_control_feedbacks_iterator.3 man/xcb_input_get_feedback_control_feedbacks_length.3 man/xcb_input_get_feedback_control_reply.3 man/xcb_input_get_feedback_control_unchecked.3 man/xcb_input_get_selected_extension_events.3 man/xcb_input_get_selected_extension_events_all_classes.3 man/xcb_input_get_selected_extension_events_all_classes_end.3 man/xcb_input_get_selected_extension_events_all_classes_length.3 man/xcb_input_get_selected_extension_events_reply.3 man/xcb_input_get_selected_extension_events_this_classes.3 man/xcb_input_get_selected_extension_events_this_classes_end.3 man/xcb_input_get_selected_extension_events_this_classes_length.3 man/xcb_input_get_selected_extension_events_unchecked.3 man/xcb_input_grab_device.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_input_grab_device_button.3 man/xcb_input_grab_device_button_checked.3 man/xcb_input_grab_device_key.3 man/xcb_input_grab_device_key_checked.3 man/xcb_input_grab_device_reply.3 man/xcb_input_grab_device_unchecked.3 man/xcb_input_hierarchy_event_t.3 man/xcb_input_key_press_event_t.3 man/xcb_input_list_device_properties.3 man/xcb_input_list_device_properties_atoms.3 man/xcb_input_list_device_properties_atoms_end.3 man/xcb_input_list_device_properties_atoms_length.3 man/xcb_input_list_device_properties_reply.3 man/xcb_input_list_device_properties_unchecked.3 man/xcb_input_list_input_devices.3 man/xcb_input_list_input_devices_devices.3 man/xcb_input_list_input_devices_devices_iterator.3 man/xcb_input_list_input_devices_devices_length.3 man/xcb_input_list_input_devices_infos_iterator.3 man/xcb_input_list_input_devices_infos_length.3 man/xcb_input_list_input_devices_names_iterator.3 man/xcb_input_list_input_devices_names_length.3 man/xcb_input_list_input_devices_pad_1.3 man/xcb_input_list_input_devices_reply.3 man/xcb_input_list_input_devices_unchecked.3 man/xcb_input_open_device.3 man/xcb_input_open_device_class_info.3 man/xcb_input_open_device_class_info_iterator.3 man/xcb_input_open_device_class_info_length.3 man/xcb_input_open_device_pad_1.3 man/xcb_input_open_device_reply.3 man/xcb_input_open_device_unchecked.3 man/xcb_input_property_event_t.3 man/xcb_input_query_device_state.3 man/xcb_input_query_device_state_classes_iterator.3 man/xcb_input_query_device_state_classes_length.3 man/xcb_input_query_device_state_reply.3 man/xcb_input_query_device_state_unchecked.3 man/xcb_input_raw_button_press_event_t.3 man/xcb_input_raw_key_press_event_t.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_input_raw_touch_begin_event_t.3 man/xcb_input_select_extension_event.3 man/xcb_input_select_extension_event_checked.3 man/xcb_input_send_extension_event.3 man/xcb_input_send_extension_event_checked.3 man/xcb_input_set_device_button_mapping.3 man/xcb_input_set_device_button_mapping_reply.3 man/xcb_input_set_device_button_mapping_unchecked.3 man/xcb_input_set_device_focus.3 man/xcb_input_set_device_focus_checked.3 man/xcb_input_set_device_mode.3 man/xcb_input_set_device_mode_reply.3 man/xcb_input_set_device_mode_unchecked.3 man/xcb_input_set_device_modifier_mapping.3 man/xcb_input_set_device_modifier_mapping_reply.3 man/xcb_input_set_device_modifier_mapping_unchecked.3 man/xcb_input_set_device_valuators.3 man/xcb_input_set_device_valuators_reply.3 man/xcb_input_set_device_valuators_unchecked.3 man/xcb_input_touch_begin_event_t.3 man/xcb_input_touch_ownership_event_t.3 man/xcb_input_ungrab_device.3 man/xcb_input_ungrab_device_button.3 man/xcb_input_ungrab_device_button_checked.3 man/xcb_input_ungrab_device_checked.3 man/xcb_input_ungrab_device_key.3 man/xcb_input_ungrab_device_key_checked.3 man/xcb_input_xi_allow_events.3 man/xcb_input_xi_allow_events_checked.3 man/xcb_input_xi_barrier_release_pointer.3 man/xcb_input_xi_barrier_release_pointer_checked.3 man/xcb_input_xi_change_cursor.3 man/xcb_input_xi_change_cursor_checked.3 man/xcb_input_xi_change_hierarchy.3 man/xcb_input_xi_change_hierarchy_checked.3 man/xcb_input_xi_change_property.3 man/xcb_input_xi_change_property_checked.3 man/xcb_input_xi_delete_property.3 man/xcb_input_xi_delete_property_checked.3 man/xcb_input_xi_get_client_pointer.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_input_xi_get_client_pointer_reply.3 man/xcb_input_xi_get_client_pointer_unchecked.3 man/xcb_input_xi_get_focus.3 man/xcb_input_xi_get_focus_reply.3 man/xcb_input_xi_get_focus_unchecked.3 man/xcb_input_xi_get_property.3 man/xcb_input_xi_get_property_items.3 man/xcb_input_xi_get_property_reply.3 man/xcb_input_xi_get_property_unchecked.3 man/xcb_input_xi_get_selected_events.3 man/xcb_input_xi_get_selected_events_masks_iterator.3 man/xcb_input_xi_get_selected_events_masks_length.3 man/xcb_input_xi_get_selected_events_reply.3 man/xcb_input_xi_get_selected_events_unchecked.3 man/xcb_input_xi_grab_device.3 man/xcb_input_xi_grab_device_reply.3 man/xcb_input_xi_grab_device_unchecked.3 man/xcb_input_xi_list_properties.3 man/xcb_input_xi_list_properties_properties.3 man/xcb_input_xi_list_properties_properties_end.3 man/xcb_input_xi_list_properties_properties_length.3 man/xcb_input_xi_list_properties_reply.3 man/xcb_input_xi_list_properties_unchecked.3 man/xcb_input_xi_passive_grab_device.3 man/xcb_input_xi_passive_grab_device_modifiers.3 man/xcb_input_xi_passive_grab_device_modifiers_iterator.3 man/xcb_input_xi_passive_grab_device_modifiers_length.3 man/xcb_input_xi_passive_grab_device_reply.3 man/xcb_input_xi_passive_grab_device_unchecked.3 man/xcb_input_xi_passive_ungrab_device.3 man/xcb_input_xi_passive_ungrab_device_checked.3 man/xcb_input_xi_query_device.3 man/xcb_input_xi_query_device_infos_iterator.3 man/xcb_input_xi_query_device_infos_length.3 man/xcb_input_xi_query_device_reply.3 man/xcb_input_xi_query_device_unchecked.3 man/xcb_input_xi_query_pointer.3 man/xcb_input_xi_query_pointer_buttons.3 man/xcb_input_xi_query_pointer_buttons_end.3 man/xcb_input_xi_query_pointer_buttons_length.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_input_xi_query_pointer_reply.3 man/xcb_input_xi_query_pointer_unchecked.3 man/xcb_input_xi_query_version.3 man/xcb_input_xi_query_version_reply.3 man/xcb_input_xi_query_version_unchecked.3 man/xcb_input_xi_select_events.3 man/xcb_input_xi_select_events_checked.3 man/xcb_input_xi_set_client_pointer.3 man/xcb_input_xi_set_client_pointer_checked.3 man/xcb_input_xi_set_focus.3 man/xcb_input_xi_set_focus_checked.3 man/xcb_input_xi_ungrab_device.3 man/xcb_input_xi_ungrab_device_checked.3 man/xcb_input_xi_warp_pointer.3 man/xcb_input_xi_warp_pointer_checked.3 man/xcb_install_colormap.3 man/xcb_install_colormap_checked.3 man/xcb_intern_atom.3 man/xcb_intern_atom_reply.3 man/xcb_intern_atom_unchecked.3 man/xcb_key_press_event_t.3 man/xcb_keymap_notify_event_t.3 man/xcb_kill_client.3 man/xcb_kill_client_checked.3 man/xcb_list_extensions.3 man/xcb_list_extensions_names_iterator.3 man/xcb_list_extensions_names_length.3 man/xcb_list_extensions_reply.3 man/xcb_list_extensions_unchecked.3 man/xcb_list_fonts.3 man/xcb_list_fonts_names_iterator.3 man/xcb_list_fonts_names_length.3 man/xcb_list_fonts_reply.3 man/xcb_list_fonts_unchecked.3 man/xcb_list_fonts_with_info.3 man/xcb_list_fonts_with_info_name.3 man/xcb_list_fonts_with_info_name_end.3 man/xcb_list_fonts_with_info_name_length.3 man/xcb_list_fonts_with_info_properties.3 man/xcb_list_fonts_with_info_properties_iterator.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_list_fonts_with_info_properties_length.3 man/xcb_list_fonts_with_info_reply.3 man/xcb_list_fonts_with_info_unchecked.3 man/xcb_list_hosts.3 man/xcb_list_hosts_hosts_iterator.3 man/xcb_list_hosts_hosts_length.3 man/xcb_list_hosts_reply.3 man/xcb_list_hosts_unchecked.3 man/xcb_list_installed_colormaps.3 man/xcb_list_installed_colormaps_cmaps.3 man/xcb_list_installed_colormaps_cmaps_end.3 man/xcb_list_installed_colormaps_cmaps_length.3 man/xcb_list_installed_colormaps_reply.3 man/xcb_list_installed_colormaps_unchecked.3 man/xcb_list_properties.3 man/xcb_list_properties_atoms.3 man/xcb_list_properties_atoms_end.3 man/xcb_list_properties_atoms_length.3 man/xcb_list_properties_reply.3 man/xcb_list_properties_unchecked.3 man/xcb_lookup_color.3 man/xcb_lookup_color_reply.3 man/xcb_lookup_color_unchecked.3 man/xcb_map_notify_event_t.3 man/xcb_map_request_event_t.3 man/xcb_map_subwindows.3 man/xcb_map_subwindows_checked.3 man/xcb_map_window.3 man/xcb_map_window_checked.3 man/xcb_mapping_notify_event_t.3 man/xcb_motion_notify_event_t.3 man/xcb_no_exposure_event_t.3 man/xcb_no_operation.3 man/xcb_no_operation_checked.3 man/xcb_open_font.3 man/xcb_open_font_checked.3 man/xcb_poly_arc.3 man/xcb_poly_arc_checked.3 man/xcb_poly_fill_arc.3 man/xcb_poly_fill_arc_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_poly_fill_rectangle.3 man/xcb_poly_fill_rectangle_checked.3 man/xcb_poly_line.3 man/xcb_poly_line_checked.3 man/xcb_poly_point.3 man/xcb_poly_point_checked.3 man/xcb_poly_rectangle.3 man/xcb_poly_rectangle_checked.3 man/xcb_poly_segment.3 man/xcb_poly_segment_checked.3 man/xcb_poly_text_16.3 man/xcb_poly_text_16_checked.3 man/xcb_poly_text_8.3 man/xcb_poly_text_8_checked.3 man/xcb_present_complete_notify_event_t.3 man/xcb_present_configure_notify_event_t.3 man/xcb_present_generic_event_t.3 man/xcb_present_idle_notify_event_t.3 man/xcb_present_notify_msc.3 man/xcb_present_notify_msc_checked.3 man/xcb_present_pixmap.3 man/xcb_present_pixmap_checked.3 man/xcb_present_query_capabilities.3 man/xcb_present_query_capabilities_reply.3 man/xcb_present_query_capabilities_unchecked.3 man/xcb_present_query_version.3 man/xcb_present_query_version_reply.3 man/xcb_present_query_version_unchecked.3 man/xcb_present_redirect_notify_event_t.3 man/xcb_present_select_input.3 man/xcb_present_select_input_checked.3 man/xcb_property_notify_event_t.3 man/xcb_put_image.3 man/xcb_put_image_checked.3 man/xcb_query_best_size.3 man/xcb_query_best_size_reply.3 man/xcb_query_best_size_unchecked.3 man/xcb_query_colors.3 man/xcb_query_colors_colors.3 man/xcb_query_colors_colors_iterator.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_query_colors_colors_length.3 man/xcb_query_colors_reply.3 man/xcb_query_colors_unchecked.3 man/xcb_query_extension.3 man/xcb_query_extension_reply.3 man/xcb_query_extension_unchecked.3 man/xcb_query_font.3 man/xcb_query_font_char_infos.3 man/xcb_query_font_char_infos_iterator.3 man/xcb_query_font_char_infos_length.3 man/xcb_query_font_properties.3 man/xcb_query_font_properties_iterator.3 man/xcb_query_font_properties_length.3 man/xcb_query_font_reply.3 man/xcb_query_font_unchecked.3 man/xcb_query_keymap.3 man/xcb_query_keymap_reply.3 man/xcb_query_keymap_unchecked.3 man/xcb_query_pointer.3 man/xcb_query_pointer_reply.3 man/xcb_query_pointer_unchecked.3 man/xcb_query_text_extents.3 man/xcb_query_text_extents_reply.3 man/xcb_query_text_extents_unchecked.3 man/xcb_query_tree.3 man/xcb_query_tree_children.3 man/xcb_query_tree_children_end.3 man/xcb_query_tree_children_length.3 man/xcb_query_tree_reply.3 man/xcb_query_tree_unchecked.3 man/xcb_randr_add_output_mode.3 man/xcb_randr_add_output_mode_checked.3 man/xcb_randr_change_output_property.3 man/xcb_randr_change_output_property_checked.3 man/xcb_randr_change_provider_property.3 man/xcb_randr_change_provider_property_checked.3 man/xcb_randr_configure_output_property.3 man/xcb_randr_configure_output_property_checked.3 man/xcb_randr_configure_provider_property.3 man/xcb_randr_configure_provider_property_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_randr_create_lease.3 man/xcb_randr_create_lease_reply.3 man/xcb_randr_create_lease_unchecked.3 man/xcb_randr_create_mode.3 man/xcb_randr_create_mode_reply.3 man/xcb_randr_create_mode_unchecked.3 man/xcb_randr_delete_monitor.3 man/xcb_randr_delete_monitor_checked.3 man/xcb_randr_delete_output_mode.3 man/xcb_randr_delete_output_mode_checked.3 man/xcb_randr_delete_output_property.3 man/xcb_randr_delete_output_property_checked.3 man/xcb_randr_delete_provider_property.3 man/xcb_randr_delete_provider_property_checked.3 man/xcb_randr_destroy_mode.3 man/xcb_randr_destroy_mode_checked.3 man/xcb_randr_free_lease.3 man/xcb_randr_free_lease_checked.3 man/xcb_randr_get_crtc_gamma.3 man/xcb_randr_get_crtc_gamma_blue.3 man/xcb_randr_get_crtc_gamma_blue_end.3 man/xcb_randr_get_crtc_gamma_blue_length.3 man/xcb_randr_get_crtc_gamma_green.3 man/xcb_randr_get_crtc_gamma_green_end.3 man/xcb_randr_get_crtc_gamma_green_length.3 man/xcb_randr_get_crtc_gamma_red.3 man/xcb_randr_get_crtc_gamma_red_end.3 man/xcb_randr_get_crtc_gamma_red_length.3 man/xcb_randr_get_crtc_gamma_reply.3 man/xcb_randr_get_crtc_gamma_size.3 man/xcb_randr_get_crtc_gamma_size_reply.3 man/xcb_randr_get_crtc_gamma_size_unchecked.3 man/xcb_randr_get_crtc_gamma_unchecked.3 man/xcb_randr_get_crtc_info.3 man/xcb_randr_get_crtc_info_outputs.3 man/xcb_randr_get_crtc_info_outputs_end.3 man/xcb_randr_get_crtc_info_outputs_length.3 man/xcb_randr_get_crtc_info_possible.3 man/xcb_randr_get_crtc_info_possible_end.3 man/xcb_randr_get_crtc_info_possible_length.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_randr_get_crtc_info_reply.3 man/xcb_randr_get_crtc_info_unchecked.3 man/xcb_randr_get_crtc_transform.3 man/xcb_randr_get_crtc_transform_current_filter_name.3 man/xcb_randr_get_crtc_transform_current_filter_name_end.3 man/xcb_randr_get_crtc_transform_current_filter_name_length.3 man/xcb_randr_get_crtc_transform_current_params.3 man/xcb_randr_get_crtc_transform_current_params_end.3 man/xcb_randr_get_crtc_transform_current_params_length.3 man/xcb_randr_get_crtc_transform_pad_3.3 man/xcb_randr_get_crtc_transform_pad_4.3 man/xcb_randr_get_crtc_transform_pending_filter_name.3 man/xcb_randr_get_crtc_transform_pending_filter_name_end.3 man/xcb_randr_get_crtc_transform_pending_filter_name_length.3 man/xcb_randr_get_crtc_transform_pending_params.3 man/xcb_randr_get_crtc_transform_pending_params_end.3 man/xcb_randr_get_crtc_transform_pending_params_length.3 man/xcb_randr_get_crtc_transform_reply.3 man/xcb_randr_get_crtc_transform_unchecked.3 man/xcb_randr_get_monitors.3 man/xcb_randr_get_monitors_monitors_iterator.3 man/xcb_randr_get_monitors_monitors_length.3 man/xcb_randr_get_monitors_reply.3 man/xcb_randr_get_monitors_unchecked.3 man/xcb_randr_get_output_info.3 man/xcb_randr_get_output_info_clones.3 man/xcb_randr_get_output_info_clones_end.3 man/xcb_randr_get_output_info_clones_length.3 man/xcb_randr_get_output_info_crtcs.3 man/xcb_randr_get_output_info_crtcs_end.3 man/xcb_randr_get_output_info_crtcs_length.3 man/xcb_randr_get_output_info_modes.3 man/xcb_randr_get_output_info_modes_end.3 man/xcb_randr_get_output_info_modes_length.3 man/xcb_randr_get_output_info_name.3 man/xcb_randr_get_output_info_name_end.3 man/xcb_randr_get_output_info_name_length.3 man/xcb_randr_get_output_info_reply.3 man/xcb_randr_get_output_info_unchecked.3 man/xcb_randr_get_output_primary.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_randr_get_output_primary_reply.3 man/xcb_randr_get_output_primary_unchecked.3 man/xcb_randr_get_output_property.3 man/xcb_randr_get_output_property_data.3 man/xcb_randr_get_output_property_data_end.3 man/xcb_randr_get_output_property_data_length.3 man/xcb_randr_get_output_property_reply.3 man/xcb_randr_get_output_property_unchecked.3 man/xcb_randr_get_panning.3 man/xcb_randr_get_panning_reply.3 man/xcb_randr_get_panning_unchecked.3 man/xcb_randr_get_provider_info.3 man/xcb_randr_get_provider_info_associated_capability.3 man/xcb_randr_get_provider_info_associated_capability_end.3 man/xcb_randr_get_provider_info_associated_capability_length.3 man/xcb_randr_get_provider_info_associated_providers.3 man/xcb_randr_get_provider_info_associated_providers_end.3 man/xcb_randr_get_provider_info_associated_providers_length.3 man/xcb_randr_get_provider_info_crtcs.3 man/xcb_randr_get_provider_info_crtcs_end.3 man/xcb_randr_get_provider_info_crtcs_length.3 man/xcb_randr_get_provider_info_name.3 man/xcb_randr_get_provider_info_name_end.3 man/xcb_randr_get_provider_info_name_length.3 man/xcb_randr_get_provider_info_outputs.3 man/xcb_randr_get_provider_info_outputs_end.3 man/xcb_randr_get_provider_info_outputs_length.3 man/xcb_randr_get_provider_info_reply.3 man/xcb_randr_get_provider_info_unchecked.3 man/xcb_randr_get_provider_property.3 man/xcb_randr_get_provider_property_data.3 man/xcb_randr_get_provider_property_data_end.3 man/xcb_randr_get_provider_property_data_length.3 man/xcb_randr_get_provider_property_reply.3 man/xcb_randr_get_provider_property_unchecked.3 man/xcb_randr_get_providers.3 man/xcb_randr_get_providers_providers.3 man/xcb_randr_get_providers_providers_end.3 man/xcb_randr_get_providers_providers_length.3 man/xcb_randr_get_providers_reply.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_randr_get_providers_unchecked.3 man/xcb_randr_get_screen_info.3 man/xcb_randr_get_screen_info_rates_iterator.3 man/xcb_randr_get_screen_info_rates_length.3 man/xcb_randr_get_screen_info_reply.3 man/xcb_randr_get_screen_info_sizes.3 man/xcb_randr_get_screen_info_sizes_iterator.3 man/xcb_randr_get_screen_info_sizes_length.3 man/xcb_randr_get_screen_info_unchecked.3 man/xcb_randr_get_screen_resources.3 man/xcb_randr_get_screen_resources_crtcs.3 man/xcb_randr_get_screen_resources_crtcs_end.3 man/xcb_randr_get_screen_resources_crtcs_length.3 man/xcb_randr_get_screen_resources_current.3 man/xcb_randr_get_screen_resources_current_crtcs.3 man/xcb_randr_get_screen_resources_current_crtcs_end.3 man/xcb_randr_get_screen_resources_current_crtcs_length.3 man/xcb_randr_get_screen_resources_current_modes.3 man/xcb_randr_get_screen_resources_current_modes_iterator.3 man/xcb_randr_get_screen_resources_current_modes_length.3 man/xcb_randr_get_screen_resources_current_names.3 man/xcb_randr_get_screen_resources_current_names_end.3 man/xcb_randr_get_screen_resources_current_names_length.3 man/xcb_randr_get_screen_resources_current_outputs.3 man/xcb_randr_get_screen_resources_current_outputs_end.3 man/xcb_randr_get_screen_resources_current_outputs_length.3 man/xcb_randr_get_screen_resources_current_reply.3 man/xcb_randr_get_screen_resources_current_unchecked.3 man/xcb_randr_get_screen_resources_modes.3 man/xcb_randr_get_screen_resources_modes_iterator.3 man/xcb_randr_get_screen_resources_modes_length.3 man/xcb_randr_get_screen_resources_names.3 man/xcb_randr_get_screen_resources_names_end.3 man/xcb_randr_get_screen_resources_names_length.3 man/xcb_randr_get_screen_resources_outputs.3 man/xcb_randr_get_screen_resources_outputs_end.3 man/xcb_randr_get_screen_resources_outputs_length.3 man/xcb_randr_get_screen_resources_reply.3 man/xcb_randr_get_screen_resources_unchecked.3 man/xcb_randr_get_screen_size_range.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_randr_get_screen_size_range_reply.3 man/xcb_randr_get_screen_size_range_unchecked.3 man/xcb_randr_list_output_properties.3 man/xcb_randr_list_output_properties_atoms.3 man/xcb_randr_list_output_properties_atoms_end.3 man/xcb_randr_list_output_properties_atoms_length.3 man/xcb_randr_list_output_properties_reply.3 man/xcb_randr_list_output_properties_unchecked.3 man/xcb_randr_list_provider_properties.3 man/xcb_randr_list_provider_properties_atoms.3 man/xcb_randr_list_provider_properties_atoms_end.3 man/xcb_randr_list_provider_properties_atoms_length.3 man/xcb_randr_list_provider_properties_reply.3 man/xcb_randr_list_provider_properties_unchecked.3 man/xcb_randr_notify_event_t.3 man/xcb_randr_query_output_property.3 man/xcb_randr_query_output_property_reply.3 man/xcb_randr_query_output_property_unchecked.3 man/xcb_randr_query_output_property_valid_values.3 man/xcb_randr_query_output_property_valid_values_end.3 man/xcb_randr_query_output_property_valid_values_length.3 man/xcb_randr_query_provider_property.3 man/xcb_randr_query_provider_property_reply.3 man/xcb_randr_query_provider_property_unchecked.3 man/xcb_randr_query_provider_property_valid_values.3 man/xcb_randr_query_provider_property_valid_values_end.3 man/xcb_randr_query_provider_property_valid_values_length.3 man/xcb_randr_query_version.3 man/xcb_randr_query_version_reply.3 man/xcb_randr_query_version_unchecked.3 man/xcb_randr_screen_change_notify_event_t.3 man/xcb_randr_select_input.3 man/xcb_randr_select_input_checked.3 man/xcb_randr_set_crtc_config.3 man/xcb_randr_set_crtc_config_reply.3 man/xcb_randr_set_crtc_config_unchecked.3 man/xcb_randr_set_crtc_gamma.3 man/xcb_randr_set_crtc_gamma_checked.3 man/xcb_randr_set_crtc_transform.3 man/xcb_randr_set_crtc_transform_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_randr_set_monitor.3 man/xcb_randr_set_monitor_checked.3 man/xcb_randr_set_output_primary.3 man/xcb_randr_set_output_primary_checked.3 man/xcb_randr_set_panning.3 man/xcb_randr_set_panning_reply.3 man/xcb_randr_set_panning_unchecked.3 man/xcb_randr_set_provider_offload_sink.3 man/xcb_randr_set_provider_offload_sink_checked.3 man/xcb_randr_set_provider_output_source.3 man/xcb_randr_set_provider_output_source_checked.3 man/xcb_randr_set_screen_config.3 man/xcb_randr_set_screen_config_reply.3 man/xcb_randr_set_screen_config_unchecked.3 man/xcb_randr_set_screen_size.3 man/xcb_randr_set_screen_size_checked.3 man/xcb_recolor_cursor.3 man/xcb_recolor_cursor_checked.3 man/xcb_record_create_context.3 man/xcb_record_create_context_checked.3 man/xcb_record_disable_context.3 man/xcb_record_disable_context_checked.3 man/xcb_record_enable_context.3 man/xcb_record_enable_context_data.3 man/xcb_record_enable_context_data_end.3 man/xcb_record_enable_context_data_length.3 man/xcb_record_enable_context_reply.3 man/xcb_record_enable_context_unchecked.3 man/xcb_record_free_context.3 man/xcb_record_free_context_checked.3 man/xcb_record_get_context.3 man/xcb_record_get_context_intercepted_clients_iterator.3 man/xcb_record_get_context_intercepted_clients_length.3 man/xcb_record_get_context_reply.3 man/xcb_record_get_context_unchecked.3 man/xcb_record_query_version.3 man/xcb_record_query_version_reply.3 man/xcb_record_query_version_unchecked.3 man/xcb_record_register_clients.3 man/xcb_record_register_clients_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_record_unregister_clients.3 man/xcb_record_unregister_clients_checked.3 man/xcb_render_add_glyphs.3 man/xcb_render_add_glyphs_checked.3 man/xcb_render_add_traps.3 man/xcb_render_add_traps_checked.3 man/xcb_render_change_picture.3 man/xcb_render_change_picture_checked.3 man/xcb_render_composite.3 man/xcb_render_composite_checked.3 man/xcb_render_composite_glyphs_16.3 man/xcb_render_composite_glyphs_16_checked.3 man/xcb_render_composite_glyphs_32.3 man/xcb_render_composite_glyphs_32_checked.3 man/xcb_render_composite_glyphs_8.3 man/xcb_render_composite_glyphs_8_checked.3 man/xcb_render_create_anim_cursor.3 man/xcb_render_create_anim_cursor_checked.3 man/xcb_render_create_conical_gradient.3 man/xcb_render_create_conical_gradient_checked.3 man/xcb_render_create_cursor.3 man/xcb_render_create_cursor_checked.3 man/xcb_render_create_glyph_set.3 man/xcb_render_create_glyph_set_checked.3 man/xcb_render_create_linear_gradient.3 man/xcb_render_create_linear_gradient_checked.3 man/xcb_render_create_picture.3 man/xcb_render_create_picture_checked.3 man/xcb_render_create_radial_gradient.3 man/xcb_render_create_radial_gradient_checked.3 man/xcb_render_create_solid_fill.3 man/xcb_render_create_solid_fill_checked.3 man/xcb_render_fill_rectangles.3 man/xcb_render_fill_rectangles_checked.3 man/xcb_render_free_glyph_set.3 man/xcb_render_free_glyph_set_checked.3 man/xcb_render_free_glyphs.3 man/xcb_render_free_glyphs_checked.3 man/xcb_render_free_picture.3 man/xcb_render_free_picture_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_render_query_filters.3 man/xcb_render_query_filters_aliases.3 man/xcb_render_query_filters_aliases_end.3 man/xcb_render_query_filters_aliases_length.3 man/xcb_render_query_filters_filters_iterator.3 man/xcb_render_query_filters_filters_length.3 man/xcb_render_query_filters_reply.3 man/xcb_render_query_filters_unchecked.3 man/xcb_render_query_pict_formats.3 man/xcb_render_query_pict_formats_formats.3 man/xcb_render_query_pict_formats_formats_iterator.3 man/xcb_render_query_pict_formats_formats_length.3 man/xcb_render_query_pict_formats_reply.3 man/xcb_render_query_pict_formats_screens_iterator.3 man/xcb_render_query_pict_formats_screens_length.3 man/xcb_render_query_pict_formats_subpixels.3 man/xcb_render_query_pict_formats_subpixels_end.3 man/xcb_render_query_pict_formats_subpixels_length.3 man/xcb_render_query_pict_formats_unchecked.3 man/xcb_render_query_pict_index_values.3 man/xcb_render_query_pict_index_values_reply.3 man/xcb_render_query_pict_index_values_unchecked.3 man/xcb_render_query_pict_index_values_values.3 man/xcb_render_query_pict_index_values_values_iterator.3 man/xcb_render_query_pict_index_values_values_length.3 man/xcb_render_query_version.3 man/xcb_render_query_version_reply.3 man/xcb_render_query_version_unchecked.3 man/xcb_render_reference_glyph_set.3 man/xcb_render_reference_glyph_set_checked.3 man/xcb_render_set_picture_clip_rectangles.3 man/xcb_render_set_picture_clip_rectangles_checked.3 man/xcb_render_set_picture_filter.3 man/xcb_render_set_picture_filter_checked.3 man/xcb_render_set_picture_transform.3 man/xcb_render_set_picture_transform_checked.3 man/xcb_render_trapezoids.3 man/xcb_render_trapezoids_checked.3 man/xcb_render_tri_fan.3 man/xcb_render_tri_fan_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_render_tri_strip.3 man/xcb_render_tri_strip_checked.3 man/xcb_render_triangles.3 man/xcb_render_triangles_checked.3 man/xcb_reparent_notify_event_t.3 man/xcb_reparent_window.3 man/xcb_reparent_window_checked.3 man/xcb_res_query_client_ids.3 man/xcb_res_query_client_ids_ids_iterator.3 man/xcb_res_query_client_ids_ids_length.3 man/xcb_res_query_client_ids_reply.3 man/xcb_res_query_client_ids_unchecked.3 man/xcb_res_query_client_pixmap_bytes.3 man/xcb_res_query_client_pixmap_bytes_reply.3 man/xcb_res_query_client_pixmap_bytes_unchecked.3 man/xcb_res_query_client_resources.3 man/xcb_res_query_client_resources_reply.3 man/xcb_res_query_client_resources_types.3 man/xcb_res_query_client_resources_types_iterator.3 man/xcb_res_query_client_resources_types_length.3 man/xcb_res_query_client_resources_unchecked.3 man/xcb_res_query_clients.3 man/xcb_res_query_clients_clients.3 man/xcb_res_query_clients_clients_iterator.3 man/xcb_res_query_clients_clients_length.3 man/xcb_res_query_clients_reply.3 man/xcb_res_query_clients_unchecked.3 man/xcb_res_query_resource_bytes.3 man/xcb_res_query_resource_bytes_reply.3 man/xcb_res_query_resource_bytes_sizes_iterator.3 man/xcb_res_query_resource_bytes_sizes_length.3 man/xcb_res_query_resource_bytes_unchecked.3 man/xcb_res_query_version.3 man/xcb_res_query_version_reply.3 man/xcb_res_query_version_unchecked.3 man/xcb_resize_request_event_t.3 man/xcb_rotate_properties.3 man/xcb_rotate_properties_checked.3 man/xcb_screensaver_notify_event_t.3 man/xcb_screensaver_query_info.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_screensaver_query_info_reply.3 man/xcb_screensaver_query_info_unchecked.3 man/xcb_screensaver_query_version.3 man/xcb_screensaver_query_version_reply.3 man/xcb_screensaver_query_version_unchecked.3 man/xcb_screensaver_select_input.3 man/xcb_screensaver_select_input_checked.3 man/xcb_screensaver_set_attributes.3 man/xcb_screensaver_set_attributes_checked.3 man/xcb_screensaver_suspend.3 man/xcb_screensaver_suspend_checked.3 man/xcb_screensaver_unset_attributes.3 man/xcb_screensaver_unset_attributes_checked.3 man/xcb_selection_clear_event_t.3 man/xcb_selection_notify_event_t.3 man/xcb_selection_request_event_t.3 man/xcb_selinux_get_client_context.3 man/xcb_selinux_get_client_context_context.3 man/xcb_selinux_get_client_context_context_end.3 man/xcb_selinux_get_client_context_context_length.3 man/xcb_selinux_get_client_context_reply.3 man/xcb_selinux_get_client_context_unchecked.3 man/xcb_selinux_get_device_context.3 man/xcb_selinux_get_device_context_context.3 man/xcb_selinux_get_device_context_context_end.3 man/xcb_selinux_get_device_context_context_length.3 man/xcb_selinux_get_device_context_reply.3 man/xcb_selinux_get_device_context_unchecked.3 man/xcb_selinux_get_device_create_context.3 man/xcb_selinux_get_device_create_context_context.3 man/xcb_selinux_get_device_create_context_context_end.3 man/xcb_selinux_get_device_create_context_context_length.3 man/xcb_selinux_get_device_create_context_reply.3 man/xcb_selinux_get_device_create_context_unchecked.3 man/xcb_selinux_get_property_context.3 man/xcb_selinux_get_property_context_context.3 man/xcb_selinux_get_property_context_context_end.3 man/xcb_selinux_get_property_context_context_length.3 man/xcb_selinux_get_property_context_reply.3 man/xcb_selinux_get_property_context_unchecked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_selinux_get_property_create_context.3 man/xcb_selinux_get_property_create_context_context.3 man/xcb_selinux_get_property_create_context_context_end.3 man/xcb_selinux_get_property_create_context_context_length.3 man/xcb_selinux_get_property_create_context_reply.3 man/xcb_selinux_get_property_create_context_unchecked.3 man/xcb_selinux_get_property_data_context.3 man/xcb_selinux_get_property_data_context_context.3 man/xcb_selinux_get_property_data_context_context_end.3 man/xcb_selinux_get_property_data_context_context_length.3 man/xcb_selinux_get_property_data_context_reply.3 man/xcb_selinux_get_property_data_context_unchecked.3 man/xcb_selinux_get_property_use_context.3 man/xcb_selinux_get_property_use_context_context.3 man/xcb_selinux_get_property_use_context_context_end.3 man/xcb_selinux_get_property_use_context_context_length.3 man/xcb_selinux_get_property_use_context_reply.3 man/xcb_selinux_get_property_use_context_unchecked.3 man/xcb_selinux_get_selection_context.3 man/xcb_selinux_get_selection_context_context.3 man/xcb_selinux_get_selection_context_context_end.3 man/xcb_selinux_get_selection_context_context_length.3 man/xcb_selinux_get_selection_context_reply.3 man/xcb_selinux_get_selection_context_unchecked.3 man/xcb_selinux_get_selection_create_context.3 man/xcb_selinux_get_selection_create_context_context.3 man/xcb_selinux_get_selection_create_context_context_end.3 man/xcb_selinux_get_selection_create_context_context_length.3 man/xcb_selinux_get_selection_create_context_reply.3 man/xcb_selinux_get_selection_create_context_unchecked.3 man/xcb_selinux_get_selection_data_context.3 man/xcb_selinux_get_selection_data_context_context.3 man/xcb_selinux_get_selection_data_context_context_end.3 man/xcb_selinux_get_selection_data_context_context_length.3 man/xcb_selinux_get_selection_data_context_reply.3 man/xcb_selinux_get_selection_data_context_unchecked.3 man/xcb_selinux_get_selection_use_context.3 man/xcb_selinux_get_selection_use_context_context.3 man/xcb_selinux_get_selection_use_context_context_end.3 man/xcb_selinux_get_selection_use_context_context_length.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_selinux_get_selection_use_context_reply.3 man/xcb_selinux_get_selection_use_context_unchecked.3 man/xcb_selinux_get_window_context.3 man/xcb_selinux_get_window_context_context.3 man/xcb_selinux_get_window_context_context_end.3 man/xcb_selinux_get_window_context_context_length.3 man/xcb_selinux_get_window_context_reply.3 man/xcb_selinux_get_window_context_unchecked.3 man/xcb_selinux_get_window_create_context.3 man/xcb_selinux_get_window_create_context_context.3 man/xcb_selinux_get_window_create_context_context_end.3 man/xcb_selinux_get_window_create_context_context_length.3 man/xcb_selinux_get_window_create_context_reply.3 man/xcb_selinux_get_window_create_context_unchecked.3 man/xcb_selinux_list_properties.3 man/xcb_selinux_list_properties_properties_iterator.3 man/xcb_selinux_list_properties_properties_length.3 man/xcb_selinux_list_properties_reply.3 man/xcb_selinux_list_properties_unchecked.3 man/xcb_selinux_list_selections.3 man/xcb_selinux_list_selections_reply.3 man/xcb_selinux_list_selections_selections_iterator.3 man/xcb_selinux_list_selections_selections_length.3 man/xcb_selinux_list_selections_unchecked.3 man/xcb_selinux_query_version.3 man/xcb_selinux_query_version_reply.3 man/xcb_selinux_query_version_unchecked.3 man/xcb_selinux_set_device_context.3 man/xcb_selinux_set_device_context_checked.3 man/xcb_selinux_set_device_create_context.3 man/xcb_selinux_set_device_create_context_checked.3 man/xcb_selinux_set_property_create_context.3 man/xcb_selinux_set_property_create_context_checked.3 man/xcb_selinux_set_property_use_context.3 man/xcb_selinux_set_property_use_context_checked.3 man/xcb_selinux_set_selection_create_context.3 man/xcb_selinux_set_selection_create_context_checked.3 man/xcb_selinux_set_selection_use_context.3 man/xcb_selinux_set_selection_use_context_checked.3 man/xcb_selinux_set_window_create_context.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_selinux_set_window_create_context_checked.3 man/xcb_send_event.3 man/xcb_send_event_checked.3 man/xcb_set_access_control.3 man/xcb_set_access_control_checked.3 man/xcb_set_clip_rectangles.3 man/xcb_set_clip_rectangles_checked.3 man/xcb_set_close_down_mode.3 man/xcb_set_close_down_mode_checked.3 man/xcb_set_dashes.3 man/xcb_set_dashes_checked.3 man/xcb_set_font_path.3 man/xcb_set_font_path_checked.3 man/xcb_set_input_focus.3 man/xcb_set_input_focus_checked.3 man/xcb_set_modifier_mapping.3 man/xcb_set_modifier_mapping_reply.3 man/xcb_set_modifier_mapping_unchecked.3 man/xcb_set_pointer_mapping.3 man/xcb_set_pointer_mapping_reply.3 man/xcb_set_pointer_mapping_unchecked.3 man/xcb_set_screen_saver.3 man/xcb_set_screen_saver_checked.3 man/xcb_set_selection_owner.3 man/xcb_set_selection_owner_checked.3 man/xcb_shape_combine.3 man/xcb_shape_combine_checked.3 man/xcb_shape_get_rectangles.3 man/xcb_shape_get_rectangles_rectangles.3 man/xcb_shape_get_rectangles_rectangles_iterator.3 man/xcb_shape_get_rectangles_rectangles_length.3 man/xcb_shape_get_rectangles_reply.3 man/xcb_shape_get_rectangles_unchecked.3 man/xcb_shape_input_selected.3 man/xcb_shape_input_selected_reply.3 man/xcb_shape_input_selected_unchecked.3 man/xcb_shape_mask.3 man/xcb_shape_mask_checked.3 man/xcb_shape_notify_event_t.3 man/xcb_shape_offset.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_shape_offset_checked.3 man/xcb_shape_query_extents.3 man/xcb_shape_query_extents_reply.3 man/xcb_shape_query_extents_unchecked.3 man/xcb_shape_query_version.3 man/xcb_shape_query_version_reply.3 man/xcb_shape_query_version_unchecked.3 man/xcb_shape_rectangles.3 man/xcb_shape_rectangles_checked.3 man/xcb_shape_select_input.3 man/xcb_shape_select_input_checked.3 man/xcb_shm_attach.3 man/xcb_shm_attach_checked.3 man/xcb_shm_attach_fd.3 man/xcb_shm_attach_fd_checked.3 man/xcb_shm_completion_event_t.3 man/xcb_shm_create_pixmap.3 man/xcb_shm_create_pixmap_checked.3 man/xcb_shm_create_segment.3 man/xcb_shm_create_segment_reply.3 man/xcb_shm_create_segment_unchecked.3 man/xcb_shm_detach.3 man/xcb_shm_detach_checked.3 man/xcb_shm_get_image.3 man/xcb_shm_get_image_reply.3 man/xcb_shm_get_image_unchecked.3 man/xcb_shm_put_image.3 man/xcb_shm_put_image_checked.3 man/xcb_shm_query_version.3 man/xcb_shm_query_version_reply.3 man/xcb_shm_query_version_unchecked.3 man/xcb_store_colors.3 man/xcb_store_colors_checked.3 man/xcb_store_named_color.3 man/xcb_store_named_color_checked.3 man/xcb_sync_alarm_notify_event_t.3 man/xcb_sync_await.3 man/xcb_sync_await_checked.3 man/xcb_sync_await_fence.3 man/xcb_sync_await_fence_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_sync_change_alarm.3 man/xcb_sync_change_alarm_checked.3 man/xcb_sync_change_counter.3 man/xcb_sync_change_counter_checked.3 man/xcb_sync_counter_notify_event_t.3 man/xcb_sync_create_alarm.3 man/xcb_sync_create_alarm_checked.3 man/xcb_sync_create_counter.3 man/xcb_sync_create_counter_checked.3 man/xcb_sync_create_fence.3 man/xcb_sync_create_fence_checked.3 man/xcb_sync_destroy_alarm.3 man/xcb_sync_destroy_alarm_checked.3 man/xcb_sync_destroy_counter.3 man/xcb_sync_destroy_counter_checked.3 man/xcb_sync_destroy_fence.3 man/xcb_sync_destroy_fence_checked.3 man/xcb_sync_get_priority.3 man/xcb_sync_get_priority_reply.3 man/xcb_sync_get_priority_unchecked.3 man/xcb_sync_initialize.3 man/xcb_sync_initialize_reply.3 man/xcb_sync_initialize_unchecked.3 man/xcb_sync_list_system_counters.3 man/xcb_sync_list_system_counters_counters_iterator.3 man/xcb_sync_list_system_counters_counters_length.3 man/xcb_sync_list_system_counters_reply.3 man/xcb_sync_list_system_counters_unchecked.3 man/xcb_sync_query_alarm.3 man/xcb_sync_query_alarm_reply.3 man/xcb_sync_query_alarm_unchecked.3 man/xcb_sync_query_counter.3 man/xcb_sync_query_counter_reply.3 man/xcb_sync_query_counter_unchecked.3 man/xcb_sync_query_fence.3 man/xcb_sync_query_fence_reply.3 man/xcb_sync_query_fence_unchecked.3 man/xcb_sync_reset_fence.3 man/xcb_sync_reset_fence_checked.3 man/xcb_sync_set_counter.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_sync_set_counter_checked.3 man/xcb_sync_set_priority.3 man/xcb_sync_set_priority_checked.3 man/xcb_sync_trigger_fence.3 man/xcb_sync_trigger_fence_checked.3 man/xcb_test_compare_cursor.3 man/xcb_test_compare_cursor_reply.3 man/xcb_test_compare_cursor_unchecked.3 man/xcb_test_fake_input.3 man/xcb_test_fake_input_checked.3 man/xcb_test_get_version.3 man/xcb_test_get_version_reply.3 man/xcb_test_get_version_unchecked.3 man/xcb_test_grab_control.3 man/xcb_test_grab_control_checked.3 man/xcb_translate_coordinates.3 man/xcb_translate_coordinates_reply.3 man/xcb_translate_coordinates_unchecked.3 man/xcb_ungrab_button.3 man/xcb_ungrab_button_checked.3 man/xcb_ungrab_key.3 man/xcb_ungrab_key_checked.3 man/xcb_ungrab_keyboard.3 man/xcb_ungrab_keyboard_checked.3 man/xcb_ungrab_pointer.3 man/xcb_ungrab_pointer_checked.3 man/xcb_ungrab_server.3 man/xcb_ungrab_server_checked.3 man/xcb_uninstall_colormap.3 man/xcb_uninstall_colormap_checked.3 man/xcb_unmap_notify_event_t.3 man/xcb_unmap_subwindows.3 man/xcb_unmap_subwindows_checked.3 man/xcb_unmap_window.3 man/xcb_unmap_window_checked.3 man/xcb_visibility_notify_event_t.3 man/xcb_warp_pointer.3 man/xcb_warp_pointer_checked.3 man/xcb_x_print_attribut_notify_event_t.3 man/xcb_x_print_create_context.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_x_print_create_context_checked.3 man/xcb_x_print_notify_event_t.3 man/xcb_x_print_print_destroy_context.3 man/xcb_x_print_print_destroy_context_checked.3 man/xcb_x_print_print_end_doc.3 man/xcb_x_print_print_end_doc_checked.3 man/xcb_x_print_print_end_job.3 man/xcb_x_print_print_end_job_checked.3 man/xcb_x_print_print_end_page.3 man/xcb_x_print_print_end_page_checked.3 man/xcb_x_print_print_get_attributes.3 man/xcb_x_print_print_get_attributes_attributes.3 man/xcb_x_print_print_get_attributes_attributes_end.3 man/xcb_x_print_print_get_attributes_attributes_length.3 man/xcb_x_print_print_get_attributes_reply.3 man/xcb_x_print_print_get_attributes_unchecked.3 man/xcb_x_print_print_get_context.3 man/xcb_x_print_print_get_context_reply.3 man/xcb_x_print_print_get_context_unchecked.3 man/xcb_x_print_print_get_document_data.3 man/xcb_x_print_print_get_document_data_data.3 man/xcb_x_print_print_get_document_data_data_end.3 man/xcb_x_print_print_get_document_data_data_length.3 man/xcb_x_print_print_get_document_data_reply.3 man/xcb_x_print_print_get_document_data_unchecked.3 man/xcb_x_print_print_get_image_resolution.3 man/xcb_x_print_print_get_image_resolution_reply.3 man/xcb_x_print_print_get_image_resolution_unchecked.3 man/xcb_x_print_print_get_one_attributes.3 man/xcb_x_print_print_get_one_attributes_reply.3 man/xcb_x_print_print_get_one_attributes_unchecked.3 man/xcb_x_print_print_get_one_attributes_value.3 man/xcb_x_print_print_get_one_attributes_value_end.3 man/xcb_x_print_print_get_one_attributes_value_length.3 man/xcb_x_print_print_get_page_dimensions.3 man/xcb_x_print_print_get_page_dimensions_reply.3 man/xcb_x_print_print_get_page_dimensions_unchecked.3 man/xcb_x_print_print_get_printer_list.3 man/xcb_x_print_print_get_printer_list_printers_iterator.3 man/xcb_x_print_print_get_printer_list_printers_length.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_x_print_print_get_printer_list_reply.3 man/xcb_x_print_print_get_printer_list_unchecked.3 man/xcb_x_print_print_get_screen_of_context.3 man/xcb_x_print_print_get_screen_of_context_reply.3 man/xcb_x_print_print_get_screen_of_context_unchecked.3 man/xcb_x_print_print_input_selected.3 man/xcb_x_print_print_input_selected_reply.3 man/xcb_x_print_print_input_selected_unchecked.3 man/xcb_x_print_print_put_document_data.3 man/xcb_x_print_print_put_document_data_checked.3 man/xcb_x_print_print_query_screens.3 man/xcb_x_print_print_query_screens_reply.3 man/xcb_x_print_print_query_screens_roots.3 man/xcb_x_print_print_query_screens_roots_end.3 man/xcb_x_print_print_query_screens_roots_length.3 man/xcb_x_print_print_query_screens_unchecked.3 man/xcb_x_print_print_query_version.3 man/xcb_x_print_print_query_version_reply.3 man/xcb_x_print_print_query_version_unchecked.3 man/xcb_x_print_print_rehash_printer_list.3 man/xcb_x_print_print_rehash_printer_list_checked.3 man/xcb_x_print_print_select_input.3 man/xcb_x_print_print_select_input_checked.3 man/xcb_x_print_print_set_attributes.3 man/xcb_x_print_print_set_attributes_checked.3 man/xcb_x_print_print_set_context.3 man/xcb_x_print_print_set_context_checked.3 man/xcb_x_print_print_set_image_resolution.3 man/xcb_x_print_print_set_image_resolution_reply.3 man/xcb_x_print_print_set_image_resolution_unchecked.3 man/xcb_x_print_print_start_doc.3 man/xcb_x_print_print_start_doc_checked.3 man/xcb_x_print_print_start_job.3 man/xcb_x_print_print_start_job_checked.3 man/xcb_x_print_print_start_page.3 man/xcb_x_print_print_start_page_checked.3 man/xcb_xc_misc_get_version.3 man/xcb_xc_misc_get_version_reply.3 man/xcb_xc_misc_get_version_unchecked.3 man/xcb_xc_misc_get_xid_list.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_xc_misc_get_xid_list_ids.3 man/xcb_xc_misc_get_xid_list_ids_end.3 man/xcb_xc_misc_get_xid_list_ids_length.3 man/xcb_xc_misc_get_xid_list_reply.3 man/xcb_xc_misc_get_xid_list_unchecked.3 man/xcb_xc_misc_get_xid_range.3 man/xcb_xc_misc_get_xid_range_reply.3 man/xcb_xc_misc_get_xid_range_unchecked.3 man/xcb_xevie_end.3 man/xcb_xevie_end_reply.3 man/xcb_xevie_end_unchecked.3 man/xcb_xevie_query_version.3 man/xcb_xevie_query_version_reply.3 man/xcb_xevie_query_version_unchecked.3 man/xcb_xevie_select_input.3 man/xcb_xevie_select_input_reply.3 man/xcb_xevie_select_input_unchecked.3 man/xcb_xevie_send.3 man/xcb_xevie_send_reply.3 man/xcb_xevie_send_unchecked.3 man/xcb_xevie_start.3 man/xcb_xevie_start_reply.3 man/xcb_xevie_start_unchecked.3 man/xcb_xf86dri_auth_connection.3 man/xcb_xf86dri_auth_connection_reply.3 man/xcb_xf86dri_auth_connection_unchecked.3 man/xcb_xf86dri_close_connection.3 man/xcb_xf86dri_close_connection_checked.3 man/xcb_xf86dri_create_context.3 man/xcb_xf86dri_create_context_reply.3 man/xcb_xf86dri_create_context_unchecked.3 man/xcb_xf86dri_create_drawable.3 man/xcb_xf86dri_create_drawable_reply.3 man/xcb_xf86dri_create_drawable_unchecked.3 man/xcb_xf86dri_destroy_context.3 man/xcb_xf86dri_destroy_context_checked.3 man/xcb_xf86dri_destroy_drawable.3 man/xcb_xf86dri_destroy_drawable_checked.3 man/xcb_xf86dri_get_client_driver_name.3 man/xcb_xf86dri_get_client_driver_name_client_driver_name.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_xf86dri_get_client_driver_name_client_driver_name_end.3 man/xcb_xf86dri_get_client_driver_name_client_driver_name_length.3 man/xcb_xf86dri_get_client_driver_name_reply.3 man/xcb_xf86dri_get_client_driver_name_unchecked.3 man/xcb_xf86dri_get_device_info.3 man/xcb_xf86dri_get_device_info_device_private.3 man/xcb_xf86dri_get_device_info_device_private_end.3 man/xcb_xf86dri_get_device_info_device_private_length.3 man/xcb_xf86dri_get_device_info_reply.3 man/xcb_xf86dri_get_device_info_unchecked.3 man/xcb_xf86dri_get_drawable_info.3 man/xcb_xf86dri_get_drawable_info_back_clip_rects.3 man/xcb_xf86dri_get_drawable_info_back_clip_rects_iterator.3 man/xcb_xf86dri_get_drawable_info_back_clip_rects_length.3 man/xcb_xf86dri_get_drawable_info_clip_rects.3 man/xcb_xf86dri_get_drawable_info_clip_rects_iterator.3 man/xcb_xf86dri_get_drawable_info_clip_rects_length.3 man/xcb_xf86dri_get_drawable_info_reply.3 man/xcb_xf86dri_get_drawable_info_unchecked.3 man/xcb_xf86dri_open_connection.3 man/xcb_xf86dri_open_connection_bus_id.3 man/xcb_xf86dri_open_connection_bus_id_end.3 man/xcb_xf86dri_open_connection_bus_id_length.3 man/xcb_xf86dri_open_connection_reply.3 man/xcb_xf86dri_open_connection_unchecked.3 man/xcb_xf86dri_query_direct_rendering_capable.3 man/xcb_xf86dri_query_direct_rendering_capable_reply.3 man/xcb_xf86dri_query_direct_rendering_capable_unchecked.3 man/xcb_xf86dri_query_version.3 man/xcb_xf86dri_query_version_reply.3 man/xcb_xf86dri_query_version_unchecked.3 man/xcb_xfixes_change_cursor.3 man/xcb_xfixes_change_cursor_by_name.3 man/xcb_xfixes_change_cursor_by_name_checked.3 man/xcb_xfixes_change_cursor_checked.3 man/xcb_xfixes_change_save_set.3 man/xcb_xfixes_change_save_set_checked.3 man/xcb_xfixes_copy_region.3 man/xcb_xfixes_copy_region_checked.3 man/xcb_xfixes_create_pointer_barrier.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_xfixes_create_pointer_barrier_checked.3 man/xcb_xfixes_create_region.3 man/xcb_xfixes_create_region_checked.3 man/xcb_xfixes_create_region_from_bitmap.3 man/xcb_xfixes_create_region_from_bitmap_checked.3 man/xcb_xfixes_create_region_from_gc.3 man/xcb_xfixes_create_region_from_gc_checked.3 man/xcb_xfixes_create_region_from_picture.3 man/xcb_xfixes_create_region_from_picture_checked.3 man/xcb_xfixes_create_region_from_window.3 man/xcb_xfixes_create_region_from_window_checked.3 man/xcb_xfixes_cursor_notify_event_t.3 man/xcb_xfixes_delete_pointer_barrier.3 man/xcb_xfixes_delete_pointer_barrier_checked.3 man/xcb_xfixes_destroy_region.3 man/xcb_xfixes_destroy_region_checked.3 man/xcb_xfixes_expand_region.3 man/xcb_xfixes_expand_region_checked.3 man/xcb_xfixes_fetch_region.3 man/xcb_xfixes_fetch_region_rectangles.3 man/xcb_xfixes_fetch_region_rectangles_iterator.3 man/xcb_xfixes_fetch_region_rectangles_length.3 man/xcb_xfixes_fetch_region_reply.3 man/xcb_xfixes_fetch_region_unchecked.3 man/xcb_xfixes_get_client_disconnect_mode.3 man/xcb_xfixes_get_client_disconnect_mode_reply.3 man/xcb_xfixes_get_client_disconnect_mode_unchecked.3 man/xcb_xfixes_get_cursor_image.3 man/xcb_xfixes_get_cursor_image_and_name.3 man/xcb_xfixes_get_cursor_image_and_name_cursor_image.3 man/xcb_xfixes_get_cursor_image_and_name_cursor_image_end.3 man/xcb_xfixes_get_cursor_image_and_name_cursor_image_length.3 man/xcb_xfixes_get_cursor_image_and_name_name.3 man/xcb_xfixes_get_cursor_image_and_name_name_end.3 man/xcb_xfixes_get_cursor_image_and_name_name_length.3 man/xcb_xfixes_get_cursor_image_and_name_reply.3 man/xcb_xfixes_get_cursor_image_and_name_unchecked.3 man/xcb_xfixes_get_cursor_image_cursor_image.3 man/xcb_xfixes_get_cursor_image_cursor_image_end.3 man/xcb_xfixes_get_cursor_image_cursor_image_length.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_xfixes_get_cursor_image_reply.3 man/xcb_xfixes_get_cursor_image_unchecked.3 man/xcb_xfixes_get_cursor_name.3 man/xcb_xfixes_get_cursor_name_name.3 man/xcb_xfixes_get_cursor_name_name_end.3 man/xcb_xfixes_get_cursor_name_name_length.3 man/xcb_xfixes_get_cursor_name_reply.3 man/xcb_xfixes_get_cursor_name_unchecked.3 man/xcb_xfixes_hide_cursor.3 man/xcb_xfixes_hide_cursor_checked.3 man/xcb_xfixes_intersect_region.3 man/xcb_xfixes_intersect_region_checked.3 man/xcb_xfixes_invert_region.3 man/xcb_xfixes_invert_region_checked.3 man/xcb_xfixes_query_version.3 man/xcb_xfixes_query_version_reply.3 man/xcb_xfixes_query_version_unchecked.3 man/xcb_xfixes_region_extents.3 man/xcb_xfixes_region_extents_checked.3 man/xcb_xfixes_select_cursor_input.3 man/xcb_xfixes_select_cursor_input_checked.3 man/xcb_xfixes_select_selection_input.3 man/xcb_xfixes_select_selection_input_checked.3 man/xcb_xfixes_selection_notify_event_t.3 man/xcb_xfixes_set_client_disconnect_mode.3 man/xcb_xfixes_set_client_disconnect_mode_checked.3 man/xcb_xfixes_set_cursor_name.3 man/xcb_xfixes_set_cursor_name_checked.3 man/xcb_xfixes_set_gc_clip_region.3 man/xcb_xfixes_set_gc_clip_region_checked.3 man/xcb_xfixes_set_picture_clip_region.3 man/xcb_xfixes_set_picture_clip_region_checked.3 man/xcb_xfixes_set_region.3 man/xcb_xfixes_set_region_checked.3 man/xcb_xfixes_set_window_shape_region.3 man/xcb_xfixes_set_window_shape_region_checked.3 man/xcb_xfixes_show_cursor.3 man/xcb_xfixes_show_cursor_checked.3 man/xcb_xfixes_subtract_region.3 man/xcb_xfixes_subtract_region_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_xfixes_translate_region.3 man/xcb_xfixes_translate_region_checked.3 man/xcb_xfixes_union_region.3 man/xcb_xfixes_union_region_checked.3 man/xcb_xinerama_get_screen_count.3 man/xcb_xinerama_get_screen_count_reply.3 man/xcb_xinerama_get_screen_count_unchecked.3 man/xcb_xinerama_get_screen_size.3 man/xcb_xinerama_get_screen_size_reply.3 man/xcb_xinerama_get_screen_size_unchecked.3 man/xcb_xinerama_get_state.3 man/xcb_xinerama_get_state_reply.3 man/xcb_xinerama_get_state_unchecked.3 man/xcb_xinerama_is_active.3 man/xcb_xinerama_is_active_reply.3 man/xcb_xinerama_is_active_unchecked.3 man/xcb_xinerama_query_screens.3 man/xcb_xinerama_query_screens_reply.3 man/xcb_xinerama_query_screens_screen_info.3 man/xcb_xinerama_query_screens_screen_info_iterator.3 man/xcb_xinerama_query_screens_screen_info_length.3 man/xcb_xinerama_query_screens_unchecked.3 man/xcb_xinerama_query_version.3 man/xcb_xinerama_query_version_reply.3 man/xcb_xinerama_query_version_unchecked.3 man/xcb_xkb_access_x_notify_event_t.3 man/xcb_xkb_action_message_event_t.3 man/xcb_xkb_bell.3 man/xcb_xkb_bell_checked.3 man/xcb_xkb_bell_notify_event_t.3 man/xcb_xkb_compat_map_notify_event_t.3 man/xcb_xkb_controls_notify_event_t.3 man/xcb_xkb_extension_device_notify_event_t.3 man/xcb_xkb_get_compat_map.3 man/xcb_xkb_get_compat_map_group_rtrn.3 man/xcb_xkb_get_compat_map_group_rtrn_iterator.3 man/xcb_xkb_get_compat_map_group_rtrn_length.3 man/xcb_xkb_get_compat_map_reply.3 man/xcb_xkb_get_compat_map_si_rtrn.3 man/xcb_xkb_get_compat_map_si_rtrn_iterator.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_xkb_get_compat_map_si_rtrn_length.3 man/xcb_xkb_get_compat_map_unchecked.3 man/xcb_xkb_get_controls.3 man/xcb_xkb_get_controls_reply.3 man/xcb_xkb_get_controls_unchecked.3 man/xcb_xkb_get_device_info.3 man/xcb_xkb_get_device_info_btn_actions.3 man/xcb_xkb_get_device_info_btn_actions_iterator.3 man/xcb_xkb_get_device_info_btn_actions_length.3 man/xcb_xkb_get_device_info_leds_iterator.3 man/xcb_xkb_get_device_info_leds_length.3 man/xcb_xkb_get_device_info_name.3 man/xcb_xkb_get_device_info_name_end.3 man/xcb_xkb_get_device_info_name_length.3 man/xcb_xkb_get_device_info_pad_1.3 man/xcb_xkb_get_device_info_reply.3 man/xcb_xkb_get_device_info_unchecked.3 man/xcb_xkb_get_indicator_map.3 man/xcb_xkb_get_indicator_map_maps.3 man/xcb_xkb_get_indicator_map_maps_iterator.3 man/xcb_xkb_get_indicator_map_maps_length.3 man/xcb_xkb_get_indicator_map_reply.3 man/xcb_xkb_get_indicator_map_unchecked.3 man/xcb_xkb_get_indicator_state.3 man/xcb_xkb_get_indicator_state_reply.3 man/xcb_xkb_get_indicator_state_unchecked.3 man/xcb_xkb_get_kbd_by_name.3 man/xcb_xkb_get_kbd_by_name_replies.3 man/xcb_xkb_get_kbd_by_name_reply.3 man/xcb_xkb_get_kbd_by_name_unchecked.3 man/xcb_xkb_get_map.3 man/xcb_xkb_get_map_map.3 man/xcb_xkb_get_map_reply.3 man/xcb_xkb_get_map_unchecked.3 man/xcb_xkb_get_named_indicator.3 man/xcb_xkb_get_named_indicator_reply.3 man/xcb_xkb_get_named_indicator_unchecked.3 man/xcb_xkb_get_names.3 man/xcb_xkb_get_names_reply.3 man/xcb_xkb_get_names_unchecked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_xkb_get_names_value_list.3 man/xcb_xkb_get_state.3 man/xcb_xkb_get_state_reply.3 man/xcb_xkb_get_state_unchecked.3 man/xcb_xkb_indicator_map_notify_event_t.3 man/xcb_xkb_indicator_state_notify_event_t.3 man/xcb_xkb_latch_lock_state.3 man/xcb_xkb_latch_lock_state_checked.3 man/xcb_xkb_list_components.3 man/xcb_xkb_list_components_compat_maps_iterator.3 man/xcb_xkb_list_components_compat_maps_length.3 man/xcb_xkb_list_components_geometries_iterator.3 man/xcb_xkb_list_components_geometries_length.3 man/xcb_xkb_list_components_keycodes_iterator.3 man/xcb_xkb_list_components_keycodes_length.3 man/xcb_xkb_list_components_keymaps_iterator.3 man/xcb_xkb_list_components_keymaps_length.3 man/xcb_xkb_list_components_reply.3 man/xcb_xkb_list_components_symbols_iterator.3 man/xcb_xkb_list_components_symbols_length.3 man/xcb_xkb_list_components_types_iterator.3 man/xcb_xkb_list_components_types_length.3 man/xcb_xkb_list_components_unchecked.3 man/xcb_xkb_map_notify_event_t.3 man/xcb_xkb_names_notify_event_t.3 man/xcb_xkb_new_keyboard_notify_event_t.3 man/xcb_xkb_per_client_flags.3 man/xcb_xkb_per_client_flags_reply.3 man/xcb_xkb_per_client_flags_unchecked.3 man/xcb_xkb_select_events.3 man/xcb_xkb_select_events_checked.3 man/xcb_xkb_set_compat_map.3 man/xcb_xkb_set_compat_map_checked.3 man/xcb_xkb_set_controls.3 man/xcb_xkb_set_controls_checked.3 man/xcb_xkb_set_debugging_flags.3 man/xcb_xkb_set_debugging_flags_reply.3 man/xcb_xkb_set_debugging_flags_unchecked.3 man/xcb_xkb_set_device_info.3 man/xcb_xkb_set_device_info_checked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_xkb_set_indicator_map.3 man/xcb_xkb_set_indicator_map_checked.3 man/xcb_xkb_set_map.3 man/xcb_xkb_set_map_checked.3 man/xcb_xkb_set_named_indicator.3 man/xcb_xkb_set_named_indicator_checked.3 man/xcb_xkb_set_names.3 man/xcb_xkb_set_names_checked.3 man/xcb_xkb_state_notify_event_t.3 man/xcb_xkb_use_extension.3 man/xcb_xkb_use_extension_reply.3 man/xcb_xkb_use_extension_unchecked.3 man/xcb_xv_get_port_attribute.3 man/xcb_xv_get_port_attribute_reply.3 man/xcb_xv_get_port_attribute_unchecked.3 man/xcb_xv_get_still.3 man/xcb_xv_get_still_checked.3 man/xcb_xv_get_video.3 man/xcb_xv_get_video_checked.3 man/xcb_xv_grab_port.3 man/xcb_xv_grab_port_reply.3 man/xcb_xv_grab_port_unchecked.3 man/xcb_xv_list_image_formats.3 man/xcb_xv_list_image_formats_format.3 man/xcb_xv_list_image_formats_format_iterator.3 man/xcb_xv_list_image_formats_format_length.3 man/xcb_xv_list_image_formats_reply.3 man/xcb_xv_list_image_formats_unchecked.3 man/xcb_xv_port_notify_event_t.3 man/xcb_xv_put_image.3 man/xcb_xv_put_image_checked.3 man/xcb_xv_put_still.3 man/xcb_xv_put_still_checked.3 man/xcb_xv_put_video.3 man/xcb_xv_put_video_checked.3 man/xcb_xv_query_adaptors.3 man/xcb_xv_query_adaptors_info_iterator.3 man/xcb_xv_query_adaptors_info_length.3 man/xcb_xv_query_adaptors_reply.3 man/xcb_xv_query_adaptors_unchecked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_xv_query_best_size.3 man/xcb_xv_query_best_size_reply.3 man/xcb_xv_query_best_size_unchecked.3 man/xcb_xv_query_encodings.3 man/xcb_xv_query_encodings_info_iterator.3 man/xcb_xv_query_encodings_info_length.3 man/xcb_xv_query_encodings_reply.3 man/xcb_xv_query_encodings_unchecked.3 man/xcb_xv_query_extension.3 man/xcb_xv_query_extension_reply.3 man/xcb_xv_query_extension_unchecked.3 man/xcb_xv_query_image_attributes.3 man/xcb_xv_query_image_attributes_offsets.3 man/xcb_xv_query_image_attributes_offsets_end.3 man/xcb_xv_query_image_attributes_offsets_length.3 man/xcb_xv_query_image_attributes_pitches.3 man/xcb_xv_query_image_attributes_pitches_end.3 man/xcb_xv_query_image_attributes_pitches_length.3 man/xcb_xv_query_image_attributes_reply.3 man/xcb_xv_query_image_attributes_unchecked.3 man/xcb_xv_query_port_attributes.3 man/xcb_xv_query_port_attributes_attributes_iterator.3 man/xcb_xv_query_port_attributes_attributes_length.3 man/xcb_xv_query_port_attributes_reply.3 man/xcb_xv_query_port_attributes_unchecked.3 man/xcb_xv_select_port_notify.3 man/xcb_xv_select_port_notify_checked.3 man/xcb_xv_select_video_notify.3 man/xcb_xv_select_video_notify_checked.3 man/xcb_xv_set_port_attribute.3 man/xcb_xv_set_port_attribute_checked.3 man/xcb_xv_shm_put_image.3 man/xcb_xv_shm_put_image_checked.3 man/xcb_xv_stop_video.3 man/xcb_xv_stop_video_checked.3 man/xcb_xv_ungrab_port.3 man/xcb_xv_ungrab_port_checked.3 man/xcb_xv_video_notify_event_t.3 man/xcb_xvmc_create_context.3 man/xcb_xvmc_create_context_priv_data.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 man/xcb_xvmc_create_context_priv_data_end.3 man/xcb_xvmc_create_context_priv_data_length.3 man/xcb_xvmc_create_context_reply.3 man/xcb_xvmc_create_context_unchecked.3 man/xcb_xvmc_create_subpicture.3 man/xcb_xvmc_create_subpicture_priv_data.3 man/xcb_xvmc_create_subpicture_priv_data_end.3 man/xcb_xvmc_create_subpicture_priv_data_length.3 man/xcb_xvmc_create_subpicture_reply.3 man/xcb_xvmc_create_subpicture_unchecked.3 man/xcb_xvmc_create_surface.3 man/xcb_xvmc_create_surface_priv_data.3 man/xcb_xvmc_create_surface_priv_data_end.3 man/xcb_xvmc_create_surface_priv_data_length.3 man/xcb_xvmc_create_surface_reply.3 man/xcb_xvmc_create_surface_unchecked.3 man/xcb_xvmc_destroy_context.3 man/xcb_xvmc_destroy_context_checked.3 man/xcb_xvmc_destroy_subpicture.3 man/xcb_xvmc_destroy_subpicture_checked.3 man/xcb_xvmc_destroy_surface.3 man/xcb_xvmc_destroy_surface_checked.3 man/xcb_xvmc_list_subpicture_types.3 man/xcb_xvmc_list_subpicture_types_reply.3 man/xcb_xvmc_list_subpicture_types_types.3 man/xcb_xvmc_list_subpicture_types_types_iterator.3 man/xcb_xvmc_list_subpicture_types_types_length.3 man/xcb_xvmc_list_subpicture_types_unchecked.3 man/xcb_xvmc_list_surface_types.3 man/xcb_xvmc_list_surface_types_reply.3 man/xcb_xvmc_list_surface_types_surfaces.3 man/xcb_xvmc_list_surface_types_surfaces_iterator.3 man/xcb_xvmc_list_surface_types_surfaces_length.3 man/xcb_xvmc_list_surface_types_unchecked.3 man/xcb_xvmc_query_version.3 man/xcb_xvmc_query_version_reply.3 man/xcb_xvmc_query_version_unchecked.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/xcb' /usr/bin/install -c -m 644 xproto.h bigreq.h xc_misc.h composite.h damage.h dpms.h dri2.h dri3.h present.h glx.h randr.h record.h render.h res.h screensaver.h shape.h shm.h sync.h xevie.h xf86dri.h xfixes.h xinerama.h xinput.h xkb.h xprint.h xselinux.h xtest.h xv.h xvmc.h ge.h '/nvmedata/autobuild/instance-27/output-1/host/include/xcb' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/xcb' /usr/bin/install -c -m 644 xcb.h xcbext.h '/nvmedata/autobuild/instance-27/output-1/host/include/xcb' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/src' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/tests' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.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 '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/tests' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/tests' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/bash /nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/build-aux/install-sh -d '/nvmedata/autobuild/instance-27/output-1/host/share/doc/libxcb' cp -pR ./tutorial '/nvmedata/autobuild/instance-27/output-1/host/share/doc/libxcb/' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/doc' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 xcb-examples.3 xcb-requests.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 xcb.pc xcb-composite.pc xcb-damage.pc xcb-dpms.pc xcb-dri2.pc xcb-dri3.pc xcb-glx.pc xcb-present.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc xcb-sync.pc xcb-xf86dri.pc xcb-xfixes.pc xcb-xinerama.pc xcb-xinput.pc xcb-xkb.pc xcb-xtest.pc xcb-xv.pc xcb-xvmc.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-libxcb-1.15' >>> host-xlib_xtrans 1.4.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.xtrans-1.4.0.tar.bz2.65aiox/output' 'http://xorg.freedesktop.org/releases/individual/lib/xtrans-1.4.0.tar.bz2' --2022-06-04 14:36:16-- http://xorg.freedesktop.org/releases/individual/lib/xtrans-1.4.0.tar.bz2 Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/releases/individual/lib/xtrans-1.4.0.tar.bz2 [following] --2022-06-04 14:36:16-- https://www.x.org/releases/individual/lib/xtrans-1.4.0.tar.bz2 Resolving www.x.org (www.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.x.org (www.x.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 185371 (181K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.xtrans-1.4.0.tar.bz2.65aiox/output' 0K .......... .......... .......... .......... .......... 27% 599K 0s 50K .......... .......... .......... .......... .......... 55% 1.16M 0s 100K .......... .......... .......... .......... .......... 82% 1.18M 0s 150K .......... .......... .......... . 100% 125M=0.2s 2022-06-04 14:36:16 (1.06 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.xtrans-1.4.0.tar.bz2.65aiox/output' saved [185371/185371] xtrans-1.4.0.tar.bz2: OK (md5: ce2fb8100c6647ee81451ebe388b17ad) xtrans-1.4.0.tar.bz2: OK (sha1: 7c490026efb450798e02b040c05eba5212291c08) xtrans-1.4.0.tar.bz2: OK (sha256: 377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773) xtrans-1.4.0.tar.bz2: OK (sha512: 4fea89a3455c0e13321cbefa43340016dbb59bdd0dbdb5b796c1a6d2a6b1fd63cf1327b769ab426286b9c54b32ec764a50cd2b46228e4e43b841bda6b94de214) >>> host-xlib_xtrans 1.4.0 Extracting bzcat /nvmedata/autobuild/instance-27/dl/xlib_xtrans/xtrans-1.4.0.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0 -xf - >>> host-xlib_xtrans 1.4.0 Patching >>> host-xlib_xtrans 1.4.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xlib_xtrans 1.4.0 Patching libtool >>> host-xlib_xtrans 1.4.0 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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-documentation, --disable-debug, --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... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking for /usr/bin/gcc option to accept ISO C99... none needed checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking pkg-config is at least version 0.9.0... 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... /bin/sed checking if /usr/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/bin/gcc supports -Wall... yes checking if /usr/bin/gcc supports -Wpointer-arith... yes checking if /usr/bin/gcc supports -Wmissing-declarations... yes checking if /usr/bin/gcc supports -Wformat=2... yes checking if /usr/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/bin/gcc supports -Wnested-externs... yes checking if /usr/bin/gcc supports -Wbad-function-cast... yes checking if /usr/bin/gcc supports -Wold-style-definition... yes checking if /usr/bin/gcc supports -Wdeclaration-after-statement... yes checking if /usr/bin/gcc supports -Wunused... yes checking if /usr/bin/gcc supports -Wuninitialized... yes checking if /usr/bin/gcc supports -Wshadow... yes checking if /usr/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/bin/gcc supports -Wredundant-decls... yes checking if /usr/bin/gcc supports -Wlogical-op... yes checking if /usr/bin/gcc supports -Werror=implicit... yes checking if /usr/bin/gcc supports -Werror=nonnull... yes checking if /usr/bin/gcc supports -Werror=init-self... yes checking if /usr/bin/gcc supports -Werror=main... yes checking if /usr/bin/gcc supports -Werror=missing-braces... yes checking if /usr/bin/gcc supports -Werror=sequence-point... yes checking if /usr/bin/gcc supports -Werror=return-type... yes checking if /usr/bin/gcc supports -Werror=trigraphs... yes checking if /usr/bin/gcc supports -Werror=array-bounds... yes checking if /usr/bin/gcc supports -Werror=write-strings... yes checking if /usr/bin/gcc supports -Werror=address... yes checking if /usr/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/bin/gcc supports -pedantic... yes checking if /usr/bin/gcc supports -Werror... yes checking if /usr/bin/gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking whether to build documentation... no checking for xsltproc... /nvmedata/autobuild/instance-27/output-1/host/bin/xsltproc checking for X.Org SGML entities >= 1.8... no checking for fchown... yes 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 xtrans.pc config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-documentation, --disable-debug, --disable-nls >>> host-xlib_xtrans 1.4.0 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0' Making all in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0/doc' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0' >>> host-xlib_xtrans 1.4.0 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0' Making install in doc make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0/doc' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0/doc' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0/doc' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/Xtrans' /usr/bin/install -c -m 644 Xtrans.h Xtrans.c Xtransint.h Xtranslcl.c Xtranssock.c Xtransutil.c transport.c '/nvmedata/autobuild/instance-27/output-1/host/include/X11/Xtrans' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /usr/bin/install -c -m 644 xtrans.m4 '/nvmedata/autobuild/instance-27/output-1/host/share/aclocal' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' /usr/bin/install -c -m 644 xtrans.pc '/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_xtrans-1.4.0' >>> host-xlib_libX11 1.8 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.libX11-1.8.tar.xz.A8vtrC/output' 'https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.tar.xz' --2022-06-04 14:36:25-- https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.tar.xz Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1782508 (1.7M) [application/x-xz] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.libX11-1.8.tar.xz.A8vtrC/output' 0K .......... .......... .......... .......... .......... 2% 595K 3s 50K .......... .......... .......... .......... .......... 5% 1.17M 2s 100K .......... .......... .......... .......... .......... 8% 91.8M 1s 150K .......... .......... .......... .......... .......... 11% 87.0M 1s 200K .......... .......... .......... .......... .......... 14% 1.19M 1s 250K .......... .......... .......... .......... .......... 17% 81.7M 1s 300K .......... .......... .......... .......... .......... 20% 108M 1s 350K .......... .......... .......... .......... .......... 22% 103M 1s 400K .......... .......... .......... .......... .......... 25% 1.22M 1s 450K .......... .......... .......... .......... .......... 28% 85.7M 1s 500K .......... .......... .......... .......... .......... 31% 126M 0s 550K .......... .......... .......... .......... .......... 34% 86.3M 0s 600K .......... .......... .......... .......... .......... 37% 117M 0s 650K .......... .......... .......... .......... .......... 40% 84.2M 0s 700K .......... .......... .......... .......... .......... 43% 129M 0s 750K .......... .......... .......... .......... .......... 45% 84.9M 0s 800K .......... .......... .......... .......... .......... 48% 91.0M 0s 850K .......... .......... .......... .......... .......... 51% 1.29M 0s 900K .......... .......... .......... .......... .......... 54% 87.5M 0s 950K .......... .......... .......... .......... .......... 57% 128M 0s 1000K .......... .......... .......... .......... .......... 60% 80.6M 0s 1050K .......... .......... .......... .......... .......... 63% 107M 0s 1100K .......... .......... .......... .......... .......... 66% 93.5M 0s 1150K .......... .......... .......... .......... .......... 68% 136M 0s 1200K .......... .......... .......... .......... .......... 71% 41.0M 0s 1250K .......... .......... .......... .......... .......... 74% 155M 0s 1300K .......... .......... .......... .......... .......... 77% 186M 0s 1350K .......... .......... .......... .......... .......... 80% 168M 0s 1400K .......... .......... .......... .......... .......... 83% 115M 0s 1450K .......... .......... .......... .......... .......... 86% 128M 0s 1500K .......... .......... .......... .......... .......... 89% 107M 0s 1550K .......... .......... .......... .......... .......... 91% 96.8M 0s 1600K .......... .......... .......... .......... .......... 94% 92.1M 0s 1650K .......... .......... .......... .......... .......... 97% 125M 0s 1700K .......... .......... .......... .......... 100% 134M=0.3s 2022-06-04 14:36:26 (6.55 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.libX11-1.8.tar.xz.A8vtrC/output' saved [1782508/1782508] libX11-1.8.tar.xz: OK (sha256: 081bf42ebab023aa92cfdb20c7af8c5ae13d13e88a5e22f90f4453ef80bbdde4) libX11-1.8.tar.xz: OK (sha512: 64899ba9efbda00211daf08534a2a98eba86bb377980d21ce319106075cd36b511b17245d02e8ebd1045e7c2147f2c005004bcf579121138be7a7b879eeca83b) >>> host-xlib_libX11 1.8 Extracting xzcat /nvmedata/autobuild/instance-27/dl/xlib_libX11/libX11-1.8.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8 -xf - >>> host-xlib_libX11 1.8 Patching >>> host-xlib_libX11 1.8 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xlib_libX11 1.8 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/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). >>> host-xlib_libX11 1.8 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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-specs --without-perl ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of /usr/bin/gcc... none checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for /usr/bin/gcc option to accept ISO C99... none needed checking whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking pkg-config is at least version 0.9.0... yes checking if /usr/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/bin/gcc supports -Wall... yes checking if /usr/bin/gcc supports -Wpointer-arith... yes checking if /usr/bin/gcc supports -Wmissing-declarations... yes checking if /usr/bin/gcc supports -Wformat=2... yes checking if /usr/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/bin/gcc supports -Wnested-externs... yes checking if /usr/bin/gcc supports -Wbad-function-cast... yes checking if /usr/bin/gcc supports -Wold-style-definition... yes checking if /usr/bin/gcc supports -Wdeclaration-after-statement... yes checking if /usr/bin/gcc supports -Wunused... yes checking if /usr/bin/gcc supports -Wuninitialized... yes checking if /usr/bin/gcc supports -Wshadow... yes checking if /usr/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/bin/gcc supports -Wredundant-decls... yes checking if /usr/bin/gcc supports -Wlogical-op... yes checking if /usr/bin/gcc supports -Werror=implicit... yes checking if /usr/bin/gcc supports -Werror=nonnull... yes checking if /usr/bin/gcc supports -Werror=init-self... yes checking if /usr/bin/gcc supports -Werror=main... yes checking if /usr/bin/gcc supports -Werror=missing-braces... yes checking if /usr/bin/gcc supports -Werror=sequence-point... yes checking if /usr/bin/gcc supports -Werror=return-type... yes checking if /usr/bin/gcc supports -Werror=trigraphs... yes checking if /usr/bin/gcc supports -Werror=array-bounds... yes checking if /usr/bin/gcc supports -Werror=write-strings... yes checking if /usr/bin/gcc supports -Werror=address... yes checking if /usr/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/bin/gcc supports -pedantic... yes checking if /usr/bin/gcc supports -Werror... yes checking if /usr/bin/gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking whether to build functional specifications... no checking for xsltproc... /nvmedata/autobuild/instance-27/output-1/host/bin/xsltproc checking for X.Org SGML entities >= 1.10... no checking for cpp... /usr/bin/cpp checking if /usr/bin/cpp requires -undef... yes checking if /usr/bin/cpp requires -traditional... yes configure: WARNING: ignoring PERL environment variable since --with-perl=no was specified checking pkg-config is at least version 0.9.0... yes checking pkg-config is at least version 0.9.0... yes checking if Xtrans should support UNIX socket connections... yes checking if Xtrans should support TCP socket connections... yes checking for library containing socket... none required checking for library containing gethostbyname... none required checking for getaddrinfo... yes checking if IPv6 support should be built... yes checking for struct sockaddr_in.sin_len... no checking for socklen_t... yes checking for struct msghdr.msg_control... yes checking if Xtrans should support os-specific local connections... no checking for strcasecmp... yes checking for strlcpy... no checking if run-time linking is supported... checking for library containing dlopen... -ldl checking for dlfcn.h... (cached) yes yes checking if loadable i18n module support should be enabled... no checking if loadable Xcursor library support should be enabled... yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for __builtin_popcountl... yes checking for strtol... yes checking for seteuid... yes checking for reallocarray... yes checking whether issetugid is declared... no checking for issetugid... no checking for getresuid... yes checking for shmat... yes checking for launchd... no checking for getpwuid_r in -lc... yes checking for pthread_self in -lc... yes checking for poll... yes checking keysym definitions... /nvmedata/autobuild/instance-27/output-1/host/include/X11/keysymdef.h /nvmedata/autobuild/instance-27/output-1/host/include/X11/XF86keysym.h /nvmedata/autobuild/instance-27/output-1/host/include/X11/Sunkeysym.h /nvmedata/autobuild/instance-27/output-1/host/include/X11/DECkeysym.h /nvmedata/autobuild/instance-27/output-1/host/include/X11/HPkeysym.h checking if XLOCALEDIR support should be enabled... yes checking for BIGFONT... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for nl_langinfo... yes checking for X11... yes checking whether malloc(0) returns NULL... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating man/Makefile config.status: creating man/xkb/Makefile config.status: creating src/Makefile config.status: creating src/util/Makefile config.status: creating src/xcms/Makefile config.status: creating src/xlibi18n/Makefile config.status: creating modules/Makefile config.status: creating modules/im/Makefile config.status: creating modules/im/ximcp/Makefile config.status: creating modules/lc/Makefile config.status: creating modules/lc/def/Makefile config.status: creating modules/lc/gen/Makefile config.status: creating modules/lc/Utf8/Makefile config.status: creating modules/om/Makefile config.status: creating modules/om/generic/Makefile config.status: creating src/xkb/Makefile config.status: creating nls/Makefile config.status: creating specs/Makefile config.status: creating specs/i18n/Makefile config.status: creating specs/i18n/compose/Makefile config.status: creating specs/i18n/framework/Makefile config.status: creating specs/i18n/localedb/Makefile config.status: creating specs/i18n/trans/Makefile config.status: creating specs/libX11/Makefile config.status: creating specs/XIM/Makefile config.status: creating specs/XKB/Makefile config.status: creating x11.pc config.status: creating x11-xcb.pc config.status: creating src/config.h config.status: creating include/X11/XlibConf.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, --disable-nls X11 will be built with the following settings: Loadable i18n module support: no Loadable xcursor library support: yes Threading support: yes Use Threads safe API: yes Threads stubs in libX11: no XCMS: yes Internationalization support: yes XF86BigFont support: yes XKB support: yes XLOCALEDIR environment variable support: yes Compose table cache enabled: yes Functional specs building enabled: no >>> host-xlib_libX11 1.8 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8' Making all in include make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/include' Making all in modules make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules' Making all in im make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im' Making all in ximcp make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im/ximcp' CC imCallbk.lo CC imDefFlt.lo CC imDefIc.lo CC imDefIm.lo CC imDefLkup.lo CC imDispch.lo CC imEvToWire.lo CC imExten.lo CC imImSw.lo CC imInsClbk.lo CC imInt.lo CC imLcFlt.lo CC imLcGIc.lo CC imLcIc.lo CC imLcIm.lo CC imLcLkup.lo CC imLcPrs.lo CC imLcSIc.lo CC imRmAttr.lo CC imRm.lo CC imThaiFlt.lo CC imThaiIc.lo CC imThaiIm.lo CC imTrans.lo CC imTransR.lo CC imTrX.lo CCLD libximcp.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im/ximcp' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im' Making all in lc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc' Making all in Utf8 make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/Utf8' CC lcUTF8Load.lo CCLD libxlcUTF8Load.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/Utf8' Making all in def make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/def' CC lcDefConv.lo CCLD libxlcDef.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/def' Making all in gen make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/gen' CC lcGenConv.lo CCLD libxlibi18n.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/gen' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc' Making all in om make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om' Making all in generic make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om/generic' CC omDefault.lo CC omGeneric.lo CC omImText.lo CC omText.lo CC omTextEsc.lo CC omTextExt.lo CC omTextPer.lo CC omXChar.lo CCLD libxomGeneric.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om/generic' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' cd util && /usr/bin/make make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/util' CC makekeys.o CCLD makekeys make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/util' ../src/util/makekeys /nvmedata/autobuild/instance-27/output-1/host/include/X11/keysymdef.h /nvmedata/autobuild/instance-27/output-1/host/include/X11/XF86keysym.h /nvmedata/autobuild/instance-27/output-1/host/include/X11/Sunkeysym.h /nvmedata/autobuild/instance-27/output-1/host/include/X11/DECkeysym.h /nvmedata/autobuild/instance-27/output-1/host/include/X11/HPkeysym.h > ks_tables_h mv ks_tables_h ks_tables.h /usr/bin/make all-recursive make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' Making all in util make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/util' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/util' Making all in xcms make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xcms' CC AddDIC.lo CC AddSF.lo CC CCC.lo CC CvColW.lo CC CvCols.lo CC HVC.lo CC HVCGcC.lo CC HVCGcV.lo CC HVCGcVC.lo CC HVCMnV.lo CC HVCMxC.lo CC HVCMxV.lo CC HVCMxVC.lo CC HVCMxVs.lo CC HVCWpAj.lo CC IdOfPr.lo CC LRGB.lo CC Lab.lo CC LabGcC.lo CC LabGcL.lo CC LabGcLC.lo CC LabMnL.lo CC LabMxC.lo CC LabMxL.lo CC LabMxLC.lo CC LabWpAj.lo CC Luv.lo CC LuvGcC.lo CC LuvGcL.lo CC LuvGcLC.lo CC LuvMnL.lo CC LuvMxC.lo CC LuvMxL.lo CC LuvMxLC.lo CC LuvWpAj.lo CC OfCCC.lo CC PrOfId.lo CC QBlack.lo CC QBlue.lo CC QGreen.lo CC QRed.lo CC QWhite.lo CC QuCol.lo CC QuCols.lo CC SetCCC.lo CC SetGetCols.lo CC StCol.lo CC StCols.lo CC UNDEFINED.lo CC XRGB.lo CC XYZ.lo CC cmsAllCol.lo CC cmsAllNCol.lo CC cmsCmap.lo CC cmsColNm.lo CC cmsGlobls.lo CC cmsInt.lo CC cmsLkCol.lo CC cmsMath.lo CC cmsProp.lo CC cmsTrig.lo CC uvY.lo CC xyY.lo CCLD libxcms.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xcms' Making all in xlibi18n make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xlibi18n' CC XDefaultIMIF.lo CC XDefaultOMIF.lo CC xim_trans.lo In file included from /nvmedata/autobuild/instance-27/output-1/host/include/X11/Xtrans/transport.c:70, from xim_trans.c:30: /nvmedata/autobuild/instance-27/output-1/host/include/X11/Xtrans/Xtransutil.c:438:1: warning: 'is_numeric' defined but not used [-Wunused-function] 438 | is_numeric (const char *str) | ^~~~~~~~~~ In file included from /usr/include/string.h:495, from /nvmedata/autobuild/instance-27/output-1/host/include/X11/Xos.h:62, from /nvmedata/autobuild/instance-27/output-1/host/include/X11/Xtrans/Xtrans.h:54, from /nvmedata/autobuild/instance-27/output-1/host/include/X11/Xtrans/Xtransint.h:79, from /nvmedata/autobuild/instance-27/output-1/host/include/X11/Xtrans/transport.c:55, from xim_trans.c:30: In function 'strncpy', inlined from '_XimXTransSocketINETConnect' at /nvmedata/autobuild/instance-27/output-1/host/include/X11/Xtrans/Xtranssock.c:1370:6: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 64 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC ICWrap.lo CC IMWrap.lo CC imKStoUCS.lo CC lcCT.lo CC lcCharSet.lo CC lcConv.lo CC lcDB.lo CC lcDynamic.lo CC lcFile.lo CC lcGeneric.lo CC lcInit.lo CC lcPrTxt.lo CC lcPubWrap.lo CC lcPublic.lo CC lcRM.lo CC lcStd.lo CC lcTxtPr.lo CC lcUTF8.lo CC lcUtil.lo CC lcWrap.lo CC mbWMProps.lo CC mbWrap.lo CC utf8WMProps.lo CC utf8Wrap.lo CC wcWrap.lo CCLD libi18n.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xlibi18n' Making all in xkb make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xkb' CC XKB.lo CC XKBBind.lo CC XKBCompat.lo CC XKBCtrls.lo CC XKBCvt.lo CC XKBGetMap.lo CC XKBGetByName.lo CC XKBNames.lo CC XKBRdBuf.lo CC XKBSetMap.lo CC XKBUse.lo CC XKBleds.lo CC XKBBell.lo CC XKBGeom.lo CC XKBSetGeom.lo CC XKBExtDev.lo CC XKBList.lo CC XKBMisc.lo CC XKBMAlloc.lo CC XKBGAlloc.lo CC XKBAlloc.lo CCLD libxkb.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xkb' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' CC AllCells.lo CC AllowEv.lo CC AllPlanes.lo CC AutoRep.lo CC Backgnd.lo CC BdrWidth.lo CC Bell.lo CC Border.lo CC ChAccCon.lo CC ChActPGb.lo CC ChClMode.lo CC ChCmap.lo CC ChGC.lo CC ChKeyCon.lo CC ChkIfEv.lo CC ChkMaskEv.lo CC ChkTypEv.lo CC ChkTypWEv.lo CC ChkWinEv.lo CC ChPntCon.lo CC ChProp.lo CC ChSaveSet.lo CC ChWAttrs.lo CC ChWindow.lo CC CirWin.lo CC CirWinDn.lo CC CirWinUp.lo CC ClDisplay.lo CC ClearArea.lo CC Clear.lo CC ConfWind.lo CC Context.lo CC ConvSel.lo CC CopyArea.lo CC CopyCmap.lo CC CopyGC.lo CC CopyPlane.lo CC CrBFData.lo CC CrCmap.lo CC CrCursor.lo CC CrGC.lo CC CrGlCur.lo CC CrPFBData.lo CC CrPixmap.lo CC CrWindow.lo CC Cursor.lo CC DefCursor.lo CC DelProp.lo CC Depths.lo CC DestSubs.lo CC DestWind.lo CC DisName.lo CC DrArc.lo CC DrArcs.lo CC DrLine.lo CC DrLines.lo CC DrPoint.lo CC DrPoints.lo CC DrRect.lo CC DrRects.lo CC DrSegs.lo CC ErrDes.lo CC ErrHndlr.lo CC evtomask.lo CC EvToWire.lo CC FetchName.lo CC FillArc.lo CC FillArcs.lo CC FillPoly.lo CC FillRct.lo CC FillRcts.lo CC FilterEv.lo CC Flush.lo CC Font.lo CC FontInfo.lo CC FontNames.lo CC FreeCmap.lo CC FreeCols.lo CC FreeCurs.lo CC FreeEData.lo CC FreeEventData.lo CC FreeGC.lo CC FreePix.lo CC FSSaver.lo CC FSWrap.lo CC GCMisc.lo CC Geom.lo CC GetAtomNm.lo CC GetColor.lo CC GetDflt.lo CC GetEventData.lo CC GetFPath.lo CC GetFProp.lo CC GetGCVals.lo CC GetGeom.lo CC GetHColor.lo CC GetHints.lo CC GetIFocus.lo CC GetImage.lo CC GetKCnt.lo CC GetMoEv.lo CC GetNrmHint.lo CC GetPCnt.lo CC GetPntMap.lo CC GetProp.lo CC GetRGBCMap.lo CC GetSOwner.lo CC GetSSaver.lo CC GetStCmap.lo CC GetTxtProp.lo CC GetWAttrs.lo CC GetWMCMapW.lo CC GetWMProto.lo CC globals.lo CC GrButton.lo CC GrKeybd.lo CC GrKey.lo CC GrPointer.lo CC GrServer.lo CC Host.lo CC Iconify.lo CC IfEvent.lo CC imConv.lo CC ImText16.lo CC ImText.lo CC ImUtil.lo CC InitExt.lo CC InsCmap.lo CC IntAtom.lo CC KeyBind.lo CC KeysymStr.lo CC KillCl.lo CC LiHosts.lo CC LiICmaps.lo CC LiProps.lo CC ListExt.lo CC LoadFont.lo CC LockDis.lo CC locking.lo CC LookupCol.lo CC LowerWin.lo CC Macros.lo CC MapRaised.lo CC MapSubs.lo CC MapWindow.lo CC MaskEvent.lo CC Misc.lo CC ModMap.lo CC MoveWin.lo CC NextEvent.lo CC OCWrap.lo CC OMWrap.lo CC OpenDis.lo CC ParseCmd.lo CC ParseCol.lo CC ParseGeom.lo CC PeekEvent.lo CC PeekIfEv.lo CC Pending.lo CC PixFormats.lo CC PmapBgnd.lo CC PmapBord.lo CC PolyReg.lo CC PolyTxt16.lo CC PolyTxt.lo CC PropAlloc.lo CC PutBEvent.lo CC PutImage.lo CC Quarks.lo CC QuBest.lo CC QuColor.lo CC QuColors.lo In file included from QuColors.c:31: QuColors.c: In function '_XQueryColors': reallocarray.h:39:5: warning: argument 2 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 39 | reallocarray((ptr), ((n) == 0 ? 1 : (n)), size) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ reallocarray.h:44:32: note: in expansion of macro 'Xreallocarray' 44 | #define Xmallocarray(n, size) Xreallocarray(NULL, (n), (size)) | ^~~~~~~~~~~~~ QuColors.c:54:16: note: in expansion of macro 'Xmallocarray' 54 | xrgb *color = Xmallocarray(ncolors, sizeof(xrgb)); | ^~~~~~~~~~~~ In file included from ../include/X11/Xlibint.h:348, from QuColors.c:30: /usr/include/stdlib.h:559:14: note: in a call to allocation function 'reallocarray' declared here 559 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size) | ^~~~~~~~~~~~ CC QuCurShp.lo CC QuExt.lo CC QuKeybd.lo CC QuPntr.lo CC QuStipShp.lo CC QuTextE16.lo CC QuTextExt.lo CC QuTileShp.lo CC QuTree.lo CC RaiseWin.lo CC RdBitF.lo CC RecolorC.lo CC ReconfWin.lo CC ReconfWM.lo CC Region.lo CC RegstFlt.lo CC RepWindow.lo CC RestackWs.lo CC RotProp.lo CC ScrResStr.lo CC SelInput.lo CC SendEvent.lo CC SetBack.lo CC SetClMask.lo CC SetClOrig.lo CC SetCRects.lo CC SetDashes.lo CC SetFont.lo CC SetFore.lo CC SetFPath.lo CC SetFunc.lo CC SetHints.lo CC SetIFocus.lo CC SetLocale.lo CC SetLStyle.lo CC SetNrmHint.lo CC SetPMask.lo CC SetPntMap.lo CC SetRGBCMap.lo CC SetSOwner.lo CC SetSSaver.lo CC SetState.lo CC SetStCmap.lo CC SetStip.lo CC SetTile.lo CC SetTSOrig.lo CC SetTxtProp.lo CC SetWMCMapW.lo CC SetWMProto.lo CC StBytes.lo CC StColor.lo CC StColors.lo CC StName.lo CC StNColor.lo CC StrKeysym.lo CC StrToText.lo CC Sync.lo CC Synchro.lo CC Text16.lo CC Text.lo CC TextExt16.lo CC TextExt.lo CC TextToStr.lo In file included from TextToStr.c:31: TextToStr.c: In function 'XTextPropertyToStringList': ../include/X11/Xlibint.h:452:24: warning: argument 1 range [18446744071562067969, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 452 | # define Xmalloc(size) malloc((size_t)((size) == 0 ? 1 : (size))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TextToStr.c:78:13: note: in expansion of macro 'Xmalloc' 78 | start = Xmalloc ((datalen + 1) * sizeof (char)); /* for */ | ^~~~~~~ In file included from ../include/X11/Xlibint.h:348, from TextToStr.c:31: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here 539 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ | ^~~~~~ CC TrCoords.lo CC UndefCurs.lo CC UngrabBut.lo CC UngrabKbd.lo CC UngrabKey.lo CC UngrabPtr.lo CC UngrabSvr.lo CC UninsCmap.lo CC UnldFont.lo CC UnmapSubs.lo CC UnmapWin.lo CC VisUtil.lo CC WarpPtr.lo CC Window.lo CC WinEvent.lo CC Withdraw.lo CC WMGeom.lo CC WMProps.lo CC WrBitF.lo CC xcb_disp.lo CC xcb_io.lo CC XlibAsync.lo CC XlibInt.lo XlibInt.c: In function '_XPrintDefaultError': XlibInt.c:1338:24: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 1338 | (void) fprintf(fp, mesg, event->request_code); | ^~~~ XlibInt.c:1358:21: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 1358 | (void) fprintf(fp, mesg, event->minor_code); | ^~~~ XlibInt.c:1390:25: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 1390 | (void) fprintf(fp, mesg, event->resourceid); | ^~~~ XlibInt.c:1418:21: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 1418 | (void) fprintf(fp, mesg, event->resourceid); | ^~~~ XlibInt.c:1424:24: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 1424 | (void) fprintf(fp, mesg, event->serial); | ^~~~ XlibInt.c:1428:24: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 1428 | (void) fprintf(fp, mesg, (unsigned long long)(X_DPY_GET_REQUEST(dpy))); | ^~~~ CC Xrm.lo Xrm.c: In function 'PutEntry': Xrm.c:900:15: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] 900 | !quarks[2] != table->leaf) | ^~ Xrm.c:900:4: note: add parentheses around left hand side expression to silence this warning 900 | !quarks[2] != table->leaf) | ^~~~~~~~~~ | ( ) CCLD libX11.la CC x11_xcb.lo CCLD libX11-xcb.la make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' Making all in nls make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/nls' GEN am_ET.UTF-8/XLC_LOCALE GEN armscii-8/XLC_LOCALE GEN C/XLC_LOCALE GEN cs_CZ.UTF-8/XLC_LOCALE GEN el_GR.UTF-8/XLC_LOCALE GEN en_US.UTF-8/XLC_LOCALE GEN fi_FI.UTF-8/XLC_LOCALE GEN georgian-academy/XLC_LOCALE GEN georgian-ps/XLC_LOCALE GEN ibm-cp1133/XLC_LOCALE GEN iscii-dev/XLC_LOCALE GEN isiri-3342/XLC_LOCALE GEN iso8859-1/XLC_LOCALE GEN iso8859-10/XLC_LOCALE GEN iso8859-11/XLC_LOCALE GEN iso8859-13/XLC_LOCALE GEN iso8859-14/XLC_LOCALE GEN iso8859-15/XLC_LOCALE GEN iso8859-2/XLC_LOCALE GEN iso8859-3/XLC_LOCALE GEN iso8859-4/XLC_LOCALE GEN iso8859-5/XLC_LOCALE GEN iso8859-6/XLC_LOCALE GEN iso8859-7/XLC_LOCALE GEN iso8859-8/XLC_LOCALE GEN iso8859-9/XLC_LOCALE GEN iso8859-9e/XLC_LOCALE GEN ja/XLC_LOCALE GEN ja.JIS/XLC_LOCALE GEN ja_JP.UTF-8/XLC_LOCALE GEN ja.SJIS/XLC_LOCALE GEN km_KH.UTF-8/XLC_LOCALE GEN ko/XLC_LOCALE GEN koi8-c/XLC_LOCALE GEN koi8-r/XLC_LOCALE GEN koi8-u/XLC_LOCALE GEN ko_KR.UTF-8/XLC_LOCALE GEN microsoft-cp1251/XLC_LOCALE GEN microsoft-cp1255/XLC_LOCALE GEN microsoft-cp1256/XLC_LOCALE GEN mulelao-1/XLC_LOCALE GEN nokhchi-1/XLC_LOCALE GEN pt_BR.UTF-8/XLC_LOCALE GEN pt_PT.UTF-8/XLC_LOCALE GEN ru_RU.UTF-8/XLC_LOCALE GEN sr_RS.UTF-8/XLC_LOCALE GEN tatar-cyr/XLC_LOCALE GEN th_TH/XLC_LOCALE GEN th_TH.UTF-8/XLC_LOCALE GEN tscii-0/XLC_LOCALE GEN vi_VN.tcvn/XLC_LOCALE GEN vi_VN.viscii/XLC_LOCALE GEN zh_CN/XLC_LOCALE GEN zh_CN.gb18030/XLC_LOCALE GEN zh_CN.gbk/XLC_LOCALE GEN zh_CN.UTF-8/XLC_LOCALE GEN zh_HK.big5/XLC_LOCALE GEN zh_HK.big5hkscs/XLC_LOCALE GEN zh_HK.UTF-8/XLC_LOCALE GEN zh_TW/XLC_LOCALE GEN zh_TW.big5/XLC_LOCALE GEN zh_TW.UTF-8/XLC_LOCALE GEN am_ET.UTF-8/Compose GEN armscii-8/Compose GEN C/Compose GEN cs_CZ.UTF-8/Compose GEN el_GR.UTF-8/Compose GEN en_US.UTF-8/Compose GEN fi_FI.UTF-8/Compose GEN georgian-academy/Compose GEN georgian-ps/Compose GEN ibm-cp1133/Compose GEN iscii-dev/Compose GEN isiri-3342/Compose GEN iso8859-1/Compose GEN iso8859-10/Compose GEN iso8859-11/Compose GEN iso8859-13/Compose GEN iso8859-14/Compose GEN iso8859-15/Compose GEN iso8859-2/Compose GEN iso8859-3/Compose GEN iso8859-4/Compose GEN iso8859-5/Compose GEN iso8859-6/Compose GEN iso8859-7/Compose GEN iso8859-8/Compose GEN iso8859-9/Compose GEN iso8859-9e/Compose GEN ja/Compose GEN ja.JIS/Compose GEN ja_JP.UTF-8/Compose GEN ja.SJIS/Compose GEN km_KH.UTF-8/Compose GEN ko/Compose GEN koi8-c/Compose GEN koi8-r/Compose GEN koi8-u/Compose GEN ko_KR.UTF-8/Compose GEN microsoft-cp1251/Compose GEN microsoft-cp1255/Compose GEN microsoft-cp1256/Compose GEN mulelao-1/Compose GEN nokhchi-1/Compose GEN pt_BR.UTF-8/Compose GEN pt_PT.UTF-8/Compose GEN ru_RU.UTF-8/Compose GEN sr_RS.UTF-8/Compose GEN tatar-cyr/Compose GEN th_TH/Compose GEN th_TH.UTF-8/Compose GEN tscii-0/Compose GEN vi_VN.tcvn/Compose GEN vi_VN.viscii/Compose GEN zh_CN/Compose GEN zh_CN.gb18030/Compose GEN zh_CN.gbk/Compose GEN zh_CN.UTF-8/Compose GEN zh_HK.big5/Compose GEN zh_HK.big5hkscs/Compose GEN zh_HK.UTF-8/Compose GEN zh_TW/Compose GEN zh_TW.big5/Compose GEN zh_TW.UTF-8/Compose GEN locale.alias LC_CTYPE=C /bin/sed -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \ < locale.alias.l1 > locale.alias.l2 cat locale.alias.l2 locale.alias.l1 > locale.alias GEN locale.dir LC_CTYPE=C /bin/sed -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \ < locale.dir.l1 > locale.dir.l2 cat locale.dir.l2 locale.dir.l1 > locale.dir GEN compose.dir LC_CTYPE=C /bin/sed -e '/^[^#][^ ]*:/s/://' -e '/^[^#].*[ ].*:/d' \ < compose.dir.l1 > compose.dir.l2 cat compose.dir.l2 compose.dir.l1 > compose.dir make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/nls' Making all in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man' Making all in xkb make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man/xkb' GEN XkbActionCtrls.3 GEN XkbAddDeviceLedInfo.3 GEN XkbAddGeomColor.3 GEN XkbAddGeomDoodad.3 GEN XkbAddGeomKey.3 GEN XkbAddGeomKeyAlias.3 GEN XkbAddGeomOutline.3 GEN XkbAddGeomOverlay.3 GEN XkbAddGeomOverlayKey.3 GEN XkbAddGeomOverlayRow.3 GEN XkbAddGeomProperty.3 GEN XkbAddGeomRow.3 GEN XkbAddGeomSection.3 GEN XkbAddGeomShape.3 GEN XkbAddSymInterpret.3 GEN XkbAllocClientMap.3 GEN XkbAllocCompatMap.3 GEN XkbAllocControls.3 GEN XkbAllocDeviceInfo.3 GEN XkbAllocDeviceLedInfo.3 GEN XkbAllocGeomColors.3 GEN XkbAllocGeomDoodads.3 GEN XkbAllocGeomKeyAliases.3 GEN XkbAllocGeomKeys.3 GEN XkbAllocGeomOutlines.3 GEN XkbAllocGeomOverlayKeys.3 GEN XkbAllocGeomOverlayRows.3 GEN XkbAllocGeomOverlays.3 GEN XkbAllocGeomPoints.3 GEN XkbAllocGeomProps.3 GEN XkbAllocGeomRows.3 GEN XkbAllocGeomSectionDoodads.3 GEN XkbAllocGeomSections.3 GEN XkbAllocGeomShapes.3 GEN XkbAllocGeometry.3 GEN XkbAllocIndicatorMaps.3 GEN XkbAllocKeyboard.3 GEN XkbAllocNames.3 GEN XkbAllocServerMap.3 GEN XkbApplyCompatMapToKey.3 GEN XkbBell.3 GEN XkbBellEvent.3 GEN XkbChangeControls.3 GEN XkbChangeDeviceInfo.3 GEN XkbChangeEnabledControls.3 GEN XkbChangeIndicators.3 GEN XkbChangeMap.3 GEN XkbChangeNames.3 GEN XkbChangeTypesOfKey.3 GEN XkbComputeRowBounds.3 GEN XkbComputeSectionBounds.3 GEN XkbComputeShapeBounds.3 GEN XkbComputeShapeTop.3 GEN XkbCopyKeyType.3 GEN XkbCopyKeyTypes.3 GEN XkbDeviceBell.3 GEN XkbDeviceBellEvent.3 GEN XkbFindOverlayForKey.3 GEN XkbForceBell.3 GEN XkbForceDeviceBell.3 GEN XkbFreeClientMap.3 GEN XkbFreeCompatMap.3 GEN XkbFreeComponentList.3 GEN XkbFreeControls.3 GEN XkbFreeDeviceInfo.3 GEN XkbFreeGeomColors.3 GEN XkbFreeGeomDoodads.3 GEN XkbFreeGeomKeyAliases.3 GEN XkbFreeGeomKeys.3 GEN XkbFreeGeomOutlines.3 GEN XkbFreeGeomOverlayKeys.3 GEN XkbFreeGeomOverlayRows.3 GEN XkbFreeGeomOverlays.3 GEN XkbFreeGeomPoints.3 GEN XkbFreeGeomProperties.3 GEN XkbFreeGeomRows.3 GEN XkbFreeGeomSections.3 GEN XkbFreeGeomShapes.3 GEN XkbFreeGeometry.3 GEN XkbFreeIndicatorMaps.3 GEN XkbFreeKeyboard.3 GEN XkbFreeNames.3 GEN XkbFreeServerMap.3 GEN XkbGetAccessXTimeout.3 GEN XkbGetAutoRepeatRate.3 GEN XkbGetAutoResetControls.3 GEN XkbGetBounceKeysDelay.3 GEN XkbGetCompatMap.3 GEN XkbGetControls.3 GEN XkbGetControlsChanges.3 GEN XkbGetDetectableAutoRepeat.3 GEN XkbGetDeviceButtonActions.3 GEN XkbGetDeviceInfo.3 GEN XkbGetDeviceInfoChanges.3 GEN XkbGetDeviceLedInfo.3 GEN XkbGetGeometry.3 GEN XkbGetIndicatorChanges.3 GEN XkbGetIndicatorMap.3 GEN XkbGetIndicatorState.3 GEN XkbGetKeyActions.3 GEN XkbGetKeyBehaviors.3 GEN XkbGetKeyExplicitComponents.3 GEN XkbGetKeyModifierMap.3 GEN XkbGetKeySyms.3 GEN XkbGetKeyTypes.3 GEN XkbGetKeyVirtualModMap.3 GEN XkbGetKeyboard.3 GEN XkbGetKeyboardByName.3 GEN XkbGetMap.3 GEN XkbGetNameChanges.3 GEN XkbGetNamedDeviceIndicator.3 GEN XkbGetNamedGeometry.3 GEN XkbGetNamedIndicator.3 GEN XkbGetNames.3 GEN XkbGetSlowKeysDelay.3 GEN XkbGetState.3 GEN XkbGetStickyKeysOptions.3 GEN XkbGetUpdatedMap.3 GEN XkbGetVirtualMods.3 GEN XkbGetXlibControls.3 GEN XkbIgnoreExtension.3 GEN XkbInitCanonicalKeyTypes.3 GEN XkbKeyAction.3 GEN XkbKeyActionEntry.3 GEN XkbKeyActionsPtr.3 GEN XkbKeyGroupInfo.3 GEN XkbKeyGroupWidth.3 GEN XkbKeyGroupsWidth.3 GEN XkbKeyHasActions.3 GEN XkbKeyNumActions.3 GEN XkbKeyNumGroups.3 GEN XkbKeyNumSyms.3 GEN XkbKeySymEntry.3 GEN XkbKeySymsOffset.3 GEN XkbKeySymsPtr.3 GEN XkbKeyType.3 GEN XkbKeyTypeIndex.3 GEN XkbKeyTypesForCoreSymbols.3 GEN XkbKeycodeToKeysym.3 GEN XkbKeysymToModifiers.3 GEN XkbLatchGroup.3 GEN XkbLatchModifiers.3 GEN XkbLibraryVersion.3 GEN XkbListComponents.3 GEN XkbLockGroup.3 GEN XkbLockModifiers.3 GEN XkbLookupKeyBinding.3 GEN XkbLookupKeySym.3 GEN XkbModActionVMods.3 GEN XkbNoteControlsChanges.3 GEN XkbNoteDeviceChanges.3 GEN XkbNoteIndicatorChanges.3 GEN XkbNoteNameChanges.3 GEN XkbOpenDisplay.3 GEN XkbOutOfRangeGroupInfo.3 GEN XkbOutOfRangeGroupNumber.3 GEN XkbPtrActionX.3 GEN XkbPtrActionY.3 GEN XkbQueryExtension.3 GEN XkbRefreshKeyboardMapping.3 GEN XkbResizeDeviceButtonActions.3 GEN XkbResizeKeyActions.3 GEN XkbResizeKeySyms.3 GEN XkbResizeKeyType.3 GEN XkbSAActionSetCtrls.3 GEN XkbSAGroup.3 GEN XkbSAPtrDfltValue.3 GEN XkbSARedirectSetVMods.3 GEN XkbSARedirectSetVModsMask.3 GEN XkbSARedirectVMods.3 GEN XkbSARedirectVModsMask.3 GEN XkbSAScreen.3 GEN XkbSASetGroup.3 GEN XkbSASetPtrDfltValue.3 GEN XkbSASetScreen.3 GEN XkbSelectEventDetails.3 GEN XkbSelectEvents.3 GEN XkbSetAccessXTimeout.3 GEN XkbSetAutoRepeatRate.3 GEN XkbSetAutoResetControls.3 GEN XkbSetBounceKeysDelay.3 GEN XkbSetCompatMap.3 GEN XkbSetControls.3 GEN XkbSetDebuggingFlags.3 GEN XkbSetDetectableAutoRepeat.3 GEN XkbSetDeviceButtonActions.3 GEN XkbSetDeviceInfo.3 GEN XkbSetIgnoreLockMods.3 GEN XkbSetIndicatorMap.3 GEN XkbSetMap.3 GEN XkbSetModActionVMods.3 GEN XkbSetNamedDeviceIndicator.3 GEN XkbSetNamedIndicator.3 GEN XkbSetNames.3 GEN XkbSetPtrActionX.3 GEN XkbSetPtrActionY.3 GEN XkbSetServerInternalMods.3 GEN XkbSetXlibControls.3 GEN XkbTranslateKeyCode.3 GEN XkbTranslateKeySym.3 GEN XkbUpdateMapFromCore.3 GEN XkbVirtualModsToReal.3 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man/xkb' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man' GEN Compose.5 GEN XCompose.5 GEN BlackPixel.3 GEN WhitePixel.3 GEN ConnectionNumber.3 GEN DefaultColormap.3 GEN DefaultDepth.3 GEN XListDepths.3 GEN DefaultGC.3 GEN DefaultRootWindow.3 GEN DefaultScreenOfDisplay.3 GEN DefaultScreen.3 GEN DefaultVisual.3 GEN DisplayCells.3 GEN DisplayPlanes.3 GEN DisplayString.3 GEN XMaxRequestSize.3 GEN XExtendedMaxRequestSize.3 GEN LastKnownRequestProcessed.3 GEN NextRequest.3 GEN ProtocolVersion.3 GEN ProtocolRevision.3 GEN QLength.3 GEN RootWindow.3 GEN ScreenCount.3 GEN ScreenOfDisplay.3 GEN ServerVendor.3 GEN VendorRelease.3 GEN WhitePixelOfScreen.3 GEN CellsOfScreen.3 GEN DefaultColormapOfScreen.3 GEN DefaultDepthOfScreen.3 GEN DefaultGCOfScreen.3 GEN DefaultVisualOfScreen.3 GEN DoesBackingStore.3 GEN DoesSaveUnders.3 GEN DisplayOfScreen.3 GEN XScreenNumberOfScreen.3 GEN EventMaskOfScreen.3 GEN HeightOfScreen.3 GEN HeightMMOfScreen.3 GEN MaxCmapsOfScreen.3 GEN MinCmapsOfScreen.3 GEN PlanesOfScreen.3 GEN RootWindowOfScreen.3 GEN WidthOfScreen.3 GEN WidthMMOfScreen.3 GEN VisualOfCCC.3 GEN ScreenNumberOfCCC.3 GEN ScreenWhitePointOfCCC.3 GEN ClientWhitePointOfCCC.3 GEN BitmapBitOrder.3 GEN BitmapPad.3 GEN BitmapUnit.3 GEN DisplayHeight.3 GEN DisplayHeightMM.3 GEN DisplayWidth.3 GEN DisplayWidthMM.3 GEN XListPixmapFormats.3 GEN XPixmapFormatValues.3 GEN IsFunctionKey.3 GEN IsKeypadKey.3 GEN IsMiscFunctionKey.3 GEN IsModifierKey.3 GEN IsPFKey.3 GEN IsPrivateKeypadKey.3 GEN XSetClassHint.3 GEN XGetClassHint.3 GEN XClassHint.3 GEN XSetIconSizes.3 GEN XGetIconSizes.3 GEN XIconSize.3 GEN XSetRGBColormaps.3 GEN XGetRGBColormaps.3 GEN XStandardColormap.3 GEN XSetWMNormalHints.3 GEN XGetWMNormalHints.3 GEN XSetWMSizeHints.3 GEN XGetWMSizeHints.3 GEN XSizeHints.3 GEN XSetWMHints.3 GEN XGetWMHints.3 GEN XWMHints.3 GEN XAddHosts.3 GEN XListHosts.3 GEN XRemoveHost.3 GEN XRemoveHosts.3 GEN XSetAccessControl.3 GEN XEnableAccessControl.3 GEN XDisableAccessControl.3 GEN XHostAddress.3 GEN XAllocNamedColor.3 GEN XAllocColorCells.3 GEN XAllocColorPlanes.3 GEN XFreeColors.3 GEN XEvent.3 GEN XKeyEvent.3 GEN XMotionEvent.3 GEN XGetKeyboardControl.3 GEN XAutoRepeatOn.3 GEN XAutoRepeatOff.3 GEN XBell.3 GEN XQueryKeymap.3 GEN XKeyboardControl.3 GEN XGetKeyboardMapping.3 GEN XDisplayKeycodes.3 GEN XSetModifierMapping.3 GEN XGetModifierMapping.3 GEN XNewModifiermap.3 GEN XInsertModifiermapEntry.3 GEN XDeleteModifiermapEntry.3 GEN XFreeModifiermap.3 GEN XModifierKeymap.3 GEN XGetPointerControl.3 GEN XAddToSaveSet.3 GEN XRemoveFromSaveSet.3 GEN XSetWindowBackground.3 GEN XSetWindowBackgroundPixmap.3 GEN XSetWindowBorder.3 GEN XSetWindowBorderPixmap.3 GEN XSetWindowColormap.3 GEN XClearWindow.3 GEN XMoveWindow.3 GEN XResizeWindow.3 GEN XMoveResizeWindow.3 GEN XSetWindowBorderWidth.3 GEN XWindowChanges.3 GEN XCopyPlane.3 GEN XCopyColormapAndFree.3 GEN XFreeColormap.3 GEN XColor.3 GEN XCreatePixmapCursor.3 GEN XCreateGlyphCursor.3 GEN XFreeFontSet.3 GEN XCopyGC.3 GEN XChangeGC.3 GEN XGetGCValues.3 GEN XFreeGC.3 GEN XGContextFromGC.3 GEN XGCValues.3 GEN XDestroyIC.3 GEN XIMOfIC.3 GEN XCreateImage.3 GEN XGetPixel.3 GEN XPutPixel.3 GEN XSubImage.3 GEN XAddPixel.3 GEN XDestroyImage.3 GEN XDestroyOC.3 GEN XSetOCValues.3 GEN XGetOCValues.3 GEN XOMOfOC.3 GEN XFreePixmap.3 GEN XSetRegion.3 GEN XDestroyRegion.3 GEN XCreateSimpleWindow.3 GEN XSetWindowAttributes.3 GEN XUndefineCursor.3 GEN XDestroySubwindows.3 GEN XDrawArcs.3 GEN XArc.3 GEN XDrawImageString16.3 GEN XDrawLines.3 GEN XDrawSegments.3 GEN XSegment.3 GEN XDrawPoints.3 GEN XPoint.3 GEN XDrawRectangles.3 GEN XRectangle.3 GEN XDrawString16.3 GEN XDrawText16.3 GEN XTextItem.3 GEN XTextItem16.3 GEN XEqualRegion.3 GEN XPointInRegion.3 GEN XRectInRegion.3 GEN XFillRectangles.3 GEN XFillPolygon.3 GEN XFillArc.3 GEN XFillArcs.3 GEN XSync.3 GEN XEventsQueued.3 GEN XPending.3 GEN XBaseFontNameListOfFontSet.3 GEN XLocaleOfFontSet.3 GEN XContextDependentDrawing.3 GEN XContextualDrawing.3 GEN XDirectionalDependentDrawing.3 GEN XNoExposeEvent.3 GEN XrmPutFileDatabase.3 GEN XrmGetStringDatabase.3 GEN XrmLocaleOfDatabase.3 GEN XrmGetDatabase.3 GEN XrmSetDatabase.3 GEN XrmDestroyDatabase.3 GEN XrmQGetResource.3 GEN XrmQGetSearchList.3 GEN XrmQGetSearchResource.3 GEN XFreeEventData.3 GEN XGenericEventCookie.3 GEN XMatchVisualInfo.3 GEN XVisualIDFromVisual.3 GEN XVisualInfo.3 GEN XGetGeometry.3 GEN XWindowAttributes.3 GEN XListProperties.3 GEN XChangeProperty.3 GEN XRotateWindowProperties.3 GEN XDeleteProperty.3 GEN XUngrabButton.3 GEN XUngrabKey.3 GEN XUngrabKeyboard.3 GEN XUngrabPointer.3 GEN XChangeActivePointerGrab.3 GEN XUngrabServer.3 GEN XWithdrawWindow.3 GEN XReconfigureWMWindow.3 GEN XCheckIfEvent.3 GEN XPeekIfEvent.3 GEN XrmParseCommand.3 GEN XrmValue.3 GEN XrmOptionKind.3 GEN XrmOptionDescRec.3 GEN XUninstallColormap.3 GEN XListInstalledColormaps.3 GEN XRemoveConnectionWatch.3 GEN XProcessInternalConnection.3 GEN XInternalConnectionNumbers.3 GEN XUnionRegion.3 GEN XUnionRectWithRegion.3 GEN XSubtractRegion.3 GEN XXorRegion.3 GEN XOffsetRegion.3 GEN XShrinkRegion.3 GEN XInternAtoms.3 GEN XGetAtomName.3 GEN XGetAtomNames.3 GEN XFreeFontNames.3 GEN XListFontsWithInfo.3 GEN XFreeFontInfo.3 GEN XQueryFont.3 GEN XLoadQueryFont.3 GEN XFreeFont.3 GEN XGetFontProperty.3 GEN XUnloadFont.3 GEN XCharStruct.3 GEN XFontProp.3 GEN XChar2b.3 GEN XFontStruct.3 GEN XRefreshKeyboardMapping.3 GEN XLookupString.3 GEN XRebindKeysym.3 GEN XrmCombineDatabase.3 GEN XrmCombineFileDatabase.3 GEN XMappingEvent.3 GEN XMapRaised.3 GEN XMapSubwindows.3 GEN XPeekEvent.3 GEN XWindowEvent.3 GEN XCheckWindowEvent.3 GEN XMaskEvent.3 GEN XCheckMaskEvent.3 GEN XCheckTypedEvent.3 GEN XCheckTypedWindowEvent.3 GEN XCloseDisplay.3 GEN XCloseIM.3 GEN XSetIMValues.3 GEN XGetIMValues.3 GEN XDisplayOfIM.3 GEN XLocaleOfIM.3 GEN XRegisterIMInstantiateCallback.3 GEN XUnregisterIMInstantiateCallback.3 GEN XCloseOM.3 GEN XSetOMValues.3 GEN XGetOMValues.3 GEN XDisplayOfOM.3 GEN XLocaleOfOM.3 GEN XWMGeometry.3 GEN XClipBox.3 GEN XGetImage.3 GEN XGetSubImage.3 GEN XrmQPutResource.3 GEN XrmPutStringResource.3 GEN XrmQPutStringResource.3 GEN XrmPutLineResource.3 GEN XQueryBestTile.3 GEN XQueryBestStipple.3 GEN XQueryColors.3 GEN XLookupColor.3 GEN XParseColor.3 GEN XListExtensions.3 GEN XFreeExtensionList.3 GEN XScreenResourceString.3 GEN XLowerWindow.3 GEN XCirculateSubwindows.3 GEN XCirculateSubwindowsUp.3 GEN XCirculateSubwindowsDown.3 GEN XRestackWindows.3 GEN XReadBitmapFileData.3 GEN XWriteBitmapFile.3 GEN XCreatePixmapFromBitmapData.3 GEN XCreateBitmapFromData.3 GEN XFreeCursor.3 GEN XQueryBestCursor.3 GEN XFindContext.3 GEN XDeleteContext.3 GEN XUniqueContext.3 GEN XUnsetICFocus.3 GEN XGetICValues.3 GEN XTextPropertyToStringList.3 GEN XFreeStringList.3 GEN XTextProperty.3 GEN XSetSubwindowMode.3 GEN XSetGraphicsExposure.3 GEN XSetClipMask.3 GEN XSetClipRectangles.3 GEN XKillClient.3 GEN XGetCommand.3 GEN XGetErrorText.3 GEN XDisplayName.3 GEN XSetIOErrorHandler.3 GEN XGetErrorDatabaseText.3 GEN XDisplayMotionBufferSize.3 GEN XGetMotionEvents.3 GEN XTimeCoord.3 GEN XSetFillRule.3 GEN XGetFontPath.3 GEN XFreeFontPath.3 GEN XGetInputFocus.3 GEN XSetDashes.3 GEN XGetPointerMapping.3 GEN XForceScreenSaver.3 GEN XActivateScreenSaver.3 GEN XResetScreenSaver.3 GEN XGetScreenSaver.3 GEN XGetSelectionOwner.3 GEN XConvertSelection.3 GEN XSetFunction.3 GEN XSetPlaneMask.3 GEN XSetForeground.3 GEN XSetBackground.3 GEN XGetTransientForHint.3 GEN XGetTextProperty.3 GEN XSetStipple.3 GEN XSetTSOrigin.3 GEN XGetWMClientMachine.3 GEN XGetWMColormapWindows.3 GEN XGetWMIconName.3 GEN XSetIconName.3 GEN XGetIconName.3 GEN XGetWMName.3 GEN XStoreName.3 GEN XFetchName.3 GEN XmbSetWMProperties.3 GEN Xutf8SetWMProperties.3 GEN XGetWMProtocols.3 GEN XStoreBuffer.3 GEN XFetchBytes.3 GEN XFetchBuffer.3 GEN XRotateBuffers.3 GEN XStoreColor.3 GEN XStoreNamedColor.3 GEN XKeysymToString.3 GEN XKeycodeToKeysym.3 GEN XKeysymToKeycode.3 GEN XConvertCase.3 GEN XSetLocaleModifiers.3 GEN XSetAfterFunction.3 GEN XwcTextListToTextProperty.3 GEN Xutf8TextListToTextProperty.3 GEN XmbTextPropertyToTextList.3 GEN XwcTextPropertyToTextList.3 GEN Xutf8TextPropertyToTextList.3 GEN XwcFreeStringList.3 GEN XDefaultString.3 GEN XTextExtents16.3 GEN XQueryTextExtents.3 GEN XQueryTextExtents16.3 GEN XTextWidth16.3 GEN XLockDisplay.3 GEN XUnlockDisplay.3 GEN XrmStringToQuark.3 GEN XrmPermStringToQuark.3 GEN XrmQuarkToString.3 GEN XrmStringToQuarkList.3 GEN XrmStringToBindingQuarkList.3 GEN XUnmapSubwindows.3 GEN XcmsSetCCCOfColormap.3 GEN XcmsAllocNamedColor.3 GEN XcmsRGB.3 GEN XcmsRGBi.3 GEN XcmsCIEXYZ.3 GEN XcmsCIEuvY.3 GEN XcmsCIExyY.3 GEN XcmsCIELab.3 GEN XcmsCIELuv.3 GEN XcmsTekHVC.3 GEN XcmsPad.3 GEN XcmsFreeCCC.3 GEN XcmsCIELabQueryMaxL.3 GEN XcmsCIELabQueryMaxLC.3 GEN XcmsCIELabQueryMinL.3 GEN XcmsCIELuvQueryMaxL.3 GEN XcmsCIELuvQueryMaxLC.3 GEN XcmsCIELuvQueryMinL.3 GEN XcmsQueryBlue.3 GEN XcmsQueryGreen.3 GEN XcmsQueryRed.3 GEN XcmsQueryWhite.3 GEN XcmsQueryColors.3 GEN XcmsLookupColor.3 GEN XcmsStoreColors.3 GEN XcmsSetWhiteAdjustProc.3 GEN XcmsTekHVCQueryMaxV.3 GEN XcmsTekHVCQueryMaxVC.3 GEN XcmsTekHVCQueryMaxVSamples.3 GEN XcmsTekHVCQueryMinV.3 GEN XwcDrawImageString.3 GEN Xutf8DrawImageString.3 GEN XwcDrawString.3 GEN Xutf8DrawString.3 GEN XwcDrawText.3 GEN Xutf8DrawText.3 GEN XwcLookupString.3 GEN Xutf8LookupString.3 GEN XwcResetIC.3 GEN Xutf8ResetIC.3 GEN XwcTextEscapement.3 GEN Xutf8TextEscapement.3 GEN XwcTextExtents.3 GEN Xutf8TextExtents.3 GEN XwcTextPerCharExtents.3 GEN Xutf8TextPerCharExtents.3 GEN XCompose.3 GEN AllPlanes.3 GEN BlackPixelOfScreen.3 GEN DisplayOfCCC.3 GEN ImageByteOrder.3 GEN IsCursorKey.3 GEN XAddConnectionWatch.3 GEN XAddHost.3 GEN XAllocClassHint.3 GEN XAllocColor.3 GEN XAllocIconSize.3 GEN XAllocSizeHints.3 GEN XAllocStandardColormap.3 GEN XAllocWMHints.3 GEN XAllowEvents.3 GEN XAnyEvent.3 GEN XButtonEvent.3 GEN XChangeKeyboardControl.3 GEN XChangeKeyboardMapping.3 GEN XChangePointerControl.3 GEN XChangeSaveSet.3 GEN XChangeWindowAttributes.3 GEN XCirculateEvent.3 GEN XCirculateRequestEvent.3 GEN XClearArea.3 GEN XClientMessageEvent.3 GEN XcmsAllocColor.3 GEN XcmsCCCOfColormap.3 GEN XcmsCIELabQueryMaxC.3 GEN XcmsCIELuvQueryMaxC.3 GEN XcmsColor.3 GEN XcmsConvertColors.3 GEN XcmsCreateCCC.3 GEN XcmsDefaultCCC.3 GEN XcmsQueryBlack.3 GEN XcmsQueryColor.3 GEN XcmsSetWhitePoint.3 GEN XcmsStoreColor.3 GEN XcmsTekHVCQueryMaxC.3 GEN XColormapEvent.3 GEN XConfigureEvent.3 GEN XConfigureRequestEvent.3 GEN XConfigureWindow.3 GEN XCopyArea.3 GEN XCreateColormap.3 GEN XCreateFontCursor.3 GEN XCreateFontSet.3 GEN XCreateGC.3 GEN XCreateIC.3 GEN XCreateOC.3 GEN XCreatePixmap.3 GEN XCreateRegion.3 GEN XCreateWindowEvent.3 GEN XCreateWindow.3 GEN XCrossingEvent.3 GEN XDefineCursor.3 GEN XDestroyWindowEvent.3 GEN XDestroyWindow.3 GEN XDrawArc.3 GEN XDrawImageString.3 GEN XDrawLine.3 GEN XDrawPoint.3 GEN XDrawRectangle.3 GEN XDrawString.3 GEN XDrawText.3 GEN XEmptyRegion.3 GEN XErrorEvent.3 GEN XExposeEvent.3 GEN XExtentsOfFontSet.3 GEN XFillRectangle.3 GEN XFilterEvent.3 GEN XFlush.3 GEN XFocusChangeEvent.3 GEN XFontSetExtents.3 GEN XFontsOfFontSet.3 GEN XFree.3 GEN XGetEventData.3 GEN XGetVisualInfo.3 GEN XGetWindowAttributes.3 GEN XGetWindowProperty.3 GEN XGetXCBConnection.3 GEN XGrabButton.3 GEN XGrabKeyboard.3 GEN XGrabKey.3 GEN XGrabPointer.3 GEN XGrabServer.3 GEN XGraphicsExposeEvent.3 GEN XGravityEvent.3 GEN XIconifyWindow.3 GEN XIfEvent.3 GEN XInitImage.3 GEN XInitThreads.3 GEN XInstallColormap.3 GEN XInternAtom.3 GEN XIntersectRegion.3 GEN XKeymapEvent.3 GEN XListFonts.3 GEN XLoadFont.3 GEN XLookupKeysym.3 GEN XMapEvent.3 GEN XMapRequestEvent.3 GEN XMapWindow.3 GEN XmbDrawImageString.3 GEN XmbDrawString.3 GEN XmbDrawText.3 GEN XmbLookupString.3 GEN XmbResetIC.3 GEN XmbTextEscapement.3 GEN XmbTextExtents.3 GEN XmbTextListToTextProperty.3 GEN XmbTextPerCharExtents.3 GEN XNextEvent.3 GEN XNoOp.3 GEN XOpenDisplay.3 GEN XOpenIM.3 GEN XOpenOM.3 GEN XParseGeometry.3 GEN XPolygonRegion.3 GEN XPropertyEvent.3 GEN XPutBackEvent.3 GEN XPutImage.3 GEN XQueryBestSize.3 GEN XQueryColor.3 GEN XQueryExtension.3 GEN XQueryPointer.3 GEN XQueryTree.3 GEN XRaiseWindow.3 GEN XReadBitmapFile.3 GEN XRecolorCursor.3 GEN XReparentEvent.3 GEN XReparentWindow.3 GEN XResizeRequestEvent.3 GEN XResourceManagerString.3 GEN XrmEnumerateDatabase.3 GEN XrmGetFileDatabase.3 GEN XrmGetResource.3 GEN XrmInitialize.3 GEN XrmMergeDatabases.3 GEN XrmPutResource.3 GEN XrmUniqueQuark.3 GEN XSaveContext.3 GEN XSelectInput.3 GEN XSelectionClearEvent.3 GEN XSelectionEvent.3 GEN XSelectionRequestEvent.3 GEN XSendEvent.3 GEN XSetArcMode.3 GEN XSetClipOrigin.3 GEN XSetCloseDownMode.3 GEN XSetCommand.3 GEN XSetErrorHandler.3 GEN XSetEventQueueOwner.3 GEN XSetFillStyle.3 GEN XSetFont.3 GEN XSetFontPath.3 GEN XSetICFocus.3 GEN XSetICValues.3 GEN XSetInputFocus.3 GEN XSetLineAttributes.3 GEN XSetPointerMapping.3 GEN XSetScreenSaver.3 GEN XSetSelectionOwner.3 GEN XSetState.3 GEN XSetTextProperty.3 GEN XSetTile.3 GEN XSetTransientForHint.3 GEN XSetWMClientMachine.3 GEN XSetWMColormapWindows.3 GEN XSetWMIconName.3 GEN XSetWMName.3 GEN XSetWMProperties.3 GEN XSetWMProtocols.3 GEN XStoreBytes.3 GEN XStoreColors.3 GEN XStringListToTextProperty.3 GEN XStringToKeysym.3 GEN XSupportsLocale.3 GEN XSynchronize.3 GEN XTextExtents.3 GEN XTextWidth.3 GEN XTranslateCoordinates.3 GEN XUnmapEvent.3 GEN XUnmapWindow.3 GEN XVaCreateNestedList.3 GEN XVisibilityEvent.3 GEN XWarpPointer.3 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man' Making all in specs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs' Making all in libX11 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/libX11' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/libX11' Making all in i18n make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n' Making all in compose make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/compose' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/compose' Making all in framework make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/framework' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/framework' Making all in localedb make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/localedb' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/localedb' Making all in trans make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/trans' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/trans' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n' Making all in XIM make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XIM' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XIM' Making all in XKB make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XKB' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XKB' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8' >>> host-xlib_libX11 1.8 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8' Making install in include make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/include' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11' /usr/bin/install -c -m 644 X11/XlibConf.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 X11/extensions/XKBgeom.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11' /usr/bin/install -c -m 644 X11/XKBlib.h X11/Xcms.h X11/Xlib.h X11/Xlibint.h X11/Xlocale.h X11/Xresource.h X11/Xutil.h X11/cursorfont.h X11/Xregion.h X11/ImUtil.h X11/Xlib-xcb.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/include' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/include' Making install in modules make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules' Making install in im make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im' Making install in ximcp make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im/ximcp' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im/ximcp' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im/ximcp' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im/ximcp' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/im' Making install in lc make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc' Making install in Utf8 make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/Utf8' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/Utf8' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/Utf8' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/Utf8' Making install in def make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/def' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/def' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/def' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/def' Making install in gen make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/gen' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/gen' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/gen' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc/gen' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/lc' Making install in om make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om' Making install in generic make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om/generic' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om/generic' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om/generic' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om/generic' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules/om' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/modules' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' /usr/bin/make install-recursive make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' Making install in util make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/util' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/util' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/util' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/util' Making install in xcms make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xcms' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xcms' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11' /usr/bin/install -c -m 644 Xcms.txt '/nvmedata/autobuild/instance-27/output-1/host/share/X11' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xcms' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xcms' Making install in xlibi18n make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xlibi18n' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xlibi18n' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xlibi18n' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xlibi18n' Making install in xkb make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xkb' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xkb' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xkb' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src/xkb' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libX11.la libX11-xcb.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libX11.so.6.4.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libX11.so.6.4.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libX11.so.6.4.0 libX11.so.6 || { rm -f libX11.so.6 && ln -s libX11.so.6.4.0 libX11.so.6; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libX11.so.6.4.0 libX11.so || { rm -f libX11.so && ln -s libX11.so.6.4.0 libX11.so; }; }) libtool: install: /usr/bin/install -c .libs/libX11.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libX11.la libtool: install: /usr/bin/install -c .libs/libX11-xcb.so.1.0.0 /nvmedata/autobuild/instance-27/output-1/host/lib/libX11-xcb.so.1.0.0 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libX11-xcb.so.1.0.0 libX11-xcb.so.1 || { rm -f libX11-xcb.so.1 && ln -s libX11-xcb.so.1.0.0 libX11-xcb.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libX11-xcb.so.1.0.0 libX11-xcb.so || { rm -f libX11-xcb.so && ln -s libX11-xcb.so.1.0.0 libX11-xcb.so; }; }) libtool: install: /usr/bin/install -c .libs/libX11-xcb.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libX11-xcb.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11' /usr/bin/install -c -m 644 XErrorDB '/nvmedata/autobuild/instance-27/output-1/host/share/X11' make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/src' Making install in nls make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/nls' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/nls' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.gbk' /usr/bin/install -c -m 644 zh_CN.gbk/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.gbk' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/el_GR.UTF-8' /usr/bin/install -c -m 644 el_GR.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/el_GR.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN' /usr/bin/install -c -m 644 zh_CN/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/georgian-academy' /usr/bin/install -c -m 644 georgian-academy/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/georgian-academy' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW' /usr/bin/install -c -m 644 zh_TW/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.UTF-8' /usr/bin/install -c -m 644 zh_HK.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/cs_CZ.UTF-8' /usr/bin/install -c -m 644 cs_CZ.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/cs_CZ.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-1' /usr/bin/install -c -m 644 iso8859-1/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-2' /usr/bin/install -c -m 644 iso8859-2/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-2' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/armscii-8' /usr/bin/install -c -m 644 armscii-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/armscii-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-3' /usr/bin/install -c -m 644 iso8859-3/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/tscii-0' /usr/bin/install -c -m 644 tscii-0/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/tscii-0' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/pt_PT.UTF-8' /usr/bin/install -c -m 644 pt_PT.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/pt_PT.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-4' /usr/bin/install -c -m 644 iso8859-4/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-4' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/tatar-cyr' /usr/bin/install -c -m 644 tatar-cyr/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/tatar-cyr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-5' /usr/bin/install -c -m 644 iso8859-5/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-6' /usr/bin/install -c -m 644 iso8859-6/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-6' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-7' /usr/bin/install -c -m 644 iso8859-7/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-7' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-8' /usr/bin/install -c -m 644 iso8859-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-9' /usr/bin/install -c -m 644 iso8859-9/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-9' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/sr_RS.UTF-8' /usr/bin/install -c -m 644 sr_RS.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/sr_RS.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/th_TH' /usr/bin/install -c -m 644 th_TH/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/th_TH' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/km_KH.UTF-8' /usr/bin/install -c -m 644 km_KH.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/km_KH.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ibm-cp1133' /usr/bin/install -c -m 644 ibm-cp1133/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ibm-cp1133' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/nokhchi-1' /usr/bin/install -c -m 644 nokhchi-1/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/nokhchi-1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ko' /usr/bin/install -c -m 644 ko/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ko' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/georgian-ps' /usr/bin/install -c -m 644 georgian-ps/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/georgian-ps' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/fi_FI.UTF-8' /usr/bin/install -c -m 644 fi_FI.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/fi_FI.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.UTF-8' /usr/bin/install -c -m 644 zh_CN.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/en_US.UTF-8' /usr/bin/install -c -m 644 en_US.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/en_US.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.big5hkscs' /usr/bin/install -c -m 644 zh_HK.big5hkscs/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.big5hkscs' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/th_TH.UTF-8' /usr/bin/install -c -m 644 th_TH.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/th_TH.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW.big5' /usr/bin/install -c -m 644 zh_TW.big5/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW.big5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.gb18030' /usr/bin/install -c -m 644 zh_CN.gb18030/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.gb18030' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.big5' /usr/bin/install -c -m 644 zh_HK.big5/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.big5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ko_KR.UTF-8' /usr/bin/install -c -m 644 ko_KR.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ko_KR.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-c' /usr/bin/install -c -m 644 koi8-c/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-c' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/C' /usr/bin/install -c -m 644 C/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/C' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-9e' /usr/bin/install -c -m 644 iso8859-9e/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-9e' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja_JP.UTF-8' /usr/bin/install -c -m 644 ja_JP.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja_JP.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-r' /usr/bin/install -c -m 644 koi8-r/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-r' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/vi_VN.viscii' /usr/bin/install -c -m 644 vi_VN.viscii/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/vi_VN.viscii' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-u' /usr/bin/install -c -m 644 koi8-u/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-u' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja' /usr/bin/install -c -m 644 ja/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/isiri-3342' /usr/bin/install -c -m 644 isiri-3342/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/isiri-3342' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/am_ET.UTF-8' /usr/bin/install -c -m 644 am_ET.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/am_ET.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/vi_VN.tcvn' /usr/bin/install -c -m 644 vi_VN.tcvn/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/vi_VN.tcvn' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ru_RU.UTF-8' /usr/bin/install -c -m 644 ru_RU.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ru_RU.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1251' /usr/bin/install -c -m 644 microsoft-cp1251/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1251' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW.UTF-8' /usr/bin/install -c -m 644 zh_TW.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iscii-dev' /usr/bin/install -c -m 644 iscii-dev/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iscii-dev' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/mulelao-1' /usr/bin/install -c -m 644 mulelao-1/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/mulelao-1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1255' /usr/bin/install -c -m 644 microsoft-cp1255/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1255' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1256' /usr/bin/install -c -m 644 microsoft-cp1256/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1256' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja.SJIS' /usr/bin/install -c -m 644 ja.SJIS/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja.SJIS' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-10' /usr/bin/install -c -m 644 iso8859-10/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-10' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-11' /usr/bin/install -c -m 644 iso8859-11/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-11' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja.JIS' /usr/bin/install -c -m 644 ja.JIS/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja.JIS' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-13' /usr/bin/install -c -m 644 iso8859-13/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-13' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-14' /usr/bin/install -c -m 644 iso8859-14/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-14' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-15' /usr/bin/install -c -m 644 iso8859-15/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-15' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/pt_BR.UTF-8' /usr/bin/install -c -m 644 pt_BR.UTF-8/XI18N_OBJS '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/pt_BR.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.gbk' /usr/bin/install -c -m 644 zh_CN.gbk/XLC_LOCALE zh_CN.gbk/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.gbk' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/el_GR.UTF-8' /usr/bin/install -c -m 644 el_GR.UTF-8/XLC_LOCALE el_GR.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/el_GR.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN' /usr/bin/install -c -m 644 zh_CN/XLC_LOCALE zh_CN/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/georgian-academy' /usr/bin/install -c -m 644 georgian-academy/XLC_LOCALE georgian-academy/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/georgian-academy' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW' /usr/bin/install -c -m 644 zh_TW/XLC_LOCALE zh_TW/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.UTF-8' /usr/bin/install -c -m 644 zh_HK.UTF-8/XLC_LOCALE zh_HK.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/cs_CZ.UTF-8' /usr/bin/install -c -m 644 cs_CZ.UTF-8/XLC_LOCALE cs_CZ.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/cs_CZ.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-1' /usr/bin/install -c -m 644 iso8859-1/XLC_LOCALE iso8859-1/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-2' /usr/bin/install -c -m 644 iso8859-2/XLC_LOCALE iso8859-2/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-2' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/armscii-8' /usr/bin/install -c -m 644 armscii-8/XLC_LOCALE armscii-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/armscii-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-3' /usr/bin/install -c -m 644 iso8859-3/XLC_LOCALE iso8859-3/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-3' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/tscii-0' /usr/bin/install -c -m 644 tscii-0/XLC_LOCALE tscii-0/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/tscii-0' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/pt_PT.UTF-8' /usr/bin/install -c -m 644 pt_PT.UTF-8/XLC_LOCALE pt_PT.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/pt_PT.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-4' /usr/bin/install -c -m 644 iso8859-4/XLC_LOCALE iso8859-4/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-4' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/tatar-cyr' /usr/bin/install -c -m 644 tatar-cyr/XLC_LOCALE tatar-cyr/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/tatar-cyr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-5' /usr/bin/install -c -m 644 iso8859-5/XLC_LOCALE iso8859-5/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-6' /usr/bin/install -c -m 644 iso8859-6/XLC_LOCALE iso8859-6/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-6' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-7' /usr/bin/install -c -m 644 iso8859-7/XLC_LOCALE iso8859-7/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-7' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-8' /usr/bin/install -c -m 644 iso8859-8/XLC_LOCALE iso8859-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-9' /usr/bin/install -c -m 644 iso8859-9/XLC_LOCALE iso8859-9/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-9' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/sr_RS.UTF-8' /usr/bin/install -c -m 644 sr_RS.UTF-8/XLC_LOCALE sr_RS.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/sr_RS.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/th_TH' /usr/bin/install -c -m 644 th_TH/XLC_LOCALE th_TH/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/th_TH' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/km_KH.UTF-8' /usr/bin/install -c -m 644 km_KH.UTF-8/XLC_LOCALE km_KH.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/km_KH.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ibm-cp1133' /usr/bin/install -c -m 644 ibm-cp1133/XLC_LOCALE ibm-cp1133/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ibm-cp1133' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/nokhchi-1' /usr/bin/install -c -m 644 nokhchi-1/XLC_LOCALE nokhchi-1/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/nokhchi-1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ko' /usr/bin/install -c -m 644 ko/XLC_LOCALE ko/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ko' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/georgian-ps' /usr/bin/install -c -m 644 georgian-ps/XLC_LOCALE georgian-ps/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/georgian-ps' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/fi_FI.UTF-8' /usr/bin/install -c -m 644 fi_FI.UTF-8/XLC_LOCALE fi_FI.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/fi_FI.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.UTF-8' /usr/bin/install -c -m 644 zh_CN.UTF-8/XLC_LOCALE zh_CN.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/en_US.UTF-8' /usr/bin/install -c -m 644 en_US.UTF-8/XLC_LOCALE en_US.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/en_US.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.big5hkscs' /usr/bin/install -c -m 644 zh_HK.big5hkscs/XLC_LOCALE zh_HK.big5hkscs/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.big5hkscs' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/th_TH.UTF-8' /usr/bin/install -c -m 644 th_TH.UTF-8/XLC_LOCALE th_TH.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/th_TH.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW.big5' /usr/bin/install -c -m 644 zh_TW.big5/XLC_LOCALE zh_TW.big5/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW.big5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.gb18030' /usr/bin/install -c -m 644 zh_CN.gb18030/XLC_LOCALE zh_CN.gb18030/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_CN.gb18030' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.big5' /usr/bin/install -c -m 644 zh_HK.big5/XLC_LOCALE zh_HK.big5/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_HK.big5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ko_KR.UTF-8' /usr/bin/install -c -m 644 ko_KR.UTF-8/XLC_LOCALE ko_KR.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ko_KR.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-c' /usr/bin/install -c -m 644 koi8-c/XLC_LOCALE koi8-c/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-c' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/C' /usr/bin/install -c -m 644 C/XLC_LOCALE C/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/C' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-9e' /usr/bin/install -c -m 644 iso8859-9e/XLC_LOCALE iso8859-9e/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-9e' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja_JP.UTF-8' /usr/bin/install -c -m 644 ja_JP.UTF-8/XLC_LOCALE ja_JP.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja_JP.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-r' /usr/bin/install -c -m 644 koi8-r/XLC_LOCALE koi8-r/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-r' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/vi_VN.viscii' /usr/bin/install -c -m 644 vi_VN.viscii/XLC_LOCALE vi_VN.viscii/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/vi_VN.viscii' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-u' /usr/bin/install -c -m 644 koi8-u/XLC_LOCALE koi8-u/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/koi8-u' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja' /usr/bin/install -c -m 644 ja/XLC_LOCALE ja/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/isiri-3342' /usr/bin/install -c -m 644 isiri-3342/XLC_LOCALE isiri-3342/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/isiri-3342' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/am_ET.UTF-8' /usr/bin/install -c -m 644 am_ET.UTF-8/XLC_LOCALE am_ET.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/am_ET.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/vi_VN.tcvn' /usr/bin/install -c -m 644 vi_VN.tcvn/XLC_LOCALE vi_VN.tcvn/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/vi_VN.tcvn' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ru_RU.UTF-8' /usr/bin/install -c -m 644 ru_RU.UTF-8/XLC_LOCALE ru_RU.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ru_RU.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1251' /usr/bin/install -c -m 644 microsoft-cp1251/XLC_LOCALE microsoft-cp1251/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1251' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW.UTF-8' /usr/bin/install -c -m 644 zh_TW.UTF-8/XLC_LOCALE zh_TW.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/zh_TW.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iscii-dev' /usr/bin/install -c -m 644 iscii-dev/XLC_LOCALE iscii-dev/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iscii-dev' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/mulelao-1' /usr/bin/install -c -m 644 mulelao-1/XLC_LOCALE mulelao-1/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/mulelao-1' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1255' /usr/bin/install -c -m 644 microsoft-cp1255/XLC_LOCALE microsoft-cp1255/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1255' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1256' /usr/bin/install -c -m 644 microsoft-cp1256/XLC_LOCALE microsoft-cp1256/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/microsoft-cp1256' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja.SJIS' /usr/bin/install -c -m 644 ja.SJIS/XLC_LOCALE ja.SJIS/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja.SJIS' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-10' /usr/bin/install -c -m 644 iso8859-10/XLC_LOCALE iso8859-10/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-10' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-11' /usr/bin/install -c -m 644 iso8859-11/XLC_LOCALE iso8859-11/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-11' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja.JIS' /usr/bin/install -c -m 644 ja.JIS/XLC_LOCALE ja.JIS/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/ja.JIS' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-13' /usr/bin/install -c -m 644 iso8859-13/XLC_LOCALE iso8859-13/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-13' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-14' /usr/bin/install -c -m 644 iso8859-14/XLC_LOCALE iso8859-14/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-14' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-15' /usr/bin/install -c -m 644 iso8859-15/XLC_LOCALE iso8859-15/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/iso8859-15' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/pt_BR.UTF-8' /usr/bin/install -c -m 644 pt_BR.UTF-8/XLC_LOCALE pt_BR.UTF-8/Compose '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale/pt_BR.UTF-8' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale' /usr/bin/install -c -m 644 locale.alias locale.dir compose.dir '/nvmedata/autobuild/instance-27/output-1/host/share/X11/locale' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/nls' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/nls' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man' Making install in xkb make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man/xkb' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man/xkb' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XkbActionCtrls.3 XkbAddDeviceLedInfo.3 XkbAddGeomColor.3 XkbAddGeomDoodad.3 XkbAddGeomKey.3 XkbAddGeomKeyAlias.3 XkbAddGeomOutline.3 XkbAddGeomOverlay.3 XkbAddGeomOverlayKey.3 XkbAddGeomOverlayRow.3 XkbAddGeomProperty.3 XkbAddGeomRow.3 XkbAddGeomSection.3 XkbAddGeomShape.3 XkbAddSymInterpret.3 XkbAllocClientMap.3 XkbAllocCompatMap.3 XkbAllocControls.3 XkbAllocDeviceInfo.3 XkbAllocDeviceLedInfo.3 XkbAllocGeomColors.3 XkbAllocGeomDoodads.3 XkbAllocGeomKeyAliases.3 XkbAllocGeomKeys.3 XkbAllocGeomOutlines.3 XkbAllocGeomOverlayKeys.3 XkbAllocGeomOverlayRows.3 XkbAllocGeomOverlays.3 XkbAllocGeomPoints.3 XkbAllocGeomProps.3 XkbAllocGeomRows.3 XkbAllocGeomSectionDoodads.3 XkbAllocGeomSections.3 XkbAllocGeomShapes.3 XkbAllocGeometry.3 XkbAllocIndicatorMaps.3 XkbAllocKeyboard.3 XkbAllocNames.3 XkbAllocServerMap.3 XkbApplyCompatMapToKey.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XkbBell.3 XkbBellEvent.3 XkbChangeControls.3 XkbChangeDeviceInfo.3 XkbChangeEnabledControls.3 XkbChangeIndicators.3 XkbChangeMap.3 XkbChangeNames.3 XkbChangeTypesOfKey.3 XkbComputeRowBounds.3 XkbComputeSectionBounds.3 XkbComputeShapeBounds.3 XkbComputeShapeTop.3 XkbCopyKeyType.3 XkbCopyKeyTypes.3 XkbDeviceBell.3 XkbDeviceBellEvent.3 XkbFindOverlayForKey.3 XkbForceBell.3 XkbForceDeviceBell.3 XkbFreeClientMap.3 XkbFreeCompatMap.3 XkbFreeComponentList.3 XkbFreeControls.3 XkbFreeDeviceInfo.3 XkbFreeGeomColors.3 XkbFreeGeomDoodads.3 XkbFreeGeomKeyAliases.3 XkbFreeGeomKeys.3 XkbFreeGeomOutlines.3 XkbFreeGeomOverlayKeys.3 XkbFreeGeomOverlayRows.3 XkbFreeGeomOverlays.3 XkbFreeGeomPoints.3 XkbFreeGeomProperties.3 XkbFreeGeomRows.3 XkbFreeGeomSections.3 XkbFreeGeomShapes.3 XkbFreeGeometry.3 XkbFreeIndicatorMaps.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XkbFreeKeyboard.3 XkbFreeNames.3 XkbFreeServerMap.3 XkbGetAccessXTimeout.3 XkbGetAutoRepeatRate.3 XkbGetAutoResetControls.3 XkbGetBounceKeysDelay.3 XkbGetCompatMap.3 XkbGetControls.3 XkbGetControlsChanges.3 XkbGetDetectableAutoRepeat.3 XkbGetDeviceButtonActions.3 XkbGetDeviceInfo.3 XkbGetDeviceInfoChanges.3 XkbGetDeviceLedInfo.3 XkbGetGeometry.3 XkbGetIndicatorChanges.3 XkbGetIndicatorMap.3 XkbGetIndicatorState.3 XkbGetKeyActions.3 XkbGetKeyBehaviors.3 XkbGetKeyExplicitComponents.3 XkbGetKeyModifierMap.3 XkbGetKeySyms.3 XkbGetKeyTypes.3 XkbGetKeyVirtualModMap.3 XkbGetKeyboard.3 XkbGetKeyboardByName.3 XkbGetMap.3 XkbGetNameChanges.3 XkbGetNamedDeviceIndicator.3 XkbGetNamedGeometry.3 XkbGetNamedIndicator.3 XkbGetNames.3 XkbGetSlowKeysDelay.3 XkbGetState.3 XkbGetStickyKeysOptions.3 XkbGetUpdatedMap.3 XkbGetVirtualMods.3 XkbGetXlibControls.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XkbIgnoreExtension.3 XkbInitCanonicalKeyTypes.3 XkbKeyAction.3 XkbKeyActionEntry.3 XkbKeyActionsPtr.3 XkbKeyGroupInfo.3 XkbKeyGroupWidth.3 XkbKeyGroupsWidth.3 XkbKeyHasActions.3 XkbKeyNumActions.3 XkbKeyNumGroups.3 XkbKeyNumSyms.3 XkbKeySymEntry.3 XkbKeySymsOffset.3 XkbKeySymsPtr.3 XkbKeyType.3 XkbKeyTypeIndex.3 XkbKeyTypesForCoreSymbols.3 XkbKeycodeToKeysym.3 XkbKeysymToModifiers.3 XkbLatchGroup.3 XkbLatchModifiers.3 XkbLibraryVersion.3 XkbListComponents.3 XkbLockGroup.3 XkbLockModifiers.3 XkbLookupKeyBinding.3 XkbLookupKeySym.3 XkbModActionVMods.3 XkbNoteControlsChanges.3 XkbNoteDeviceChanges.3 XkbNoteIndicatorChanges.3 XkbNoteNameChanges.3 XkbOpenDisplay.3 XkbOutOfRangeGroupInfo.3 XkbOutOfRangeGroupNumber.3 XkbPtrActionX.3 XkbPtrActionY.3 XkbQueryExtension.3 XkbRefreshKeyboardMapping.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XkbResizeDeviceButtonActions.3 XkbResizeKeyActions.3 XkbResizeKeySyms.3 XkbResizeKeyType.3 XkbSAActionSetCtrls.3 XkbSAGroup.3 XkbSAPtrDfltValue.3 XkbSARedirectSetVMods.3 XkbSARedirectSetVModsMask.3 XkbSARedirectVMods.3 XkbSARedirectVModsMask.3 XkbSAScreen.3 XkbSASetGroup.3 XkbSASetPtrDfltValue.3 XkbSASetScreen.3 XkbSelectEventDetails.3 XkbSelectEvents.3 XkbSetAccessXTimeout.3 XkbSetAutoRepeatRate.3 XkbSetAutoResetControls.3 XkbSetBounceKeysDelay.3 XkbSetCompatMap.3 XkbSetControls.3 XkbSetDebuggingFlags.3 XkbSetDetectableAutoRepeat.3 XkbSetDeviceButtonActions.3 XkbSetDeviceInfo.3 XkbSetIgnoreLockMods.3 XkbSetIndicatorMap.3 XkbSetMap.3 XkbSetModActionVMods.3 XkbSetNamedDeviceIndicator.3 XkbSetNamedIndicator.3 XkbSetNames.3 XkbSetPtrActionX.3 XkbSetPtrActionY.3 XkbSetServerInternalMods.3 XkbSetXlibControls.3 XkbTranslateKeyCode.3 XkbTranslateKeySym.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XkbUpdateMapFromCore.3 XkbVirtualModsToReal.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man/xkb' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man/xkb' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man5' /usr/bin/install -c -m 644 Compose.5 XCompose.5 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 BlackPixel.3 WhitePixel.3 ConnectionNumber.3 DefaultColormap.3 DefaultDepth.3 XListDepths.3 DefaultGC.3 DefaultRootWindow.3 DefaultScreenOfDisplay.3 DefaultScreen.3 DefaultVisual.3 DisplayCells.3 DisplayPlanes.3 DisplayString.3 XMaxRequestSize.3 XExtendedMaxRequestSize.3 LastKnownRequestProcessed.3 NextRequest.3 ProtocolVersion.3 ProtocolRevision.3 QLength.3 RootWindow.3 ScreenCount.3 ScreenOfDisplay.3 ServerVendor.3 VendorRelease.3 WhitePixelOfScreen.3 CellsOfScreen.3 DefaultColormapOfScreen.3 DefaultDepthOfScreen.3 DefaultGCOfScreen.3 DefaultVisualOfScreen.3 DoesBackingStore.3 DoesSaveUnders.3 DisplayOfScreen.3 XScreenNumberOfScreen.3 EventMaskOfScreen.3 HeightOfScreen.3 HeightMMOfScreen.3 MaxCmapsOfScreen.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 MinCmapsOfScreen.3 PlanesOfScreen.3 RootWindowOfScreen.3 WidthOfScreen.3 WidthMMOfScreen.3 VisualOfCCC.3 ScreenNumberOfCCC.3 ScreenWhitePointOfCCC.3 ClientWhitePointOfCCC.3 BitmapBitOrder.3 BitmapPad.3 BitmapUnit.3 DisplayHeight.3 DisplayHeightMM.3 DisplayWidth.3 DisplayWidthMM.3 XListPixmapFormats.3 XPixmapFormatValues.3 IsFunctionKey.3 IsKeypadKey.3 IsMiscFunctionKey.3 IsModifierKey.3 IsPFKey.3 IsPrivateKeypadKey.3 XSetClassHint.3 XGetClassHint.3 XClassHint.3 XSetIconSizes.3 XGetIconSizes.3 XIconSize.3 XSetRGBColormaps.3 XGetRGBColormaps.3 XStandardColormap.3 XSetWMNormalHints.3 XGetWMNormalHints.3 XSetWMSizeHints.3 XGetWMSizeHints.3 XSizeHints.3 XSetWMHints.3 XGetWMHints.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XWMHints.3 XAddHosts.3 XListHosts.3 XRemoveHost.3 XRemoveHosts.3 XSetAccessControl.3 XEnableAccessControl.3 XDisableAccessControl.3 XHostAddress.3 XAllocNamedColor.3 XAllocColorCells.3 XAllocColorPlanes.3 XFreeColors.3 XEvent.3 XKeyEvent.3 XMotionEvent.3 XGetKeyboardControl.3 XAutoRepeatOn.3 XAutoRepeatOff.3 XBell.3 XQueryKeymap.3 XKeyboardControl.3 XGetKeyboardMapping.3 XDisplayKeycodes.3 XSetModifierMapping.3 XGetModifierMapping.3 XNewModifiermap.3 XInsertModifiermapEntry.3 XDeleteModifiermapEntry.3 XFreeModifiermap.3 XModifierKeymap.3 XGetPointerControl.3 XAddToSaveSet.3 XRemoveFromSaveSet.3 XSetWindowBackground.3 XSetWindowBackgroundPixmap.3 XSetWindowBorder.3 XSetWindowBorderPixmap.3 XSetWindowColormap.3 XClearWindow.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XMoveWindow.3 XResizeWindow.3 XMoveResizeWindow.3 XSetWindowBorderWidth.3 XWindowChanges.3 XCopyPlane.3 XCopyColormapAndFree.3 XFreeColormap.3 XColor.3 XCreatePixmapCursor.3 XCreateGlyphCursor.3 XFreeFontSet.3 XCopyGC.3 XChangeGC.3 XGetGCValues.3 XFreeGC.3 XGContextFromGC.3 XGCValues.3 XDestroyIC.3 XIMOfIC.3 XCreateImage.3 XGetPixel.3 XPutPixel.3 XSubImage.3 XAddPixel.3 XDestroyImage.3 XDestroyOC.3 XSetOCValues.3 XGetOCValues.3 XOMOfOC.3 XFreePixmap.3 XSetRegion.3 XDestroyRegion.3 XCreateSimpleWindow.3 XSetWindowAttributes.3 XUndefineCursor.3 XDestroySubwindows.3 XDrawArcs.3 XArc.3 XDrawImageString16.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XDrawLines.3 XDrawSegments.3 XSegment.3 XDrawPoints.3 XPoint.3 XDrawRectangles.3 XRectangle.3 XDrawString16.3 XDrawText16.3 XTextItem.3 XTextItem16.3 XEqualRegion.3 XPointInRegion.3 XRectInRegion.3 XFillRectangles.3 XFillPolygon.3 XFillArc.3 XFillArcs.3 XSync.3 XEventsQueued.3 XPending.3 XBaseFontNameListOfFontSet.3 XLocaleOfFontSet.3 XContextDependentDrawing.3 XContextualDrawing.3 XDirectionalDependentDrawing.3 XNoExposeEvent.3 XrmPutFileDatabase.3 XrmGetStringDatabase.3 XrmLocaleOfDatabase.3 XrmGetDatabase.3 XrmSetDatabase.3 XrmDestroyDatabase.3 XrmQGetResource.3 XrmQGetSearchList.3 XrmQGetSearchResource.3 XFreeEventData.3 XGenericEventCookie.3 XMatchVisualInfo.3 XVisualIDFromVisual.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XVisualInfo.3 XGetGeometry.3 XWindowAttributes.3 XListProperties.3 XChangeProperty.3 XRotateWindowProperties.3 XDeleteProperty.3 XUngrabButton.3 XUngrabKey.3 XUngrabKeyboard.3 XUngrabPointer.3 XChangeActivePointerGrab.3 XUngrabServer.3 XWithdrawWindow.3 XReconfigureWMWindow.3 XCheckIfEvent.3 XPeekIfEvent.3 XrmParseCommand.3 XrmValue.3 XrmOptionKind.3 XrmOptionDescRec.3 XUninstallColormap.3 XListInstalledColormaps.3 XRemoveConnectionWatch.3 XProcessInternalConnection.3 XInternalConnectionNumbers.3 XUnionRegion.3 XUnionRectWithRegion.3 XSubtractRegion.3 XXorRegion.3 XOffsetRegion.3 XShrinkRegion.3 XInternAtoms.3 XGetAtomName.3 XGetAtomNames.3 XFreeFontNames.3 XListFontsWithInfo.3 XFreeFontInfo.3 XQueryFont.3 XLoadQueryFont.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XFreeFont.3 XGetFontProperty.3 XUnloadFont.3 XCharStruct.3 XFontProp.3 XChar2b.3 XFontStruct.3 XRefreshKeyboardMapping.3 XLookupString.3 XRebindKeysym.3 XrmCombineDatabase.3 XrmCombineFileDatabase.3 XMappingEvent.3 XMapRaised.3 XMapSubwindows.3 XPeekEvent.3 XWindowEvent.3 XCheckWindowEvent.3 XMaskEvent.3 XCheckMaskEvent.3 XCheckTypedEvent.3 XCheckTypedWindowEvent.3 XCloseDisplay.3 XCloseIM.3 XSetIMValues.3 XGetIMValues.3 XDisplayOfIM.3 XLocaleOfIM.3 XRegisterIMInstantiateCallback.3 XUnregisterIMInstantiateCallback.3 XCloseOM.3 XSetOMValues.3 XGetOMValues.3 XDisplayOfOM.3 XLocaleOfOM.3 XWMGeometry.3 XClipBox.3 XGetImage.3 XGetSubImage.3 XrmQPutResource.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XrmPutStringResource.3 XrmQPutStringResource.3 XrmPutLineResource.3 XQueryBestTile.3 XQueryBestStipple.3 XQueryColors.3 XLookupColor.3 XParseColor.3 XListExtensions.3 XFreeExtensionList.3 XScreenResourceString.3 XLowerWindow.3 XCirculateSubwindows.3 XCirculateSubwindowsUp.3 XCirculateSubwindowsDown.3 XRestackWindows.3 XReadBitmapFileData.3 XWriteBitmapFile.3 XCreatePixmapFromBitmapData.3 XCreateBitmapFromData.3 XFreeCursor.3 XQueryBestCursor.3 XFindContext.3 XDeleteContext.3 XUniqueContext.3 XUnsetICFocus.3 XGetICValues.3 XTextPropertyToStringList.3 XFreeStringList.3 XTextProperty.3 XSetSubwindowMode.3 XSetGraphicsExposure.3 XSetClipMask.3 XSetClipRectangles.3 XKillClient.3 XGetCommand.3 XGetErrorText.3 XDisplayName.3 XSetIOErrorHandler.3 XGetErrorDatabaseText.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XDisplayMotionBufferSize.3 XGetMotionEvents.3 XTimeCoord.3 XSetFillRule.3 XGetFontPath.3 XFreeFontPath.3 XGetInputFocus.3 XSetDashes.3 XGetPointerMapping.3 XForceScreenSaver.3 XActivateScreenSaver.3 XResetScreenSaver.3 XGetScreenSaver.3 XGetSelectionOwner.3 XConvertSelection.3 XSetFunction.3 XSetPlaneMask.3 XSetForeground.3 XSetBackground.3 XGetTransientForHint.3 XGetTextProperty.3 XSetStipple.3 XSetTSOrigin.3 XGetWMClientMachine.3 XGetWMColormapWindows.3 XGetWMIconName.3 XSetIconName.3 XGetIconName.3 XGetWMName.3 XStoreName.3 XFetchName.3 XmbSetWMProperties.3 Xutf8SetWMProperties.3 XGetWMProtocols.3 XStoreBuffer.3 XFetchBytes.3 XFetchBuffer.3 XRotateBuffers.3 XStoreColor.3 XStoreNamedColor.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XKeysymToString.3 XKeycodeToKeysym.3 XKeysymToKeycode.3 XConvertCase.3 XSetLocaleModifiers.3 XSetAfterFunction.3 XwcTextListToTextProperty.3 Xutf8TextListToTextProperty.3 XmbTextPropertyToTextList.3 XwcTextPropertyToTextList.3 Xutf8TextPropertyToTextList.3 XwcFreeStringList.3 XDefaultString.3 XTextExtents16.3 XQueryTextExtents.3 XQueryTextExtents16.3 XTextWidth16.3 XLockDisplay.3 XUnlockDisplay.3 XrmStringToQuark.3 XrmPermStringToQuark.3 XrmQuarkToString.3 XrmStringToQuarkList.3 XrmStringToBindingQuarkList.3 XUnmapSubwindows.3 XcmsSetCCCOfColormap.3 XcmsAllocNamedColor.3 XcmsRGB.3 XcmsRGBi.3 XcmsCIEXYZ.3 XcmsCIEuvY.3 XcmsCIExyY.3 XcmsCIELab.3 XcmsCIELuv.3 XcmsTekHVC.3 XcmsPad.3 XcmsFreeCCC.3 XcmsCIELabQueryMaxL.3 XcmsCIELabQueryMaxLC.3 XcmsCIELabQueryMinL.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XcmsCIELuvQueryMaxL.3 XcmsCIELuvQueryMaxLC.3 XcmsCIELuvQueryMinL.3 XcmsQueryBlue.3 XcmsQueryGreen.3 XcmsQueryRed.3 XcmsQueryWhite.3 XcmsQueryColors.3 XcmsLookupColor.3 XcmsStoreColors.3 XcmsSetWhiteAdjustProc.3 XcmsTekHVCQueryMaxV.3 XcmsTekHVCQueryMaxVC.3 XcmsTekHVCQueryMaxVSamples.3 XcmsTekHVCQueryMinV.3 XwcDrawImageString.3 Xutf8DrawImageString.3 XwcDrawString.3 Xutf8DrawString.3 XwcDrawText.3 Xutf8DrawText.3 XwcLookupString.3 Xutf8LookupString.3 XwcResetIC.3 Xutf8ResetIC.3 XwcTextEscapement.3 Xutf8TextEscapement.3 XwcTextExtents.3 Xutf8TextExtents.3 XwcTextPerCharExtents.3 Xutf8TextPerCharExtents.3 XCompose.3 AllPlanes.3 BlackPixelOfScreen.3 DisplayOfCCC.3 ImageByteOrder.3 IsCursorKey.3 XAddConnectionWatch.3 XAddHost.3 XAllocClassHint.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XAllocColor.3 XAllocIconSize.3 XAllocSizeHints.3 XAllocStandardColormap.3 XAllocWMHints.3 XAllowEvents.3 XAnyEvent.3 XButtonEvent.3 XChangeKeyboardControl.3 XChangeKeyboardMapping.3 XChangePointerControl.3 XChangeSaveSet.3 XChangeWindowAttributes.3 XCirculateEvent.3 XCirculateRequestEvent.3 XClearArea.3 XClientMessageEvent.3 XcmsAllocColor.3 XcmsCCCOfColormap.3 XcmsCIELabQueryMaxC.3 XcmsCIELuvQueryMaxC.3 XcmsColor.3 XcmsConvertColors.3 XcmsCreateCCC.3 XcmsDefaultCCC.3 XcmsQueryBlack.3 XcmsQueryColor.3 XcmsSetWhitePoint.3 XcmsStoreColor.3 XcmsTekHVCQueryMaxC.3 XColormapEvent.3 XConfigureEvent.3 XConfigureRequestEvent.3 XConfigureWindow.3 XCopyArea.3 XCreateColormap.3 XCreateFontCursor.3 XCreateFontSet.3 XCreateGC.3 XCreateIC.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XCreateOC.3 XCreatePixmap.3 XCreateRegion.3 XCreateWindowEvent.3 XCreateWindow.3 XCrossingEvent.3 XDefineCursor.3 XDestroyWindowEvent.3 XDestroyWindow.3 XDrawArc.3 XDrawImageString.3 XDrawLine.3 XDrawPoint.3 XDrawRectangle.3 XDrawString.3 XDrawText.3 XEmptyRegion.3 XErrorEvent.3 XExposeEvent.3 XExtentsOfFontSet.3 XFillRectangle.3 XFilterEvent.3 XFlush.3 XFocusChangeEvent.3 XFontSetExtents.3 XFontsOfFontSet.3 XFree.3 XGetEventData.3 XGetVisualInfo.3 XGetWindowAttributes.3 XGetWindowProperty.3 XGetXCBConnection.3 XGrabButton.3 XGrabKeyboard.3 XGrabKey.3 XGrabPointer.3 XGrabServer.3 XGraphicsExposeEvent.3 XGravityEvent.3 XIconifyWindow.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XIfEvent.3 XInitImage.3 XInitThreads.3 XInstallColormap.3 XInternAtom.3 XIntersectRegion.3 XKeymapEvent.3 XListFonts.3 XLoadFont.3 XLookupKeysym.3 XMapEvent.3 XMapRequestEvent.3 XMapWindow.3 XmbDrawImageString.3 XmbDrawString.3 XmbDrawText.3 XmbLookupString.3 XmbResetIC.3 XmbTextEscapement.3 XmbTextExtents.3 XmbTextListToTextProperty.3 XmbTextPerCharExtents.3 XNextEvent.3 XNoOp.3 XOpenDisplay.3 XOpenIM.3 XOpenOM.3 XParseGeometry.3 XPolygonRegion.3 XPropertyEvent.3 XPutBackEvent.3 XPutImage.3 XQueryBestSize.3 XQueryColor.3 XQueryExtension.3 XQueryPointer.3 XQueryTree.3 XRaiseWindow.3 XReadBitmapFile.3 XRecolorCursor.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XReparentEvent.3 XReparentWindow.3 XResizeRequestEvent.3 XResourceManagerString.3 XrmEnumerateDatabase.3 XrmGetFileDatabase.3 XrmGetResource.3 XrmInitialize.3 XrmMergeDatabases.3 XrmPutResource.3 XrmUniqueQuark.3 XSaveContext.3 XSelectInput.3 XSelectionClearEvent.3 XSelectionEvent.3 XSelectionRequestEvent.3 XSendEvent.3 XSetArcMode.3 XSetClipOrigin.3 XSetCloseDownMode.3 XSetCommand.3 XSetErrorHandler.3 XSetEventQueueOwner.3 XSetFillStyle.3 XSetFont.3 XSetFontPath.3 XSetICFocus.3 XSetICValues.3 XSetInputFocus.3 XSetLineAttributes.3 XSetPointerMapping.3 XSetScreenSaver.3 XSetSelectionOwner.3 XSetState.3 XSetTextProperty.3 XSetTile.3 XSetTransientForHint.3 XSetWMClientMachine.3 XSetWMColormapWindows.3 XSetWMIconName.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XSetWMName.3 XSetWMProperties.3 XSetWMProtocols.3 XStoreBytes.3 XStoreColors.3 XStringListToTextProperty.3 XStringToKeysym.3 XSupportsLocale.3 XSynchronize.3 XTextExtents.3 XTextWidth.3 XTranslateCoordinates.3 XUnmapEvent.3 XUnmapWindow.3 XVaCreateNestedList.3 XVisibilityEvent.3 XWarpPointer.3 BlackPixel.3 WhitePixel.3 ConnectionNumber.3 DefaultColormap.3 DefaultDepth.3 XListDepths.3 DefaultGC.3 DefaultRootWindow.3 DefaultScreenOfDisplay.3 DefaultScreen.3 DefaultVisual.3 DisplayCells.3 DisplayPlanes.3 DisplayString.3 XMaxRequestSize.3 XExtendedMaxRequestSize.3 LastKnownRequestProcessed.3 NextRequest.3 ProtocolVersion.3 ProtocolRevision.3 QLength.3 RootWindow.3 ScreenCount.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 ScreenOfDisplay.3 ServerVendor.3 VendorRelease.3 WhitePixelOfScreen.3 CellsOfScreen.3 DefaultColormapOfScreen.3 DefaultDepthOfScreen.3 DefaultGCOfScreen.3 DefaultVisualOfScreen.3 DoesBackingStore.3 DoesSaveUnders.3 DisplayOfScreen.3 XScreenNumberOfScreen.3 EventMaskOfScreen.3 HeightOfScreen.3 HeightMMOfScreen.3 MaxCmapsOfScreen.3 MinCmapsOfScreen.3 PlanesOfScreen.3 RootWindowOfScreen.3 WidthOfScreen.3 WidthMMOfScreen.3 VisualOfCCC.3 ScreenNumberOfCCC.3 ScreenWhitePointOfCCC.3 ClientWhitePointOfCCC.3 BitmapBitOrder.3 BitmapPad.3 BitmapUnit.3 DisplayHeight.3 DisplayHeightMM.3 DisplayWidth.3 DisplayWidthMM.3 XListPixmapFormats.3 XPixmapFormatValues.3 IsFunctionKey.3 IsKeypadKey.3 IsMiscFunctionKey.3 IsModifierKey.3 IsPFKey.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 IsPrivateKeypadKey.3 XSetClassHint.3 XGetClassHint.3 XClassHint.3 XSetIconSizes.3 XGetIconSizes.3 XIconSize.3 XSetRGBColormaps.3 XGetRGBColormaps.3 XStandardColormap.3 XSetWMNormalHints.3 XGetWMNormalHints.3 XSetWMSizeHints.3 XGetWMSizeHints.3 XSizeHints.3 XSetWMHints.3 XGetWMHints.3 XWMHints.3 XAddHosts.3 XListHosts.3 XRemoveHost.3 XRemoveHosts.3 XSetAccessControl.3 XEnableAccessControl.3 XDisableAccessControl.3 XHostAddress.3 XAllocNamedColor.3 XAllocColorCells.3 XAllocColorPlanes.3 XFreeColors.3 XEvent.3 XKeyEvent.3 XMotionEvent.3 XGetKeyboardControl.3 XAutoRepeatOn.3 XAutoRepeatOff.3 XBell.3 XQueryKeymap.3 XKeyboardControl.3 XGetKeyboardMapping.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XDisplayKeycodes.3 XSetModifierMapping.3 XGetModifierMapping.3 XNewModifiermap.3 XInsertModifiermapEntry.3 XDeleteModifiermapEntry.3 XFreeModifiermap.3 XModifierKeymap.3 XGetPointerControl.3 XAddToSaveSet.3 XRemoveFromSaveSet.3 XSetWindowBackground.3 XSetWindowBackgroundPixmap.3 XSetWindowBorder.3 XSetWindowBorderPixmap.3 XSetWindowColormap.3 XClearWindow.3 XMoveWindow.3 XResizeWindow.3 XMoveResizeWindow.3 XSetWindowBorderWidth.3 XWindowChanges.3 XCopyPlane.3 XCopyColormapAndFree.3 XFreeColormap.3 XColor.3 XCreatePixmapCursor.3 XCreateGlyphCursor.3 XFreeFontSet.3 XCopyGC.3 XChangeGC.3 XGetGCValues.3 XFreeGC.3 XGContextFromGC.3 XGCValues.3 XDestroyIC.3 XIMOfIC.3 XCreateImage.3 XGetPixel.3 XPutPixel.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XSubImage.3 XAddPixel.3 XDestroyImage.3 XDestroyOC.3 XSetOCValues.3 XGetOCValues.3 XOMOfOC.3 XFreePixmap.3 XSetRegion.3 XDestroyRegion.3 XCreateSimpleWindow.3 XSetWindowAttributes.3 XUndefineCursor.3 XDestroySubwindows.3 XDrawArcs.3 XArc.3 XDrawImageString16.3 XDrawLines.3 XDrawSegments.3 XSegment.3 XDrawPoints.3 XPoint.3 XDrawRectangles.3 XRectangle.3 XDrawString16.3 XDrawText16.3 XTextItem.3 XTextItem16.3 XEqualRegion.3 XPointInRegion.3 XRectInRegion.3 XFillRectangles.3 XFillPolygon.3 XFillArc.3 XFillArcs.3 XSync.3 XEventsQueued.3 XPending.3 XBaseFontNameListOfFontSet.3 XLocaleOfFontSet.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XContextDependentDrawing.3 XContextualDrawing.3 XDirectionalDependentDrawing.3 XNoExposeEvent.3 XrmPutFileDatabase.3 XrmGetStringDatabase.3 XrmLocaleOfDatabase.3 XrmGetDatabase.3 XrmSetDatabase.3 XrmDestroyDatabase.3 XrmQGetResource.3 XrmQGetSearchList.3 XrmQGetSearchResource.3 XFreeEventData.3 XGenericEventCookie.3 XMatchVisualInfo.3 XVisualIDFromVisual.3 XVisualInfo.3 XGetGeometry.3 XWindowAttributes.3 XListProperties.3 XChangeProperty.3 XRotateWindowProperties.3 XDeleteProperty.3 XUngrabButton.3 XUngrabKey.3 XUngrabKeyboard.3 XUngrabPointer.3 XChangeActivePointerGrab.3 XUngrabServer.3 XWithdrawWindow.3 XReconfigureWMWindow.3 XCheckIfEvent.3 XPeekIfEvent.3 XrmParseCommand.3 XrmValue.3 XrmOptionKind.3 XrmOptionDescRec.3 XUninstallColormap.3 XListInstalledColormaps.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XRemoveConnectionWatch.3 XProcessInternalConnection.3 XInternalConnectionNumbers.3 XUnionRegion.3 XUnionRectWithRegion.3 XSubtractRegion.3 XXorRegion.3 XOffsetRegion.3 XShrinkRegion.3 XInternAtoms.3 XGetAtomName.3 XGetAtomNames.3 XFreeFontNames.3 XListFontsWithInfo.3 XFreeFontInfo.3 XQueryFont.3 XLoadQueryFont.3 XFreeFont.3 XGetFontProperty.3 XUnloadFont.3 XCharStruct.3 XFontProp.3 XChar2b.3 XFontStruct.3 XRefreshKeyboardMapping.3 XLookupString.3 XRebindKeysym.3 XrmCombineDatabase.3 XrmCombineFileDatabase.3 XMappingEvent.3 XMapRaised.3 XMapSubwindows.3 XPeekEvent.3 XWindowEvent.3 XCheckWindowEvent.3 XMaskEvent.3 XCheckMaskEvent.3 XCheckTypedEvent.3 XCheckTypedWindowEvent.3 XCloseDisplay.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XCloseIM.3 XSetIMValues.3 XGetIMValues.3 XDisplayOfIM.3 XLocaleOfIM.3 XRegisterIMInstantiateCallback.3 XUnregisterIMInstantiateCallback.3 XCloseOM.3 XSetOMValues.3 XGetOMValues.3 XDisplayOfOM.3 XLocaleOfOM.3 XWMGeometry.3 XClipBox.3 XGetImage.3 XGetSubImage.3 XrmQPutResource.3 XrmPutStringResource.3 XrmQPutStringResource.3 XrmPutLineResource.3 XQueryBestTile.3 XQueryBestStipple.3 XQueryColors.3 XLookupColor.3 XParseColor.3 XListExtensions.3 XFreeExtensionList.3 XScreenResourceString.3 XLowerWindow.3 XCirculateSubwindows.3 XCirculateSubwindowsUp.3 XCirculateSubwindowsDown.3 XRestackWindows.3 XReadBitmapFileData.3 XWriteBitmapFile.3 XCreatePixmapFromBitmapData.3 XCreateBitmapFromData.3 XFreeCursor.3 XQueryBestCursor.3 XFindContext.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XDeleteContext.3 XUniqueContext.3 XUnsetICFocus.3 XGetICValues.3 XTextPropertyToStringList.3 XFreeStringList.3 XTextProperty.3 XSetSubwindowMode.3 XSetGraphicsExposure.3 XSetClipMask.3 XSetClipRectangles.3 XKillClient.3 XGetCommand.3 XGetErrorText.3 XDisplayName.3 XSetIOErrorHandler.3 XGetErrorDatabaseText.3 XDisplayMotionBufferSize.3 XGetMotionEvents.3 XTimeCoord.3 XSetFillRule.3 XGetFontPath.3 XFreeFontPath.3 XGetInputFocus.3 XSetDashes.3 XGetPointerMapping.3 XForceScreenSaver.3 XActivateScreenSaver.3 XResetScreenSaver.3 XGetScreenSaver.3 XGetSelectionOwner.3 XConvertSelection.3 XSetFunction.3 XSetPlaneMask.3 XSetForeground.3 XSetBackground.3 XGetTransientForHint.3 XGetTextProperty.3 XSetStipple.3 XSetTSOrigin.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XGetWMClientMachine.3 XGetWMColormapWindows.3 XGetWMIconName.3 XSetIconName.3 XGetIconName.3 XGetWMName.3 XStoreName.3 XFetchName.3 XmbSetWMProperties.3 Xutf8SetWMProperties.3 XGetWMProtocols.3 XStoreBuffer.3 XFetchBytes.3 XFetchBuffer.3 XRotateBuffers.3 XStoreColor.3 XStoreNamedColor.3 XKeysymToString.3 XKeycodeToKeysym.3 XKeysymToKeycode.3 XConvertCase.3 XSetLocaleModifiers.3 XSetAfterFunction.3 XwcTextListToTextProperty.3 Xutf8TextListToTextProperty.3 XmbTextPropertyToTextList.3 XwcTextPropertyToTextList.3 Xutf8TextPropertyToTextList.3 XwcFreeStringList.3 XDefaultString.3 XTextExtents16.3 XQueryTextExtents.3 XQueryTextExtents16.3 XTextWidth16.3 XLockDisplay.3 XUnlockDisplay.3 XrmStringToQuark.3 XrmPermStringToQuark.3 XrmQuarkToString.3 XrmStringToQuarkList.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XrmStringToBindingQuarkList.3 XUnmapSubwindows.3 XcmsSetCCCOfColormap.3 XcmsAllocNamedColor.3 XcmsRGB.3 XcmsRGBi.3 XcmsCIEXYZ.3 XcmsCIEuvY.3 XcmsCIExyY.3 XcmsCIELab.3 XcmsCIELuv.3 XcmsTekHVC.3 XcmsPad.3 XcmsFreeCCC.3 XcmsCIELabQueryMaxL.3 XcmsCIELabQueryMaxLC.3 XcmsCIELabQueryMinL.3 XcmsCIELuvQueryMaxL.3 XcmsCIELuvQueryMaxLC.3 XcmsCIELuvQueryMinL.3 XcmsQueryBlue.3 XcmsQueryGreen.3 XcmsQueryRed.3 XcmsQueryWhite.3 XcmsQueryColors.3 XcmsLookupColor.3 XcmsStoreColors.3 XcmsSetWhiteAdjustProc.3 XcmsTekHVCQueryMaxV.3 XcmsTekHVCQueryMaxVC.3 XcmsTekHVCQueryMaxVSamples.3 XcmsTekHVCQueryMinV.3 XwcDrawImageString.3 Xutf8DrawImageString.3 XwcDrawString.3 Xutf8DrawString.3 XwcDrawText.3 Xutf8DrawText.3 XwcLookupString.3 Xutf8LookupString.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' /usr/bin/install -c -m 644 XwcResetIC.3 Xutf8ResetIC.3 XwcTextEscapement.3 Xutf8TextEscapement.3 XwcTextExtents.3 Xutf8TextExtents.3 XwcTextPerCharExtents.3 Xutf8TextPerCharExtents.3 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man3' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/man' Making install in specs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs' Making install in libX11 make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/libX11' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/libX11' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/libX11' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/libX11' Making install in i18n make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n' Making install in compose make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/compose' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/compose' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/compose' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/compose' Making install in framework make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/framework' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/framework' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/framework' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/framework' Making install in localedb make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/localedb' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/localedb' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/localedb' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/localedb' Making install in trans make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/trans' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/trans' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/trans' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n/trans' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n' make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/i18n' Making install in XIM make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XIM' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XIM' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XIM' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XIM' Making install in XKB make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XKB' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XKB' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XKB' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs/XKB' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8/specs' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 x11.pc x11-xcb.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libX11-1.8' >>> host-xlib_libxkbfile 1.1.0 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.libxkbfile-1.1.0.tar.bz2.Ss4h6l/output' 'http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-1.1.0.tar.bz2' --2022-06-04 14:38:50-- http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-1.1.0.tar.bz2 Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/releases/individual/lib/libxkbfile-1.1.0.tar.bz2 [following] --2022-06-04 14:38:50-- https://www.x.org/releases/individual/lib/libxkbfile-1.1.0.tar.bz2 Resolving www.x.org (www.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.x.org (www.x.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 364678 (356K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.libxkbfile-1.1.0.tar.bz2.Ss4h6l/output' 0K .......... .......... .......... .......... .......... 14% 559K 1s 50K .......... .......... .......... .......... .......... 28% 1.27M 0s 100K .......... .......... .......... .......... .......... 42% 182M 0s 150K .......... .......... .......... .......... .......... 56% 1.18M 0s 200K .......... .......... .......... .......... .......... 70% 181M 0s 250K .......... .......... .......... .......... .......... 84% 1.12M 0s 300K .......... .......... .......... .......... .......... 98% 180M 0s 350K ...... 100% 124M=0.2s 2022-06-04 14:38:51 (1.63 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.libxkbfile-1.1.0.tar.bz2.Ss4h6l/output' saved [364678/364678] libxkbfile-1.1.0.tar.bz2: OK (md5: dd7e1e946def674e78c0efbc5c7d5b3b) libxkbfile-1.1.0.tar.bz2: OK (sha1: 487f314b6dbc17e93d0fe1e3741392156a9ca895) libxkbfile-1.1.0.tar.bz2: OK (sha256: 758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7) libxkbfile-1.1.0.tar.bz2: OK (sha512: 1c6a57564e916ccdc3df3c49b9f3589f701df0cec55112c12ddc35ac3ed556608c28fe98e5ba0ac1962e9a65ed1e90eb7e6169b564951bf55a7cf3499b745826) >>> host-xlib_libxkbfile 1.1.0 Extracting bzcat /nvmedata/autobuild/instance-27/dl/xlib_libxkbfile/libxkbfile-1.1.0.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0 -xf - >>> host-xlib_libxkbfile 1.1.0 Patching >>> host-xlib_libxkbfile 1.1.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xlib_libxkbfile 1.1.0 Patching libtool patching file /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0/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). >>> host-xlib_libxkbfile 1.1.0 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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 thread-safe mkdir -p... /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... x86_64-pc-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /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 /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... /usr/bin/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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /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 /usr/bin/gcc option to accept ISO C99... none needed checking whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking pkg-config is at least version 0.9.0... yes checking if /usr/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/bin/gcc supports -Wall... yes checking if /usr/bin/gcc supports -Wpointer-arith... yes checking if /usr/bin/gcc supports -Wmissing-declarations... yes checking if /usr/bin/gcc supports -Wformat=2... yes checking if /usr/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/bin/gcc supports -Wnested-externs... yes checking if /usr/bin/gcc supports -Wbad-function-cast... yes checking if /usr/bin/gcc supports -Wold-style-definition... yes checking if /usr/bin/gcc supports -Wdeclaration-after-statement... yes checking if /usr/bin/gcc supports -Wunused... yes checking if /usr/bin/gcc supports -Wuninitialized... yes checking if /usr/bin/gcc supports -Wshadow... yes checking if /usr/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/bin/gcc supports -Wredundant-decls... yes checking if /usr/bin/gcc supports -Wlogical-op... yes checking if /usr/bin/gcc supports -Werror=implicit... yes checking if /usr/bin/gcc supports -Werror=nonnull... yes checking if /usr/bin/gcc supports -Werror=init-self... yes checking if /usr/bin/gcc supports -Werror=main... yes checking if /usr/bin/gcc supports -Werror=missing-braces... yes checking if /usr/bin/gcc supports -Werror=sequence-point... yes checking if /usr/bin/gcc supports -Werror=return-type... yes checking if /usr/bin/gcc supports -Werror=trigraphs... yes checking if /usr/bin/gcc supports -Werror=array-bounds... yes checking if /usr/bin/gcc supports -Werror=write-strings... yes checking if /usr/bin/gcc supports -Werror=address... yes checking if /usr/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/bin/gcc supports -pedantic... yes checking if /usr/bin/gcc supports -Werror... yes checking if /usr/bin/gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking for strcasecmp... yes checking for getc_unlocked... yes checking for XKBFILE... 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 xkbfile.pc 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-xlib_libxkbfile 1.1.0 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' Making all in src make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0/src' CC cout.lo CC maprules.lo CC srvmisc.lo CC xkbatom.lo In file included from /usr/include/string.h:495, from /nvmedata/autobuild/instance-27/output-1/host/include/X11/Xos.h:62, from xkbatom.c:80: In function 'strncpy', inlined from '_XkbMakeAtom' at xkbatom.c:144:9, inlined from 'XkbInternAtom' at xkbatom.c:212:16, inlined from 'XkbInternAtom' at xkbatom.c:207:1: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xkbatom.c: In function 'XkbInternAtom': xkbatom.c:212:35: note: length computed here 212 | return _XkbMakeAtom(name, strlen(name), (!onlyIfExists)); | ^~~~~~~~~~~~ CC xkbbells.lo CC xkbconfig.lo xkbconfig.c:1069:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1069 | {"rules", _XkbCF_RulesFile}, | ^~~~~~~ xkbconfig.c:1070:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1070 | {"model", _XkbCF_Model}, | ^~~~~~~ xkbconfig.c:1071:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1071 | {"layout", _XkbCF_Layout}, | ^~~~~~~~ xkbconfig.c:1072:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1072 | {"variant", _XkbCF_Variant}, | ^~~~~~~~~ xkbconfig.c:1073:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1073 | {"options", _XkbCF_Options}, | ^~~~~~~~~ xkbconfig.c:1074:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1074 | {"keymap", _XkbCF_Keymap}, | ^~~~~~~~ xkbconfig.c:1075:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1075 | {"keycodes", _XkbCF_Keycodes}, | ^~~~~~~~~~ xkbconfig.c:1076:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1076 | {"geometry", _XkbCF_Geometry}, | ^~~~~~~~~~ xkbconfig.c:1077:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1077 | {"realsymbols", _XkbCF_PhysSymbols}, | ^~~~~~~~~~~~~ xkbconfig.c:1078:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1078 | {"actualsymbols", _XkbCF_PhysSymbols}, | ^~~~~~~~~~~~~~~ xkbconfig.c:1079:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1079 | {"symbols", _XkbCF_Symbols}, | ^~~~~~~~~ xkbconfig.c:1080:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1080 | {"symbolstouse", _XkbCF_Symbols}, | ^~~~~~~~~~~~~~ xkbconfig.c:1081:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1081 | {"types", _XkbCF_Types}, | ^~~~~~~ xkbconfig.c:1082:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1082 | {"compat", _XkbCF_CompatMap}, | ^~~~~~~~ xkbconfig.c:1083:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1083 | {"modifiers", _XkbCF_InitialMods}, | ^~~~~~~~~~~ xkbconfig.c:1084:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1084 | {"controls", _XkbCF_InitialCtrls}, | ^~~~~~~~~~ xkbconfig.c:1085:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1085 | {"click", _XkbCF_ClickVolume}, | ^~~~~~~ xkbconfig.c:1086:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1086 | {"clickvolume", _XkbCF_ClickVolume}, | ^~~~~~~~~~~~~ xkbconfig.c:1087:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1087 | {"bell", _XkbCF_BellVolume}, | ^~~~~~ xkbconfig.c:1088:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1088 | {"bellvolume", _XkbCF_BellVolume}, | ^~~~~~~~~~~~ xkbconfig.c:1089:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1089 | {"bellpitch", _XkbCF_BellPitch}, | ^~~~~~~~~~~ xkbconfig.c:1090:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1090 | {"bellduration", _XkbCF_BellDuration}, | ^~~~~~~~~~~~~~ xkbconfig.c:1091:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1091 | {"repeatdelay", _XkbCF_RepeatDelay}, | ^~~~~~~~~~~~~ xkbconfig.c:1092:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1092 | {"repeatinterval", _XkbCF_RepeatInterval}, | ^~~~~~~~~~~~~~~~ xkbconfig.c:1093:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1093 | {"slowkeysdelay", _XkbCF_SlowKeysDelay}, | ^~~~~~~~~~~~~~~ xkbconfig.c:1094:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1094 | {"debouncedelay", _XkbCF_DebounceDelay}, | ^~~~~~~~~~~~~~~ xkbconfig.c:1095:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1095 | {"mousekeysdelay", _XkbCF_MouseKeysDelay}, | ^~~~~~~~~~~~~~~~ xkbconfig.c:1096:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1096 | {"mousekeysinterval", _XkbCF_MouseKeysInterval}, | ^~~~~~~~~~~~~~~~~~~ xkbconfig.c:1097:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1097 | {"mousekeystimetomax", _XkbCF_MouseKeysTimeToMax}, | ^~~~~~~~~~~~~~~~~~~~ xkbconfig.c:1098:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1098 | {"mousekeysmaxspeed", _XkbCF_MouseKeysMaxSpeed}, | ^~~~~~~~~~~~~~~~~~~ xkbconfig.c:1099:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1099 | {"mousekeyscurve", _XkbCF_MouseKeysCurve}, | ^~~~~~~~~~~~~~~~ xkbconfig.c:1100:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1100 | {"accessxtimeout", _XkbCF_AccessXTimeout}, | ^~~~~~~~~~~~~~~~ xkbconfig.c:1101:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1101 | {"axtimeout", _XkbCF_AccessXTimeout}, | ^~~~~~~~~~~ xkbconfig.c:1102:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1102 | {"accessxtimeoutctrlson", _XkbCF_AccessXTimeoutCtrlsOn}, | ^~~~~~~~~~~~~~~~~~~~~~~ xkbconfig.c:1103:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1103 | {"axtctrlson", _XkbCF_AccessXTimeoutCtrlsOn}, | ^~~~~~~~~~~~ xkbconfig.c:1104:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1104 | {"accessxtimeoutctrlsoff", _XkbCF_AccessXTimeoutCtrlsOff}, | ^~~~~~~~~~~~~~~~~~~~~~~~ xkbconfig.c:1105:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1105 | {"axtctrlsoff", _XkbCF_AccessXTimeoutCtrlsOff}, | ^~~~~~~~~~~~~ xkbconfig.c:1106:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1106 | {"accessxtimeoutfeedbackon",_XkbCF_AccessXTimeoutOptsOn}, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ xkbconfig.c:1107:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1107 | {"axtfeedbackon", _XkbCF_AccessXTimeoutOptsOn}, | ^~~~~~~~~~~~~~~ xkbconfig.c:1108:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1108 | {"accessxtimeoutfeedbackoff",_XkbCF_AccessXTimeoutOptsOff}, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ xkbconfig.c:1109:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1109 | {"axtfeedbackoff", _XkbCF_AccessXTimeoutOptsOff}, | ^~~~~~~~~~~~~~~~ xkbconfig.c:1110:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1110 | {"ignorelockmods", _XkbCF_IgnoreLockMods}, | ^~~~~~~~~~~~~~~~ xkbconfig.c:1111:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1111 | {"ignorelockmodifiers", _XkbCF_IgnoreLockMods}, | ^~~~~~~~~~~~~~~~~~~~~ xkbconfig.c:1112:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1112 | {"ignoregrouplock", _XkbCF_IgnoreGroupLock}, | ^~~~~~~~~~~~~~~~~ xkbconfig.c:1113:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1113 | {"internalmods", _XkbCF_InternalMods}, | ^~~~~~~~~~~~~~ xkbconfig.c:1114:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1114 | {"internalmodifiers", _XkbCF_InternalMods}, | ^~~~~~~~~~~~~~~~~~~ xkbconfig.c:1115:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1115 | {"outofrangegroups", _XkbCF_GroupsWrap}, | ^~~~~~~~~~~~~~~~~~ xkbconfig.c:1116:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1116 | {"groups", _XkbCF_GroupsWrap}, | ^~~~~~~~ xkbconfig.c:1117:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1117 | {"feedback", _XkbCF_InitialFeedback}, | ^~~~~~~~~~ xkbconfig.c: In function 'XkbCFReportError': xkbconfig.c:1344:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 1344 | fprintf(file, msg, line); | ^~~~~~~ CC xkbdraw.lo xkbdraw.c: In function 'XkbGetOrderedDrawables': xkbdraw.c:79:23: warning: declaration of 'section' shadows a parameter [-Wshadow] 79 | XkbSectionPtr section; | ^~~~~~~ xkbdraw.c:72:59: note: shadowed declaration is here 72 | XkbGetOrderedDrawables(XkbGeometryPtr geom, XkbSectionPtr section) | ~~~~~~~~~~~~~~^~~~~~~ CC xkberrs.lo CC xkbmisc.lo xkbmisc.c: In function '_XkbKSCheckCase': xkbmisc.c:100:32: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op] 100 | ((ks >= XK_Ygrave) && (ks <= XK_Fabovedot)) || | ^~ xkbmisc.c:114:36: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op] 114 | ((ks >= XK_wdiaeresis) && (ks <= XK_ycircumflex))) { | ^~ xkbmisc.c: In function 'XkbWriteXKBKeymapForNames': xkbmisc.c:247:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 247 | name = "default"; | ^ CC xkbout.lo CC xkbtext.lo xkbtext.c:403:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 403 | "NoneOf", "AnyOfOrNone", "AnyOf", "AllOf", "Exactly" | ^~~~~~~~ xkbtext.c:403:15: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 403 | "NoneOf", "AnyOfOrNone", "AnyOf", "AllOf", "Exactly" | ^~~~~~~~~~~~~ xkbtext.c:403:30: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 403 | "NoneOf", "AnyOfOrNone", "AnyOf", "AllOf", "Exactly" | ^~~~~~~ xkbtext.c:403:39: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 403 | "NoneOf", "AnyOfOrNone", "AnyOf", "AllOf", "Exactly" | ^~~~~~~ xkbtext.c:403:48: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 403 | "NoneOf", "AnyOfOrNone", "AnyOf", "AllOf", "Exactly" | ^~~~~~~~~ xkbtext.c:819:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 819 | "NoAction", | ^~~~~~~~~~ xkbtext.c:820:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 820 | "SetMods", "LatchMods", "LockMods", | ^~~~~~~~~ xkbtext.c:820:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 820 | "SetMods", "LatchMods", "LockMods", | ^~~~~~~~~~~ xkbtext.c:820:37: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 820 | "SetMods", "LatchMods", "LockMods", | ^~~~~~~~~~ xkbtext.c:821:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 821 | "SetGroup", "LatchGroup", "LockGroup", | ^~~~~~~~~~ xkbtext.c:821:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 821 | "SetGroup", "LatchGroup", "LockGroup", | ^~~~~~~~~~~~ xkbtext.c:821:37: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 821 | "SetGroup", "LatchGroup", "LockGroup", | ^~~~~~~~~~~ xkbtext.c:822:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 822 | "MovePtr", | ^~~~~~~~~ xkbtext.c:823:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 823 | "PtrBtn", "LockPtrBtn", | ^~~~~~~~ xkbtext.c:823:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 823 | "PtrBtn", "LockPtrBtn", | ^~~~~~~~~~~~ xkbtext.c:824:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 824 | "SetPtrDflt", | ^~~~~~~~~~~~ xkbtext.c:825:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 825 | "ISOLock", | ^~~~~~~~~ xkbtext.c:826:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 826 | "Terminate", "SwitchScreen", | ^~~~~~~~~~~ xkbtext.c:826:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 826 | "Terminate", "SwitchScreen", | ^~~~~~~~~~~~~~ xkbtext.c:827:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 827 | "SetControls", "LockControls", | ^~~~~~~~~~~~~ xkbtext.c:827:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 827 | "SetControls", "LockControls", | ^~~~~~~~~~~~~~ xkbtext.c:828:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 828 | "ActionMessage", | ^~~~~~~~~~~~~~~ xkbtext.c:829:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 829 | "RedirectKey", | ^~~~~~~~~~~~~ xkbtext.c:830:5: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 830 | "DeviceBtn", "LockDeviceBtn" | ^~~~~~~~~~~ xkbtext.c:830:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 830 | "DeviceBtn", "LockDeviceBtn" | ^~~~~~~~~~~~~~~ xkbtext.c: In function 'XkbBehaviorText': xkbtext.c:1476:19: warning: declaration of 'tmp' shadows a previous local [-Wshadow] 1476 | char *tmp; | ^~~ xkbtext.c:1457:21: note: shadowed declaration is here 1457 | char buf[256], *tmp; | ^~~ xkbtext.c: In function 'XkbGeomFPText': xkbtext.c:770:46: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 770 | snprintf(buf, bufsize, "%d.%d", whole, frac); | ^ In file included from /usr/include/stdio.h:867, from xkbtext.c:33: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 4 and 13 bytes into a destination of size 12 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xkbtext.c:767:47: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 767 | snprintf(buf, bufsize, "-%d.%d", wholeabs, frac); | ^ In file included from /usr/include/stdio.h:867, from xkbtext.c:33: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 5 and 13 bytes into a destination of size 12 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC xkmout.lo xkmout.c: In function 'SizeXKMSymbols': xkmout.c:519:31: warning: declaration of 'name' shadows a previous local [-Wshadow] 519 | char *name; | ^~~~ xkmout.c:490:11: note: shadowed declaration is here 490 | char *name; | ^~~~ CC xkmread.lo xkmread.c: In function 'ReadXkmSymbols': xkmread.c:671:26: warning: declaration of 'g' shadows a previous local [-Wshadow] 671 | register int g; | ^ xkmread.c:592:21: note: shadowed declaration is here 592 | register int i, g, s, totalVModMaps; | ^ xkmread.c: In function 'XkmReadTOC': xkmread.c:1108:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 1108 | fread(file_info, SIZEOF(xkmFileInfo), 1, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xkmread.c:1118:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 1118 | fread(&toc[i], SIZEOF(xkmSectionInfo), 1, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xkmread.c: In function 'XkmReadFileSection': xkmread.c:1149:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 1149 | fread(&tmpTOC, SIZEOF(xkmSectionInfo), 1, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xkmread.c: In function 'XkmReadFileSectionName': xkmread.c:1224:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 1224 | fread(&tmpTOC, SIZEOF(xkmSectionInfo), 1, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xkmread.c:1235:42: warning: 'tmpTOC.type' may be used uninitialized in this function [-Wmaybe-uninitialized] 1235 | XkbConfigText(tmpTOC.type, XkbMessage), 0); | ^ CCLD libxkbfile.la make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' >>> host-xlib_libxkbfile 1.1.0 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0/src' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0/src' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libxkbfile.la '/nvmedata/autobuild/instance-27/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libxkbfile.so.1.0.2 /nvmedata/autobuild/instance-27/output-1/host/lib/libxkbfile.so.1.0.2 libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxkbfile.so.1.0.2 libxkbfile.so.1 || { rm -f libxkbfile.so.1 && ln -s libxkbfile.so.1.0.2 libxkbfile.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-27/output-1/host/lib && { ln -s -f libxkbfile.so.1.0.2 libxkbfile.so || { rm -f libxkbfile.so && ln -s libxkbfile.so.1.0.2 libxkbfile.so; }; }) libtool: install: /usr/bin/install -c .libs/libxkbfile.lai /nvmedata/autobuild/instance-27/output-1/host/lib/libxkbfile.la libtool: finish: PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-27/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-27/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. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' /usr/bin/install -c -m 644 ../include/X11/extensions/XKM.h ../include/X11/extensions/XKBrules.h ../include/X11/extensions/XKBbells.h ../include/X11/extensions/XKBconfig.h ../include/X11/extensions/XKMformat.h ../include/X11/extensions/XKBfile.h '/nvmedata/autobuild/instance-27/output-1/host/include/X11/extensions' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0/src' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 xkbfile.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xlib_libxkbfile-1.1.0' >>> host-xapp_xkbcomp 1.4.5 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.xkbcomp-1.4.5.tar.bz2.gFcxWQ/output' 'http://xorg.freedesktop.org/releases/individual/app/xkbcomp-1.4.5.tar.bz2' --2022-06-04 14:39:09-- http://xorg.freedesktop.org/releases/individual/app/xkbcomp-1.4.5.tar.bz2 Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/releases/individual/app/xkbcomp-1.4.5.tar.bz2 [following] --2022-06-04 14:39:10-- https://www.x.org/releases/individual/app/xkbcomp-1.4.5.tar.bz2 Resolving www.x.org (www.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.x.org (www.x.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 251617 (246K) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.xkbcomp-1.4.5.tar.bz2.gFcxWQ/output' 0K .......... .......... .......... .......... .......... 20% 599K 0s 50K .......... .......... .......... .......... .......... 40% 1.13M 0s 100K .......... .......... .......... .......... .......... 61% 1.11M 0s 150K .......... .......... .......... .......... .......... 81% 155M 0s 200K .......... .......... .......... .......... ..... 100% 171M=0.2s 2022-06-04 14:39:10 (1.40 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.xkbcomp-1.4.5.tar.bz2.gFcxWQ/output' saved [251617/251617] xkbcomp-1.4.5.tar.bz2: OK (sha256: 6851086c4244b6fd0cc562880d8ff193fb2bbf1e141c73632e10731b31d4b05e) xkbcomp-1.4.5.tar.bz2: OK (sha512: 2e84f8d6b083e2e818cb95e5d2a184da00e50d71b280e92d1a71465a9a4348f922f4ddccb42cfeee6f76705bbfc8580ef67aedd0d958aaa1ae6bbcc66ccd8154) >>> host-xapp_xkbcomp 1.4.5 Extracting bzcat /nvmedata/autobuild/instance-27/dl/xapp_xkbcomp/xkbcomp-1.4.5.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5 -xf - >>> host-xapp_xkbcomp 1.4.5 Patching >>> host-xapp_xkbcomp 1.4.5 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xapp_xkbcomp 1.4.5 Patching libtool >>> host-xapp_xkbcomp 1.4.5 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-27/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-27/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-27/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... /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... /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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking for /usr/bin/gcc option to accept ISO C99... none needed checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking pkg-config is at least version 0.9.0... 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... /bin/sed checking if /usr/bin/gcc supports -Werror=unknown-warning-option... no checking if /usr/bin/gcc supports -Werror=unused-command-line-argument... no checking if /usr/bin/gcc supports -Wall... yes checking if /usr/bin/gcc supports -Wpointer-arith... yes checking if /usr/bin/gcc supports -Wmissing-declarations... yes checking if /usr/bin/gcc supports -Wformat=2... yes checking if /usr/bin/gcc supports -Wstrict-prototypes... yes checking if /usr/bin/gcc supports -Wmissing-prototypes... yes checking if /usr/bin/gcc supports -Wnested-externs... yes checking if /usr/bin/gcc supports -Wbad-function-cast... yes checking if /usr/bin/gcc supports -Wold-style-definition... yes checking if /usr/bin/gcc supports -Wdeclaration-after-statement... yes checking if /usr/bin/gcc supports -Wunused... yes checking if /usr/bin/gcc supports -Wuninitialized... yes checking if /usr/bin/gcc supports -Wshadow... yes checking if /usr/bin/gcc supports -Wmissing-noreturn... yes checking if /usr/bin/gcc supports -Wmissing-format-attribute... yes checking if /usr/bin/gcc supports -Wredundant-decls... yes checking if /usr/bin/gcc supports -Wlogical-op... yes checking if /usr/bin/gcc supports -Werror=implicit... yes checking if /usr/bin/gcc supports -Werror=nonnull... yes checking if /usr/bin/gcc supports -Werror=init-self... yes checking if /usr/bin/gcc supports -Werror=main... yes checking if /usr/bin/gcc supports -Werror=missing-braces... yes checking if /usr/bin/gcc supports -Werror=sequence-point... yes checking if /usr/bin/gcc supports -Werror=return-type... yes checking if /usr/bin/gcc supports -Werror=trigraphs... yes checking if /usr/bin/gcc supports -Werror=array-bounds... yes checking if /usr/bin/gcc supports -Werror=write-strings... yes checking if /usr/bin/gcc supports -Werror=address... yes checking if /usr/bin/gcc supports -Werror=int-to-pointer-cast... yes checking if /usr/bin/gcc supports -Werror=pointer-to-int-cast... yes checking if /usr/bin/gcc supports -pedantic... yes checking if /usr/bin/gcc supports -Werror... yes checking if /usr/bin/gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking for bison... bison -y checking for bison... /nvmedata/autobuild/instance-27/output-1/host/bin/bison checking for strdup... yes checking for strcasecmp... yes checking for XKBCOMP... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating xkbcomp.pc config.status: creating config.h 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-xapp_xkbcomp 1.4.5 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' Making all in man make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5/man' GEN xkbcomp.1 make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' CC action.o CC alias.o CC compat.o CC expr.o CC geometry.o In file included from /usr/include/string.h:495, from /nvmedata/autobuild/instance-27/output-1/host/include/X11/Xos.h:62, from utils.h:33, from xkbcomp.h:37, from geometry.c:27: In function 'strncpy', inlined from 'HandleOverlayDef' at geometry.c:2580:9, inlined from 'HandleSectionBody' at geometry.c:2789:18, inlined from 'HandleSectionDef' at geometry.c:2829:10, inlined from 'HandleGeometryFile' at geometry.c:2875:18: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'HandleOverlayDef' at geometry.c:2581:9, inlined from 'HandleSectionBody' at geometry.c:2789:18, inlined from 'HandleSectionDef' at geometry.c:2829:10, inlined from 'HandleGeometryFile' at geometry.c:2875:18: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC indicators.o CC keycodes.o CC keymap.o CC keytypes.o CC listing.o CC misc.o misc.c: In function 'ComputeKbdDefaults': misc.c:455:62: warning: '%03d' directive output may be truncated writing between 3 and 10 bytes into a region of size 4 [-Wformat-truncation=] 455 | snprintf(tmpname, sizeof(tmpname), "U%03d", | ^~~~ misc.c:455:60: note: directive argument in the range [0, 2147483647] 455 | snprintf(tmpname, sizeof(tmpname), "U%03d", | ^~~~~~~ In file included from /usr/include/stdio.h:867, from utils.h:32, from xkbcomp.h:37, from misc.c:27: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 5 and 12 bytes into a destination of size 5 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ misc.c:469:58: warning: '%03d' directive output may be truncated writing between 3 and 10 bytes into a region of size 4 [-Wformat-truncation=] 469 | snprintf(tmpname, sizeof(tmpname), "U%03d", nUnknown++); | ^~~~ misc.c:469:56: note: directive argument in the range [0, 2147483647] 469 | snprintf(tmpname, sizeof(tmpname), "U%03d", nUnknown++); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from utils.h:32, from xkbcomp.h:37, from misc.c:27: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 5 and 12 bytes into a destination of size 5 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC parseutils.o CC symbols.o symbols.c: In function 'HandleSymbolsBody': symbols.c:1508:31: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1508 | field.str = "symbols"; | ^ symbols.c:1510:31: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1510 | field.str = "actions"; | ^ CC utils.o CC vmod.o CC xkbcomp.o xkbcomp.c: In function 'main': xkbcomp.c:939:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 939 | inputFile = "stdin"; | ^ xkbcomp.c:1139:28: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1139 | outputFile = "stdout"; | ^ CC xkbparse.o xkbparse.c:301:5: warning: redundant redeclaration of 'yyparse' [-Wredundant-decls] 301 | int yyparse (void); | ^~~~~~~ In file included from xkbparse.y:96: parseutils.h:200:12: note: previous declaration of 'yyparse' was here 200 | extern int yyparse(void); | ^~~~~~~ CC xkbpath.o CC xkbscan.o CCLD xkbcomp make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' >>> host-xapp_xkbcomp 1.4.5 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' /usr/bin/install -c -m 644 xkbcomp.1 '/nvmedata/autobuild/instance-27/output-1/host/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/bin' /usr/bin/install -c xkbcomp '/nvmedata/autobuild/instance-27/output-1/host/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 xkbcomp.pc '/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-xapp_xkbcomp-1.4.5' >>> xkeyboard-config 2.34 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.xkeyboard-config-2.34.tar.bz2.suQBGY/output' 'https://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.34.tar.bz2' --2022-06-04 14:39:31-- https://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.34.tar.bz2 Resolving www.x.org (www.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.x.org (www.x.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1763558 (1.7M) [application/x-bzip2] Saving to: '/nvmedata/autobuild/instance-27/output-1/build/.xkeyboard-config-2.34.tar.bz2.suQBGY/output' 0K .......... .......... .......... .......... .......... 2% 583K 3s 50K .......... .......... .......... .......... .......... 5% 1.16M 2s 100K .......... .......... .......... .......... .......... 8% 1.25M 2s 150K .......... .......... .......... .......... .......... 11% 145M 1s 200K .......... .......... .......... .......... .......... 14% 20.7M 1s 250K .......... .......... .......... .......... .......... 17% 158M 1s 300K .......... .......... .......... .......... .......... 20% 1.23M 1s 350K .......... .......... .......... .......... .......... 23% 175M 1s 400K .......... .......... .......... .......... .......... 26% 34.1M 1s 450K .......... .......... .......... .......... .......... 29% 188M 1s 500K .......... .......... .......... .......... .......... 31% 207M 0s 550K .......... .......... .......... .......... .......... 34% 60.8M 0s 600K .......... .......... .......... .......... .......... 37% 1.31M 0s 650K .......... .......... .......... .......... .......... 40% 151M 0s 700K .......... .......... .......... .......... .......... 43% 120M 0s 750K .......... .......... .......... .......... .......... 46% 98.7M 0s 800K .......... .......... .......... .......... .......... 49% 46.1M 0s 850K .......... .......... .......... .......... .......... 52% 172M 0s 900K .......... .......... .......... .......... .......... 55% 136M 0s 950K .......... .......... .......... .......... .......... 58% 69.9M 0s 1000K .......... .......... .......... .......... .......... 60% 126M 0s 1050K .......... .......... .......... .......... .......... 63% 85.0M 0s 1100K .......... .......... .......... .......... .......... 66% 42.4M 0s 1150K .......... .......... .......... .......... .......... 69% 183M 0s 1200K .......... .......... .......... .......... .......... 72% 149M 0s 1250K .......... .......... .......... .......... .......... 75% 1.30M 0s 1300K .......... .......... .......... .......... .......... 78% 123M 0s 1350K .......... .......... .......... .......... .......... 81% 139M 0s 1400K .......... .......... .......... .......... .......... 84% 116M 0s 1450K .......... .......... .......... .......... .......... 87% 138M 0s 1500K .......... .......... .......... .......... .......... 89% 180M 0s 1550K .......... .......... .......... .......... .......... 92% 141M 0s 1600K .......... .......... .......... .......... .......... 95% 155M 0s 1650K .......... .......... .......... .......... .......... 98% 208M 0s 1700K .......... .......... .. 100% 209M=0.3s 2022-06-04 14:39:32 (5.67 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.xkeyboard-config-2.34.tar.bz2.suQBGY/output' saved [1763558/1763558] xkeyboard-config-2.34.tar.bz2: OK (sha256: b321d27686ee7e6610ffe7b56e28d5bbf60625a1f595124cd320c0caa717b8ce) >>> xkeyboard-config 2.34 Extracting bzcat /nvmedata/autobuild/instance-27/dl/xkeyboard-config/xkeyboard-config-2.34.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34 -xf - >>> xkeyboard-config 2.34 Patching >>> xkeyboard-config 2.34 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34 -name $file); do cp support/gnuconfig/$file $i; done; done >>> xkeyboard-config 2.34 Patching libtool >>> xkeyboard-config 2.34 Configuring (cd /nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-uclibc --host=mips64el-buildroot-linux-uclibc --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-runtime-deps ) 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 mips64el-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /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... mips64el-buildroot-linux-uclibc checking for a sed that does not truncate output... /bin/sed checking for xsltproc... /nvmedata/autobuild/instance-27/output-1/host/bin/xsltproc checking for a sed that does not truncate output... (cached) /bin/sed checking for a Python interpreter with version >= 3.0... python checking for python... /nvmedata/autobuild/instance-27/output-1/host/bin/python checking for python version... 3.10 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.10/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.10/site-packages checking whether NLS is requested... no checking for msgfmt... /nvmedata/autobuild/instance-27/output-1/host/bin/msgfmt checking for gmsgfmt... /nvmedata/autobuild/instance-27/output-1/host/bin/msgfmt checking for xgettext... /nvmedata/autobuild/instance-27/output-1/host/bin/xgettext checking for msgmerge... /nvmedata/autobuild/instance-27/output-1/host/bin/msgmerge checking whether make supports the include directive... yes (GNU style) checking for mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... none checking for ld used by /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld) is GNU ld... yes checking for shared library run path origin... done checking how to run the C preprocessor... /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating po/Makefile.in config.status: creating Makefile config.status: creating compat/Makefile config.status: creating geometry/Makefile config.status: creating keycodes/Makefile config.status: creating rules/Makefile config.status: creating symbols/Makefile config.status: creating types/Makefile config.status: creating xkeyboard-config.pc config.status: creating docs/Makefile config.status: creating man/Makefile config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing depfiles commands config.status: executing mkdir 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-static, --enable-shared *********************************************************** xkeyboard-config is configured with the following parameters: XKB base directory: ${datarootdir}/X11/xkb Symbolic link(s) to legacy rules are not created Compatibility rules are included *********************************************************** >>> xkeyboard-config 2.34 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' Making all in compat make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/compat' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/compat' Making all in geometry make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/geometry' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/geometry' Making all in keycodes make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/keycodes' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/keycodes' Making all in po make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/po' Making all in rules make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' /usr/bin/make all-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' ./merge.py --srcdir=. --builddir=. 0000-hdr.part 0001-lists.part 0002-base.lists.part 0004-base.m_k.part 0005-l1_k.part 0006-l_k.part 0007-o_k.part 0008-ml_g.part 0009-m_g.part 0011-mlv_s.part 0013-ml_s.part 0015-ml1_s.part 0018-ml2_s.part 0020-ml3_s.part 0022-ml4_s.part 0026-base.m_s.part 0027-base.ml_s1.part 0033-ml_c.part 0034-ml1_c.part 0035-m_t.part 0036-lo_s.part 0037-l1o_s.part 0038-l2o_s.part 0039-l3o_s.part 0040-l4o_s.part 0042-o_s.part 0043-o_c.part 0044-o_t.part compat/0012-ml_s.part compat/0014-ml1_s.part compat/0017-ml2_s.part compat/0019-ml3_s.part compat/0021-ml4_s.part compat/0010-mlv_s.part compat/0016-ml1v1_s.part compat/0023-ml2v2_s.part compat/0024-ml3v3_s.part compat/0025-ml4v4_s.part compat/0003-lists.part compat/0028-lv_c.part compat/0029-l1v1_c.part compat/0030-l2v2_c.part compat/0031-l3v3_c.part compat/0032-l4v4_c.part compat/0041-o_s.part compat/0041-o_s.part compat/0028-lv_c.part compat/0029-l1v1_c.part compat/0030-l2v2_c.part compat/0031-l3v3_c.part compat/0032-l4v4_c.part > base ./merge.py --srcdir=. --builddir=. 0000-hdr.part 0001-lists.part 0002-evdev.lists.part 0004-evdev.m_k.part 0005-l1_k.part 0006-l_k.part 0007-o_k.part 0008-ml_g.part 0009-m_g.part 0011-mlv_s.part 0013-ml_s.part 0015-ml1_s.part 0018-ml2_s.part 0020-ml3_s.part 0022-ml4_s.part 0026-evdev.m_s.part 0027-evdev.ml_s1.part 0033-ml_c.part 0034-ml1_c.part 0035-m_t.part 0036-lo_s.part 0037-l1o_s.part 0038-l2o_s.part 0039-l3o_s.part 0040-l4o_s.part 0042-o_s.part 0043-o_c.part 0044-o_t.part compat/0012-ml_s.part compat/0014-ml1_s.part compat/0017-ml2_s.part compat/0019-ml3_s.part compat/0021-ml4_s.part compat/0010-mlv_s.part compat/0016-ml1v1_s.part compat/0023-ml2v2_s.part compat/0024-ml3v3_s.part compat/0025-ml4v4_s.part compat/0003-lists.part compat/0028-lv_c.part compat/0029-l1v1_c.part compat/0030-l2v2_c.part compat/0031-l3v3_c.part compat/0032-l4v4_c.part compat/0041-o_s.part compat/0041-o_s.part compat/0028-lv_c.part compat/0029-l1v1_c.part compat/0030-l2v2_c.part compat/0031-l3v3_c.part compat/0032-l4v4_c.part > evdev perl ./xml2lst.pl < base.xml > base.lst perl ./xml2lst.pl < evdev.xml > evdev.lst make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' Making all in symbols make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/symbols' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/symbols' Making all in types make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/types' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/types' Making all in docs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/docs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/docs' Making all in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/man' /nvmedata/autobuild/instance-27/output-1/host/bin/xsltproc -nonet ./man.xsl ../rules/evdev.xml > xkeyboard-config.man /bin/sed -e 's|@\(\<[a-z_]*\>\)@|__\1__|g' < xkeyboard-config.man | /bin/sed -e 's|__vendorversion__|"xkeyboard-config 2.34" "X Version 11"|' -e 's|__xorgversion__|"xkeyboard-config 2.34" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||g' -e 's|__appmansuffix__|1|g' -e 's|__drivermansuffix__|4|g' -e 's|__adminmansuffix__|8|g' -e 's|__libmansuffix__|3|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' -e 's|__xkb_base__|/usr/share/X11/xkb|g' > xkeyboard-config.7 make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' >>> xkeyboard-config 2.34 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' Making install in compat make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/compat' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/compat' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/compat' /usr/bin/install -c -m 644 accessx basic caps complete iso9995 japan ledcaps ledcompose lednum ledscroll level5 misc mousekeys olpc pc pc98 xfree86 xtest README '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/compat' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/compat' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/compat' Making install in geometry make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/geometry' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/geometry' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/geometry/digital_vndr' /usr/bin/install -c -m 644 digital_vndr/lk digital_vndr/pc digital_vndr/unix '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/geometry/digital_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/geometry' /usr/bin/install -c -m 644 amiga ataritt chicony dell everex fujitsu hhk hp keytronic kinesis macintosh microsoft nec nokia northgate pc sanwa sony thinkpad sun teck steelseries typematrix winbook README '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/geometry' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/geometry/sgi_vndr' /usr/bin/install -c -m 644 sgi_vndr/indigo sgi_vndr/indy sgi_vndr/O2 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/geometry/sgi_vndr' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/geometry' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/geometry' Making install in keycodes make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/keycodes' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/keycodes' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/keycodes/digital_vndr' /usr/bin/install -c -m 644 digital_vndr/lk digital_vndr/pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/keycodes/digital_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/keycodes' /usr/bin/install -c -m 644 aliases amiga ataritt empty evdev fujitsu hp ibm jolla macintosh olpc sony sun xfree86 xfree98 README '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/keycodes' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/keycodes/sgi_vndr' /usr/bin/install -c -m 644 sgi_vndr/indigo sgi_vndr/indy sgi_vndr/iris '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/keycodes/sgi_vndr' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/keycodes' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/keycodes' Making install in po make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/po' if test "xkeyboard-config" = "gettext-tools"; then \ /bin/mkdir -p /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/po' Making install in rules make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' /usr/bin/make install-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/rules' /usr/bin/install -c -m 644 base evdev xfree98 base.lst evdev.lst xkb.dtd README '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/rules' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/rules' /usr/bin/install -c -m 644 base.xml evdev.xml base.extras.xml evdev.extras.xml '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/rules' /usr/bin/make install-data-hook make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[5]: Nothing to be done for 'install-data-hook'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' Making install in symbols make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/symbols' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/symbols' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/digital_vndr' /usr/bin/install -c -m 644 digital_vndr/lk digital_vndr/pc digital_vndr/us digital_vndr/vt '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/digital_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/fujitsu_vndr' /usr/bin/install -c -m 644 fujitsu_vndr/jp fujitsu_vndr/us '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/fujitsu_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/hp_vndr' /usr/bin/install -c -m 644 hp_vndr/us '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/hp_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/jolla_vndr' /usr/bin/install -c -m 644 jolla_vndr/sbj '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/jolla_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/macintosh_vndr' /usr/bin/install -c -m 644 macintosh_vndr/apple macintosh_vndr/ch macintosh_vndr/de macintosh_vndr/dk macintosh_vndr/fi macintosh_vndr/fr macintosh_vndr/gb macintosh_vndr/is macintosh_vndr/it macintosh_vndr/jp macintosh_vndr/latam macintosh_vndr/nl macintosh_vndr/no macintosh_vndr/pt macintosh_vndr/se macintosh_vndr/us '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/macintosh_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/nec_vndr' /usr/bin/install -c -m 644 nec_vndr/jp '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/nec_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/nokia_vndr' /usr/bin/install -c -m 644 nokia_vndr/rx-44 nokia_vndr/rx-51 nokia_vndr/su-8w '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/nokia_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/sgi_vndr' /usr/bin/install -c -m 644 sgi_vndr/jp '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/sgi_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/sharp_vndr' /usr/bin/install -c -m 644 sharp_vndr/sl-c3x00 sharp_vndr/ws003sh sharp_vndr/ws007sh sharp_vndr/ws011sh sharp_vndr/ws020sh '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/sharp_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/sony_vndr' /usr/bin/install -c -m 644 sony_vndr/us '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/sony_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/sun_vndr' /usr/bin/install -c -m 644 sun_vndr/ara sun_vndr/be sun_vndr/br sun_vndr/ca sun_vndr/ch sun_vndr/cz sun_vndr/de sun_vndr/dk sun_vndr/ee sun_vndr/es sun_vndr/fi sun_vndr/fr sun_vndr/gb sun_vndr/gr sun_vndr/it sun_vndr/jp sun_vndr/kr sun_vndr/lt sun_vndr/lv sun_vndr/nl sun_vndr/no sun_vndr/pl sun_vndr/pt sun_vndr/ro sun_vndr/ru sun_vndr/se sun_vndr/sk sun_vndr/solaris sun_vndr/tr sun_vndr/tw sun_vndr/ua sun_vndr/us '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/sun_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols' /usr/bin/install -c -m 644 af al am apl ara at au az ba bd be bg br brai bt bw by ca cd ch cm cn cz de dk dz ee eg es et epo eu fi fo fr gb ge gh gn gr '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols' /usr/bin/install -c -m 644 hr hu id ie il in iq ir is it jp jv ke kg kh kr kz la latam latin lk lt lv ma mao md me mk ml mm mn mt mv my ng nl no np parens pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols' /usr/bin/install -c -m 644 ph pk pl pt ro rs ru se si sk sn sy th terminate tg tj tm tr trans tw tz ua us uz vn za altwin capslock compose ctrl empty eurosign rupeesign group inet keypad kpdl level2 level3 level5 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols' /usr/bin/install -c -m 644 nbsp olpc shift srvr_ctrl typo '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/xfree68_vndr' /usr/bin/install -c -m 644 xfree68_vndr/amiga xfree68_vndr/ataritt '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/symbols/xfree68_vndr' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/symbols' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/symbols' Making install in types make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/types' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/types' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/types' /usr/bin/install -c -m 644 basic cancel caps complete default extra iso9995 level5 mousekeys nokia numpad pc README '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/X11/xkb/types' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/types' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/types' Making install in docs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/docs' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/docs' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/docs' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/docs' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man7' /usr/bin/install -c -m 644 xkeyboard-config.7 '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/man/man7' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig' /usr/bin/install -c -m 644 xkeyboard-config.pc '/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' >>> xkeyboard-config 2.34 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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 >>> xkeyboard-config 2.34 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target install -C /nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/ make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' Making install in compat make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/compat' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/compat' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/compat' /usr/bin/install -c -m 644 accessx basic caps complete iso9995 japan ledcaps ledcompose lednum ledscroll level5 misc mousekeys olpc pc pc98 xfree86 xtest README '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/compat' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/compat' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/compat' Making install in geometry make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/geometry' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/geometry' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/geometry/digital_vndr' /usr/bin/install -c -m 644 digital_vndr/lk digital_vndr/pc digital_vndr/unix '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/geometry/digital_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/geometry' /usr/bin/install -c -m 644 amiga ataritt chicony dell everex fujitsu hhk hp keytronic kinesis macintosh microsoft nec nokia northgate pc sanwa sony thinkpad sun teck steelseries typematrix winbook README '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/geometry' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/geometry/sgi_vndr' /usr/bin/install -c -m 644 sgi_vndr/indigo sgi_vndr/indy sgi_vndr/O2 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/geometry/sgi_vndr' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/geometry' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/geometry' Making install in keycodes make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/keycodes' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/keycodes' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/keycodes/digital_vndr' /usr/bin/install -c -m 644 digital_vndr/lk digital_vndr/pc '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/keycodes/digital_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/keycodes' /usr/bin/install -c -m 644 aliases amiga ataritt empty evdev fujitsu hp ibm jolla macintosh olpc sony sun xfree86 xfree98 README '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/keycodes' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/keycodes/sgi_vndr' /usr/bin/install -c -m 644 sgi_vndr/indigo sgi_vndr/indy sgi_vndr/iris '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/keycodes/sgi_vndr' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/keycodes' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/keycodes' Making install in po make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/po' if test "xkeyboard-config" = "gettext-tools"; then \ /bin/mkdir -p /nvmedata/autobuild/instance-27/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 \ /nvmedata/autobuild/instance-27/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /nvmedata/autobuild/instance-27/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/po' Making install in rules make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' /usr/bin/make install-am make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[4]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/rules' /usr/bin/install -c -m 644 base evdev xfree98 base.lst evdev.lst xkb.dtd README '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/rules' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/rules' /usr/bin/install -c -m 644 base.xml evdev.xml base.extras.xml evdev.extras.xml '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/rules' /usr/bin/make install-data-hook make[5]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[5]: Nothing to be done for 'install-data-hook'. make[5]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[4]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/rules' Making install in symbols make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/symbols' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/symbols' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/digital_vndr' /usr/bin/install -c -m 644 digital_vndr/lk digital_vndr/pc digital_vndr/us digital_vndr/vt '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/digital_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/fujitsu_vndr' /usr/bin/install -c -m 644 fujitsu_vndr/jp fujitsu_vndr/us '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/fujitsu_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/hp_vndr' /usr/bin/install -c -m 644 hp_vndr/us '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/hp_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/jolla_vndr' /usr/bin/install -c -m 644 jolla_vndr/sbj '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/jolla_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/macintosh_vndr' /usr/bin/install -c -m 644 macintosh_vndr/apple macintosh_vndr/ch macintosh_vndr/de macintosh_vndr/dk macintosh_vndr/fi macintosh_vndr/fr macintosh_vndr/gb macintosh_vndr/is macintosh_vndr/it macintosh_vndr/jp macintosh_vndr/latam macintosh_vndr/nl macintosh_vndr/no macintosh_vndr/pt macintosh_vndr/se macintosh_vndr/us '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/macintosh_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/nec_vndr' /usr/bin/install -c -m 644 nec_vndr/jp '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/nec_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/nokia_vndr' /usr/bin/install -c -m 644 nokia_vndr/rx-44 nokia_vndr/rx-51 nokia_vndr/su-8w '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/nokia_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/sgi_vndr' /usr/bin/install -c -m 644 sgi_vndr/jp '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/sgi_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/sharp_vndr' /usr/bin/install -c -m 644 sharp_vndr/sl-c3x00 sharp_vndr/ws003sh sharp_vndr/ws007sh sharp_vndr/ws011sh sharp_vndr/ws020sh '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/sharp_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/sony_vndr' /usr/bin/install -c -m 644 sony_vndr/us '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/sony_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/sun_vndr' /usr/bin/install -c -m 644 sun_vndr/ara sun_vndr/be sun_vndr/br sun_vndr/ca sun_vndr/ch sun_vndr/cz sun_vndr/de sun_vndr/dk sun_vndr/ee sun_vndr/es sun_vndr/fi sun_vndr/fr sun_vndr/gb sun_vndr/gr sun_vndr/it sun_vndr/jp sun_vndr/kr sun_vndr/lt sun_vndr/lv sun_vndr/nl sun_vndr/no sun_vndr/pl sun_vndr/pt sun_vndr/ro sun_vndr/ru sun_vndr/se sun_vndr/sk sun_vndr/solaris sun_vndr/tr sun_vndr/tw sun_vndr/ua sun_vndr/us '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/sun_vndr' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols' /usr/bin/install -c -m 644 af al am apl ara at au az ba bd be bg br brai bt bw by ca cd ch cm cn cz de dk dz ee eg es et epo eu fi fo fr gb ge gh gn gr '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols' /usr/bin/install -c -m 644 hr hu id ie il in iq ir is it jp jv ke kg kh kr kz la latam latin lk lt lv ma mao md me mk ml mm mn mt mv my ng nl no np parens pc '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols' /usr/bin/install -c -m 644 ph pk pl pt ro rs ru se si sk sn sy th terminate tg tj tm tr trans tw tz ua us uz vn za altwin capslock compose ctrl empty eurosign rupeesign group inet keypad kpdl level2 level3 level5 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols' /usr/bin/install -c -m 644 nbsp olpc shift srvr_ctrl typo '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols' /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/xfree68_vndr' /usr/bin/install -c -m 644 xfree68_vndr/amiga xfree68_vndr/ataritt '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/symbols/xfree68_vndr' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/symbols' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/symbols' Making install in types make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/types' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/types' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/types' /usr/bin/install -c -m 644 basic cancel caps complete default extra iso9995 level5 mousekeys nokia numpad pc README '/nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/xkb/types' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/types' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/types' Making install in docs make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/docs' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/docs' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/docs' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/docs' Making install in man make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/man' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man7' /usr/bin/install -c -m 644 xkeyboard-config.7 '/nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man7' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/man' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34/man' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' make[3]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-27/output-1/target/usr/share/pkgconfig' /usr/bin/install -c -m 644 xkeyboard-config.pc '/nvmedata/autobuild/instance-27/output-1/target/usr/share/pkgconfig' make[3]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xkeyboard-config-2.34' >>> xl2tp 1.3.17 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.xl2tp-1.3.17.tar.gz.NRkOdO/output' 'https://github.com/xelerance/xl2tpd/archive/v1.3.17/xl2tp-1.3.17.tar.gz' --2022-06-04 14:39:39-- https://github.com/xelerance/xl2tpd/archive/v1.3.17/xl2tp-1.3.17.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/xelerance/xl2tpd/tar.gz/refs/tags/v1.3.17 [following] --2022-06-04 14:39:39-- https://codeload.github.com/xelerance/xl2tpd/tar.gz/refs/tags/v1.3.17 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: '/nvmedata/autobuild/instance-27/output-1/build/.xl2tp-1.3.17.tar.gz.NRkOdO/output' 0K .......... .......... .......... .......... .......... 494K 50K .......... .......... .......... .......... .......... 980K 100K .......... .......... .......... .......... .......... 81.6M 150K .......... .......... .......... .......... .......... 972K 200K .......... .......... .......... .......... .......... 71.7M 250K .......... .......... .......... .......... .......... 87.7M 300K .......... .......... .......... .......... .......... 108M 350K .......... .......... .......... .......... .......... 498K 400K .......... .......... .......... .......... .......... 135M 450K .......... .......... .......... .......... .......... 161M 500K .......... .......... 152M=0.3s 2022-06-04 14:39:40 (1.65 MB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.xl2tp-1.3.17.tar.gz.NRkOdO/output' saved [532674] xl2tp-1.3.17.tar.gz: OK (sha256: 898d9b6a374c78dea5f20d80fd50fac13428ad746fefb16ff5f6bec449affe67) >>> xl2tp 1.3.17 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/xl2tp/xl2tp-1.3.17.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/xl2tp-1.3.17 -xf - >>> xl2tp 1.3.17 Patching >>> xl2tp 1.3.17 Configuring >>> xl2tp 1.3.17 Building /bin/sed -i -e 's/ -O2 //' /nvmedata/autobuild/instance-27/output-1/build/xl2tp-1.3.17/Makefile PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/xl2tp-1.3.17 make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xl2tp-1.3.17' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xl2tpd.o xl2tpd.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pty.o pty.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o misc.o misc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o control.o control.c control.c: In function 'expand_payload': control.c:1424:5: warning: converting a packed 'struct payload_hdr' pointer (alignment 1) to a '_u16' {aka 'short unsigned int'} pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 1424 | _u16 *r = (_u16 *) h; /* Nice to have raw word pointers */ | ^~~~ In file included from control.c:23: l2tp.h:95:8: note: defined here 95 | struct payload_hdr | ^~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o avp.o avp.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o call.o call.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o network.o network.c network.c: In function 'connect_pppol2tp': network.c:810:31: warning: converting a packed 'struct sockaddr_pppol2tp' pointer (alignment 1) to a 'const struct sockaddr' pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 810 | if ((connect(fd2, (struct sockaddr *)&sax, sizeof(sax))) < 0) { | ^~~~~~~~ In file included from l2tp.h:263, from network.c:29: /nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/linux/if_pppox.h:79:8: note: defined here 79 | struct sockaddr_pppol2tp { | ^~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o avpsend.o avpsend.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o scheduler.o scheduler.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o file.o file.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o aaa.o aaa.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o md5.o md5.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o xl2tpd xl2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c contrib/pfc.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -o pfc pfc.o -lpcap /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION xl2tpd-control.c -o xl2tpd-control make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xl2tp-1.3.17' >>> xl2tp 1.3.17 Installing to target PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-27/output-1/target PREFIX=/usr -C /nvmedata/autobuild/instance-27/output-1/build/xl2tp-1.3.17 install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xl2tp-1.3.17' install -d -m 0755 /nvmedata/autobuild/instance-27/output-1/target/usr/sbin install -m 0755 xl2tpd /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/xl2tpd install -d -m 0755 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5 install -d -m 0755 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8 install -m 0644 doc/xl2tpd.8 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8/ install -m 0644 doc/xl2tpd-control.8 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man8/ install -m 0644 doc/xl2tpd.conf.5 doc/l2tp-secrets.5 \ /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man5/ # pfc install -d -m 0755 /nvmedata/autobuild/instance-27/output-1/target/usr/bin install -m 0755 pfc /nvmedata/autobuild/instance-27/output-1/target/usr/bin/pfc install -d -m 0755 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 install -m 0644 contrib/pfc.1 /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1/ # control exec install -d -m 0755 /nvmedata/autobuild/instance-27/output-1/target/usr/sbin install -m 0755 xl2tpd-control /nvmedata/autobuild/instance-27/output-1/target/usr/sbin/xl2tpd-control make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xl2tp-1.3.17' >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-27/output-1/build/.xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz.pGkZ2j/output' 'https://github.com/jwm-art-net/XorCurses/archive/04b664826c5bd30dd483f6a5c8c189ef97e255da/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz' --2022-06-04 14:39:46-- https://github.com/jwm-art-net/XorCurses/archive/04b664826c5bd30dd483f6a5c8c189ef97e255da/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.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/jwm-art-net/XorCurses/tar.gz/04b664826c5bd30dd483f6a5c8c189ef97e255da [following] --2022-06-04 14:39:46-- https://codeload.github.com/jwm-art-net/XorCurses/tar.gz/04b664826c5bd30dd483f6a5c8c189ef97e255da 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: '/nvmedata/autobuild/instance-27/output-1/build/.xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz.pGkZ2j/output' 0K .......... .......... .......... .......... .......... 479K 50K .......... ..... 74.5M=0.1s 2022-06-04 14:39:46 (627 KB/s) - '/nvmedata/autobuild/instance-27/output-1/build/.xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz.pGkZ2j/output' saved [67054] xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz: OK (sha256: 6c60a41b9a74ecd5f6ded337b9982e81eaf7b31a654a4a32b219e3a2ff638ae3) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/xorcurses/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da -xf - >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Patching >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Configuring >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Building /usr/bin/make -j1 -C /nvmedata/autobuild/instance-27/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-27/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-27/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='\"/usr/share/xorcurses\"' -DVERSION='\"04b664826c5bd30dd483f6a5c8c189ef97e255da\"'" make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da' /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c moves.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c info.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c screen.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c xorcurses.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c play_xor.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c exit.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c player.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c actions.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c fletcher.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c data_file.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c replay.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c game_display.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c control_flow.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c help.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c movelist.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c level_menu.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c options.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c splash.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c explode.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c teleport.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c scores.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c map.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c icons.c /nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' moves.o info.o screen.o xorcurses.o play_xor.o exit.o player.o actions.o fletcher.o data_file.o replay.o game_display.o control_flow.o help.o movelist.o level_menu.o options.o splash.o explode.o teleport.o scores.o map.o icons.o -o xorcurses -lcurses make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da' >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Installing to target /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-27/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da/xorcurses /nvmedata/autobuild/instance-27/output-1/target/usr/bin/xorcurses mkdir -p /nvmedata/autobuild/instance-27/output-1/target/usr/share/xorcurses/maps /usr/bin/install -D -m 0644 /nvmedata/autobuild/instance-27/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da/maps/*.xcm /nvmedata/autobuild/instance-27/output-1/target/usr/share/xorcurses/maps/ zstd-1.5.2.tar.gz: OK (sha256: 7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0) >>> host-zstd 1.5.2 Extracting gzip -d -c /nvmedata/autobuild/instance-27/dl/zstd/zstd-1.5.2.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2 -xf - >>> host-zstd 1.5.2 Patching >>> host-zstd 1.5.2 Configuring >>> host-zstd 1.5.2 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j1 PREFIX=/nvmedata/autobuild/instance-27/output-1/host -C /nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2 zstd-release lib-release make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2/programs' CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/debug.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/entropy_common.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/error_private.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/fse_decompress.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/pool.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/threading.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/xxhash.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_common.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/fse_compress.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/hist.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/huf_compress.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_compress.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_compress_literals.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_compress_sequences.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_compress_superblock.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_double_fast.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_fast.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_lazy.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_ldm.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_opt.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstdmt_compress.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/huf_decompress.o AS obj/conf_908eed2070e9fc647b782e8ce30c48ce/huf_decompress_amd64.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_ddict.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_decompress.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_decompress_block.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/cover.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/divsufsort.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/fastcover.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zdict.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_v05.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_v06.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd_v07.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/benchfn.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/benchzstd.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/datagen.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/dibio.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/fileio.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/timefn.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/util.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstdcli.o CC obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstdcli_trace.o ==> building with threading support ==> building zstd with .gz compression support ==> building zstd with .xz/.lzma compression support ==> building zstd with .lz4 compression support LINK obj/conf_908eed2070e9fc647b782e8ce30c48ce/zstd zstd build completed make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2/programs' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2/lib' CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/debug.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/entropy_common.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/error_private.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/fse_decompress.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/pool.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/threading.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/xxhash.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_common.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_v05.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_v06.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_v07.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/fse_compress.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/hist.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/huf_compress.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_compress.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_compress_literals.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_compress_sequences.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_compress_superblock.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_double_fast.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_fast.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_lazy.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_ldm.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_opt.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstdmt_compress.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/huf_decompress.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_ddict.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_decompress.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zstd_decompress_block.o AS obj/conf_c20bcfcc19f487b5cda467bcab106912/static/huf_decompress_amd64.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/cover.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/divsufsort.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/fastcover.o CC obj/conf_c20bcfcc19f487b5cda467bcab106912/static/zdict.o compiling single-threaded static library 1.5.2 CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/debug.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/entropy_common.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/error_private.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/fse_decompress.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/pool.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/threading.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/xxhash.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_common.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_v05.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_v06.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_v07.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/fse_compress.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/hist.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/huf_compress.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_compress.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_compress_literals.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_compress_sequences.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_compress_superblock.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_double_fast.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_fast.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_lazy.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_ldm.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_opt.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstdmt_compress.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/huf_decompress.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_ddict.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_decompress.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zstd_decompress_block.o AS obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/huf_decompress_amd64.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/cover.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/divsufsort.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/fastcover.o CC obj/conf_cdb66d27542fe7a8dca38c046070d47b/dynamic/zdict.o compiling multi-threaded dynamic library 1.5.2 creating versioned links creating pkgconfig release build completed make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2/lib' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2' >>> host-zstd 1.5.2 Installing to host directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-27/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-27/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j1 PREFIX=/nvmedata/autobuild/instance-27/output-1/host -C /nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2 install make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2/lib' Installing static library Installing shared library Installing includes zstd static and shared library installed make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2/lib' make[2]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2/programs' Installing binaries Installing man pages zstd installation completed make[2]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2/programs' make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/host-zstd-1.5.2' make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7' 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 target '32r2el_defconfig' Using ./arch/mips/configs/generic_defconfig as base Merging arch/mips/configs/generic/32r2.config Merging arch/mips/configs/generic/el.config Merging ./arch/mips/configs/generic/board-sead-3.config Merging ./arch/mips/configs/generic/board-ranchu.config Merging ./arch/mips/configs/generic/board-marduk.config Merging ./arch/mips/configs/generic/board-ni169445.config Merging ./arch/mips/configs/generic/board-boston.config Merging ./arch/mips/configs/generic/board-ocelot.config Merging ./arch/mips/configs/generic/board-xilfpga.config # # configuration written to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7' Using /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/.config as base # # merged configuration written to /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/.config (needs make) # make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7' # # No change to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7' /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_KERNEL_ZSTD=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo '# CONFIG_KERNEL_GZIP is not set' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo '# CONFIG_KERNEL_LZ4 is not set' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo '# CONFIG_KERNEL_LZMA is not set' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo '# CONFIG_KERNEL_LZO is not set' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo '# CONFIG_KERNEL_XZ is not set' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo '# CONFIG_KERNEL_UNCOMPRESSED is not set' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_CPU_LITTLE_ENDIAN=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config if grep -q "^CONFIG_DEBUG_INFO_BTF=y" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.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. /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo '# CONFIG_GCC_PLUGINS is not set' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_IP_NF_IPTABLES=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_IP_NF_FILTER=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_NETFILTER=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_NETFILTER_XTABLES=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_AUDIT=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_DEFAULT_SECURITY_SELINUX=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_INET=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_NET=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_SECURITY=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_SECURITY_NETWORK=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_SECURITY_SELINUX=y' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo 'CONFIG_LSM="selinux"' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7' .config:4028:warning: override: DEFAULT_SECURITY_SELINUX changes choice state # # configuration written to .config # make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7' >>> linux 5.17.7 Configuring >>> linux 5.17.7 Building /bin/sed -i -e "/\\/d" /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config echo '# CONFIG_GCC_PLUGINS is not set' >> /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7//.config PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-27/output-1/host/share/pkgconfig" BR_BINARIES_DIR=/nvmedata/autobuild/instance-27/output-1/images KCFLAGS=-Wno-attribute-alias /usr/bin/make -j1 HOSTCC="/usr/bin/gcc -O2 -I/nvmedata/autobuild/instance-27/output-1/host/include -L/nvmedata/autobuild/instance-27/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-27/output-1/host/lib" ARCH=mips INSTALL_MOD_PATH=/nvmedata/autobuild/instance-27/output-1/target CROSS_COMPILE="/nvmedata/autobuild/instance-27/output-1/host/bin/mips64el-buildroot-linux-uclibc-" WERROR=0 DEPMOD=/nvmedata/autobuild/instance-27/output-1/host/sbin/depmod -C /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7 all make[1]: Entering directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7' SYNC include/config/auto.conf.cmd 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/mips/include/generated/uapi/asm/unistd_n32.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_n64.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_o32.h SYSTBL arch/mips/include/generated/asm/syscall_table_n32.h SYSTBL arch/mips/include/generated/asm/syscall_table_n64.h SYSTBL arch/mips/include/generated/asm/syscall_table_o32.h SYSNR arch/mips/include/generated/asm/unistd_nr_n32.h SYSNR arch/mips/include/generated/asm/unistd_nr_n64.h SYSNR arch/mips/include/generated/asm/unistd_nr_o32.h HOSTCC arch/mips/tools/elf-entry HOSTCC arch/mips/boot/tools/relocs_32.o HOSTCC arch/mips/boot/tools/relocs_64.o HOSTCC arch/mips/boot/tools/relocs_main.o HOSTLD arch/mips/boot/tools/relocs HOSTCC scripts/dtc/dtc.o HOSTCC scripts/dtc/flattree.o HOSTCC scripts/dtc/fstree.o HOSTCC scripts/dtc/data.o HOSTCC scripts/dtc/livetree.o HOSTCC scripts/dtc/treesource.o HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/util.o LEX scripts/dtc/dtc-lexer.lex.c YACC scripts/dtc/dtc-parser.tab.[ch] HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab.o HOSTLD scripts/dtc/dtc HOSTCC scripts/dtc/libfdt/fdt.o HOSTCC scripts/dtc/libfdt/fdt_ro.o HOSTCC scripts/dtc/libfdt/fdt_wip.o HOSTCC scripts/dtc/libfdt/fdt_sw.o HOSTCC scripts/dtc/libfdt/fdt_rw.o HOSTCC scripts/dtc/libfdt/fdt_strerror.o HOSTCC scripts/dtc/libfdt/fdt_empty_tree.o HOSTCC scripts/dtc/libfdt/fdt_addresses.o HOSTCC scripts/dtc/libfdt/fdt_overlay.o HOSTCC scripts/dtc/fdtoverlay.o HOSTLD scripts/dtc/fdtoverlay HOSTCC scripts/selinux/genheaders/genheaders HOSTCC scripts/selinux/mdp/mdp HOSTCC scripts/kallsyms HOSTCC scripts/sorttable WRAP arch/mips/include/generated/uapi/asm/kvm_para.h WRAP arch/mips/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/mips/include/generated/uapi/asm/ipcbuf.h WRAP arch/mips/include/generated/asm/export.h WRAP arch/mips/include/generated/asm/kvm_para.h WRAP arch/mips/include/generated/asm/mcs_spinlock.h WRAP arch/mips/include/generated/asm/parport.h WRAP arch/mips/include/generated/asm/qrwlock.h WRAP arch/mips/include/generated/asm/qspinlock.h WRAP arch/mips/include/generated/asm/user.h WRAP arch/mips/include/generated/asm/current.h WRAP arch/mips/include/generated/asm/device.h WRAP arch/mips/include/generated/asm/emergency-restart.h WRAP arch/mips/include/generated/asm/irq_work.h WRAP arch/mips/include/generated/asm/kmap_size.h WRAP arch/mips/include/generated/asm/local64.h WRAP arch/mips/include/generated/asm/module.lds.h WRAP arch/mips/include/generated/asm/msi.h WRAP arch/mips/include/generated/asm/percpu.h WRAP arch/mips/include/generated/asm/preempt.h WRAP arch/mips/include/generated/asm/rwonce.h WRAP arch/mips/include/generated/asm/sections.h WRAP arch/mips/include/generated/asm/serial.h WRAP arch/mips/include/generated/asm/simd.h WRAP arch/mips/include/generated/asm/softirq_stack.h WRAP arch/mips/include/generated/asm/trace_clock.h WRAP arch/mips/include/generated/asm/unaligned.h WRAP arch/mips/include/generated/asm/word-at-a-time.h WRAP arch/mips/include/generated/asm/xor.h UPD include/config/kernel.release UPD include/generated/uapi/linux/version.h GEN include/generated/autoksyms.h UPD include/generated/utsrelease.h CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o CC scripts/mod/devicetable-offsets.s UPD scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost CC kernel/bounds.s UPD include/generated/bounds.h UPD include/generated/timeconst.h CC arch/mips/kernel/asm-offsets.s UPD include/generated/asm-offsets.h CALL scripts/checksyscalls.sh CALL scripts/atomic/check-atomics.sh CC init/main.o CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o CC init/do_mounts.o CC init/do_mounts_rd.o CC init/do_mounts_initrd.o CC init/initramfs.o CC init/calibrate.o CC init/init_task.o AR init/built-in.a HOSTCC usr/gen_init_cpio GEN usr/initramfs_data.cpio SHIPPED usr/initramfs_inc_data AS usr/initramfs_data.o AR usr/built-in.a CC arch/mips/generic/init.o CC arch/mips/generic/irq.o CC arch/mips/generic/proc.o CC arch/mips/generic/yamon-dt.o CC arch/mips/generic/board-sead3.o CC arch/mips/generic/board-ranchu.o AR arch/mips/generic/built-in.a AS arch/mips/kernel/head.o LDS arch/mips/kernel/vmlinux.lds CC arch/mips/kernel/branch.o CC arch/mips/kernel/cmpxchg.o CC arch/mips/kernel/elf.o AS arch/mips/kernel/entry.o AS arch/mips/kernel/genex.o CC arch/mips/kernel/idle.o CC arch/mips/kernel/irq.o CC arch/mips/kernel/process.o CC arch/mips/kernel/prom.o CC arch/mips/kernel/ptrace.o CC arch/mips/kernel/reset.o CC arch/mips/kernel/setup.o CC arch/mips/kernel/signal.o CC arch/mips/kernel/syscall.o CC arch/mips/kernel/time.o CC arch/mips/kernel/topology.o CC arch/mips/kernel/traps.o CC arch/mips/kernel/unaligned.o CC arch/mips/kernel/watch.o CC arch/mips/kernel/vdso.o CC arch/mips/kernel/cacheinfo.o CC arch/mips/kernel/cpu-probe.o CC arch/mips/kernel/cevt-r4k.o CC arch/mips/kernel/csrc-r4k.o CC arch/mips/kernel/sync-r4k.o CC arch/mips/kernel/segment.o CC arch/mips/kernel/module.o AS arch/mips/kernel/r4k_switch.o CC arch/mips/kernel/fpu-probe.o AS arch/mips/kernel/r4k_fpu.o CC arch/mips/kernel/smp.o CC arch/mips/kernel/smp-up.o CC arch/mips/kernel/mips-mt.o CC arch/mips/kernel/mips-mt-fpaff.o CC arch/mips/kernel/smp-mt.o CC arch/mips/kernel/smp-cps.o AS arch/mips/kernel/cps-vec.o CC arch/mips/kernel/spram.o AS arch/mips/kernel/scall32-o32.o CC arch/mips/kernel/proc.o CC arch/mips/kernel/sysrq.o CC arch/mips/kernel/jump_label.o CC arch/mips/kernel/mips-cm.o CC arch/mips/kernel/mips-cpc.o CC arch/mips/kernel/pm-cps.o AR arch/mips/kernel/built-in.a CC arch/mips/mm/cache.o CC arch/mips/mm/context.o CC arch/mips/mm/extable.o CC arch/mips/mm/fault.o CC arch/mips/mm/init.o CC arch/mips/mm/mmap.o CC arch/mips/mm/page.o AS arch/mips/mm/page-funcs.o CC arch/mips/mm/pgtable.o CC arch/mips/mm/tlbex.o AS arch/mips/mm/tlbex-fault.o AS arch/mips/mm/tlb-funcs.o CC arch/mips/mm/uasm-mips.o CC arch/mips/mm/maccess.o CC arch/mips/mm/ioremap.o CC arch/mips/mm/pgtable-32.o CC arch/mips/mm/highmem.o CC arch/mips/mm/dma-noncoherent.o CC arch/mips/mm/c-r4k.o AS arch/mips/mm/cex-gen.o CC arch/mips/mm/tlb-r4k.o CC arch/mips/mm/sc-mips.o AR arch/mips/mm/built-in.a AR arch/mips/net/built-in.a LDS arch/mips/vdso/vdso.lds AS arch/mips/vdso/elf.o CC arch/mips/vdso/vgettimeofday.o AS arch/mips/vdso/sigreturn.o LD arch/mips/vdso/vdso.so.dbg.raw OBJCOPY arch/mips/vdso/vdso.so.raw HOSTCC arch/mips/vdso/genvdso GENVDSO arch/mips/vdso/vdso-image.c CC arch/mips/vdso/vdso-image.o AR arch/mips/vdso/built-in.a AR arch/mips/built-in.a AR arch/mips/boot/dts/img/built-in.a DTC arch/mips/boot/dts/img/boston.dtb arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg): /pci@14000000/pci2_root@0,0,0: PCI unit address format error, expected "0,0" DTC arch/mips/boot/dts/img/pistachio_marduk.dtb DTC arch/mips/boot/dts/mscc/jaguar2_pcb110.dtb DTB arch/mips/boot/dts/mscc/jaguar2_pcb110.dtb.S AS arch/mips/boot/dts/mscc/jaguar2_pcb110.dtb.o DTC arch/mips/boot/dts/mscc/jaguar2_pcb111.dtb DTB arch/mips/boot/dts/mscc/jaguar2_pcb111.dtb.S AS arch/mips/boot/dts/mscc/jaguar2_pcb111.dtb.o DTC arch/mips/boot/dts/mscc/jaguar2_pcb118.dtb DTB arch/mips/boot/dts/mscc/jaguar2_pcb118.dtb.S AS arch/mips/boot/dts/mscc/jaguar2_pcb118.dtb.o DTC arch/mips/boot/dts/mscc/luton_pcb091.dtb DTB arch/mips/boot/dts/mscc/luton_pcb091.dtb.S AS arch/mips/boot/dts/mscc/luton_pcb091.dtb.o DTC arch/mips/boot/dts/mscc/ocelot_pcb120.dtb DTB arch/mips/boot/dts/mscc/ocelot_pcb120.dtb.S AS arch/mips/boot/dts/mscc/ocelot_pcb120.dtb.o DTC arch/mips/boot/dts/mscc/ocelot_pcb123.dtb DTB arch/mips/boot/dts/mscc/ocelot_pcb123.dtb.S AS arch/mips/boot/dts/mscc/ocelot_pcb123.dtb.o DTC arch/mips/boot/dts/mscc/serval_pcb105.dtb DTB arch/mips/boot/dts/mscc/serval_pcb105.dtb.S AS arch/mips/boot/dts/mscc/serval_pcb105.dtb.o DTC arch/mips/boot/dts/mscc/serval_pcb106.dtb DTB arch/mips/boot/dts/mscc/serval_pcb106.dtb.S AS arch/mips/boot/dts/mscc/serval_pcb106.dtb.o AR arch/mips/boot/dts/mscc/built-in.a DTC arch/mips/boot/dts/mti/sead3.dtb DTB arch/mips/boot/dts/mti/sead3.dtb.S AS arch/mips/boot/dts/mti/sead3.dtb.o AR arch/mips/boot/dts/mti/built-in.a AR arch/mips/boot/dts/ni/built-in.a DTC arch/mips/boot/dts/ni/169445.dtb AR arch/mips/boot/dts/xilfpga/built-in.a DTC arch/mips/boot/dts/xilfpga/nexys4ddr.dtb AR arch/mips/boot/dts/built-in.a CC kernel/sched/core.o CC kernel/sched/loadavg.o CC kernel/sched/clock.o CC kernel/sched/cputime.o CC kernel/sched/idle.o CC kernel/sched/fair.o CC kernel/sched/rt.o CC kernel/sched/deadline.o CC kernel/sched/wait.o CC kernel/sched/wait_bit.o CC kernel/sched/swait.o CC kernel/sched/completion.o CC kernel/sched/cpupri.o CC kernel/sched/cpudeadline.o CC kernel/sched/topology.o CC kernel/sched/stop_task.o CC kernel/sched/pelt.o CC kernel/sched/autogroup.o CC kernel/sched/cpuacct.o CC kernel/sched/membarrier.o CC kernel/sched/isolation.o AR kernel/sched/built-in.a CC kernel/locking/mutex.o CC kernel/locking/semaphore.o CC kernel/locking/rwsem.o CC kernel/locking/percpu-rwsem.o CC kernel/locking/spinlock.o CC kernel/locking/qspinlock.o CC kernel/locking/rtmutex_api.o CC kernel/locking/qrwlock.o AR kernel/locking/built-in.a CC kernel/power/qos.o CC kernel/power/main.o CC kernel/power/console.o CC kernel/power/process.o CC kernel/power/suspend.o CC kernel/power/poweroff.o AR kernel/power/built-in.a CC kernel/printk/printk.o CC kernel/printk/printk_safe.o CC kernel/printk/printk_ringbuffer.o CC kernel/printk/sysctl.o AR kernel/printk/built-in.a CC kernel/irq/irqdesc.o CC kernel/irq/handle.o CC kernel/irq/manage.o CC kernel/irq/spurious.o CC kernel/irq/resend.o CC kernel/irq/chip.o CC kernel/irq/dummychip.o CC kernel/irq/devres.o CC kernel/irq/generic-chip.o CC kernel/irq/autoprobe.o CC kernel/irq/irqdomain.o CC kernel/irq/proc.o CC kernel/irq/cpuhotplug.o CC kernel/irq/pm.o CC kernel/irq/msi.o CC kernel/irq/ipi.o CC kernel/irq/affinity.o AR kernel/irq/built-in.a CC kernel/rcu/update.o CC kernel/rcu/sync.o CC kernel/rcu/srcutree.o CC kernel/rcu/tree.o CC kernel/rcu/rcu_segcblist.o AR kernel/rcu/built-in.a AR kernel/livepatch/built-in.a CC kernel/dma/mapping.o CC kernel/dma/direct.o CC kernel/dma/coherent.o AR kernel/dma/built-in.a AR kernel/entry/built-in.a CC kernel/time/time.o CC kernel/time/timer.o CC kernel/time/hrtimer.o CC kernel/time/timekeeping.o CC kernel/time/ntp.o CC kernel/time/clocksource.o CC kernel/time/jiffies.o CC kernel/time/timer_list.o CC kernel/time/timeconv.o CC kernel/time/timecounter.o CC kernel/time/alarmtimer.o CC kernel/time/posix-timers.o CC kernel/time/posix-cpu-timers.o CC kernel/time/posix-clock.o CC kernel/time/itimer.o CC kernel/time/clockevents.o CC kernel/time/tick-common.o CC kernel/time/sched_clock.o CC kernel/time/tick-oneshot.o CC kernel/time/tick-sched.o CC kernel/time/vsyscall.o CC kernel/time/timekeeping_debug.o AR kernel/time/built-in.a CC kernel/futex/core.o CC kernel/futex/syscalls.o CC kernel/futex/pi.o CC kernel/futex/requeue.o CC kernel/futex/waitwake.o AR kernel/futex/built-in.a CC kernel/cgroup/cgroup.o CC kernel/cgroup/rstat.o CC kernel/cgroup/namespace.o CC kernel/cgroup/cgroup-v1.o CC kernel/cgroup/freezer.o CC kernel/cgroup/legacy_freezer.o CC kernel/cgroup/pids.o CC kernel/cgroup/cpuset.o AR kernel/cgroup/built-in.a CC kernel/trace/trace_clock.o AR kernel/trace/built-in.a CC kernel/bpf/core.o CC kernel/bpf/syscall.o CC kernel/bpf/verifier.o CC kernel/bpf/inode.o CC kernel/bpf/helpers.o CC kernel/bpf/tnum.o CC kernel/bpf/bpf_iter.o CC kernel/bpf/map_iter.o CC kernel/bpf/task_iter.o CC kernel/bpf/prog_iter.o CC kernel/bpf/hashtab.o CC kernel/bpf/arraymap.o CC kernel/bpf/percpu_freelist.o CC kernel/bpf/bpf_lru_list.o CC kernel/bpf/lpm_trie.o CC kernel/bpf/map_in_map.o CC kernel/bpf/bloom_filter.o CC kernel/bpf/local_storage.o CC kernel/bpf/queue_stack_maps.o CC kernel/bpf/ringbuf.o CC kernel/bpf/bpf_local_storage.o CC kernel/bpf/bpf_task_storage.o CC kernel/bpf/disasm.o CC kernel/bpf/btf.o CC kernel/bpf/devmap.o CC kernel/bpf/cpumap.o CC kernel/bpf/offload.o CC kernel/bpf/net_namespace.o CC kernel/bpf/reuseport_array.o CC kernel/bpf/relo_core.o AR kernel/bpf/built-in.a CC kernel/fork.o CC kernel/exec_domain.o CC kernel/panic.o CC kernel/cpu.o CC kernel/exit.o CC kernel/softirq.o CC kernel/resource.o CC kernel/sysctl.o CC kernel/capability.o CC kernel/ptrace.o CC kernel/user.o CC kernel/signal.o CC kernel/sys.o CC kernel/umh.o CC kernel/workqueue.o CC kernel/pid.o CC kernel/task_work.o CC kernel/extable.o CC kernel/params.o CC kernel/kthread.o CC kernel/sys_ni.o CC kernel/nsproxy.o CC kernel/notifier.o CC kernel/ksysfs.o CC kernel/cred.o CC kernel/reboot.o CC kernel/async.o CC kernel/range.o CC kernel/smpboot.o CC kernel/ucount.o CC kernel/regset.o CC kernel/kmod.o CC kernel/groups.o CC kernel/freezer.o CC kernel/smp.o CC kernel/module.o CC kernel/kallsyms.o CC kernel/utsname.o CC kernel/user_namespace.o CC kernel/pid_namespace.o UPD kernel/config_data GZIP kernel/config_data.gz CC kernel/configs.o CC kernel/stop_machine.o CC kernel/audit.o CC kernel/auditfilter.o CC kernel/seccomp.o CC kernel/utsname_sysctl.o CC kernel/irq_work.o CC kernel/jump_label.o CC kernel/iomem.o CC kernel/rseq.o AR kernel/built-in.a AR certs/built-in.a CC mm/filemap.o CC mm/mempool.o CC mm/oom_kill.o CC mm/fadvise.o CC mm/maccess.o CC mm/page-writeback.o CC mm/folio-compat.o CC mm/readahead.o CC mm/swap.o CC mm/truncate.o CC mm/vmscan.o CC mm/shmem.o CC mm/util.o CC mm/mmzone.o CC mm/vmstat.o CC mm/backing-dev.o CC mm/mm_init.o CC mm/percpu.o CC mm/slab_common.o CC mm/compaction.o CC mm/vmacache.o CC mm/interval_tree.o CC mm/list_lru.o CC mm/workingset.o CC mm/debug.o CC mm/gup.o CC mm/mmap_lock.o CC mm/highmem.o CC mm/memory.o CC mm/mincore.o CC mm/mlock.o CC mm/mmap.o CC mm/mmu_gather.o CC mm/mprotect.o CC mm/mremap.o CC mm/msync.o CC mm/page_vma_mapped.o CC mm/pagewalk.o CC mm/pgtable-generic.o CC mm/rmap.o CC mm/vmalloc.o CC mm/process_vm_access.o CC mm/page_alloc.o CC mm/init-mm.o CC mm/memblock.o CC mm/madvise.o CC mm/page_io.o CC mm/swap_state.o CC mm/swapfile.o CC mm/swap_slots.o CC mm/dmapool.o CC mm/slub.o CC mm/migrate.o CC mm/page_counter.o CC mm/memcontrol.o CC mm/vmpressure.o CC mm/swap_cgroup.o CC mm/userfaultfd.o CC mm/memfd.o AR mm/built-in.a CC fs/notify/dnotify/dnotify.o AR fs/notify/dnotify/built-in.a CC fs/notify/inotify/inotify_fsnotify.o CC fs/notify/inotify/inotify_user.o AR fs/notify/inotify/built-in.a CC fs/notify/fanotify/fanotify.o CC fs/notify/fanotify/fanotify_user.o AR fs/notify/fanotify/built-in.a CC fs/notify/fsnotify.o CC fs/notify/notification.o CC fs/notify/group.o CC fs/notify/mark.o CC fs/notify/fdinfo.o AR fs/notify/built-in.a CC fs/crypto/crypto.o CC fs/crypto/fname.o CC fs/crypto/hkdf.o CC fs/crypto/hooks.o CC fs/crypto/keyring.o CC fs/crypto/keysetup.o CC fs/crypto/keysetup_v1.o CC fs/crypto/policy.o CC fs/crypto/bio.o AR fs/crypto/built-in.a CC fs/nfs_common/nfsacl.o CC fs/nfs_common/grace.o CC fs/nfs_common/nfs_ssc.o AR fs/nfs_common/built-in.a CC fs/iomap/trace.o CC fs/iomap/iter.o CC fs/iomap/buffered-io.o CC fs/iomap/direct-io.o CC fs/iomap/fiemap.o CC fs/iomap/seek.o CC fs/iomap/swapfile.o AR fs/iomap/built-in.a AR fs/quota/built-in.a CC fs/proc/task_mmu.o CC fs/proc/inode.o CC fs/proc/root.o CC fs/proc/base.o CC fs/proc/generic.o CC fs/proc/array.o CC fs/proc/fd.o CC fs/proc/proc_tty.o CC fs/proc/cmdline.o CC fs/proc/consoles.o CC fs/proc/cpuinfo.o CC fs/proc/devices.o CC fs/proc/interrupts.o CC fs/proc/loadavg.o CC fs/proc/meminfo.o CC fs/proc/stat.o CC fs/proc/uptime.o CC fs/proc/util.o CC fs/proc/version.o CC fs/proc/softirqs.o CC fs/proc/namespaces.o CC fs/proc/self.o CC fs/proc/thread_self.o CC fs/proc/proc_sysctl.o CC fs/proc/proc_net.o CC fs/proc/kmsg.o CC fs/proc/page.o AR fs/proc/built-in.a CC fs/kernfs/mount.o CC fs/kernfs/inode.o CC fs/kernfs/dir.o CC fs/kernfs/file.o CC fs/kernfs/symlink.o AR fs/kernfs/built-in.a CC fs/sysfs/file.o CC fs/sysfs/dir.o CC fs/sysfs/symlink.o CC fs/sysfs/mount.o CC fs/sysfs/group.o AR fs/sysfs/built-in.a CC fs/devpts/inode.o AR fs/devpts/built-in.a CC fs/ext4/balloc.o CC fs/ext4/bitmap.o CC fs/ext4/block_validity.o CC fs/ext4/dir.o CC fs/ext4/ext4_jbd2.o CC fs/ext4/extents.o CC fs/ext4/extents_status.o CC fs/ext4/file.o CC fs/ext4/fsmap.o CC fs/ext4/fsync.o CC fs/ext4/hash.o CC fs/ext4/ialloc.o CC fs/ext4/indirect.o CC fs/ext4/inline.o CC fs/ext4/inode.o CC fs/ext4/ioctl.o CC fs/ext4/mballoc.o CC fs/ext4/migrate.o CC fs/ext4/mmp.o CC fs/ext4/move_extent.o CC fs/ext4/namei.o CC fs/ext4/page-io.o CC fs/ext4/readpage.o CC fs/ext4/resize.o CC fs/ext4/super.o CC fs/ext4/symlink.o CC fs/ext4/sysfs.o CC fs/ext4/xattr.o CC fs/ext4/xattr_hurd.o CC fs/ext4/xattr_trusted.o CC fs/ext4/xattr_user.o CC fs/ext4/fast_commit.o CC fs/ext4/orphan.o CC fs/ext4/acl.o CC fs/ext4/xattr_security.o AR fs/ext4/built-in.a CC fs/jbd2/transaction.o CC fs/jbd2/commit.o CC fs/jbd2/recovery.o CC fs/jbd2/checkpoint.o CC fs/jbd2/revoke.o CC fs/jbd2/journal.o AR fs/jbd2/built-in.a CC fs/ramfs/inode.o CC fs/ramfs/file-mmu.o AR fs/ramfs/built-in.a CC fs/fat/cache.o CC fs/fat/dir.o CC fs/fat/fatent.o CC fs/fat/file.o CC fs/fat/inode.o CC fs/fat/misc.o CC fs/fat/nfs.o CC fs/fat/namei_vfat.o CC fs/fat/namei_msdos.o AR fs/fat/built-in.a CC fs/nfs/filelayout/filelayout.o CC fs/nfs/filelayout/filelayoutdev.o AR fs/nfs/filelayout/built-in.a CC fs/nfs/flexfilelayout/flexfilelayout.o CC fs/nfs/flexfilelayout/flexfilelayoutdev.o AR fs/nfs/flexfilelayout/built-in.a CC fs/nfs/client.o CC fs/nfs/dir.o CC fs/nfs/file.o CC fs/nfs/getroot.o CC fs/nfs/inode.o CC fs/nfs/super.o CC fs/nfs/io.o CC fs/nfs/direct.o CC fs/nfs/pagelist.o CC fs/nfs/read.o CC fs/nfs/symlink.o CC fs/nfs/unlink.o CC fs/nfs/write.o CC fs/nfs/namespace.o CC fs/nfs/mount_clnt.o CC fs/nfs/nfstrace.o CC fs/nfs/export.o CC fs/nfs/sysfs.o CC fs/nfs/fs_context.o CC fs/nfs/nfsroot.o CC fs/nfs/sysctl.o CC fs/nfs/nfs2super.o CC fs/nfs/proc.o CC fs/nfs/nfs2xdr.o CC fs/nfs/nfs3super.o CC fs/nfs/nfs3client.o CC fs/nfs/nfs3proc.o CC fs/nfs/nfs3xdr.o CC fs/nfs/nfs3acl.o CC fs/nfs/nfs4proc.o CC fs/nfs/nfs4xdr.o CC fs/nfs/nfs4state.o CC fs/nfs/nfs4renewd.o CC fs/nfs/nfs4super.o CC fs/nfs/nfs4file.o CC fs/nfs/delegation.o CC fs/nfs/nfs4idmap.o CC fs/nfs/callback.o CC fs/nfs/callback_xdr.o CC fs/nfs/callback_proc.o CC fs/nfs/nfs4namespace.o CC fs/nfs/nfs4getroot.o CC fs/nfs/nfs4client.o CC fs/nfs/nfs4session.o CC fs/nfs/dns_resolve.o CC fs/nfs/nfs4trace.o CC fs/nfs/nfs4sysctl.o CC fs/nfs/pnfs.o CC fs/nfs/pnfs_dev.o CC fs/nfs/pnfs_nfs.o CC fs/nfs/nfs42proc.o CC fs/nfs/nfs42xattr.o AR fs/nfs/built-in.a CC fs/exportfs/expfs.o AR fs/exportfs/built-in.a CC fs/lockd/clntlock.o CC fs/lockd/clntproc.o CC fs/lockd/clntxdr.o CC fs/lockd/host.o CC fs/lockd/svc.o CC fs/lockd/svclock.o CC fs/lockd/svcshare.o CC fs/lockd/svcproc.o CC fs/lockd/svcsubs.o CC fs/lockd/mon.o CC fs/lockd/xdr.o CC fs/lockd/clnt4xdr.o CC fs/lockd/xdr4.o CC fs/lockd/svc4proc.o CC fs/lockd/procfs.o AR fs/lockd/built-in.a CC fs/nls/nls_base.o AR fs/nls/built-in.a AR fs/unicode/built-in.a CC fs/fuse/dev.o CC fs/fuse/dir.o CC fs/fuse/file.o CC fs/fuse/inode.o CC fs/fuse/control.o CC fs/fuse/xattr.o CC fs/fuse/acl.o CC fs/fuse/readdir.o CC fs/fuse/ioctl.o CC fs/fuse/cuse.o AR fs/fuse/built-in.a CC fs/overlayfs/super.o CC fs/overlayfs/namei.o CC fs/overlayfs/util.o CC fs/overlayfs/inode.o CC fs/overlayfs/file.o CC fs/overlayfs/dir.o CC fs/overlayfs/readdir.o CC fs/overlayfs/copy_up.o CC fs/overlayfs/export.o AR fs/overlayfs/built-in.a CC fs/debugfs/inode.o CC fs/debugfs/file.o AR fs/debugfs/built-in.a CC fs/open.o CC fs/read_write.o CC fs/file_table.o CC fs/super.o CC fs/char_dev.o CC fs/stat.o CC fs/exec.o CC fs/pipe.o CC fs/namei.o CC fs/fcntl.o CC fs/ioctl.o CC fs/readdir.o CC fs/select.o CC fs/dcache.o CC fs/inode.o CC fs/attr.o CC fs/bad_inode.o CC fs/file.o CC fs/filesystems.o CC fs/namespace.o CC fs/seq_file.o CC fs/xattr.o CC fs/libfs.o CC fs/fs-writeback.o CC fs/pnode.o CC fs/splice.o CC fs/sync.o CC fs/utimes.o CC fs/d_path.o CC fs/stack.o CC fs/fs_struct.o CC fs/statfs.o CC fs/fs_pin.o CC fs/nsfs.o CC fs/fs_types.o CC fs/fs_context.o CC fs/fs_parser.o CC fs/fsopen.o CC fs/init.o CC fs/kernel_read_file.o CC fs/remap_range.o CC fs/buffer.o CC fs/direct-io.o CC fs/mpage.o CC fs/proc_namespace.o CC fs/eventpoll.o CC fs/anon_inodes.o CC fs/signalfd.o CC fs/timerfd.o CC fs/eventfd.o CC fs/userfaultfd.o CC fs/aio.o CC fs/io_uring.o CC fs/io-wq.o CC fs/locks.o CC fs/binfmt_script.o CC fs/binfmt_elf.o CC fs/mbcache.o CC fs/posix_acl.o CC fs/coredump.o CC fs/drop_caches.o CC fs/fhandle.o AR fs/built-in.a CC ipc/util.o CC ipc/msgutil.o CC ipc/msg.o CC ipc/sem.o CC ipc/shm.o CC ipc/syscall.o CC ipc/ipc_sysctl.o CC ipc/namespace.o AR ipc/built-in.a CC security/keys/gc.o CC security/keys/key.o CC security/keys/keyring.o CC security/keys/keyctl.o CC security/keys/permission.o CC security/keys/process_keys.o CC security/keys/request_key.o CC security/keys/request_key_auth.o CC security/keys/user_defined.o CC security/keys/proc.o CC security/keys/sysctl.o AR security/keys/built-in.a GEN security/selinux/flask.h security/selinux/av_permissions.h CC security/selinux/avc.o CC security/selinux/hooks.o CC security/selinux/selinuxfs.o CC security/selinux/netlink.o CC security/selinux/nlmsgtab.o CC security/selinux/netif.o CC security/selinux/netnode.o CC security/selinux/netport.o CC security/selinux/status.o CC security/selinux/ss/ebitmap.o CC security/selinux/ss/hashtab.o CC security/selinux/ss/symtab.o CC security/selinux/ss/sidtab.o CC security/selinux/ss/avtab.o CC security/selinux/ss/policydb.o CC security/selinux/ss/services.o CC security/selinux/ss/conditional.o CC security/selinux/ss/mls.o CC security/selinux/ss/context.o AR security/selinux/built-in.a CC security/integrity/iint.o CC security/integrity/integrity_audit.o AR security/integrity/built-in.a CC security/commoncap.o CC security/min_addr.o CC security/security.o CC security/lsm_audit.o CC security/device_cgroup.o AR security/built-in.a CC crypto/api.o CC crypto/cipher.o CC crypto/compress.o CC crypto/memneq.o CC crypto/algapi.o CC crypto/scatterwalk.o CC crypto/proc.o CC crypto/aead.o CC crypto/geniv.o CC crypto/skcipher.o CC crypto/ahash.o CC crypto/shash.o CC crypto/akcipher.o CC crypto/kpp.o CC crypto/acompress.o CC crypto/scompress.o CC crypto/algboss.o CC crypto/testmgr.o CC crypto/hmac.o CC crypto/crypto_null.o CC crypto/md5.o CC crypto/sha1_generic.o CC crypto/sha256_generic.o CC crypto/sha512_generic.o CC crypto/ecb.o CC crypto/cbc.o CC crypto/cts.o CC crypto/xts.o CC crypto/aes_generic.o CC crypto/crc32c_generic.o CC crypto/rng.o AR crypto/built-in.a CC block/partitions/core.o CC block/partitions/msdos.o CC block/partitions/efi.o AR block/partitions/built-in.a CC block/bdev.o CC block/fops.o CC block/bio.o CC block/elevator.o CC block/blk-core.o CC block/blk-sysfs.o CC block/blk-flush.o CC block/blk-settings.o CC block/blk-ioc.o CC block/blk-map.o CC block/blk-merge.o CC block/blk-timeout.o CC block/blk-lib.o CC block/blk-mq.o CC block/blk-mq-tag.o CC block/blk-stat.o CC block/blk-mq-sysfs.o CC block/blk-mq-cpumap.o CC block/blk-mq-sched.o CC block/ioctl.o CC block/genhd.o CC block/ioprio.o CC block/badblocks.o CC block/blk-rq-qos.o CC block/disk-events.o CC block/blk-ia-ranges.o CC block/bounce.o CC block/bsg.o CC block/blk-cgroup.o CC block/mq-deadline.o CC block/kyber-iosched.o CC block/blk-mq-pci.o CC block/blk-mq-virtio.o CC block/blk-mq-debugfs.o CC block/blk-pm.o AR block/built-in.a CC drivers/irqchip/irqchip.o CC drivers/irqchip/irq-mips-cpu.o CC drivers/irqchip/irq-mips-gic.o CC drivers/irqchip/irq-mscc-ocelot.o CC drivers/irqchip/irq-goldfish-pic.o AR drivers/irqchip/built-in.a CC drivers/bus/simple-pm-bus.o AR drivers/bus/built-in.a AR drivers/phy/allwinner/built-in.a AR drivers/phy/amlogic/built-in.a AR drivers/phy/broadcom/built-in.a AR drivers/phy/cadence/built-in.a AR drivers/phy/freescale/built-in.a AR drivers/phy/hisilicon/built-in.a AR drivers/phy/ingenic/built-in.a AR drivers/phy/intel/built-in.a AR drivers/phy/lantiq/built-in.a AR drivers/phy/marvell/built-in.a AR drivers/phy/mediatek/built-in.a AR drivers/phy/microchip/built-in.a AR drivers/phy/motorola/built-in.a AR drivers/phy/mscc/built-in.a AR drivers/phy/qualcomm/built-in.a AR drivers/phy/ralink/built-in.a AR drivers/phy/renesas/built-in.a AR drivers/phy/rockchip/built-in.a AR drivers/phy/samsung/built-in.a AR drivers/phy/socionext/built-in.a AR drivers/phy/st/built-in.a AR drivers/phy/tegra/built-in.a AR drivers/phy/ti/built-in.a AR drivers/phy/xilinx/built-in.a CC drivers/phy/phy-core.o CC drivers/phy/phy-pistachio-usb.o AR drivers/phy/built-in.a AR drivers/pinctrl/actions/built-in.a AR drivers/pinctrl/bcm/built-in.a AR drivers/pinctrl/cirrus/built-in.a AR drivers/pinctrl/freescale/built-in.a AR drivers/pinctrl/mediatek/built-in.a AR drivers/pinctrl/mvebu/built-in.a AR drivers/pinctrl/nomadik/built-in.a AR drivers/pinctrl/sprd/built-in.a AR drivers/pinctrl/ti/built-in.a CC drivers/pinctrl/core.o CC drivers/pinctrl/pinctrl-utils.o CC drivers/pinctrl/pinmux.o CC drivers/pinctrl/pinconf.o CC drivers/pinctrl/pinconf-generic.o CC drivers/pinctrl/devicetree.o CC drivers/pinctrl/pinctrl-ocelot.o CC drivers/pinctrl/pinctrl-pistachio.o AR drivers/pinctrl/built-in.a CC drivers/gpio/gpiolib.o CC drivers/gpio/gpiolib-devres.o CC drivers/gpio/gpiolib-legacy.o CC drivers/gpio/gpiolib-of.o CC drivers/gpio/gpiolib-cdev.o CC drivers/gpio/gpiolib-sysfs.o CC drivers/gpio/gpio-mmio.o CC drivers/gpio/gpio-pch.o CC drivers/gpio/gpio-xilinx.o AR drivers/gpio/built-in.a AR drivers/pwm/built-in.a CC drivers/pci/msi/pcidev_msi.o CC drivers/pci/msi/msi.o CC drivers/pci/msi/irqdomain.o CC drivers/pci/msi/legacy.o AR drivers/pci/msi/built-in.a CC drivers/pci/pcie/aspm.o AR drivers/pci/pcie/built-in.a AR drivers/pci/controller/dwc/built-in.a AR drivers/pci/controller/mobiveil/built-in.a CC drivers/pci/controller/pcie-xilinx.o AR drivers/pci/controller/built-in.a AR drivers/pci/switch/built-in.a CC drivers/pci/access.o CC drivers/pci/bus.o CC drivers/pci/probe.o CC drivers/pci/host-bridge.o CC drivers/pci/remove.o CC drivers/pci/pci.o CC drivers/pci/pci-driver.o CC drivers/pci/search.o CC drivers/pci/pci-sysfs.o CC drivers/pci/rom.o CC drivers/pci/setup-res.o CC drivers/pci/irq.o CC drivers/pci/vpd.o CC drivers/pci/setup-bus.o CC drivers/pci/vc.o CC drivers/pci/mmap.o CC drivers/pci/setup-irq.o CC drivers/pci/proc.o CC drivers/pci/slot.o CC drivers/pci/of.o CC drivers/pci/quirks.o AR drivers/pci/built-in.a CC drivers/video/console/dummycon.o CC drivers/video/console/vgacon.o AR drivers/video/console/built-in.a AR drivers/video/backlight/built-in.a CC drivers/video/fbdev/core/fb_cmdline.o CC drivers/video/fbdev/core/fb_notify.o CC drivers/video/fbdev/core/fbmem.o CC drivers/video/fbdev/core/fbmon.o CC drivers/video/fbdev/core/fbcmap.o CC drivers/video/fbdev/core/fbsysfs.o CC drivers/video/fbdev/core/modedb.o CC drivers/video/fbdev/core/fbcvt.o CC drivers/video/fbdev/core/cfbfillrect.o CC drivers/video/fbdev/core/cfbcopyarea.o CC drivers/video/fbdev/core/cfbimgblt.o AR drivers/video/fbdev/core/built-in.a AR drivers/video/fbdev/omap2/omapfb/dss/built-in.a AR drivers/video/fbdev/omap2/omapfb/displays/built-in.a AR drivers/video/fbdev/omap2/omapfb/built-in.a AR drivers/video/fbdev/omap2/built-in.a CC drivers/video/fbdev/goldfishfb.o AR drivers/video/fbdev/built-in.a AR drivers/video/built-in.a AR drivers/idle/built-in.a AR drivers/char/ipmi/built-in.a AR drivers/amba/built-in.a AR drivers/clk/actions/built-in.a AR drivers/clk/analogbits/built-in.a AR drivers/clk/bcm/built-in.a CC drivers/clk/imgtec/clk-boston.o AR drivers/clk/imgtec/built-in.a AR drivers/clk/imx/built-in.a AR drivers/clk/ingenic/built-in.a AR drivers/clk/mediatek/built-in.a AR drivers/clk/mstar/built-in.a AR drivers/clk/mvebu/built-in.a CC drivers/clk/pistachio/clk.o CC drivers/clk/pistachio/clk-pll.o CC drivers/clk/pistachio/clk-pistachio.o AR drivers/clk/pistachio/built-in.a AR drivers/clk/ralink/built-in.a AR drivers/clk/renesas/built-in.a AR drivers/clk/socfpga/built-in.a AR drivers/clk/sprd/built-in.a AR drivers/clk/sunxi-ng/built-in.a AR drivers/clk/ti/built-in.a AR drivers/clk/versatile/built-in.a AR drivers/clk/xilinx/built-in.a CC drivers/clk/clk-devres.o CC drivers/clk/clk-bulk.o CC drivers/clk/clkdev.o CC drivers/clk/clk.o CC drivers/clk/clk-divider.o CC drivers/clk/clk-fixed-factor.o CC drivers/clk/clk-fixed-rate.o CC drivers/clk/clk-gate.o CC drivers/clk/clk-multiplier.o CC drivers/clk/clk-mux.o CC drivers/clk/clk-composite.o CC drivers/clk/clk-fractional-divider.o CC drivers/clk/clk-gpio.o CC drivers/clk/clk-conf.o AR drivers/clk/built-in.a AR drivers/dma/idxd/built-in.a AR drivers/dma/mediatek/built-in.a AR drivers/dma/qcom/built-in.a AR drivers/dma/ti/built-in.a AR drivers/dma/xilinx/built-in.a CC drivers/dma/dmaengine.o CC drivers/dma/virt-dma.o CC drivers/dma/of-dma.o CC drivers/dma/img-mdc-dma.o AR drivers/dma/built-in.a AR drivers/soc/aspeed/built-in.a AR drivers/soc/bcm/bcm63xx/built-in.a AR drivers/soc/bcm/built-in.a AR drivers/soc/fsl/built-in.a AR drivers/soc/imx/built-in.a AR drivers/soc/ixp4xx/built-in.a AR drivers/soc/mediatek/built-in.a AR drivers/soc/amlogic/built-in.a AR drivers/soc/qcom/built-in.a AR drivers/soc/renesas/built-in.a AR drivers/soc/sunxi/built-in.a AR drivers/soc/ti/built-in.a AR drivers/soc/xilinx/built-in.a AR drivers/soc/built-in.a CC drivers/virtio/virtio.o CC drivers/virtio/virtio_ring.o CC drivers/virtio/virtio_mmio.o AR drivers/virtio/built-in.a AR drivers/reset/hisilicon/built-in.a CC drivers/reset/core.o CC drivers/reset/reset-pistachio.o AR drivers/reset/built-in.a CC drivers/tty/vt/vt_ioctl.o CC drivers/tty/vt/vc_screen.o CC drivers/tty/vt/selection.o CC drivers/tty/vt/keyboard.o CC drivers/tty/vt/consolemap.o HOSTCC drivers/tty/vt/conmakehash CONMK drivers/tty/vt/consolemap_deftbl.c CC drivers/tty/vt/consolemap_deftbl.o CC drivers/tty/vt/vt.o SHIPPED drivers/tty/vt/defkeymap.c CC drivers/tty/vt/defkeymap.o AR drivers/tty/vt/built-in.a CC drivers/tty/hvc/hvc_console.o AR drivers/tty/hvc/built-in.a CC drivers/tty/serial/8250/8250_core.o CC drivers/tty/serial/8250/8250_port.o CC drivers/tty/serial/8250/8250_dma.o CC drivers/tty/serial/8250/8250_dwlib.o CC drivers/tty/serial/8250/8250_pci.o CC drivers/tty/serial/8250/8250_exar.o CC drivers/tty/serial/8250/8250_early.o CC drivers/tty/serial/8250/8250_dw.o CC drivers/tty/serial/8250/8250_pericom.o CC drivers/tty/serial/8250/8250_of.o AR drivers/tty/serial/8250/built-in.a CC drivers/tty/serial/serial_core.o CC drivers/tty/serial/earlycon.o CC drivers/tty/serial/serial_mctrl_gpio.o AR drivers/tty/serial/built-in.a AR drivers/tty/ipwireless/built-in.a CC drivers/tty/tty_io.o CC drivers/tty/n_tty.o CC drivers/tty/tty_ioctl.o CC drivers/tty/tty_ldisc.o CC drivers/tty/tty_buffer.o CC drivers/tty/tty_port.o CC drivers/tty/tty_mutex.o CC drivers/tty/tty_ldsem.o CC drivers/tty/tty_baudrate.o CC drivers/tty/tty_jobctrl.o CC drivers/tty/n_null.o CC drivers/tty/pty.o CC drivers/tty/tty_audit.o CC drivers/tty/sysrq.o CC drivers/tty/goldfish.o AR drivers/tty/built-in.a CC drivers/char/hw_random/core.o AR drivers/char/hw_random/built-in.a AR drivers/char/agp/built-in.a CC drivers/char/mem.o CC drivers/char/random.o CC drivers/char/misc.o CC drivers/char/virtio_console.o AR drivers/char/built-in.a AR drivers/iommu/amd/built-in.a AR drivers/iommu/intel/built-in.a AR drivers/iommu/arm/arm-smmu/built-in.a AR drivers/iommu/arm/arm-smmu-v3/built-in.a AR drivers/iommu/arm/built-in.a AR drivers/iommu/built-in.a AR drivers/gpu/drm/arm/built-in.a AR drivers/gpu/drm/rcar-du/built-in.a AR drivers/gpu/drm/omapdrm/built-in.a AR drivers/gpu/drm/tilcdc/built-in.a AR drivers/gpu/drm/imx/built-in.a AR drivers/gpu/drm/i2c/built-in.a AR drivers/gpu/drm/panel/built-in.a AR drivers/gpu/drm/bridge/analogix/built-in.a AR drivers/gpu/drm/bridge/cadence/built-in.a AR drivers/gpu/drm/bridge/synopsys/built-in.a AR drivers/gpu/drm/bridge/built-in.a AR drivers/gpu/drm/hisilicon/built-in.a AR drivers/gpu/drm/tiny/built-in.a AR drivers/gpu/drm/xlnx/built-in.a AR drivers/gpu/drm/gud/built-in.a AR drivers/gpu/drm/built-in.a CC drivers/gpu/vga/vgaarb.o AR drivers/gpu/vga/built-in.a AR drivers/gpu/built-in.a CC drivers/base/power/sysfs.o CC drivers/base/power/generic_ops.o CC drivers/base/power/common.o CC drivers/base/power/qos.o CC drivers/base/power/runtime.o CC drivers/base/power/wakeirq.o CC drivers/base/power/main.o CC drivers/base/power/wakeup.o CC drivers/base/power/wakeup_stats.o CC drivers/base/power/clock_ops.o AR drivers/base/power/built-in.a CC drivers/base/firmware_loader/builtin/main.o AR drivers/base/firmware_loader/builtin/built-in.a CC drivers/base/firmware_loader/main.o AR drivers/base/firmware_loader/built-in.a CC drivers/base/regmap/regmap.o CC drivers/base/regmap/regcache.o CC drivers/base/regmap/regcache-rbtree.o CC drivers/base/regmap/regcache-flat.o CC drivers/base/regmap/regmap-debugfs.o CC drivers/base/regmap/regmap-mmio.o AR drivers/base/regmap/built-in.a AR drivers/base/test/built-in.a CC drivers/base/component.o CC drivers/base/core.o CC drivers/base/bus.o CC drivers/base/dd.o CC drivers/base/syscore.o CC drivers/base/driver.o CC drivers/base/class.o CC drivers/base/platform.o CC drivers/base/cpu.o CC drivers/base/firmware.o CC drivers/base/init.o CC drivers/base/map.o CC drivers/base/devres.o CC drivers/base/attribute_container.o CC drivers/base/transport_class.o CC drivers/base/topology.o CC drivers/base/container.o CC drivers/base/property.o CC drivers/base/cacheinfo.o CC drivers/base/swnode.o CC drivers/base/devtmpfs.o CC drivers/base/module.o CC drivers/base/pinctrl.o CC drivers/base/platform-msi.o AR drivers/base/built-in.a CC drivers/block/brd.o CC drivers/block/loop.o CC drivers/block/virtio_blk.o AR drivers/block/built-in.a AR drivers/misc/eeprom/built-in.a AR drivers/misc/cb710/built-in.a AR drivers/misc/ti-st/built-in.a AR drivers/misc/lis3lv02d/built-in.a AR drivers/misc/cardreader/built-in.a CC drivers/misc/pch_phub.o CC drivers/misc/sram.o AR drivers/misc/built-in.a CC drivers/mfd/syscon.o AR drivers/mfd/built-in.a AR drivers/nfc/built-in.a AR drivers/macintosh/built-in.a CC drivers/scsi/scsi.o CC drivers/scsi/hosts.o CC drivers/scsi/scsi_ioctl.o CC drivers/scsi/scsicam.o CC drivers/scsi/scsi_error.o CC drivers/scsi/scsi_lib.o CC drivers/scsi/scsi_lib_dma.o CC drivers/scsi/scsi_scan.o GEN drivers/scsi/scsi_devinfo_tbl.c CC drivers/scsi/scsi_sysfs.o CC drivers/scsi/scsi_devinfo.o CC drivers/scsi/scsi_sysctl.o CC drivers/scsi/scsi_proc.o CC drivers/scsi/scsi_debugfs.o CC drivers/scsi/scsi_trace.o CC drivers/scsi/scsi_logging.o CC drivers/scsi/scsi_pm.o CC drivers/scsi/scsi_bsg.o CC drivers/scsi/scsi_common.o CC drivers/scsi/sd.o AR drivers/scsi/built-in.a AR drivers/nvme/host/built-in.a AR drivers/nvme/target/built-in.a AR drivers/nvme/built-in.a CC drivers/ata/libata-core.o CC drivers/ata/libata-scsi.o CC drivers/ata/libata-eh.o CC drivers/ata/libata-transport.o CC drivers/ata/libata-trace.o CC drivers/ata/libata-sata.o CC drivers/ata/libata-sff.o CC drivers/ata/libata-pmp.o CC drivers/ata/ahci.o CC drivers/ata/libahci.o AR drivers/ata/built-in.a CC drivers/mtd/parsers/cmdlinepart.o CC drivers/mtd/parsers/ofpart_core.o AR drivers/mtd/parsers/built-in.a CC drivers/mtd/chips/chipreg.o CC drivers/mtd/chips/cfi_probe.o CC drivers/mtd/chips/cfi_util.o CC drivers/mtd/chips/cfi_cmdset_0001.o CC drivers/mtd/chips/gen_probe.o AR drivers/mtd/chips/built-in.a AR drivers/mtd/lpddr/built-in.a CC drivers/mtd/maps/physmap-core.o AR drivers/mtd/maps/built-in.a AR drivers/mtd/devices/built-in.a AR drivers/mtd/nand/onenand/built-in.a AR drivers/mtd/nand/raw/ingenic/built-in.a CC drivers/mtd/nand/raw/nand_base.o CC drivers/mtd/nand/raw/nand_legacy.o CC drivers/mtd/nand/raw/nand_bbt.o CC drivers/mtd/nand/raw/nand_timings.o CC drivers/mtd/nand/raw/nand_ids.o CC drivers/mtd/nand/raw/nand_onfi.o CC drivers/mtd/nand/raw/nand_jedec.o CC drivers/mtd/nand/raw/nand_amd.o CC drivers/mtd/nand/raw/nand_esmt.o CC drivers/mtd/nand/raw/nand_hynix.o CC drivers/mtd/nand/raw/nand_macronix.o CC drivers/mtd/nand/raw/nand_micron.o CC drivers/mtd/nand/raw/nand_samsung.o CC drivers/mtd/nand/raw/nand_toshiba.o CC drivers/mtd/nand/raw/gpio.o CC drivers/mtd/nand/raw/plat_nand.o AR drivers/mtd/nand/raw/built-in.a AR drivers/mtd/nand/spi/built-in.a CC drivers/mtd/nand/core.o CC drivers/mtd/nand/bbt.o CC drivers/mtd/nand/ecc.o CC drivers/mtd/nand/ecc-sw-hamming.o CC drivers/mtd/nand/ecc-sw-bch.o AR drivers/mtd/nand/built-in.a AR drivers/mtd/tests/built-in.a AR drivers/mtd/spi-nor/controllers/built-in.a CC drivers/mtd/spi-nor/core.o CC drivers/mtd/spi-nor/sfdp.o CC drivers/mtd/spi-nor/swp.o CC drivers/mtd/spi-nor/otp.o CC drivers/mtd/spi-nor/sysfs.o CC drivers/mtd/spi-nor/atmel.o CC drivers/mtd/spi-nor/catalyst.o CC drivers/mtd/spi-nor/eon.o CC drivers/mtd/spi-nor/esmt.o CC drivers/mtd/spi-nor/everspin.o CC drivers/mtd/spi-nor/fujitsu.o CC drivers/mtd/spi-nor/gigadevice.o CC drivers/mtd/spi-nor/intel.o CC drivers/mtd/spi-nor/issi.o CC drivers/mtd/spi-nor/macronix.o CC drivers/mtd/spi-nor/micron-st.o CC drivers/mtd/spi-nor/spansion.o CC drivers/mtd/spi-nor/sst.o CC drivers/mtd/spi-nor/winbond.o CC drivers/mtd/spi-nor/xilinx.o CC drivers/mtd/spi-nor/xmc.o AR drivers/mtd/spi-nor/built-in.a CC drivers/mtd/ubi/vtbl.o CC drivers/mtd/ubi/vmt.o CC drivers/mtd/ubi/upd.o CC drivers/mtd/ubi/build.o CC drivers/mtd/ubi/cdev.o CC drivers/mtd/ubi/kapi.o CC drivers/mtd/ubi/eba.o CC drivers/mtd/ubi/io.o CC drivers/mtd/ubi/wl.o CC drivers/mtd/ubi/attach.o CC drivers/mtd/ubi/misc.o CC drivers/mtd/ubi/debug.o CC drivers/mtd/ubi/block.o CC drivers/mtd/ubi/gluebi.o AR drivers/mtd/ubi/built-in.a CC drivers/mtd/mtdcore.o CC drivers/mtd/mtdsuper.o CC drivers/mtd/mtdconcat.o CC drivers/mtd/mtdpart.o CC drivers/mtd/mtdchar.o CC drivers/mtd/mtd_blkdevs.o CC drivers/mtd/mtdblock.o AR drivers/mtd/built-in.a CC drivers/spi/spi.o CC drivers/spi/spi-mem.o CC drivers/spi/spidev.o CC drivers/spi/spi-bitbang.o CC drivers/spi/spi-dw-core.o CC drivers/spi/spi-dw-mmio.o CC drivers/spi/spi-topcliff-pch.o AR drivers/spi/built-in.a CC drivers/net/phy/mscc/mscc_main.o CC drivers/net/phy/mscc/mscc_serdes.o AR drivers/net/phy/mscc/built-in.a CC drivers/net/phy/mdio-boardinfo.o CC drivers/net/phy/mdio_devres.o CC drivers/net/phy/phylink.o CC drivers/net/phy/phy.o CC drivers/net/phy/phy-c45.o CC drivers/net/phy/phy-core.o CC drivers/net/phy/phy_device.o CC drivers/net/phy/linkmode.o CC drivers/net/phy/mdio_bus.o CC drivers/net/phy/mdio_device.o CC drivers/net/phy/swphy.o CC drivers/net/phy/fixed_phy.o CC drivers/net/phy/smsc.o AR drivers/net/phy/built-in.a CC drivers/net/mdio/fwnode_mdio.o CC drivers/net/mdio/of_mdio.o CC drivers/net/mdio/mdio-mscc-miim.o AR drivers/net/mdio/built-in.a CC drivers/net/pcs/pcs-xpcs.o CC drivers/net/pcs/pcs-xpcs-nxp.o AR drivers/net/pcs/built-in.a AR drivers/net/dsa/b53/built-in.a AR drivers/net/dsa/hirschmann/built-in.a AR drivers/net/dsa/microchip/built-in.a AR drivers/net/dsa/mv88e6xxx/built-in.a AR drivers/net/dsa/ocelot/built-in.a AR drivers/net/dsa/qca/built-in.a AR drivers/net/dsa/realtek/built-in.a AR drivers/net/dsa/sja1105/built-in.a AR drivers/net/dsa/xrs700x/built-in.a AR drivers/net/dsa/built-in.a AR drivers/net/ethernet/3com/built-in.a AR drivers/net/ethernet/8390/built-in.a AR drivers/net/ethernet/adaptec/built-in.a AR drivers/net/ethernet/agere/built-in.a AR drivers/net/ethernet/alacritech/built-in.a AR drivers/net/ethernet/alteon/built-in.a AR drivers/net/ethernet/amazon/built-in.a AR drivers/net/ethernet/amd/built-in.a AR drivers/net/ethernet/aquantia/built-in.a AR drivers/net/ethernet/arc/built-in.a AR drivers/net/ethernet/asix/built-in.a AR drivers/net/ethernet/atheros/built-in.a AR drivers/net/ethernet/cadence/built-in.a AR drivers/net/ethernet/broadcom/built-in.a AR drivers/net/ethernet/brocade/built-in.a AR drivers/net/ethernet/cavium/common/built-in.a AR drivers/net/ethernet/cavium/thunder/built-in.a AR drivers/net/ethernet/cavium/liquidio/built-in.a AR drivers/net/ethernet/cavium/octeon/built-in.a AR drivers/net/ethernet/cavium/built-in.a AR drivers/net/ethernet/chelsio/built-in.a AR drivers/net/ethernet/cisco/built-in.a AR drivers/net/ethernet/cortina/built-in.a AR drivers/net/ethernet/dec/built-in.a AR drivers/net/ethernet/dlink/built-in.a AR drivers/net/ethernet/emulex/built-in.a AR drivers/net/ethernet/engleder/built-in.a AR drivers/net/ethernet/ezchip/built-in.a AR drivers/net/ethernet/google/built-in.a AR drivers/net/ethernet/huawei/built-in.a AR drivers/net/ethernet/intel/built-in.a AR drivers/net/ethernet/i825xx/built-in.a AR drivers/net/ethernet/microsoft/built-in.a AR drivers/net/ethernet/litex/built-in.a AR drivers/net/ethernet/marvell/octeontx2/built-in.a AR drivers/net/ethernet/marvell/prestera/built-in.a AR drivers/net/ethernet/marvell/built-in.a AR drivers/net/ethernet/mellanox/built-in.a AR drivers/net/ethernet/micrel/built-in.a AR drivers/net/ethernet/microchip/built-in.a CC drivers/net/ethernet/mscc/ocelot.o CC drivers/net/ethernet/mscc/ocelot_io.o CC drivers/net/ethernet/mscc/ocelot_police.o CC drivers/net/ethernet/mscc/ocelot_vcap.o CC drivers/net/ethernet/mscc/ocelot_flower.o CC drivers/net/ethernet/mscc/ocelot_ptp.o CC drivers/net/ethernet/mscc/ocelot_devlink.o CC drivers/net/ethernet/mscc/vsc7514_regs.o CC drivers/net/ethernet/mscc/ocelot_fdma.o CC drivers/net/ethernet/mscc/ocelot_vsc7514.o CC drivers/net/ethernet/mscc/ocelot_net.o AR drivers/net/ethernet/mscc/built-in.a AR drivers/net/ethernet/myricom/built-in.a AR drivers/net/ethernet/natsemi/built-in.a AR drivers/net/ethernet/neterion/built-in.a AR drivers/net/ethernet/netronome/built-in.a AR drivers/net/ethernet/ni/built-in.a AR drivers/net/ethernet/nvidia/built-in.a AR drivers/net/ethernet/oki-semi/built-in.a AR drivers/net/ethernet/packetengines/built-in.a AR drivers/net/ethernet/qlogic/built-in.a AR drivers/net/ethernet/qualcomm/emac/built-in.a AR drivers/net/ethernet/qualcomm/built-in.a AR drivers/net/ethernet/realtek/built-in.a AR drivers/net/ethernet/renesas/built-in.a AR drivers/net/ethernet/rdc/built-in.a AR drivers/net/ethernet/rocker/built-in.a AR drivers/net/ethernet/samsung/built-in.a AR drivers/net/ethernet/seeq/built-in.a AR drivers/net/ethernet/silan/built-in.a AR drivers/net/ethernet/sis/built-in.a AR drivers/net/ethernet/sfc/built-in.a CC drivers/net/ethernet/smsc/smsc911x.o AR drivers/net/ethernet/smsc/built-in.a AR drivers/net/ethernet/socionext/built-in.a CC drivers/net/ethernet/stmicro/stmmac/stmmac_main.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.o CC drivers/net/ethernet/stmicro/stmmac/ring_mode.o CC drivers/net/ethernet/stmicro/stmmac/chain_mode.o CC drivers/net/ethernet/stmicro/stmmac/dwmac_lib.o CC drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.o CC drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.o CC drivers/net/ethernet/stmicro/stmmac/dwmac100_core.o CC drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.o CC drivers/net/ethernet/stmicro/stmmac/enh_desc.o CC drivers/net/ethernet/stmicro/stmmac/norm_desc.o CC drivers/net/ethernet/stmicro/stmmac/mmc_core.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.o CC drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.o CC drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.o CC drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.o CC drivers/net/ethernet/stmicro/stmmac/dwmac4_core.o CC drivers/net/ethernet/stmicro/stmmac/dwmac5.o CC drivers/net/ethernet/stmicro/stmmac/hwif.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_tc.o CC drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.o CC drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.o CC drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_xdp.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_platform.o CC drivers/net/ethernet/stmicro/stmmac/dwmac-generic.o AR drivers/net/ethernet/stmicro/stmmac/built-in.a AR drivers/net/ethernet/stmicro/built-in.a AR drivers/net/ethernet/sun/built-in.a AR drivers/net/ethernet/tehuti/built-in.a AR drivers/net/ethernet/ti/built-in.a AR drivers/net/ethernet/toshiba/built-in.a AR drivers/net/ethernet/vertexcom/built-in.a AR drivers/net/ethernet/via/built-in.a AR drivers/net/ethernet/wiznet/built-in.a CC drivers/net/ethernet/xilinx/xilinx_emaclite.o AR drivers/net/ethernet/xilinx/built-in.a AR drivers/net/ethernet/synopsys/built-in.a AR drivers/net/ethernet/pensando/built-in.a AR drivers/net/ethernet/built-in.a AR drivers/net/wireless/admtek/built-in.a AR drivers/net/wireless/ath/built-in.a AR drivers/net/wireless/atmel/built-in.a AR drivers/net/wireless/broadcom/built-in.a AR drivers/net/wireless/cisco/built-in.a AR drivers/net/wireless/intel/built-in.a AR drivers/net/wireless/intersil/built-in.a AR drivers/net/wireless/marvell/built-in.a AR drivers/net/wireless/mediatek/built-in.a AR drivers/net/wireless/microchip/built-in.a AR drivers/net/wireless/ralink/built-in.a AR drivers/net/wireless/realtek/built-in.a AR drivers/net/wireless/rsi/built-in.a AR drivers/net/wireless/st/built-in.a AR drivers/net/wireless/ti/built-in.a AR drivers/net/wireless/zydas/built-in.a AR drivers/net/wireless/quantenna/built-in.a AR drivers/net/wireless/built-in.a AR drivers/net/usb/built-in.a CC drivers/net/mii.o CC drivers/net/loopback.o CC drivers/net/virtio_net.o CC drivers/net/net_failover.o AR drivers/net/built-in.a AR drivers/firewire/built-in.a AR drivers/cdrom/built-in.a CC drivers/auxdisplay/img-ascii-lcd.o CC drivers/auxdisplay/line-display.o AR drivers/auxdisplay/built-in.a CC drivers/usb/common/common.o AR drivers/usb/common/built-in.a CC drivers/usb/core/usb.o CC drivers/usb/core/hub.o CC drivers/usb/core/hcd.o CC drivers/usb/core/urb.o CC drivers/usb/core/message.o CC drivers/usb/core/driver.o CC drivers/usb/core/config.o CC drivers/usb/core/file.o CC drivers/usb/core/buffer.o CC drivers/usb/core/sysfs.o CC drivers/usb/core/endpoint.o CC drivers/usb/core/devio.o CC drivers/usb/core/notify.o CC drivers/usb/core/generic.o CC drivers/usb/core/quirks.o CC drivers/usb/core/devices.o CC drivers/usb/core/phy.o CC drivers/usb/core/port.o CC drivers/usb/core/of.o CC drivers/usb/core/hcd-pci.o AR drivers/usb/core/built-in.a CC drivers/usb/phy/of.o AR drivers/usb/phy/built-in.a CC drivers/usb/dwc2/core.o CC drivers/usb/dwc2/core_intr.o CC drivers/usb/dwc2/platform.o CC drivers/usb/dwc2/drd.o CC drivers/usb/dwc2/params.o CC drivers/usb/dwc2/hcd.o CC drivers/usb/dwc2/hcd_intr.o CC drivers/usb/dwc2/hcd_queue.o CC drivers/usb/dwc2/hcd_ddma.o CC drivers/usb/dwc2/debugfs.o AR drivers/usb/dwc2/built-in.a CC drivers/usb/host/pci-quirks.o CC drivers/usb/host/ehci-hcd.o CC drivers/usb/host/ehci-pci.o CC drivers/usb/host/ohci-hcd.o CC drivers/usb/host/ohci-pci.o AR drivers/usb/host/built-in.a AR drivers/usb/storage/built-in.a AR drivers/usb/misc/built-in.a CC drivers/usb/roles/class.o AR drivers/usb/roles/built-in.a AR drivers/usb/built-in.a CC drivers/input/serio/serio.o CC drivers/input/serio/serport.o CC drivers/input/serio/libps2.o AR drivers/input/serio/built-in.a CC drivers/input/keyboard/atkbd.o CC drivers/input/keyboard/goldfish_events.o AR drivers/input/keyboard/built-in.a CC drivers/input/mouse/psmouse-base.o CC drivers/input/mouse/synaptics.o CC drivers/input/mouse/focaltech.o CC drivers/input/mouse/alps.o CC drivers/input/mouse/byd.o CC drivers/input/mouse/logips2pp.o CC drivers/input/mouse/trackpoint.o CC drivers/input/mouse/cypress_ps2.o CC drivers/input/mouse/psmouse-smbus.o AR drivers/input/mouse/built-in.a CC drivers/input/input.o CC drivers/input/input-compat.o CC drivers/input/input-mt.o CC drivers/input/input-poller.o CC drivers/input/ff-core.o CC drivers/input/touchscreen.o CC drivers/input/ff-memless.o CC drivers/input/input-leds.o CC drivers/input/evdev.o AR drivers/input/built-in.a CC drivers/rtc/lib.o CC drivers/rtc/class.o CC drivers/rtc/interface.o CC drivers/rtc/nvmem.o CC drivers/rtc/dev.o CC drivers/rtc/proc.o CC drivers/rtc/sysfs.o CC drivers/rtc/rtc-goldfish.o CC drivers/rtc/rtc-m41t80.o AR drivers/rtc/built-in.a AR drivers/i2c/algos/built-in.a CC drivers/i2c/busses/i2c-designware-common.o CC drivers/i2c/busses/i2c-designware-master.o CC drivers/i2c/busses/i2c-designware-platdrv.o CC drivers/i2c/busses/i2c-eg20t.o CC drivers/i2c/busses/i2c-img-scb.o CC drivers/i2c/busses/i2c-xiic.o AR drivers/i2c/busses/built-in.a AR drivers/i2c/muxes/built-in.a CC drivers/i2c/i2c-boardinfo.o CC drivers/i2c/i2c-core-base.o CC drivers/i2c/i2c-core-smbus.o CC drivers/i2c/i2c-core-of.o CC drivers/i2c/i2c-dev.o CC drivers/i2c/i2c-mux.o AR drivers/i2c/built-in.a AR drivers/i3c/built-in.a AR drivers/media/i2c/built-in.a AR drivers/media/tuners/built-in.a AR drivers/media/rc/keymaps/built-in.a AR drivers/media/rc/built-in.a AR drivers/media/common/b2c2/built-in.a AR drivers/media/common/saa7146/built-in.a AR drivers/media/common/siano/built-in.a AR drivers/media/common/v4l2-tpg/built-in.a AR drivers/media/common/videobuf2/built-in.a AR drivers/media/common/built-in.a AR drivers/media/platform/ti-vpe/built-in.a AR drivers/media/platform/stm32/built-in.a AR drivers/media/platform/davinci/built-in.a AR drivers/media/platform/omap/built-in.a AR drivers/media/platform/sunxi/sun4i-csi/built-in.a AR drivers/media/platform/sunxi/sun6i-csi/built-in.a AR drivers/media/platform/sunxi/sun8i-di/built-in.a AR drivers/media/platform/sunxi/sun8i-rotate/built-in.a AR drivers/media/platform/sunxi/built-in.a AR drivers/media/platform/built-in.a AR drivers/media/pci/ttpci/built-in.a AR drivers/media/pci/b2c2/built-in.a AR drivers/media/pci/pluto2/built-in.a AR drivers/media/pci/dm1105/built-in.a AR drivers/media/pci/pt1/built-in.a AR drivers/media/pci/pt3/built-in.a AR drivers/media/pci/mantis/built-in.a AR drivers/media/pci/ngene/built-in.a AR drivers/media/pci/ddbridge/built-in.a AR drivers/media/pci/saa7146/built-in.a AR drivers/media/pci/smipcie/built-in.a AR drivers/media/pci/netup_unidvb/built-in.a AR drivers/media/pci/intel/ipu3/built-in.a AR drivers/media/pci/intel/built-in.a AR drivers/media/pci/built-in.a AR drivers/media/usb/ttusb-dec/built-in.a AR drivers/media/usb/ttusb-budget/built-in.a AR drivers/media/usb/dvb-usb/built-in.a AR drivers/media/usb/dvb-usb-v2/built-in.a AR drivers/media/usb/siano/built-in.a AR drivers/media/usb/b2c2/built-in.a AR drivers/media/usb/zr364xx/built-in.a AR drivers/media/usb/stkwebcam/built-in.a AR drivers/media/usb/s2255/built-in.a AR drivers/media/usb/built-in.a AR drivers/media/mmc/siano/built-in.a AR drivers/media/mmc/built-in.a AR drivers/media/firewire/built-in.a AR drivers/media/spi/built-in.a AR drivers/media/test-drivers/built-in.a AR drivers/media/built-in.a AR drivers/pps/clients/built-in.a AR drivers/pps/generators/built-in.a CC drivers/pps/pps.o CC drivers/pps/kapi.o CC drivers/pps/sysfs.o AR drivers/pps/built-in.a CC drivers/ptp/ptp_clock.o CC drivers/ptp/ptp_chardev.o CC drivers/ptp/ptp_sysfs.o CC drivers/ptp/ptp_vclock.o AR drivers/ptp/built-in.a CC drivers/power/reset/ocelot-reset.o CC drivers/power/reset/syscon-reboot.o CC drivers/power/reset/syscon-poweroff.o AR drivers/power/reset/built-in.a CC drivers/power/supply/power_supply_core.o CC drivers/power/supply/power_supply_sysfs.o CC drivers/power/supply/goldfish_battery.o AR drivers/power/supply/built-in.a AR drivers/power/built-in.a CC drivers/mmc/core/core.o CC drivers/mmc/core/bus.o CC drivers/mmc/core/host.o CC drivers/mmc/core/mmc.o CC drivers/mmc/core/mmc_ops.o CC drivers/mmc/core/sd.o CC drivers/mmc/core/sd_ops.o CC drivers/mmc/core/sdio.o CC drivers/mmc/core/sdio_ops.o CC drivers/mmc/core/sdio_bus.o CC drivers/mmc/core/sdio_cis.o CC drivers/mmc/core/sdio_io.o CC drivers/mmc/core/sdio_irq.o CC drivers/mmc/core/slot-gpio.o CC drivers/mmc/core/regulator.o CC drivers/mmc/core/pwrseq.o CC drivers/mmc/core/debugfs.o CC drivers/mmc/core/pwrseq_simple.o CC drivers/mmc/core/pwrseq_emmc.o CC drivers/mmc/core/block.o CC drivers/mmc/core/queue.o AR drivers/mmc/core/built-in.a CC drivers/mmc/host/sdhci.o CC drivers/mmc/host/sdhci-pci-core.o CC drivers/mmc/host/sdhci-pci-o2micro.o CC drivers/mmc/host/sdhci-pci-arasan.o CC drivers/mmc/host/sdhci-pci-dwc-mshc.o CC drivers/mmc/host/sdhci-pci-gli.o CC drivers/mmc/host/mmc_spi.o CC drivers/mmc/host/of_mmc_spi.o CC drivers/mmc/host/dw_mmc.o CC drivers/mmc/host/dw_mmc-pltfm.o CC drivers/mmc/host/cqhci-core.o AR drivers/mmc/host/built-in.a AR drivers/mmc/built-in.a AR drivers/leds/blink/built-in.a AR drivers/leds/simple/built-in.a CC drivers/leds/led-core.o CC drivers/leds/led-class.o CC drivers/leds/leds-syscon.o AR drivers/leds/built-in.a AR drivers/firmware/arm_ffa/built-in.a AR drivers/firmware/arm_scmi/built-in.a AR drivers/firmware/broadcom/built-in.a AR drivers/firmware/cirrus/built-in.a AR drivers/firmware/meson/built-in.a AR drivers/firmware/imx/built-in.a AR drivers/firmware/psci/built-in.a AR drivers/firmware/smccc/built-in.a AR drivers/firmware/tegra/built-in.a AR drivers/firmware/xilinx/built-in.a AR drivers/firmware/built-in.a AR drivers/crypto/hisilicon/built-in.a AR drivers/crypto/keembay/built-in.a CC drivers/crypto/img-hash.o AR drivers/crypto/built-in.a CC drivers/clocksource/timer-of.o CC drivers/clocksource/timer-probe.o CC drivers/clocksource/timer-pistachio.o CC drivers/clocksource/mips-gic-timer.o AR drivers/clocksource/built-in.a CC drivers/hid/usbhid/hid-core.o AR drivers/hid/usbhid/built-in.a CC drivers/hid/hid-core.o CC drivers/hid/hid-input.o CC drivers/hid/hid-quirks.o CC drivers/hid/hid-debug.o CC drivers/hid/hid-generic.o CC drivers/hid/hid-a4tech.o CC drivers/hid/hid-apple.o CC drivers/hid/hid-belkin.o CC drivers/hid/hid-cherry.o CC drivers/hid/hid-chicony.o CC drivers/hid/hid-cypress.o CC drivers/hid/hid-ezkey.o CC drivers/hid/hid-kensington.o CC drivers/hid/hid-lg.o CC drivers/hid/hid-lg-g15.o CC drivers/hid/hid-microsoft.o CC drivers/hid/hid-monterey.o AR drivers/hid/built-in.a CC drivers/of/base.o CC drivers/of/device.o CC drivers/of/platform.o CC drivers/of/property.o CC drivers/of/kobj.o CC drivers/of/fdt.o CC drivers/of/fdt_address.o CC drivers/of/address.o CC drivers/of/irq.o CC drivers/of/of_reserved_mem.o AR drivers/of/built-in.a AR drivers/staging/media/built-in.a AR drivers/staging/built-in.a AR drivers/platform/mips/built-in.a CC drivers/platform/goldfish/goldfish_pipe.o AR drivers/platform/goldfish/built-in.a AR drivers/platform/built-in.a AR drivers/hwtracing/intel_th/built-in.a CC drivers/nvmem/core.o AR drivers/nvmem/built-in.a AR drivers/built-in.a AR sound/built-in.a CC net/core/sock.o CC net/core/request_sock.o CC net/core/skbuff.o CC net/core/datagram.o CC net/core/stream.o CC net/core/scm.o CC net/core/gen_stats.o CC net/core/gen_estimator.o CC net/core/net_namespace.o CC net/core/secure_seq.o CC net/core/flow_dissector.o CC net/core/sysctl_net_core.o CC net/core/dev.o CC net/core/dev_addr_lists.o CC net/core/dst.o CC net/core/netevent.o CC net/core/neighbour.o CC net/core/rtnetlink.o CC net/core/utils.o CC net/core/link_watch.o CC net/core/filter.o CC net/core/sock_diag.o CC net/core/dev_ioctl.o CC net/core/tso.o CC net/core/sock_reuseport.o CC net/core/fib_notifier.o CC net/core/xdp.o CC net/core/flow_offload.o CC net/core/gro.o CC net/core/net-sysfs.o CC net/core/page_pool.o CC net/core/net-procfs.o CC net/core/selftests.o CC net/core/ptp_classifier.o CC net/core/dst_cache.o CC net/core/devlink.o CC net/core/gro_cells.o CC net/core/failover.o CC net/core/skmsg.o CC net/core/sock_map.o CC net/core/bpf_sk_storage.o CC net/core/of_net.o AR net/core/built-in.a CC net/llc/llc_core.o CC net/llc/llc_input.o CC net/llc/llc_output.o AR net/llc/built-in.a CC net/ethernet/eth.o AR net/ethernet/built-in.a CC net/802/p8022.o CC net/802/psnap.o CC net/802/stp.o AR net/802/built-in.a CC net/sched/sch_generic.o CC net/sched/sch_mq.o CC net/sched/sch_frag.o AR net/sched/built-in.a CC net/netlink/af_netlink.o CC net/netlink/genetlink.o CC net/netlink/policy.o AR net/netlink/built-in.a CC net/bpf/test_run.o AR net/bpf/built-in.a CC net/ethtool/ioctl.o CC net/ethtool/common.o CC net/ethtool/netlink.o CC net/ethtool/bitset.o CC net/ethtool/strset.o CC net/ethtool/linkinfo.o CC net/ethtool/linkmodes.o CC net/ethtool/linkstate.o CC net/ethtool/debug.o CC net/ethtool/wol.o CC net/ethtool/features.o CC net/ethtool/privflags.o CC net/ethtool/rings.o CC net/ethtool/channels.o CC net/ethtool/coalesce.o CC net/ethtool/pause.o CC net/ethtool/eee.o CC net/ethtool/tsinfo.o CC net/ethtool/cabletest.o CC net/ethtool/tunnels.o CC net/ethtool/fec.o CC net/ethtool/eeprom.o CC net/ethtool/stats.o CC net/ethtool/phc_vclocks.o CC net/ethtool/module.o AR net/ethtool/built-in.a CC net/netfilter/core.o CC net/netfilter/nf_log.o CC net/netfilter/nf_queue.o CC net/netfilter/nf_sockopt.o CC net/netfilter/utils.o CC net/netfilter/x_tables.o CC net/netfilter/xt_tcpudp.o AR net/netfilter/built-in.a CC net/ipv4/netfilter/ip_tables.o CC net/ipv4/netfilter/iptable_filter.o AR net/ipv4/netfilter/built-in.a CC net/ipv4/route.o CC net/ipv4/inetpeer.o CC net/ipv4/protocol.o CC net/ipv4/ip_input.o CC net/ipv4/ip_fragment.o CC net/ipv4/ip_forward.o CC net/ipv4/ip_options.o CC net/ipv4/ip_output.o CC net/ipv4/ip_sockglue.o CC net/ipv4/inet_hashtables.o CC net/ipv4/inet_timewait_sock.o CC net/ipv4/inet_connection_sock.o CC net/ipv4/tcp.o CC net/ipv4/tcp_input.o CC net/ipv4/tcp_output.o CC net/ipv4/tcp_timer.o CC net/ipv4/tcp_ipv4.o CC net/ipv4/tcp_minisocks.o CC net/ipv4/tcp_cong.o CC net/ipv4/tcp_metrics.o CC net/ipv4/tcp_fastopen.o CC net/ipv4/tcp_rate.o CC net/ipv4/tcp_recovery.o CC net/ipv4/tcp_ulp.o CC net/ipv4/tcp_offload.o CC net/ipv4/datagram.o CC net/ipv4/raw.o CC net/ipv4/udp.o CC net/ipv4/udplite.o CC net/ipv4/udp_offload.o CC net/ipv4/arp.o CC net/ipv4/icmp.o CC net/ipv4/devinet.o CC net/ipv4/af_inet.o CC net/ipv4/igmp.o CC net/ipv4/fib_frontend.o CC net/ipv4/fib_semantics.o CC net/ipv4/fib_trie.o CC net/ipv4/fib_notifier.o CC net/ipv4/inet_fragment.o CC net/ipv4/ping.o CC net/ipv4/ip_tunnel_core.o CC net/ipv4/gre_offload.o CC net/ipv4/metrics.o CC net/ipv4/netlink.o CC net/ipv4/nexthop.o CC net/ipv4/udp_tunnel_stub.o CC net/ipv4/ip_tunnel.o CC net/ipv4/sysctl_net_ipv4.o CC net/ipv4/proc.o CC net/ipv4/tunnel4.o CC net/ipv4/ipconfig.o CC net/ipv4/netfilter.o CC net/ipv4/inet_diag.o CC net/ipv4/tcp_diag.o CC net/ipv4/tcp_cubic.o CC net/ipv4/tcp_bpf.o CC net/ipv4/udp_bpf.o AR net/ipv4/built-in.a CC net/unix/af_unix.o CC net/unix/garbage.o CC net/unix/sysctl_net_unix.o CC net/unix/unix_bpf.o CC net/unix/scm.o AR net/unix/built-in.a AR net/ipv6/netfilter/built-in.a CC net/ipv6/af_inet6.o CC net/ipv6/anycast.o CC net/ipv6/ip6_output.o CC net/ipv6/ip6_input.o CC net/ipv6/addrconf.o CC net/ipv6/addrlabel.o CC net/ipv6/route.o CC net/ipv6/ip6_fib.o CC net/ipv6/ipv6_sockglue.o CC net/ipv6/ndisc.o CC net/ipv6/udp.o CC net/ipv6/udplite.o CC net/ipv6/raw.o CC net/ipv6/icmp.o CC net/ipv6/mcast.o CC net/ipv6/reassembly.o CC net/ipv6/tcp_ipv6.o CC net/ipv6/ping.o CC net/ipv6/exthdrs.o CC net/ipv6/datagram.o CC net/ipv6/ip6_flowlabel.o CC net/ipv6/inet6_connection_sock.o CC net/ipv6/udp_offload.o CC net/ipv6/seg6.o CC net/ipv6/fib6_notifier.o CC net/ipv6/rpl.o CC net/ipv6/ioam6.o CC net/ipv6/sysctl_net_ipv6.o CC net/ipv6/netfilter.o CC net/ipv6/proc.o CC net/ipv6/sit.o CC net/ipv6/addrconf_core.o CC net/ipv6/exthdrs_core.o CC net/ipv6/ip6_checksum.o CC net/ipv6/ip6_icmp.o CC net/ipv6/output_core.o CC net/ipv6/protocol.o CC net/ipv6/ip6_offload.o CC net/ipv6/tcpv6_offload.o CC net/ipv6/exthdrs_offload.o CC net/ipv6/inet6_hashtables.o CC net/ipv6/mcast_snoop.o AR net/ipv6/built-in.a CC net/packet/af_packet.o AR net/packet/built-in.a AR net/bridge/netfilter/built-in.a CC net/bridge/br.o CC net/bridge/br_device.o CC net/bridge/br_fdb.o CC net/bridge/br_forward.o CC net/bridge/br_if.o CC net/bridge/br_input.o CC net/bridge/br_ioctl.o CC net/bridge/br_stp.o CC net/bridge/br_stp_bpdu.o CC net/bridge/br_stp_if.o CC net/bridge/br_stp_timer.o CC net/bridge/br_netlink.o CC net/bridge/br_netlink_tunnel.o CC net/bridge/br_arp_nd_proxy.o CC net/bridge/br_sysfs_if.o CC net/bridge/br_sysfs_br.o CC net/bridge/br_multicast.o CC net/bridge/br_mdb.o CC net/bridge/br_multicast_eht.o CC net/bridge/br_switchdev.o AR net/bridge/built-in.a CC net/dsa/dsa.o CC net/dsa/dsa2.o CC net/dsa/master.o CC net/dsa/port.o CC net/dsa/slave.o CC net/dsa/switch.o CC net/dsa/tag_8021q.o AR net/dsa/built-in.a CC net/sunrpc/auth_gss/auth_gss.o CC net/sunrpc/auth_gss/gss_generic_token.o CC net/sunrpc/auth_gss/gss_mech_switch.o CC net/sunrpc/auth_gss/svcauth_gss.o CC net/sunrpc/auth_gss/gss_rpc_upcall.o CC net/sunrpc/auth_gss/gss_rpc_xdr.o CC net/sunrpc/auth_gss/trace.o AR net/sunrpc/auth_gss/built-in.a CC net/sunrpc/clnt.o CC net/sunrpc/xprt.o CC net/sunrpc/socklib.o CC net/sunrpc/xprtsock.o CC net/sunrpc/sched.o CC net/sunrpc/auth.o CC net/sunrpc/auth_null.o CC net/sunrpc/auth_unix.o CC net/sunrpc/svc.o CC net/sunrpc/svcsock.o CC net/sunrpc/svcauth.o CC net/sunrpc/svcauth_unix.o CC net/sunrpc/addr.o CC net/sunrpc/rpcb_clnt.o CC net/sunrpc/timer.o CC net/sunrpc/xdr.o CC net/sunrpc/sunrpc_syms.o CC net/sunrpc/cache.o CC net/sunrpc/rpc_pipe.o CC net/sunrpc/sysfs.o CC net/sunrpc/svc_xprt.o CC net/sunrpc/xprtmultipath.o CC net/sunrpc/backchannel_rqst.o CC net/sunrpc/stats.o CC net/sunrpc/sysctl.o AR net/sunrpc/built-in.a AR net/wireless/built-in.a CC net/dns_resolver/dns_key.o CC net/dns_resolver/dns_query.o AR net/dns_resolver/built-in.a CC net/switchdev/switchdev.o AR net/switchdev/built-in.a CC net/devres.o CC net/socket.o CC net/sysctl_net.o AR net/built-in.a AR virt/lib/built-in.a AR virt/built-in.a CC arch/mips/pci/pci.o CC arch/mips/pci/pci-generic.o AR arch/mips/pci/built-in.a AR arch/mips/crypto/built-in.a AR arch/mips/power/built-in.a CC lib/math/div64.o CC lib/math/gcd.o CC lib/math/lcm.o CC lib/math/int_pow.o CC lib/math/int_sqrt.o CC lib/math/reciprocal_div.o CC lib/math/rational.o AR lib/math/built-in.a CC lib/crypto/chacha.o CC lib/crypto/aes.o CC lib/crypto/blake2s.o CC lib/crypto/blake2s-generic.o CC lib/crypto/sha256.o AR lib/crypto/built-in.a CC lib/zlib_inflate/inffast.o CC lib/zlib_inflate/inflate.o CC lib/zlib_inflate/infutil.o CC lib/zlib_inflate/inftrees.o CC lib/zlib_inflate/inflate_syms.o AR lib/zlib_inflate/built-in.a CC lib/lzo/lzo1x_decompress_safe.o AR lib/lzo/built-in.a CC lib/lz4/lz4_decompress.o AR lib/lz4/built-in.a CC lib/zstd/zstd_decompress_module.o CC lib/zstd/common/debug.o CC lib/zstd/common/entropy_common.o CC lib/zstd/common/error_private.o CC lib/zstd/common/fse_decompress.o CC lib/zstd/common/zstd_common.o CC lib/zstd/decompress/huf_decompress.o CC lib/zstd/decompress/zstd_ddict.o CC lib/zstd/decompress/zstd_decompress.o CC lib/zstd/decompress/zstd_decompress_block.o AR lib/zstd/built-in.a CC lib/xz/xz_dec_syms.o CC lib/xz/xz_dec_stream.o CC lib/xz/xz_dec_lzma2.o AR lib/xz/built-in.a CC lib/argv_split.o CC lib/buildid.o CC lib/cmdline.o CC lib/cpumask.o CC lib/ctype.o CC lib/dec_and_lock.o CC lib/decompress.o CC lib/decompress_bunzip2.o CC lib/decompress_inflate.o CC lib/decompress_unlz4.o CC lib/decompress_unlzma.o CC lib/decompress_unlzo.o CC lib/decompress_unxz.o CC lib/decompress_unzstd.o CC lib/dump_stack.o CC lib/earlycpio.o CC lib/extable.o CC lib/fdt.o CC lib/fdt_addresses.o CC lib/fdt_empty_tree.o CC lib/fdt_ro.o CC lib/fdt_rw.o CC lib/fdt_strerror.o CC lib/fdt_sw.o CC lib/fdt_wip.o CC lib/flex_proportions.o CC lib/idr.o CC lib/irq_regs.o CC lib/is_single_threaded.o CC lib/klist.o CC lib/kobject.o CC lib/kobject_uevent.o CC lib/logic_pio.o CC lib/memcat_p.o CC lib/nmi_backtrace.o CC lib/nodemask.o CC lib/plist.o CC lib/radix-tree.o CC lib/ratelimit.o CC lib/rbtree.o CC lib/seq_buf.o CC lib/sha1.o CC lib/show_mem.o CC lib/siphash.o CC lib/string.o CC lib/timerqueue.o CC lib/vsprintf.o CC lib/win_minmax.o CC lib/xarray.o AR lib/lib.a CC lib/lockref.o CC lib/bcd.o CC lib/sort.o CC lib/parser.o CC lib/debug_locks.o CC lib/random32.o CC lib/bust_spinlocks.o CC lib/kasprintf.o CC lib/bitmap.o CC lib/scatterlist.o CC lib/list_sort.o CC lib/uuid.o CC lib/iov_iter.o CC lib/clz_ctz.o CC lib/bsearch.o CC lib/find_bit.o CC lib/llist.o CC lib/memweight.o CC lib/kfifo.o CC lib/percpu-refcount.o CC lib/rhashtable.o CC lib/once.o CC lib/refcount.o CC lib/usercopy.o CC lib/errseq.o CC lib/bucket_locks.o CC lib/generic-radix-tree.o CC lib/string_helpers.o CC lib/hexdump.o CC lib/kstrtox.o CC lib/debug_info.o CC lib/iomap.o CC lib/pci_iomap.o CC lib/iomap_copy.o CC lib/devres.o CC lib/hweight.o CC lib/assoc_array.o CC lib/bitrev.o CC lib/packing.o CC lib/crc16.o CC lib/crc-itu-t.o HOSTCC lib/gen_crc32table GEN lib/crc32table.h CC lib/crc32.o CC lib/crc7.o CC lib/xxhash.o CC lib/genalloc.o CC lib/bch.o CC lib/percpu_counter.o CC lib/audit.o CC lib/syscall.o CC lib/errname.o CC lib/nlattr.o CC lib/atomic64.o CC lib/cpu_rmap.o CC lib/dynamic_queue_limits.o CC lib/glob.o CC lib/net_utils.o CC lib/sg_pool.o GEN lib/oid_registry_data.c CC lib/oid_registry.o CC lib/sbitmap.o CC lib/ashldi3.o CC lib/ashrdi3.o CC lib/lshrdi3.o CC lib/cmpdi2.o CC lib/ucmpdi2.o AR lib/built-in.a CC arch/mips/fw/lib/cmdline.o AR arch/mips/fw/lib/lib.a AR arch/mips/fw/lib/built-in.a CC arch/mips/lib/bitops.o AS arch/mips/lib/csum_partial.o CC arch/mips/lib/delay.o AS arch/mips/lib/memcpy.o AS arch/mips/lib/memset.o CC arch/mips/lib/mips-atomic.o AS arch/mips/lib/strncpy_user.o AS arch/mips/lib/strnlen_user.o CC arch/mips/lib/uncached.o AR arch/mips/lib/lib.a CC arch/mips/lib/iomap_copy.o CC arch/mips/lib/iomap-pci.o CC arch/mips/lib/dump_tlb.o CC arch/mips/lib/bswapsi.o CC arch/mips/lib/bswapdi.o CC arch/mips/lib/multi3.o AR arch/mips/lib/built-in.a CC arch/mips/math-emu/dp_flong.o CC arch/mips/math-emu/dp_sqrt.o CC arch/mips/math-emu/dp_tlong.o CC arch/mips/math-emu/ieee754d.o CC arch/mips/math-emu/sp_flong.o CC arch/mips/math-emu/sp_sqrt.o CC arch/mips/math-emu/sp_tlong.o AR arch/mips/math-emu/lib.a CC arch/mips/math-emu/cp1emu.o CC arch/mips/math-emu/ieee754dp.o CC arch/mips/math-emu/ieee754sp.o CC arch/mips/math-emu/ieee754.o CC arch/mips/math-emu/dp_div.o CC arch/mips/math-emu/dp_mul.o CC arch/mips/math-emu/dp_sub.o CC arch/mips/math-emu/dp_add.o CC arch/mips/math-emu/dp_fsp.o CC arch/mips/math-emu/dp_cmp.o CC arch/mips/math-emu/dp_simple.o CC arch/mips/math-emu/dp_tint.o CC arch/mips/math-emu/dp_fint.o CC arch/mips/math-emu/dp_rint.o CC arch/mips/math-emu/dp_maddf.o CC arch/mips/math-emu/dp_2008class.o CC arch/mips/math-emu/dp_fmin.o CC arch/mips/math-emu/dp_fmax.o CC arch/mips/math-emu/sp_div.o CC arch/mips/math-emu/sp_mul.o CC arch/mips/math-emu/sp_sub.o CC arch/mips/math-emu/sp_add.o CC arch/mips/math-emu/sp_fdp.o CC arch/mips/math-emu/sp_cmp.o CC arch/mips/math-emu/sp_simple.o CC arch/mips/math-emu/sp_tint.o CC arch/mips/math-emu/sp_fint.o CC arch/mips/math-emu/sp_rint.o CC arch/mips/math-emu/sp_maddf.o CC arch/mips/math-emu/sp_2008class.o CC arch/mips/math-emu/sp_fmin.o CC arch/mips/math-emu/sp_fmax.o CC arch/mips/math-emu/dsemul.o CC arch/mips/math-emu/me-debugfs.o AR arch/mips/math-emu/built-in.a CHK include/generated/autoksyms.h LDS scripts/module.lds GEN .version CHK include/generated/compile.h LD vmlinux.o MODPOST vmlinux.symvers MODINFO modules.builtin.modinfo GEN modules.builtin LD .tmp_vmlinux.kallsyms1 KSYMS .tmp_vmlinux.kallsyms1.S AS .tmp_vmlinux.kallsyms1.S LD .tmp_vmlinux.kallsyms2 KSYMS .tmp_vmlinux.kallsyms2.S AS .tmp_vmlinux.kallsyms2.S LD vmlinux SYSMAP System.map SORTTAB vmlinux MODPOST modules-only.symvers GEN Module.symvers AS arch/mips/boot/compressed/head.o CC arch/mips/boot/compressed/decompress.o CC arch/mips/boot/compressed/string.o CC arch/mips/boot/compressed/bswapsi.o CC arch/mips/boot/compressed/bswapdi.o CC arch/mips/boot/compressed/ashldi3.o CC arch/mips/boot/compressed/clz_ctz.o CC arch/mips/boot/compressed/dummy.o OBJCOPY arch/mips/boot/compressed/vmlinux.bin ZSTD22 arch/mips/boot/compressed/vmlinux.bin.z OBJCOPY arch/mips/boot/compressed/piggy.o HOSTCC arch/mips/boot/compressed/calc_vmlinuz_load_addr LD vmlinuz STRIP vmlinuz CAT arch/mips/boot/vmlinux.its.S ITS arch/mips/boot/vmlinux.gz.its OBJCOPY arch/mips/boot/vmlinux.bin GZIP arch/mips/boot/vmlinux.bin.gz ITB arch/mips/boot/vmlinux.gz.itb /nvmedata/autobuild/instance-27/output-1/host/bin/mkimage: unsupported type Flat Device Tree make[2]: *** [arch/mips/boot/Makefile:173: arch/mips/boot/vmlinux.gz.itb] Error 1 make[1]: *** [arch/mips/Makefile:386: vmlinux.gz.itb] Error 2 make[1]: Leaving directory '/nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7' make: *** [package/pkg-generic.mk:293: /nvmedata/autobuild/instance-27/output-1/build/linux-5.17.7/.stamp_built] Error 2 make: Leaving directory '/nvmedata/autobuild/instance-27/buildroot'